:root{color-scheme:light;font-family:Inter,Segoe UI,sans-serif;line-height:1.5;font-weight:400;--page-bg: #f3f0ea;--surface: rgba(255, 255, 255, .82);--surface-strong: #ffffff;--surface-muted: #f8f5f0;--border: rgba(19, 30, 39, .1);--border-strong: rgba(19, 30, 39, .16);--text: #18212b;--muted: #60707d;--accent: #1f6f66;--accent-soft: rgba(31, 111, 102, .12);--danger: #ad4f3f;--danger-soft: rgba(173, 79, 63, .14);--shadow: 0 20px 48px rgba(15, 23, 31, .08);--shadow-soft: 0 12px 24px rgba(15, 23, 31, .05);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}html,body,#root{min-height:100%}body{margin:0;color:var(--text);background:radial-gradient(circle at top left,rgba(255,255,255,.95),transparent 32%),linear-gradient(180deg,#f7f3ed,#efeae2)}button,input,select{font:inherit}button{cursor:pointer}.app-shell{position:relative;min-height:100vh;overflow-x:clip}.app-shell__glow{position:absolute;width:480px;height:480px;border-radius:50%;filter:blur(36px);opacity:.4;pointer-events:none}.app-shell__glow--left{top:-160px;left:-140px;background:#1f6f6624}.app-shell__glow--right{top:120px;right:-180px;background:#66798e24}.page{position:relative;max-width:880px;margin:0 auto;padding:56px 24px 72px}.hero{background:var(--surface);border:1px solid var(--border);border-radius:26px;padding:32px 34px;box-shadow:var(--shadow);backdrop-filter:blur(8px)}.hero__topbar{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-bottom:20px}.badge{display:inline-flex;align-items:center;padding:5px 12px;border-radius:999px;background:var(--accent-soft);color:var(--accent);font-size:.75rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase}.hero h1{margin:0 0 12px;font-size:2rem;letter-spacing:-.02em}.hero__lead{margin:0;max-width:62ch;color:var(--muted)}.user-chip{display:inline-flex;align-items:center;gap:10px;padding:5px 12px 5px 5px;border:1px solid var(--border);border-radius:999px;background:var(--surface-strong);font-size:.82rem}.user-chip__avatar{display:grid;place-items:center;width:26px;height:26px;border-radius:50%;background:var(--accent);color:#fff;font-size:.78rem;font-weight:600}.user-chip__email{color:var(--muted)}.user-chip__logout{color:var(--accent);font-weight:600;text-decoration:none}.user-chip__logout:hover{text-decoration:underline}.link-button{margin-top:18px;padding:0;border:0;background:none;color:var(--accent);font-size:.86rem;font-weight:600;text-decoration:underline;text-underline-offset:3px}.manifest-preview{margin:14px 0 0;padding:16px 18px;border:1px solid var(--border);border-radius:16px;background:var(--surface-muted);color:var(--text);font-family:SFMono-Regular,Menlo,monospace;font-size:.76rem;line-height:1.6;overflow-x:auto}.notice{margin-top:20px;padding:14px 18px;border-radius:16px;border:1px solid var(--border);background:var(--surface-strong);font-size:.9rem}.notice--error{border-color:#ad4f3f4d;background:var(--danger-soft);color:#7d3628}.dropzone{position:relative;margin-top:24px;padding:46px 28px;border:2px dashed var(--border-strong);border-radius:26px;background:var(--surface);text-align:center;transition:border-color .16s ease,background .16s ease,transform .16s ease}.dropzone--active{border-color:var(--accent);background:var(--accent-soft);transform:scale(1.005)}.dropzone__input{display:none}.dropzone__icon{width:44px;height:44px;margin:0 auto 16px;border-radius:14px;border:2px solid var(--accent);position:relative}.dropzone__icon:before,.dropzone__icon:after{content:"";position:absolute;background:var(--accent);border-radius:2px}.dropzone__icon:before{width:2px;height:20px;top:10px;left:19px}.dropzone__icon:after{width:20px;height:2px;top:19px;left:10px}.dropzone__title{margin:0 0 6px;font-size:1.05rem;font-weight:600}.dropzone__hint{margin:0 0 22px;color:var(--muted);font-size:.82rem}.button{padding:10px 18px;border:1px solid transparent;border-radius:12px;background:var(--accent);color:#fff;font-size:.88rem;font-weight:600;transition:background .16s ease,opacity .16s ease}.button:hover:not(:disabled){background:#1a5c55}.button:disabled{opacity:.45;cursor:not-allowed}.button--secondary{background:var(--surface-strong);border-color:var(--border-strong);color:var(--text)}.button--secondary:hover:not(:disabled){background:var(--surface-muted)}.button--ghost{background:none;border-color:transparent;color:var(--muted)}.button--ghost:hover:not(:disabled){background:#131e270d}.button--small{padding:6px 12px;font-size:.8rem;border-radius:10px}.queue{margin-top:28px;background:var(--surface);border:1px solid var(--border);border-radius:26px;padding:24px 26px;box-shadow:var(--shadow-soft)}.queue__header{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-bottom:18px}.queue__header h2{margin:0;font-size:1.02rem}.queue__actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.file-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.file-row{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:14px 16px;border:1px solid var(--border);border-radius:16px;background:var(--surface-strong)}.file-row--error{border-color:#ad4f3f52;background:var(--danger-soft)}.file-row--skipped{opacity:.72}.file-row--done{border-color:#1f6f6647}.file-row__main{min-width:0;flex:1}.file-row__name{font-weight:600;font-size:.92rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.file-row__meta{display:flex;align-items:center;gap:6px;flex-wrap:wrap;margin-top:4px;color:var(--muted);font-size:.78rem}.file-row__note{margin:8px 0 0;font-size:.78rem;color:var(--muted);overflow-wrap:anywhere}.file-row__note--ok{color:var(--accent)}.file-row__side{display:flex;align-items:center;gap:10px;flex-shrink:0}.status{font-size:.74rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--muted)}.status--done{color:var(--accent)}.status--error{color:var(--danger)}.row-remove{position:relative;width:26px;height:26px;border:1px solid transparent;border-radius:8px;background:none;transition:background .16s ease}.row-remove:hover:not(:disabled){background:var(--danger-soft)}.row-remove:disabled{opacity:.3;cursor:not-allowed}.row-remove__line,.row-remove__line:before{position:absolute;top:50%;left:50%;width:12px;height:2px;border-radius:2px;background:var(--danger);content:""}.row-remove__line{transform:translate(-50%,-50%) rotate(45deg)}.row-remove__line:before{top:0;left:0;transform:rotate(-90deg)}.page__footer{margin-top:32px;color:var(--muted);font-size:.8rem;text-align:center}.page__footer a{color:var(--accent)}@media(max-width:620px){.page{padding:32px 16px 56px}.hero{padding:24px 20px}.file-row{flex-direction:column;align-items:stretch}.file-row__side{justify-content:space-between}}
