:root{font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:#1f2937;background:#f3f4f6}*{box-sizing:border-box}body{margin:0;background:#f3f4f6}button,input,textarea{font:inherit}button{min-height:44px;border:0;border-radius:10px;padding:0 16px;background:#111827;color:#fff;cursor:pointer}button:hover{opacity:.9}.secondary{background:#e5e7eb;color:#111827}.danger{background:#b91c1c}.app{max-width:1100px;margin:auto;padding:18px}.topbar{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:10px}.brand{font-weight:800;font-size:1.5rem}.muted{color:#6b7280;font-size:.9rem}.top-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap;justify-content:flex-end}.codebox{background:#fff;border:1px solid #d1d5db;border-radius:12px;padding:8px 10px;display:flex;align-items:center;gap:8px}.codebox strong{font-size:1.25rem;letter-spacing:.08em}.statusline{font-size:.9rem;color:#4b5563;margin:10px 0 18px}.composer,.login-grid{display:grid;grid-template-columns:1.4fr 1fr;gap:16px}.card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:16px;box-shadow:0 1px 2px rgba(0,0,0,.04)}label{display:flex;flex-direction:column;gap:7px;font-weight:650;margin-bottom:12px}textarea,input{width:100%;border:1px solid #cbd5e1;border-radius:10px;padding:11px;background:#fff;color:#111827}textarea{resize:vertical;min-height:130px}.list-head{display:flex;align-items:center;justify-content:space-between;margin-top:22px}.items{display:flex;flex-direction:column;gap:10px}.item{display:grid;grid-template-columns:1fr auto;gap:8px;background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:12px}.item-main{min-width:0}.item pre{white-space:pre-wrap;word-break:break-word;margin:0;font:14px/1.45 ui-monospace,SFMono-Regular,Menlo,monospace}.item-actions{display:flex;gap:6px;align-items:flex-start}.icon-btn{width:44px;min-width:44px;height:44px;padding:0;background:#eef2f7;color:#111827}.item-meta{grid-column:1/-1;font-size:.75rem;color:#9ca3af}.file-link{font-weight:700;color:#1d4ed8;text-decoration:none;word-break:break-all}.empty{padding:26px;text-align:center;color:#6b7280;background:#fff;border-radius:12px;border:1px dashed #cbd5e1}.login-body{display:flex;min-height:100vh;align-items:center;justify-content:center}.login-wrap{width:min(850px,calc(100% - 28px));padding:24px 0}.login-wrap.narrow{width:min(480px,calc(100% - 28px))}.login-wrap h1{margin-bottom:4px}.login-grid{margin-top:22px}.login-grid h2{margin-top:0}.code-input{text-align:center;font-size:1.6rem;letter-spacing:.12em;font-weight:800}.alert,.notice{padding:12px 14px;border-radius:10px;margin:14px 0}.alert{background:#fee2e2;color:#991b1b}.notice{background:#e0f2fe;color:#075985}@media(max-width:720px){.composer,.login-grid{grid-template-columns:1fr}.topbar{align-items:flex-start;flex-direction:column}.top-actions{justify-content:flex-start;width:100%}.top-actions form,.top-actions form button{width:100%}.codebox{width:100%;justify-content:space-between}.app{padding:12px}.item{grid-template-columns:1fr auto}}
