/* app.css @18d2f329 - generated by migrations/build_assets.php, do not edit */
*{box-sizing:border-box}html{scroll-behavior:smooth;overflow-x:hidden}body{margin:0;min-width:320px;overflow-x:hidden;color:var(--ink);background:var(--page);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",system-ui,"PingFang SC","Microsoft YaHei",sans-serif;font-size:15px;line-height:1.6;-webkit-font-smoothing:antialiased}body::before{content:"";position:fixed;top:-40%;left:50%;width:min(900px,100vw);height:900px;transform:translateX(-50%);background:radial-gradient(ellipse at center,rgba(99,102,241,0.06) 0%,rgba(139,92,246,0.03) 40%,transparent 70%);pointer-events:none;z-index:0}button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:var(--ink-strong);text-underline-offset:3px}a:hover{color:#3f3f46}a:focus-visible,.button:focus-visible,.dialog-close:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid var(--ink-strong);outline-offset:2px}.skip-link{position:fixed;top:10px;left:10px;z-index:100;padding:8px 14px;color:#fff;background:var(--ink-strong);border-radius:var(--radius-sm);transform:translateY(-150%);font-size:13px;font-weight:600}.skip-link:focus{transform:translateY(0)}.site-header{position:relative;z-index:10;width:100%;max-width:1700px;margin:0 auto;height:72px;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(16px,3vw,48px)}.header-left{display:flex;align-items:center;gap:32px}.brand{display:inline-flex;align-items:center;gap:10px;color:var(--ink-strong);font-size:16px;font-weight:700;letter-spacing:-0.02em;text-decoration:none}.brand-mark{display:grid;width:32px;height:32px;place-items:center;color:#fff;background:var(--ink-strong);border-radius:9px;font-size:15px}.header-nav{display:flex;align-items:center;gap:6px;list-style:none;margin:0;padding:0}.header-nav a{padding:6px 12px;color:var(--muted);border-radius:6px;font-size:13px;font-weight:500;text-decoration:none;transition:color 120ms,background 120ms}.header-nav a:hover{color:var(--ink-strong);background:rgba(0,0,0,0.04)}.header-right{display:flex;align-items:center;gap:12px}.header-note{display:inline-flex;align-items:center;gap:7px;padding:5px 12px;color:var(--success);background:var(--success-soft);border:1px solid #bbf7d0;border-radius:999px;font-size:12px;font-weight:600}.status-dot{width:7px;height:7px;background:var(--success);border-radius:50%;animation:pulse-dot 2s infinite}.header-note.is-down .status-dot{background:#d64545;animation:none}@keyframes pulse-dot{0%,100%{opacity:1}50%{opacity:0.5}}.page-shell{position:relative;z-index:1;width:100%;max-width:1700px;margin:0 auto;padding:0 clamp(16px,3vw,48px)}.hero{text-align:center;padding:80px 0 60px}.eyebrow{margin:0 0 12px;color:var(--muted);font-family:"SF Mono","Fira Code","Cascadia Code",Consolas,monospace;font-size:12px;font-weight:600;letter-spacing:0.12em;text-transform:uppercase}.hero h1{margin:0;color:var(--ink-strong);font-size:clamp(28px,5.5vw,56px);font-weight:800;line-height:1.1;letter-spacing:-0.04em;overflow-wrap:break-word}.hero h1 span{color:#52525b}.hero-copy{max-width:540px;margin:16px auto 0;color:var(--muted);font-size:17px;line-height:1.6}.hero-copy-sub{display:inline-block;margin-top:6px;color:var(--muted);font-size:13.5px}.feature-badge{display:inline-block;padding:1px 6px;color:var(--ink-strong);background:var(--surface-soft);border:1px solid var(--line);border-radius:999px;font-size:10.5px;font-weight:600;vertical-align:middle}.batch-gate{margin:0 0 14px;padding:10px 14px;color:var(--muted);background:var(--surface-soft);border:1px dashed var(--line-strong);border-radius:var(--radius-md);font-size:13px}.batch-gate a{color:var(--ink-strong);font-weight:600}.tool-card{width:min(100%,900px);margin:0 auto;padding:40px;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow-md)}.section-heading,.results-heading,.field-meta{display:flex;align-items:center;justify-content:space-between;gap:16px}.section-heading{margin-bottom:28px}.section-heading.compact{margin-bottom:24px}.section-kicker{margin:0 0 6px;color:var(--muted);font-family:"SF Mono","Fira Code","Cascadia Code",Consolas,monospace;font-size:11px;font-weight:600;letter-spacing:0.1em;text-transform:uppercase}.section-heading h2,.result-dialog h2{margin:0;color:var(--ink-strong);font-size:clamp(20px,3vw,26px);font-weight:700;line-height:1.2;letter-spacing:-0.03em}.privacy-note,.count-badge{flex:0 0 auto;padding:5px 12px;color:var(--muted);background:var(--surface-soft);border:1px solid var(--line);border-radius:999px;font-size:12px;font-weight:600}.privacy-note span{color:var(--success);font-size:8px}.field-group{min-width:0}.field-group+.field-group{margin-top:20px}.field-group label{display:inline-block;margin-bottom:8px;color:var(--ink-strong);font-size:13px;font-weight:600}.field-group label span{color:var(--muted);font-size:12px;font-weight:400}input,select,textarea{width:100%;color:var(--ink-strong);background:var(--surface);border:1.5px solid var(--line);border-radius:var(--radius-sm);outline:none;transition:border-color 150ms ease,box-shadow 150ms ease}input,select{min-height:52px;padding:0 16px;font-size:15px}textarea{min-height:280px;padding:16px;font-size:14px;line-height:1.7;resize:vertical;font-family:"SF Mono","Fira Code","Cascadia Code",Consolas,monospace}input::placeholder,textarea::placeholder{color:#9ca3af;opacity:1}input:hover,select:hover,textarea:hover{border-color:#a1a1aa}input:focus,select:focus,textarea:focus{border-color:var(--ink-strong);box-shadow:0 0 0 3px var(--focus)}input[aria-invalid="true"],input[aria-invalid="true"]:hover,textarea[aria-invalid="true"],textarea[aria-invalid="true"]:hover,.field-group.is-invalid input,.field-group.is-invalid input:hover{border-color:var(--danger);box-shadow:0 0 0 3px rgba(185,28,28,0.1)}.url-control,.prefix-control{position:relative}.url-control input{height:56px;padding-left:48px;font-size:16px}.url-icon,.prefix-control>span{position:absolute;top:50%;left:16px;z-index:1;color:var(--muted);font-family:"SF Mono","Fira Code",Consolas,monospace;font-size:16px;font-weight:600;transform:translateY(-50%);pointer-events:none}.prefix-control input{padding-left:34px;font-family:"SF Mono","Fira Code",Consolas,monospace;font-size:14px}.field-help,.field-meta{margin:8px 0 0;color:var(--muted);font-size:12px}.options-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin:24px 0}.options-grid .field-group+.field-group{margin-top:0}.button{display:inline-flex;min-height:48px;align-items:center;justify-content:center;gap:8px;padding:0 20px;border:1.5px solid transparent;border-radius:var(--radius-sm);cursor:pointer;font-size:14px;font-weight:600;text-decoration:none;transition:background-color 150ms ease,border-color 150ms ease,color 150ms ease,transform 80ms ease,box-shadow 150ms ease}.button:active:not(:disabled){transform:scale(0.98)}.button:disabled,.button[aria-busy="true"]{cursor:wait;opacity:0.55}.button-primary{color:#fff;background:var(--accent);border-color:var(--accent);box-shadow:0 2px 8px rgba(0,0,0,0.15)}.button-primary:hover:not(:disabled){color:#fff;background:var(--accent-hover);border-color:var(--accent-hover);box-shadow:0 4px 14px rgba(0,0,0,0.2)}.button-secondary{color:var(--ink-strong);background:var(--surface);border-color:var(--line)}.button-secondary:hover:not(:disabled){background:var(--surface-soft);border-color:var(--line-strong)}.button-wide{width:100%;min-height:56px;justify-content:space-between;padding-inline:20px;font-size:15px;border-radius:var(--radius-sm)}.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;width:min(100%,900px);margin:80px auto 0}.feature-card{padding:24px;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-md);transition:border-color 200ms,box-shadow 200ms,transform 200ms}.feature-card:hover{border-color:var(--line-strong);box-shadow:var(--shadow-sm);transform:translateY(-2px)}.feature-icon{display:grid;width:40px;height:40px;margin-bottom:14px;place-items:center;background:var(--surface-soft);border:1px solid var(--line);border-radius:10px;font-size:18px}.feature-card strong{display:block;color:var(--ink-strong);font-size:14px;font-weight:650;margin-bottom:4px}.feature-card small{display:block;color:var(--muted);font-size:12px;line-height:1.5}.batch-section{width:min(100%,900px);margin:100px auto 0;padding:36px;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm)}.batch-form{display:flex;flex-direction:column}.batch-form .field-group{margin:0}.batch-form textarea{min-height:300px;background:#fafafa;border:1px solid var(--line);border-radius:var(--radius-sm)}.batch-form .field-meta{display:flex;justify-content:space-between;align-items:center;margin-top:12px}.batch-form .button{align-self:flex-end;margin-top:20px;min-width:140px;min-height:48px}.batch-results{margin-top:32px;padding-top:24px;border-top:1px solid var(--line)}.results-heading h3{margin:0;color:var(--ink-strong);font-size:15px;font-weight:650}.results-heading span{color:var(--muted);font-size:12px}.result-list{display:grid;max-height:520px;overflow-y:auto;gap:8px;margin:14px 0 0;padding:0;scrollbar-color:#d4d4d8 transparent;scrollbar-width:thin;list-style:none}.result-item{display:grid;grid-template-columns:minmax(0,1fr);gap:6px;padding:14px 16px;background:var(--surface-soft);border:1px solid var(--line);border-radius:var(--radius-sm)}.result-item.is-error{background:var(--danger-soft);border-color:#fecaca}.result-source,.result-link{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.result-source{color:var(--muted);font-size:12px}.result-output{display:flex;min-width:0;align-items:center;justify-content:space-between;gap:8px}.result-link{min-width:0;font-family:"SF Mono","Fira Code",Consolas,monospace;font-size:13px;font-weight:600;text-decoration:none}.result-error{color:var(--danger);font-size:12px;font-weight:600}.mini-copy{flex:0 0 auto;min-height:34px;padding:5px 12px;color:var(--ink-strong);background:var(--surface);border:1px solid var(--line);border-radius:6px;cursor:pointer;font-size:12px;font-weight:600;transition:background 120ms}.mini-copy:hover{background:var(--surface-soft)}.site-footer{width:100%;max-width:1700px;margin:100px auto 0;padding:32px clamp(16px,3vw,48px) 48px;color:var(--muted);text-align:center;font-size:12px;border-top:1px solid var(--line)}.site-footer p{margin:4px 0}.status-toast{position:fixed;right:20px;bottom:20px;z-index:80;display:flex;align-items:flex-start;gap:10px;width:min(400px,calc(100% - 32px));padding:14px 18px;color:#fff;background:var(--ink-strong);border:1px solid #27272a;border-radius:var(--radius-md);box-shadow:var(--shadow-lg);font-size:13px;font-weight:500}.status-toast-text{flex:1 1 auto;min-width:0;overflow-wrap:anywhere}.status-toast-close{flex:0 0 auto;width:22px;height:22px;margin:-2px -6px 0 0;padding:0;color:inherit;background:transparent;border:0;border-radius:6px;opacity:0.75;font-size:16px;line-height:1;cursor:pointer}.status-toast-close:hover{opacity:1;background:rgba(255,255,255,0.16)}.status-toast.is-error{background:var(--danger);border-color:#991b1b}.dialog-backdrop{position:fixed;inset:0;z-index:70;display:grid;overflow-y:auto;padding:24px 16px;place-items:center;background:rgba(9,9,11,0.6);backdrop-filter:blur(4px)}.dialog-backdrop[hidden],.status-toast[hidden],.batch-results[hidden],.qr-box[hidden]{display:none}.result-dialog{position:relative;width:min(520px,100%);padding:32px clamp(24px,5vw,40px) 36px;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);animation:dialog-in 180ms ease-out}.dialog-close{position:absolute;top:14px;right:14px;display:grid;width:36px;height:36px;padding:0;place-items:center;color:var(--muted);background:transparent;border:0;border-radius:8px;cursor:pointer;font-size:22px;transition:color 120ms,background 120ms}.dialog-close:hover{color:var(--ink-strong);background:var(--surface-soft)}.success-mark{display:grid;width:44px;height:44px;margin-bottom:18px;place-items:center;color:var(--success);background:var(--success-soft);border:1px solid #bbf7d0;border-radius:12px;font-size:20px;font-weight:700}.result-dialog>p:not(.section-kicker){margin:8px 0 24px;color:var(--muted);font-size:14px}.result-url-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px}.result-url-row input{min-width:0;background:var(--surface-soft);font-family:"SF Mono","Fira Code",Consolas,monospace;font-size:13px;font-weight:600}.button-copy{min-height:52px;color:var(--ink-strong);background:var(--surface);border-color:var(--line)}.button-copy:hover{background:var(--surface-soft)}.dialog-actions{display:grid;grid-template-columns:1fr;gap:10px;margin-top:12px}.dialog-hint{margin:10px 0 0;color:var(--muted);font-size:12px;text-align:center}.qr-box{width:fit-content;margin:20px auto 0;padding:12px;background:#fff;border:1px solid var(--line);border-radius:var(--radius-md)}.qr-box img,.qr-box canvas{display:block;max-width:100%;height:auto}.qr-fallback{max-width:290px;margin:0;color:var(--muted);text-align:center;font-size:12px}body.dialog-open{overflow:hidden}@keyframes dialog-in{from{opacity:0;transform:translateY(8px) scale(0.98)}to{opacity:1;transform:translateY(0) scale(1)}}@media (max-width:1024px){.feature-grid{grid-template-columns:repeat(2,1fr)}}.nav-toggle{display:none;width:34px;height:34px;padding:0;color:var(--ink-strong);background:var(--surface);border:1px solid var(--line);border-radius:8px;font-size:15px;line-height:1;cursor:pointer}.nav-toggle:hover{background:var(--surface-soft)}.header-nav-member{display:none}@media (max-width:768px){.site-header{height:60px;padding:0 16px}.nav-toggle{display:inline-flex;align-items:center;justify-content:center}.header-nav{display:none;position:absolute;top:60px;left:0;right:0;z-index:40;flex-direction:column;align-items:stretch;gap:2px;padding:10px 16px 14px;background:var(--surface);border-bottom:1px solid var(--line);box-shadow:var(--shadow-md)}.header-nav.is-open{display:flex}.header-nav a{padding:10px 12px;font-size:14px}.header-nav-member{display:block}.site-header{position:relative}.hero{padding:50px 0 40px}.hero h1{font-size:clamp(28px,7vw,40px)}.hero-copy{font-size:15px}.tool-card{padding:28px 20px;border-radius:var(--radius-md)}.options-grid{grid-template-columns:1fr;gap:16px}.feature-grid{grid-template-columns:1fr;gap:12px;margin-top:50px}.batch-section{padding:24px 20px;margin-top:60px}.batch-form textarea{min-height:200px}.batch-form .button{align-self:stretch;margin-top:16px}.batch-results{margin-top:24px}.site-footer{margin-top:60px}}@media (max-width:480px){.header-note{padding:5px 8px}.header-note .status-label{display:none}.hero{padding:36px 0 30px}.hero h1{font-size:clamp(24px,7vw,32px)}.hero h1 br{display:none}.hero-copy{font-size:14px}.result-url-row{grid-template-columns:1fr}.dialog-actions{grid-template-columns:1fr}.section-heading{flex-direction:column;align-items:flex-start;gap:8px}}@media (min-width:768px){.dialog-actions{grid-template-columns:1fr 1fr}.result-item{grid-template-columns:minmax(0,0.9fr) minmax(0,1.1fr);align-items:center}}@media (forced-colors:active){.button,input,select,textarea,.tool-card,.batch-section,.result-dialog,.feature-card{border:1px solid CanvasText}}@media (prefers-reduced-motion:reduce){*,*::before,*::after{scroll-behavior:auto !important;animation-duration:0.01ms !important;animation-iteration-count:1 !important;transition-duration:0.01ms !important}}.member-bar{display:inline-flex;align-items:center;gap:10px}.member-link{padding:6px 12px;color:var(--muted);border:1px solid var(--line);border-radius:999px;font-size:12.5px;font-weight:600;text-decoration:none;transition:color 120ms,border-color 120ms,background 120ms}.member-link:hover{color:var(--ink-strong);border-color:var(--line-strong);background:var(--surface-soft)}.member-user{padding:5px 12px;color:var(--ink-strong);background:var(--surface-soft);border:1px solid var(--line);border-radius:999px;font-size:12.5px;font-weight:600;text-decoration:none;transition:color 120ms,border-color 120ms,background 120ms}.member-user:hover{color:var(--strong);border-color:var(--line-strong);background:var(--surface)}.member-dialog{width:min(420px,100%)}.member-tabs{display:inline-flex;gap:4px;margin-bottom:22px;padding:4px;background:var(--surface-soft);border:1px solid var(--line);border-radius:999px}.member-tab{min-width:84px;padding:7px 16px;color:var(--muted);background:transparent;border:0;border-radius:999px;cursor:pointer;font-size:13px;font-weight:600;transition:color 120ms,background 120ms}.member-tab.is-active{color:var(--ink-strong);background:var(--surface);box-shadow:0 1px 3px rgba(0,0,0,0.08)}.member-title{margin:0 0 4px;color:var(--ink-strong);font-size:22px;font-weight:700;letter-spacing:-0.02em}.member-sub{margin:0 0 24px;color:var(--muted);font-size:13px}.member-form .button{margin-top:24px}#domain-field{margin-top:24px}#domain-field.fade-in{animation:dialog-in 200ms ease-out}#domainSelect{appearance:none;-webkit-appearance:none;min-height:56px;padding-right:44px;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 16 16'%3E%3Cpath stroke='%236b7280' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round' d='M4 6l4 4 4-4'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;background-size:16px;font-size:15px}.button-sm{min-height:38px;padding:0 14px;font-size:13px}.empty-note{margin:16px 0 0;padding:18px;color:var(--muted);background:var(--surface-soft);border:1px dashed var(--line-strong);border-radius:var(--radius-sm);text-align:center;font-size:13px}#mylinksList .result-list{margin-top:0}.cookie-banner{position:fixed;left:0;right:0;bottom:0;z-index:60;display:flex;align-items:center;justify-content:center;gap:16px;flex-wrap:wrap;padding:12px 20px;background:#16282c;color:#e8f4f2;box-shadow:0 -4px 18px rgba(22,40,44,0.25)}.cookie-banner[hidden]{display:none}.cookie-banner p{margin:0;font-size:13px;line-height:1.6}.cookie-banner a{color:#ffd58a;text-decoration:underline}.cookie-banner-btn{border:0;border-radius:8px;padding:8px 18px;background:#f5a623;color:#16282c;font-size:13px;font-weight:700;cursor:pointer}