:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#1b1d21;background:#f5f5f3;font-synthesis:none;text-rendering:optimizeLegibility;--background: #f5f5f3;--surface: #ffffff;--surface-subtle: #f8f8f7;--text: #1b1d21;--muted: #696d75;--faint: #92969e;--border: #dedfdf;--border-strong: #c7c9cb;--accent: #2257d6;--accent-hover: #1848bb;--accent-soft: #edf2ff;--success: #18794e;--success-soft: #eaf7f0;--danger: #b42318;--danger-soft: #fff0ee;color-scheme:light}:root[data-theme=dark]{--background: #111214;--surface: #191a1e;--surface-subtle: #202126;--text: #f2f2f0;--muted: #a7a9ae;--faint: #7f8289;--border: #303238;--border-strong: #44474f;--accent: #7fa2ff;--accent-hover: #9bb5ff;--accent-soft: #202b49;--success: #69c99a;--success-soft: #173428;--danger: #ff8a80;--danger-soft: #3b211f;color-scheme:dark}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;min-height:100vh;color:var(--text);background:var(--background)}button,input{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{border:0}a{color:inherit;text-decoration:none}.app-shell{width:min(1080px,calc(100% - 40px));min-height:100vh;margin:0 auto}.site-header{height:72px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--border)}.brand{display:inline-flex;align-items:center;gap:9px;font-size:16px;font-weight:750;letter-spacing:-.02em}.brand-mark{width:30px;height:30px;display:grid;place-items:center;color:#fff;border-radius:7px;background:var(--accent)}.header-meta{display:flex;align-items:center;gap:18px;color:var(--muted);font-size:12px}.header-meta>span{display:flex;align-items:center;gap:6px}.theme-button{width:36px;height:36px;display:grid;place-items:center;color:var(--muted);border:1px solid var(--border);border-radius:8px;background:var(--surface);cursor:pointer}.theme-button:hover{color:var(--text);border-color:var(--border-strong)}.main-layout{display:grid;grid-template-columns:minmax(0,.82fr) minmax(440px,1.18fr);gap:clamp(48px,8vw,96px);align-items:center;padding:80px 0 72px}.intro{min-width:0}.kicker{margin:0 0 14px;color:var(--accent);font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.intro h1{max-width:520px;margin:0;font-size:clamp(38px,5vw,60px);line-height:1.02;letter-spacing:-.055em}.intro-copy{max-width:480px;margin:22px 0 0;color:var(--muted);font-size:17px;line-height:1.65}.plain-benefits{display:grid;gap:11px;margin:28px 0 0;padding:0;color:var(--muted);font-size:13px;list-style:none}.plain-benefits li{display:flex;align-items:center;gap:9px}.plain-benefits svg{color:var(--success)}.transfer-card{min-width:0;overflow:hidden;border:1px solid var(--border);border-radius:14px;background:var(--surface);box-shadow:0 14px 35px #14192312}:root[data-theme=dark] .transfer-card{box-shadow:0 18px 45px #00000040}.mode-switch{display:grid;grid-template-columns:1fr 1fr;padding:6px;border-bottom:1px solid var(--border);background:var(--surface-subtle)}.mode-switch button{min-height:40px;display:flex;align-items:center;justify-content:center;gap:7px;color:var(--muted);border-radius:8px;background:transparent;cursor:pointer;font-size:13px;font-weight:650}.mode-switch button.active{color:var(--text);border:1px solid var(--border);background:var(--surface);box-shadow:0 1px 2px #1419230f}.panel-content{min-height:430px;padding:28px}.panel-heading{display:flex;align-items:flex-start;gap:13px;margin-bottom:24px}.panel-heading h2,.selection-header h2,.status-panel h2{margin:1px 0 5px;font-size:18px;line-height:1.3;letter-spacing:-.02em}.panel-heading p,.selection-header p,.status-panel>p{margin:0;color:var(--muted);font-size:13px;line-height:1.5}.state-icon{width:38px;height:38px;flex:0 0 auto;display:grid;place-items:center;color:var(--accent);border-radius:9px;background:var(--accent-soft)}.state-icon.complete{color:var(--success);background:var(--success-soft)}.drop-zone{min-height:374px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:30px;color:var(--muted);border:1px dashed var(--border-strong);border-radius:10px;background:var(--surface-subtle);text-align:center;transition:border-color .15s ease,background .15s ease}.drop-zone.is-dragging{border-color:var(--accent);background:var(--accent-soft)}.drop-zone>svg{margin-bottom:16px;color:var(--accent)}.drop-zone h2{margin:0;color:var(--text);font-size:17px}.drop-zone p{max-width:330px;margin:8px 0 21px;font-size:13px;line-height:1.5}.drop-zone small{margin-top:17px;color:var(--faint);font-size:11px}.picker-actions,.selection-actions{display:flex;align-items:center;gap:9px}.primary-button,.secondary-button{min-height:40px;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:0 15px;border-radius:8px;cursor:pointer;font-size:13px;font-weight:650;transition:background .15s ease,border-color .15s ease}.primary-button{color:#fff;background:var(--accent)}.primary-button:hover{background:var(--accent-hover)}.secondary-button{color:var(--text);border:1px solid var(--border);background:var(--surface)}.secondary-button:hover{border-color:var(--border-strong);background:var(--surface-subtle)}.text-button{align-self:center;margin-top:19px;padding:7px 9px;color:var(--muted);background:transparent;cursor:pointer;font-size:12px;font-weight:600}.text-button:hover{color:var(--text)}.file-selection{display:flex;flex-direction:column}.selection-header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:18px}.selection-header>span{color:var(--muted);font-size:12px;font-weight:650;white-space:nowrap}.file-list,.received-file-list{display:grid;gap:7px}.file-list{flex:1}.file-row{min-width:0;display:flex;align-items:center;gap:11px;padding:9px 10px;border:1px solid var(--border);border-radius:8px;background:var(--surface-subtle)}.file-type{width:34px;height:34px;flex:0 0 auto;display:grid;place-items:center;color:var(--muted);border-radius:7px;background:var(--surface)}.file-detail{min-width:0;display:flex;flex:1;flex-direction:column;gap:2px}.file-detail strong{overflow:hidden;font-size:12px;font-weight:650;text-overflow:ellipsis;white-space:nowrap}.file-detail small{color:var(--faint);font-size:11px}.icon-button{width:32px;height:32px;flex:0 0 auto;display:grid;place-items:center;color:var(--faint);border-radius:7px;background:transparent;cursor:pointer}.icon-button:hover{color:var(--danger);background:var(--danger-soft)}.more-files{padding:6px;color:var(--muted);font-size:11px;text-align:center}.selection-actions{justify-content:space-between;margin-top:20px}.share-panel,.complete-panel,.receive-panel{display:flex;flex-direction:column}.share-link-row{min-width:0;display:flex;gap:8px;margin-bottom:24px}.share-link-row input{min-width:0;flex:1;height:40px;padding:0 11px;overflow:hidden;color:var(--muted);border:1px solid var(--border);border-radius:8px;outline:0;background:var(--surface-subtle);font-size:12px;text-overflow:ellipsis}.manifest-summary{display:flex;justify-content:space-between;margin-top:12px;color:var(--muted);font-size:11px}.share-panel .text-button,.complete-panel .text-button{margin-top:auto}.progress-block{width:100%;margin-top:2px}.progress-label{display:flex;justify-content:space-between;gap:16px;margin-bottom:7px;color:var(--muted);font-size:11px;font-weight:600}.progress-label span:last-child{min-width:112px;text-align:right;font-variant-numeric:tabular-nums}.progress-track{position:relative;width:100%;height:7px;overflow:hidden;border-radius:999px;background:var(--border)}.progress-track>span{display:block;height:100%;border-radius:inherit;background:var(--accent);transition:width .16s linear}.progress-track.indeterminate>span{position:absolute;width:32%;animation:indeterminate 1.1s ease-in-out infinite}@keyframes indeterminate{0%{left:-34%}to{left:102%}}.code-input-wrap{min-width:0;display:flex;gap:8px}.code-input-wrap input{min-width:0;height:42px;flex:1;padding:0 11px;color:var(--text);border:1px solid var(--border);border-radius:8px;outline:0;background:var(--surface);font:inherit;font-size:13px;text-overflow:ellipsis}.code-input-wrap input:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}.code-input-wrap button{min-height:42px;display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:0 14px;color:#fff;border-radius:8px;background:var(--accent);cursor:pointer;font-size:12px;font-weight:650}.code-input-wrap button:disabled{color:var(--faint);background:var(--border);cursor:not-allowed}.input-help{display:flex;align-items:center;gap:6px;margin:12px 0 0;color:var(--faint);font-size:11px}.receive-preview{display:grid;gap:7px;margin-top:13px;padding:13px;border:1px solid var(--border);border-radius:8px;background:var(--surface-subtle)}.receive-preview>div{display:flex;justify-content:space-between;gap:16px;font-size:12px}.receive-preview>div span,.receive-preview>span{color:var(--muted)}.receive-preview>span{overflow:hidden;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.status-panel{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.status-panel>svg{margin-bottom:16px;color:var(--accent)}.status-panel>p{margin-bottom:25px}.status-panel .progress-block{max-width:360px}.spin{animation:spin .9s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.fallback-copy{margin:18px 0 10px;color:var(--muted);font-size:12px}.received-file-list{max-height:220px;overflow:auto}.save-button{min-height:34px;padding:0 10px;font-size:11px}.inline-notice{margin:14px 0 0;padding:10px 11px;border-radius:8px;font-size:11px;line-height:1.45}.error-notice{color:var(--danger);background:var(--danger-soft)}.how-section{padding:48px 0;border-top:1px solid var(--border)}.how-section h2{margin:0 0 24px;font-size:17px;letter-spacing:-.02em}.how-section ol{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;margin:0;padding:0;list-style:none}.how-section li{display:flex;gap:12px}.how-section li>span{width:25px;height:25px;flex:0 0 auto;display:grid;place-items:center;color:var(--muted);border:1px solid var(--border);border-radius:50%;font-size:11px;font-weight:700}.how-section strong{font-size:13px}.how-section p{margin:5px 0 0;color:var(--muted);font-size:12px;line-height:1.5}footer{min-height:72px;display:flex;align-items:center;gap:8px;color:var(--muted);border-top:1px solid var(--border);font-size:11px}.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(max-width:800px){.app-shell{width:min(100% - 28px,620px)}.site-header{height:62px}.header-meta>span{display:none}.main-layout{grid-template-columns:minmax(0,1fr);gap:30px;padding:40px 0 52px}.intro h1{font-size:clamp(36px,11vw,50px)}.intro-copy{margin-top:16px;font-size:15px}.plain-benefits{margin-top:20px}.transfer-card{width:100%}.panel-content{min-height:410px;padding:20px}.drop-zone{min-height:368px;padding:22px 15px}.how-section ol{grid-template-columns:1fr;gap:20px}}@media(max-width:480px){.app-shell{width:100%}.site-header,.intro,.how-section,footer{margin-right:16px;margin-left:16px}.main-layout{padding-top:30px}.intro h1{font-size:38px}.transfer-card{border-right:0;border-left:0;border-radius:0;box-shadow:none}.panel-content{min-height:430px;padding:18px 16px}.picker-actions{width:100%;flex-direction:column}.picker-actions button{width:100%}.selection-actions{align-items:stretch;flex-direction:column-reverse}.selection-actions button{width:100%}.share-link-row,.code-input-wrap{flex-direction:column}.share-link-row button,.code-input-wrap button{width:100%}.code-input-wrap input{width:100%;height:44px;flex:none;padding:0 12px;font-size:16px}.share-link-row input{flex:0 0 42px}.received-row{display:grid;grid-template-columns:34px minmax(0,1fr)}.received-row .save-button{grid-column:1 / -1;width:100%;margin-top:3px}.received-file-list{max-height:none;overflow:visible}.how-section{padding:38px 0}footer{padding:20px 0;line-height:1.45}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition:none!important}}
