:root{--bg: #f6f7fbd4;--card: #ffffff;--text: #111827;--muted: #6b7280;--border: #e5e7eb;--primary: #2563eb;--primary-100: #dbeafe;--radius: 12px}*{box-sizing:border-box}html,body{height:100%}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;color:var(--text);background:var(--bg)}#root{min-height:100dvh}.app-shell{min-height:100dvh;background:var(--bg);color:var(--text)}.app-shell[data-theme=dark]{--bg: #04160f;--card: rgba(8, 55, 39, .92);--text: rgba(234, 255, 245, .92);--muted: rgba(234, 255, 245, .72);--border: rgba(255, 255, 255, .14);--primary: #1eea8a;--primary-100: rgba(46, 235, 154, .18)}.app-shell[data-theme=light]{--bg: #a4a5a695;--card: #d4cec9;--text: #111827;--muted: #676c78;--border: #e5e7eb;--primary: #2563eb;--primary-100: #dbeafe}.app-shell{background:var(--bg)}.app-shell[data-theme=dark] .link:hover{background:#ffffff12}.m-0{margin:0}.mt-0{margin-top:0}.mb-0{margin-bottom:0}.mt-6{margin-top:6px}.mt-8{margin-top:8px}.mt-10{margin-top:10px}.mt-12{margin-top:12px}.mt-16{margin-top:16px}.mb-8{margin-bottom:8px}.mb-14{margin-bottom:14px}.mb-16{margin-bottom:16px}.gap-6{gap:6px}.gap-8{gap:8px}.gap-10{gap:10px}.gap-12{gap:12px}.op-75{opacity:.75}.op-80{opacity:.8}.op-85{opacity:.85}.fw-600{font-weight:600}.text-sm{font-size:12px}.text-md{font-size:13px}.text-red{color:red}.flex{display:flex}.flex-col{display:flex;flex-direction:column}.flex-1{flex:1}.items-center{align-items:center}.items-start{align-items:flex-start}.justify-between{justify-content:space-between}.grid{display:grid}.block{display:block}.w-full{width:100%}.minw-160{min-width:160px}.w-140{width:140px}.link-reset{text-decoration:none;color:inherit}.app-header{position:sticky;top:0;z-index:10;background:var(--card);border-bottom:1px solid var(--border)}.app-header-inner{max-width:1100px;margin:0 auto;padding:12px 16px;display:flex;align-items:center;justify-content:space-between;gap:12px}.brand{font-weight:800;letter-spacing:.2px;text-decoration:none;color:var(--text);font-size:18px}.header-nav{display:flex;align-items:center;gap:10px}.link{text-decoration:none;color:var(--text);padding:8px 10px;border-radius:10px}.link:hover{background:#f3f4f6}.container{max-width:1100px;margin:0 auto;padding:16px}button{border:1px solid var(--border);background:var(--card);color:var(--text);padding:9px 12px;border-radius:10px;cursor:pointer}button:hover{background:#f9fafb}button:disabled{opacity:.6;cursor:not-allowed}.app-shell[data-theme=dark] button:hover{background:#ffffff0f}.modal-close{background:transparent;border:1px solid #e5e7eb;color:#111827;border-radius:10px;width:36px;height:36px;display:grid;place-items:center;cursor:pointer}.modal-close:hover{background:#f3f4f6}.btn-primary{background:var(--primary);border-color:var(--primary);color:#fff}.btn-primary:hover{filter:brightness(.95)}.tabs{display:flex;gap:8px;flex-wrap:wrap;margin:8px 0 16px}.tab{text-decoration:none;color:var(--text);padding:8px 12px;border-radius:999px;border:1px solid var(--border);background:var(--card)}.tab-active{background:var(--primary-100);border-color:#bfdbfe}.card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:12px}.stack{display:flex;flex-direction:column;gap:10px}.row-between{display:flex;justify-content:space-between;align-items:flex-start;gap:10px}.muted{color:var(--muted);font-size:12px}input{border:1px solid var(--border);border-radius:10px;padding:10px 12px;outline:none;width:100%;background:var(--card);color:var(--text)}input::placeholder{color:var(--text)}input:focus{border-color:#bfdbfe}.landing-page{min-height:100dvh;display:grid;place-items:center;padding:22px;background:radial-gradient(1200px 700px at 50% 10%,#0b3b2a,#062217 55%,#04160f)}.landing-card{width:min(420px,100%);border-radius:26px;min-height:75vh;padding:40px 24px;background:linear-gradient(180deg,#083727eb,#052318eb);box-shadow:0 18px 60px #00000073;border:1px solid rgba(255,255,255,.16);text-align:center;color:#eafff5;display:flex;flex-direction:column;justify-content:center;gap:18px}.landing-icon{position:relative;width:140px;height:170px;margin:0 auto 1px}.landing-icon .dot{position:absolute;width:46px;height:46px;border-radius:999px;background:#2eeb9a24;border:1px solid rgba(46,235,154,.18);box-shadow:inset 0 0 0 1px #000000b8}.landing-icon .dot-top{top:0;left:50%;transform:translate(-50%)}.landing-icon .dot-left{bottom:20px;left:0}.landing-icon .dot-right{bottom:20px;right:0}.landing-icon .dot-center{width:60px;height:60px;left:50%;top:85px;transform:translate(-50%,-50%);background:#2eeb9a47;border:1px solid rgba(46,235,154,.24);display:grid;place-items:center}.landing-icon .fork{font-size:20px;filter:saturate(1.1)}.landing-title{font-size:34px;line-height:1.1;font-weight:850}.landing-subtitle{margin:0 auto 10px;max-width:320px;font-size:14px;color:#eafff5b8;line-height:1.6}.landing-actions{display:grid;gap:16px}.landing-btn{width:100%;border-radius:12px;padding:12px 14px;font-weight:700;border:1px solid transparent;cursor:pointer}.landing-btn-primary{background:#1eea8a;color:#052316;border-color:#1eea8a8c}.landing-btn-primary:hover{filter:brightness(.97)}.landing-btn-secondary{background:#ffffff14;color:#eafff5eb;border-color:#ffffff2e}.landing-btn-secondary:hover{background:#ffffff1c}.auth-page{min-height:100dvh;display:grid;place-items:center;padding:22px;background:radial-gradient(1200px 700px at 50% 10%,#0b3b2a,#062217 55%,#04160f)}.auth-card{width:min(420px,100%);border-radius:26px;min-height:68vh;padding:22px 24px 26px;background:linear-gradient(180deg,#083727eb,#052318eb);box-shadow:0 18px 60px #00000073;border:1px solid rgba(255,255,255,.16);color:#eafff5;display:flex;flex-direction:column;justify-content:flex-start;gap:12px}.auth-head{display:grid;place-items:center}.auth-badge{width:62px;height:62px;border-radius:999px;display:grid;place-items:center;background:#2eeb9a38;border:1px solid rgba(46,235,154,.28);box-shadow:inset 0 0 0 1px #000000b8;color:#eafff5eb;font-size:20px;font-weight:800}.auth-form{display:grid;gap:16px}.auth-label{display:grid;gap:8px;font-size:12px;color:#eafff5c7}.auth-input{width:100%;border-radius:12px;padding:12px 14px;background:#ffffff0f;border:1px solid rgba(255,255,255,.12);color:#eafff5eb;outline:none}.auth-input::placeholder{color:#eafff573}.auth-input:focus{border-color:#1eea8a8c;box-shadow:0 0 0 3px #1eea8a2e}.auth-foot{margin:0;text-align:center;font-size:13px;color:#eafff5b8}.auth-link{color:#1eea8a;text-decoration:none;font-weight:700}.auth-link:hover{text-decoration:underline}.auth-header{display:flex;gap:12px;justify-content:center;margin-bottom:10px;padding:0 12px;border-radius:12px;background:#ffffff0f;border:1px solid rgba(255,255,255,.12)}.auth-navlink{color:#eafff5d9;text-decoration:none;font-weight:700;padding:8px 10px;border-radius:10px}.auth-navlink:hover{background:#ffffff12}.auth-navlink:focus{outline:none;box-shadow:0 0 0 3px #1eea8a2e}.login-submit{margin-top:50px}
