html{background:#edf1ee}body{letter-spacing:0;min-width:320px;min-height:100svh;margin:0;font-family:Inter,PingFang SC,Microsoft YaHei,Arial,sans-serif}button,input,select,textarea{letter-spacing:0}button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline-offset:2px;outline:2px solid #267895}#root{min-height:100svh}:root{--ink:#15251f;--muted:#6e7974;--line:#dce3df;--paper:#f6f8f6;--white:#fff;--green:#1f654b;--green-soft:#dfece5;--orange:#e36e32;--orange-soft:#f8e6db;--blue:#267895;--blue-soft:#dcecf2}*{box-sizing:border-box}button,input,select,textarea{font:inherit}button{-webkit-tap-highlight-color:transparent}.app-shell{background:var(--paper);min-height:100svh;color:var(--ink);padding-bottom:88px}.topbar{border-bottom:1px solid var(--line);z-index:20;background:#f6f8f6f5;align-items:center;gap:11px;height:68px;padding:10px 18px;display:flex;position:sticky;top:0}.brand-mark{background:var(--green);color:#fff;border-radius:8px;place-items:center;width:40px;height:40px;display:grid}.brand-copy{flex-direction:column;flex:1;line-height:1.1;display:flex}.brand-copy strong{font-family:Noto Serif SC,Songti SC,serif;font-size:20px}.brand-copy span{color:var(--muted);align-items:center;gap:3px;margin-top:5px;font-size:12px;display:flex}.icon-button{width:40px;height:40px;color:var(--ink);cursor:pointer;background:0 0;border:0;border-radius:6px;place-items:center;display:grid}.icon-button:active{background:var(--line)}main{width:min(100%,720px);margin:0 auto}.page{min-height:calc(100svh - 156px);padding:18px 16px 30px}.home-page{flex-direction:column;gap:15px;display:flex}.weather-panel{color:#fff;background:#143f35;border-radius:8px;min-height:290px;padding:22px 18px 18px;overflow:hidden}.weather-heading{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.eyebrow{color:inherit;opacity:.7;letter-spacing:0;text-transform:uppercase;margin:0 0 5px;font-size:12px;font-weight:700}.weather-heading h1{letter-spacing:0;margin:0;font-size:31px;line-height:1.2}.weather-summary{color:#c6d9d2;margin:7px 0 0;font-size:14px}.score-ring{background:#12372f;border:6px solid #5ba383;border-radius:50%;outline:1px solid #ffffff2e;flex-direction:column;flex:0 0 82px;justify-content:center;align-items:center;width:82px;height:82px;display:flex}.score-ring strong{font-size:25px;line-height:1}.score-ring span{color:#c6d9d2;margin-top:4px;font-size:10px}.weather-meta{border-top:1px solid #ffffff29;justify-content:space-between;align-items:center;gap:8px;margin-top:17px;padding:9px 0;display:flex}.weather-meta>span{color:#acc8bc;min-width:0;font-size:10px;line-height:1.45}.weather-meta button{color:#fff;cursor:pointer;background:#ffffff14;border:1px solid #ffffff47;border-radius:4px;flex:none;align-items:center;gap:5px;min-height:31px;padding:5px 8px;font-size:10px;display:flex}.weather-meta button:disabled{opacity:.7;cursor:wait}.location-message{color:#ffe4d5;background:#e36e3233;margin:0 0 8px;padding:7px 9px;font-size:10px;line-height:1.45}.condition-grid{border-top:1px solid #ffffff29;border-bottom:1px solid #ffffff29;grid-template-columns:repeat(3,1fr);display:grid}.condition-grid>div{grid-template-columns:auto 1fr;align-items:center;gap:1px 7px;padding:14px 8px;display:grid}.condition-grid>div+div{border-left:1px solid #ffffff29}.condition-grid svg{color:#8bc3aa;grid-row:1/3}.condition-grid span{color:#acc8bc;font-size:10px}.condition-grid strong{white-space:nowrap;font-size:12px}.advice{color:#dce9e4;align-items:flex-start;gap:8px;margin:16px 0 0;font-size:13px;line-height:1.6;display:flex}.advice svg{color:#8bc3aa;flex:none;margin-top:2px}.weather-loading{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:8px;min-height:218px;display:flex}.weather-loading span{color:#afc9bf;font-size:13px}.spin{animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.section-block{border:1px solid var(--line);background:var(--white);border-radius:7px;padding:18px}.section-title{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.section-title h2{letter-spacing:0;margin:0;font-size:19px}.section-title .eyebrow{color:var(--green)}.trend{border-radius:4px;padding:4px 8px;font-size:11px;font-weight:700}.trend.stable{background:var(--green-soft);color:var(--green)}.trend.down{background:var(--orange-soft);color:#a94a1e}.pressure-chart{grid-template-columns:repeat(6,1fr);align-items:end;gap:8px;height:105px;margin-top:16px;display:grid}.pressure-column{flex-direction:column;justify-content:flex-end;align-items:center;gap:5px;min-width:0;height:100%;display:flex}.pressure-column span{color:var(--muted);font-size:9px}.pressure-column i{background:var(--blue-soft);border-top:3px solid var(--blue);width:100%;max-width:26px;display:block}.pressure-column small{color:var(--muted);font-size:9px}.quick-actions{grid-template-columns:1fr 1fr;gap:10px;display:grid}.quick-actions button{text-align:left;border:1px solid var(--line);background:var(--white);min-width:0;color:var(--ink);cursor:pointer;border-radius:7px;grid-template-columns:38px 1fr auto;align-items:center;gap:9px;padding:13px 11px;display:grid}.quick-actions button:active{transform:translateY(1px)}.quick-actions button>span:nth-child(2){flex-direction:column;min-width:0;display:flex}.quick-actions strong{font-size:14px}.quick-actions small{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;font-size:10px;overflow:hidden}.quick-actions button>svg{color:#9aa49f}.action-icon{border-radius:6px;place-items:center;width:38px;height:38px;display:grid}.action-icon.orange{background:var(--orange-soft);color:var(--orange)}.action-icon.blue{background:var(--blue-soft);color:var(--blue)}.text-button{color:var(--green);cursor:pointer;background:0 0;border:0;font-size:13px;font-weight:700}.data-note{text-align:center;color:#89928e;margin:-2px 4px 0;font-size:10px}.page-heading{justify-content:space-between;align-items:flex-start;gap:14px;padding:8px 2px 22px;display:flex}.page-heading h1{letter-spacing:0;margin:0 0 8px;font-family:Noto Serif SC,Songti SC,serif;font-size:29px;line-height:1.2}.page-heading>div>p:last-child{max-width:280px;color:var(--muted);margin:0;font-size:13px;line-height:1.6}.page-heading .eyebrow{color:var(--green)}.square-add{background:var(--green);color:#fff;cursor:pointer;border:0;border-radius:6px;place-items:center;width:44px;height:44px;margin-top:9px;display:grid}.privacy-strip{background:var(--green-soft);color:var(--green);border-left:3px solid var(--green);align-items:center;gap:9px;margin-bottom:14px;padding:12px 14px;font-size:12px;display:flex}.item-list{border-top:1px solid var(--line)}.record-row{border-bottom:1px solid var(--line);align-items:flex-start;gap:12px;padding:15px 2px;display:flex}.recent-block .record-row{padding-left:0;padding-right:0}.record-symbol{background:var(--orange-soft);width:40px;height:40px;color:var(--orange);border-radius:50%;flex:0 0 40px;place-items:center;display:grid}.record-symbol.spot{background:var(--blue-soft);color:var(--blue)}.record-content{flex:1;min-width:0}.record-content>div{justify-content:space-between;gap:12px;display:flex}.record-content strong{font-size:14px}.record-content>div span{color:var(--green);white-space:nowrap;font-size:12px;font-weight:700}.record-content p{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;margin:3px 0 0;font-size:11px;overflow:hidden}.record-content small{color:#49554f;margin-top:6px;font-size:11px;line-height:1.5;display:block}.delete-button{color:#a1aaa6;cursor:pointer;background:0 0;border:0;border-radius:5px;flex:0 0 36px;place-items:center;width:36px;height:36px;display:grid}.delete-button:active{color:#b2462e;background:#f3dfda}.empty-state{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:250px;padding:30px 18px;display:flex}.recent-block .empty-state{min-height:185px}.empty-state>span{background:var(--green-soft);width:58px;height:58px;color:var(--green);border-radius:50%;place-items:center;margin-bottom:14px;display:grid}.empty-state>strong{font-size:16px}.empty-state p{max-width:260px;color:var(--muted);margin:7px 0 18px;font-size:12px;line-height:1.6}.empty-state button{border:0;border-bottom:1px solid var(--green);color:var(--green);cursor:pointer;background:0 0;align-items:center;gap:6px;padding:6px 0;font-size:13px;font-weight:700;display:flex}.stats-band{background:var(--ink);color:#fff;border-radius:7px;grid-template-columns:repeat(3,1fr);margin-bottom:18px;display:grid}.stats-band div{text-align:center;flex-direction:column;padding:14px 8px;display:flex}.stats-band div+div{border-left:1px solid #ffffff26}.stats-band strong{font-size:20px}.stats-band span{color:#b8c2bd;margin-top:3px;font-size:10px}.about-band{color:#fff;background:#143f35;border-radius:7px;align-items:center;gap:14px;padding:17px;display:flex}.large-fish{color:#9dd0b9;background:#27624f;border-radius:7px;place-items:center;width:58px;height:58px;display:grid}.about-band>div:last-child{flex-direction:column;gap:4px;display:flex}.about-band span{color:#b9d0c7;font-size:12px}.settings-list{border-top:1px solid var(--line);margin-top:18px}.settings-list div{border-bottom:1px solid var(--line);justify-content:space-between;gap:12px;padding:16px 2px;font-size:13px;display:flex}.settings-list span{color:var(--muted)}.settings-list strong{text-align:right}.roadmap{border-left:3px solid var(--orange);background:var(--orange-soft);margin-top:20px;padding:18px}.roadmap .eyebrow{color:#a94a1e}.roadmap h2{margin:0 0 8px;font-size:17px}.roadmap>p:last-child{color:#6f5142;margin:0;font-size:12px;line-height:1.7}.bottom-nav{height:72px;padding:7px max(12px, env(safe-area-inset-right)) calc(7px + env(safe-area-inset-bottom)) max(12px, env(safe-area-inset-left));z-index:30;border-top:1px solid var(--line);background:#fffffff7;grid-template-columns:repeat(5,1fr);align-items:center;display:grid;position:fixed;inset:auto 0 0}.nav-button{color:#84908a;cursor:pointer;background:0 0;border:0;flex-direction:column;justify-content:center;align-items:center;gap:3px;height:52px;display:flex}.nav-button span{font-size:10px}.nav-button.active{color:var(--green)}.primary-nav-action{border:5px solid var(--paper);background:var(--orange);color:#fff;cursor:pointer;border-radius:50%;justify-self:center;place-items:center;width:50px;height:50px;display:grid;transform:translateY(-13px);box-shadow:0 5px 14px #64341c33}.modal-backdrop{z-index:60;background:#0d1c168c;justify-content:center;align-items:flex-end;display:flex;position:fixed;inset:0}.modal-sheet{width:min(100%,640px);max-height:92svh;padding:8px 18px calc(22px + env(safe-area-inset-bottom));background:var(--white);border-radius:8px 8px 0 0;overflow-y:auto;box-shadow:0 -8px 30px #00000026}.sheet-handle{background:#cbd2ce;border-radius:3px;width:42px;height:4px;margin:2px auto 8px}.modal-header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;padding-bottom:13px;display:flex}.modal-header h2{margin:0;font-size:19px}.entry-form{flex-direction:column;gap:14px;padding-top:16px;display:flex}.entry-form label{flex-direction:column;gap:6px;display:flex}.entry-form label>span{color:#4b5852;font-size:12px;font-weight:700}.entry-form input,.entry-form select,.entry-form textarea{width:100%;min-height:45px;color:var(--ink);background:#fbfcfb;border:1px solid #cfd8d3;border-radius:5px;outline:none;padding:10px 11px}.entry-form textarea{resize:vertical;min-height:82px}.entry-form input:focus,.entry-form select:focus,.entry-form textarea:focus{border-color:var(--green);box-shadow:0 0 0 3px #1f654b1a}.form-grid{grid-template-columns:1fr 1fr;gap:10px;display:grid}.location-button{min-height:46px;color:var(--green);background:var(--green-soft);cursor:pointer;border:1px dashed #9aaba3;border-radius:5px;justify-content:center;align-items:center;gap:7px;padding:9px 12px;display:flex}.location-button.captured{border-style:solid}.submit-button{background:var(--green);color:#fff;cursor:pointer;border:0;border-radius:5px;min-height:49px;margin-top:2px;font-weight:700}@media (width>=721px){.topbar{padding-left:calc(50% - 344px);padding-right:calc(50% - 344px)}.bottom-nav{border-left:1px solid var(--line);border-right:1px solid var(--line);width:720px;left:50%;transform:translate(-50%)}.app-shell{background:#edf1ee}main,.topbar{background:var(--paper)}}@media (width<=370px){.weather-heading h1{font-size:27px}.score-ring{flex-basis:72px;width:72px;height:72px}.condition-grid strong{font-size:10px}.quick-actions{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;animation-duration:.01ms!important}}
