:root{--ink:#102a43;--muted:#64748b;--paper:#f7f3ea;--cream:#fffdf8;--sea:#0b536d;--aqua:#74c6c3;--gold:#d8a84e;--line:rgba(16,42,67,.13)}*{box-sizing:border-box}html{min-height:100%}body{margin:0;min-height:100vh;background:var(--paper);color:var(--ink);font-family:"Segoe UI","PingFang SC","Microsoft YaHei",sans-serif;position:relative;overflow-x:hidden}.aurora{position:fixed;border-radius:999px;filter:blur(90px);opacity:.2;pointer-events:none}.aurora-one{width:440px;height:440px;background:#5dc4c1;right:-180px;top:-150px}.aurora-two{width:400px;height:400px;background:#ecc778;left:-220px;bottom:-240px}.topbar{height:80px;display:flex;align-items:center;justify-content:space-between;max-width:1180px;margin:auto;padding:0 28px;position:relative;z-index:2;border-bottom:1px solid var(--line)}.brand{font-family:Georgia,"Songti SC",serif;font-size:22px;font-weight:700;color:var(--ink);text-decoration:none;letter-spacing:.06em}.brand-mark{display:inline-grid;place-items:center;width:32px;height:32px;border:1px solid var(--sea);border-radius:50%;margin-right:10px;color:var(--sea)}nav{display:flex;align-items:center;gap:24px}nav a,.link-button{color:var(--ink);text-decoration:none;background:none;border:0;font:inherit;cursor:pointer;padding:8px}.shell{max-width:1180px;margin:0 auto;padding:64px 28px 80px;position:relative;z-index:1}.hero{max-width:820px;padding:70px 0 90px}.eyebrow{font-size:11px;font-weight:700;letter-spacing:.22em;color:var(--sea);text-transform:uppercase;margin-bottom:18px}.hero h1,.page-head h1,.reading-card h1,.auth-card h1{font:600 clamp(42px,7vw,78px)/1.05 Georgia,"Songti SC",serif;letter-spacing:-.04em;margin:0 0 24px}.hero h1 em{color:var(--sea);font-weight:400}.hero>p{font-size:18px;line-height:1.9;color:var(--muted);max-width:650px}.actions{display:flex;gap:14px;margin-top:36px}.button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 24px;border-radius:4px;border:1px solid var(--ink);text-decoration:none;font-weight:650;cursor:pointer;font-size:15px}.primary{background:var(--ink);color:white;box-shadow:5px 5px 0 var(--aqua)}.ghost{background:transparent;color:var(--ink)}.light{background:var(--cream);color:var(--ink);border-color:transparent}.wide{width:100%}
.drift-option{margin:22px 0 20px;padding:16px 17px;border:1px solid rgba(11,83,109,.18);background:linear-gradient(135deg,rgba(116,198,195,.12),rgba(255,253,248,.7));border-radius:6px}
.switch-label{display:flex;align-items:center;gap:12px;margin:0;cursor:pointer}
.switch-label input{position:absolute;opacity:0;width:1px;height:1px;margin:0}
.switch{flex:0 0 45px;width:45px;height:25px;border-radius:99px;background:#cbd5dc;position:relative;transition:.2s ease}
.switch:after{content:"";position:absolute;left:3px;top:3px;width:19px;height:19px;border-radius:50%;background:#fff;box-shadow:0 1px 3px rgba(16,42,67,.25);transition:.2s ease}
.switch-label input:checked+.switch{background:var(--sea)}
.switch-label input:checked+.switch:after{transform:translateX(20px)}
.switch-label input:focus-visible+.switch{outline:3px solid rgba(11,83,109,.22);outline-offset:2px}
.switch-copy{display:flex;flex-direction:column;gap:3px}
.switch-copy strong{font-size:14px}
.switch-copy small{font-size:12px;font-weight:400;line-height:1.5;color:var(--muted)}
.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--line);border:1px solid var(--line)}.feature-grid article{padding:32px;background:rgba(255,253,248,.8)}.feature-grid span{font:italic 16px Georgia;color:var(--gold)}.feature-grid h3{font:600 23px Georgia,"Songti SC",serif;margin:22px 0 10px}.feature-grid p,.page-head p,.panel>p,.sea-panel>p,.reading-card>p{color:var(--muted);line-height:1.7}.flash{padding:14px 18px;margin:0 0 20px;border-left:4px solid var(--sea);background:var(--cream)}.flash.error{border-color:#b74242}.flash.success{border-color:#2c8b70}.auth-card{max-width:900px;margin:30px auto;display:grid;grid-template-columns:1fr 1fr;background:var(--cream);border:1px solid var(--line);box-shadow:16px 16px 0 rgba(11,83,109,.12)}.auth-card>div,.auth-card>form{padding:52px}.auth-card>div{background:var(--ink);color:white}.auth-card h1{font-size:44px}.auth-card>div p{color:#bad1db}.auth-card form{display:flex;flex-direction:column;justify-content:center}.form-switch{text-align:center;color:var(--muted);font-size:14px}.form-switch a{color:var(--sea)}label{display:block;font-size:13px;font-weight:700;margin:0 0 18px}input,textarea{display:block;width:100%;margin-top:8px;padding:13px 14px;border:1px solid var(--line);border-radius:3px;background:white;color:var(--ink);font:inherit;outline:none}input:focus,textarea:focus{border-color:var(--sea);box-shadow:0 0 0 3px rgba(11,83,109,.1)}textarea{resize:vertical;line-height:1.7}.page-head{display:flex;align-items:end;justify-content:space-between;gap:28px;margin-bottom:44px}.page-head h1{font-size:48px;margin-bottom:8px}.dashboard-grid,.ocean-grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:32px}.panel,.timeline,.sea-panel{background:rgba(255,253,248,.88);border:1px solid var(--line);padding:32px}.panel h2,.section-title h2,.sea-panel h2{font:600 28px Georgia,"Songti SC",serif;margin:0 0 8px}.section-title{display:flex;justify-content:space-between;align-items:center;margin-bottom:22px}.section-title span{font-size:13px;color:var(--muted)}.entry-card{display:grid;grid-template-columns:46px 1fr;gap:14px;padding:18px 0;border-top:1px solid var(--line);color:var(--ink);text-decoration:none}.entry-icon{width:40px;height:40px;border-radius:50%;display:grid;place-items:center;background:#e8f3f1;color:var(--sea)}.entry-card.locked .entry-icon{background:#eee9df;color:#887b65}.entry-card small{color:var(--muted)}.entry-card h3{margin:4px 0;font:600 19px Georgia,"Songti SC",serif}.entry-card p{margin:0;color:var(--muted);font-size:13px}.empty{text-align:center;color:var(--muted);padding:70px 15px}.empty div{font-size:48px}.reading-card{max-width:800px;margin:30px auto;background:var(--cream);border:1px solid var(--line);padding:64px;box-shadow:12px 12px 0 rgba(11,83,109,.1)}.reading-card h1{font-size:52px}.letter{font:19px/2 Georgia,"Songti SC",serif;white-space:pre-wrap;padding:35px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);margin-bottom:24px}.meta{font-size:13px}.reading-card.sealed{text-align:center;padding:90px 50px}.seal{font-size:70px;color:var(--gold);margin-bottom:18px}.sea-panel{background:linear-gradient(145deg,#0b536d,#083649);color:white;text-align:center;min-height:510px;display:flex;flex-direction:column;justify-content:center}.sea-panel .eyebrow{color:#8ddbd5}.sea-panel>p{color:#b9d7df}.waves{height:95px;display:flex;flex-direction:column;gap:11px;justify-content:center}.waves span{height:1px;background:linear-gradient(90deg,transparent,#8ddbd5,transparent);animation:drift 3s ease-in-out infinite}.waves span:nth-child(2){animation-delay:.4s;width:80%;margin:auto}.waves span:nth-child(3){animation-delay:.8s;width:60%;margin:auto}@keyframes drift{50%{transform:translateX(12px);opacity:.45}}.bottle-symbol{font-size:52px;color:var(--gold)}blockquote{font:21px/1.9 Georgia,"Songti SC",serif;margin:22px 0;white-space:pre-wrap}.bottle-found small{color:#b9d7df}.bottle-found form{margin:14px 0}.report{border:0;background:none;color:#a9c7cf;text-decoration:underline;cursor:pointer}footer{text-align:center;color:var(--muted);font-size:12px;letter-spacing:.1em;padding:24px}@media(max-width:760px){.topbar{height:auto;padding:20px;align-items:flex-start}.topbar nav{gap:4px;flex-wrap:wrap;justify-content:flex-end}.shell{padding:38px 20px 60px}.hero{padding:35px 0 60px}.feature-grid,.dashboard-grid,.ocean-grid,.auth-card{grid-template-columns:1fr}.feature-grid article,.panel,.timeline,.sea-panel{padding:24px}.auth-card>div,.auth-card>form{padding:34px}.page-head{align-items:flex-start;flex-direction:column}.reading-card{padding:32px 24px}.hero h1{font-size:48px}.page-head h1,.reading-card h1{font-size:38px}}
