:root{--font-main:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;--font-mono:"Menlo","Monaco","Consolas","Courier New",monospace;--c-bg:#f8f9fa;--c-surface:#fff;--c-text-primary:#1a1a1a;--c-text-secondary:#666;--c-text-placeholder:#ccc;--c-accent:#2563eb;--c-border:#e5e7eb;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-main);background-color:var(--c-bg);color:var(--c-text-primary);line-height:1.5}a{color:inherit;text-decoration:none}ul,li{list-style:none}*,:before,:after{box-sizing:border-box;font:inherit;vertical-align:baseline;word-break:break-word;border:0;outline:0;margin:0;padding:0}html,body,h1,h2,h3,h4,h5,h6,p,blockquote,figure,dl,dd{margin:0;padding:0}h1{font-size:2rem}h2{font-size:1.7rem}h3{font-size:1.5rem}h4{font-size:1.3rem}h5{font-size:1.1rem}h6{font-size:.9rem}strong{font-weight:800}html,body{scroll-behavior:smooth;text-rendering:optimizeSpeed;margin:0 auto;font-family:DGM,Noto Sans KR,sans-serif;line-height:1.5;position:relative}a,a:link,a:visited,a:focus,a:hover,a:active{color:inherit;outline:0;text-decoration:none}ol,ul{list-style:none}input,button,textarea,select{font:inherit}img,svg{max-width:100%;height:auto;display:block}table{border-collapse:collapse;width:100%}::-webkit-scrollbar{display:none}*{-webkit-tap-highlight-color:#0000}@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important;animation:none!important}}html,body{min-width:300px;height:100vh;font-size:var(--base-font-size);transition:font-size .15s}body{background-color:#000}.app-main{opacity:0;transition:opacity .6s}.app-main.is-visible{opacity:1}:root[data-screensaver=on] .app-main{opacity:0;pointer-events:none}.home-page{background-color:var(--c-surface);flex-direction:column;justify-content:center;align-items:center;min-height:100vh;display:flex}.home-page .content{flex-direction:column;align-items:center;gap:2rem;display:flex}.home-page .title{letter-spacing:.5em;color:var(--c-text-primary);-webkit-user-select:none;user-select:none;font-size:2rem;font-weight:300}@media (max-width:768px){.home-page .title{font-size:1.5rem}}.settings-page{background-color:var(--c-bg);min-height:100vh;padding:4rem 2rem}@media (max-width:768px){.settings-page{padding:2rem 1rem}}.settings-page .inner{max-width:900px;margin:0 auto}.settings-page .header{border-bottom:1px solid var(--c-border);margin-bottom:2rem;padding-bottom:1rem}.settings-page .header h1{color:var(--c-text-primary);font-size:1.5rem;font-weight:700}.settings-page .create-section{background-color:var(--c-surface);box-shadow:var(--shadow-sm);border:1px solid var(--c-border);border-radius:16px;flex-direction:column;align-items:center;gap:2rem;margin-bottom:3rem;padding:3rem;display:flex}.settings-page .create-section .input-group{width:100%}.settings-page .create-section .input-original{text-align:center;border:none;border-bottom:2px solid var(--c-border);background:0 0;outline:none;width:100%;padding:.75rem;font-size:1.25rem;transition:border-color .3s}.settings-page .create-section .input-original::placeholder{color:var(--c-text-placeholder)}.settings-page .create-section .input-original:focus{border-bottom-color:var(--c-text-primary)}.settings-page .create-section .divider{color:var(--c-text-placeholder);flex-direction:column;align-items:center;animation:2s infinite pulse;display:flex}.settings-page .create-section .divider span{letter-spacing:.1em;margin-bottom:.25rem;font-size:.75rem;font-weight:700}.settings-page .create-section .divider svg{width:24px;height:24px}.settings-page .create-section .shorten-row{justify-content:center;align-items:center;gap:.5rem;width:100%;font-size:1.25rem;display:flex}@media (max-width:600px){.settings-page .create-section .shorten-row{flex-direction:column}}.settings-page .create-section .prefix{font-family:var(--font-mono);color:var(--c-text-secondary);-webkit-user-select:none;user-select:none}.settings-page .create-section .input-code{text-align:center;background-color:var(--c-bg);border:1px solid var(--c-border);width:180px;font-family:var(--font-mono);color:var(--c-accent);border-radius:8px;outline:none;padding:.5rem;font-size:1.1rem}.settings-page .create-section .input-code:focus{border-color:var(--c-accent)}.settings-page .create-section .submit-btn{background-color:var(--c-text-primary);color:var(--c-surface);cursor:pointer;border:none;border-radius:99px;padding:.75rem 3rem;font-weight:700;transition:transform .1s,opacity .2s}.settings-page .create-section .submit-btn:hover{opacity:.9}.settings-page .create-section .submit-btn:active{transform:scale(.98)}.settings-page .create-section .submit-btn:disabled{opacity:.5;cursor:not-allowed}.settings-page .history-section h2{color:var(--c-text-secondary);margin-bottom:1rem;font-size:1.1rem;font-weight:600}.settings-page .table-wrapper{background-color:var(--c-surface);border:1px solid var(--c-border);border-radius:12px;overflow-x:auto}.settings-page .table{border-collapse:collapse;width:100%;font-size:.9rem}.settings-page .table th,.settings-page .table td{text-align:left;padding:1rem}.settings-page .table thead{background-color:var(--c-bg)}.settings-page .table thead th{color:var(--c-text-secondary);white-space:nowrap;font-weight:600}.settings-page .table tbody tr{border-top:1px solid var(--c-border);transition:background-color .2s}.settings-page .table tbody tr:hover{background-color:#fafafa}.settings-page .code-cell{font-family:var(--font-mono);color:var(--c-accent);font-weight:700}.settings-page .code-cell a:hover{text-decoration:underline}.settings-page .url-cell{white-space:nowrap;text-overflow:ellipsis;max-width:300px;color:var(--c-text-secondary);overflow:hidden}.settings-page .center{text-align:center}.settings-page .right{text-align:right}.settings-page .empty{color:var(--c-text-placeholder);padding:2rem}@keyframes pulse{0%,to{opacity:1;transform:translateY(0)}50%{opacity:.5;transform:translateY(5px)}}
