/* Shiguang: warm paper, generous rhythm, a quiet little portal. */
:root{color-scheme:light;--bg:#f6f4ee;--surface:#fffefa;--surface-soft:#efede5;--ink:#30372f;--muted:#77786e;--muted-strong:#60665b;--line:#dedfd4;--accent:#b66042;--accent-hover:#994c32;--accent-soft:#f3e6dc;--focus:#526d55;--shadow:0 10px 35px #34372806;--note:#f0f0e5;--green:#3f5348;--green-text:#faf9ed;--art-halo:#ede2cd;--art-line:#b9bdad;--art-spark:#b87050;--serif:"Iowan Old Style","Noto Serif CJK SC","Source Han Serif SC","Songti SC","STSong","SimSun",serif;--sans:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Microsoft YaHei",sans-serif;--mono:"SFMono-Regular",Consolas,"Liberation Mono",monospace}
:root[data-theme="dark"]{color-scheme:dark;--bg:#202923;--surface:#29332b;--surface-soft:#303a31;--ink:#edece0;--muted:#b2b6a8;--muted-strong:#c4c6b8;--line:#465044;--accent:#e3a182;--accent-hover:#efb394;--accent-soft:#3c3830;--focus:#e2bb85;--shadow:0 10px 35px #0000000c;--note:#2c362d;--green:#c8d1b9;--green-text:#24312b;--art-halo:#384136;--art-line:#64725e;--art-spark:#d6a47a}
@media(prefers-color-scheme:dark){:root:not([data-theme="light"]){color-scheme:dark;--bg:#202923;--surface:#29332b;--surface-soft:#303a31;--ink:#edece0;--muted:#b2b6a8;--muted-strong:#c4c6b8;--line:#465044;--accent:#e3a182;--accent-hover:#efb394;--accent-soft:#3c3830;--focus:#e2bb85;--shadow:0 10px 35px #0000000c;--note:#2c362d;--green:#c8d1b9;--green-text:#24312b;--art-halo:#384136;--art-line:#64725e;--art-spark:#d6a47a}}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:28px}body{margin:0;background:var(--bg);color:var(--ink);font:14px/1.65 var(--sans);-webkit-font-smoothing:antialiased}body::before{position:fixed;inset:0;pointer-events:none;z-index:-1;content:"";opacity:.2;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.88' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' opacity='.17' filter='url(%23n)'/%3E%3C/svg%3E")}
::selection{background:var(--accent-soft);color:var(--ink)}button,input,textarea,select{font:inherit}button,a,input,textarea,select{-webkit-tap-highlight-color:transparent}button,select{cursor:pointer}button{border:0}button,a{touch-action:manipulation}a{color:inherit;text-decoration:none}button{color:inherit;background:none}input,textarea,select{color:var(--ink)}button:disabled{opacity:.4;cursor:default}button:focus-visible,a:focus-visible,select:focus-visible,input:focus-visible,textarea:focus-visible{outline:2px solid var(--focus);outline-offset:5px}input:focus-visible,textarea:focus-visible{outline-offset:0}button:not(:disabled),a,select{transition:background .18s,color .18s,transform .18s,border-color .18s,box-shadow .18s}button:active:not(:disabled){transform:translateY(1px)}[hidden]{display:none!important}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.icon-defs{position:absolute;width:0;height:0;overflow:hidden}.icon{display:inline-block;width:20px;height:20px;flex:none;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round;vertical-align:middle}.skip-link{position:fixed;top:12px;left:20px;z-index:100;background:var(--ink);color:var(--bg);padding:12px 20px;border-radius:8px;transform:translateY(-160%)}.skip-link:focus{transform:translateY(0)}.page-shell{width:calc(100% - 104px);max-width:1120px;margin:auto}.site-header{height:122px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.brand{display:flex;align-items:center;gap:13px}.brand-mark{display:grid;grid-template-columns:repeat(2,13px);grid-template-rows:repeat(2,13px);gap:2px;transform:rotate(-8deg)}.brand-mark span{background:var(--accent);border-radius:8px 8px 2px 8px}.brand-mark span:nth-child(2){transform:rotate(90deg)}.brand-mark span:nth-child(3){transform:rotate(-90deg)}.brand-mark span:nth-child(4){transform:rotate(180deg)}.brand-name{font:600 26px/1.1 var(--serif);letter-spacing:4px;display:flex;align-items:center;gap:15px}.brand-domain{font:11px/1 var(--mono);letter-spacing:1px;color:var(--muted);border-left:1px solid var(--line);padding-left:17px;margin-top:5px}.header-nav{display:flex;align-items:center;gap:31px;font-size:12px}.header-nav>a{position:relative;color:var(--muted-strong);padding:10px 0}.header-nav>a::after{content:"";position:absolute;left:0;right:0;bottom:3px;height:1px;background:var(--accent);transform:scaleX(0);transform-origin:left;transition:transform .2s}.header-nav>a:hover{color:var(--accent)}.header-nav>a:hover::after{transform:scaleX(1)}.nav-divider{height:18px;width:1px;background:var(--line);margin-left:2px}.theme-control{display:flex;gap:7px;align-items:center}.theme-control .icon{width:17px;height:17px;color:var(--muted-strong)}.theme-control select{background:none;border:0;width:73px;padding:8px 0;font-size:12px;color:var(--muted-strong)}select option{background:var(--surface);color:var(--ink)}.hero{display:grid;grid-template-columns:1.06fr 1fr;align-items:center;min-height:455px;padding:35px 0 11px;gap:30px}.hero-copy{padding:7px 0 0 6px}.eyebrow{display:flex;gap:9px;align-items:center;font-size:11px;letter-spacing:1.5px;color:var(--muted-strong);margin-bottom:21px}.small-sun{font-size:23px;line-height:1;color:var(--accent);font-family:var(--serif)}.eyebrow-rule{height:1px;width:35px;background:var(--line);margin-left:7px}h1{font:400 clamp(49px,4.9vw,68px)/1.43 var(--serif);letter-spacing:3px;margin:0 0 22px;color:var(--ink)}.accent-word{color:var(--accent);position:relative}.accent-word::after{content:"";position:absolute;bottom:-6px;left:0;width:92%;height:7px;border:1px solid var(--accent);border-color:var(--accent) transparent transparent;border-radius:60%;transform:rotate(-4deg);opacity:.5}.title-stop{margin-left:-7px}.hero-description{font-size:13px;line-height:2.15;letter-spacing:1px;color:var(--muted-strong);margin:0 0 25px}.hero-caption{font:9px/1.6 var(--mono);letter-spacing:1.9px;color:var(--muted);display:flex;align-items:center;gap:10px}.caption-dot{width:5px;height:5px;background:var(--accent);border-radius:50%}.hero-art{position:relative;padding:0 0 10px;margin:0 -15px 0 -2px}.portal-art{display:block;width:100%;height:auto;overflow:visible}.art-halo{fill:var(--art-halo)}.art-guide{stroke:var(--art-line);opacity:.55}.art-orbit{stroke:var(--art-line);stroke-width:1.2}.art-spark{fill:var(--art-spark)}.art-spark.minor{opacity:.6}.art-line{stroke:var(--art-line);stroke-width:1}.art-label{fill:var(--muted);font:7px var(--mono);letter-spacing:1.5px}.art-stamp{position:absolute;right:22px;top:34px;display:flex;gap:7px;align-items:center;transform:rotate(5deg);font-size:10px;letter-spacing:1px;color:var(--muted-strong);background:var(--bg);border:1px solid var(--line);border-radius:30px;padding:7px 12px}.stamp-dot{width:5px;height:5px;border-radius:50%;background:#9ba887}.orbit-ball{animation:float-small 7s ease-in-out infinite;transform-origin:center}.art-float{animation:float-small 10s ease-in-out infinite reverse}@keyframes float-small{50%{transform:translateY(-4px)}}.search-section{margin-top:10px}.search-box{display:flex;align-items:center;min-height:76px;background:var(--surface);border:1px solid var(--line);border-radius:13px;padding:10px 11px 10px 25px;box-shadow:var(--shadow);transition:border-color .2s,box-shadow .2s}.search-box:focus-within{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}.engine-control select{padding:12px 8px 12px 0;width:84px;background:transparent;border:0;font-weight:500;font-size:13px;outline-offset:1px}.search-divider{height:24px;width:1px;background:var(--line);margin:0 22px 0 12px}.search-icon{width:21px;height:21px;color:var(--muted)}#search-input{width:100%;flex:1;min-width:0;height:48px;border:0;background:transparent;padding:0 16px;font-size:15px;letter-spacing:.5px;outline:none}#search-input::placeholder{color:var(--muted)}#search-input::-webkit-search-cancel-button{-webkit-appearance:none}kbd{white-space:nowrap;border:1px solid var(--line);border-radius:5px;color:var(--muted);font:10px var(--mono);padding:4px 7px;margin:0 23px 0 10px}.search-submit{width:52px;height:52px;border-radius:9px;background:var(--accent);color:var(--surface);display:grid;place-items:center;flex:none}.search-submit .icon{width:23px;height:23px}.search-submit:hover{background:var(--accent-hover)}:root[data-theme="dark"] .search-submit{color:var(--bg)}.search-foot{display:flex;justify-content:space-between;gap:15px;font-size:10px;letter-spacing:.5px;margin:13px 3px 0;color:var(--muted)}#local-date{font-variant-numeric:tabular-nums;white-space:nowrap}.destinations{margin-top:54px}.section-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:22px}.heading-group{display:flex;align-items:center;gap:12px}.section-index{font:10px/1 var(--mono);letter-spacing:1px;color:var(--accent);padding-top:3px}h2{font:500 19px/1.5 var(--serif);letter-spacing:1px;margin:0}.text-button{font-size:11px;display:flex;align-items:center;gap:5px;color:var(--muted-strong);padding:7px 0 7px 10px;min-height:36px}.text-button .icon{width:15px;height:15px}.text-button:hover{color:var(--accent)}.collection-bar{display:flex;justify-content:space-between;align-items:center;gap:15px;margin-bottom:22px}.category-filters{display:flex;gap:7px;flex-wrap:wrap}.filter{padding:6px 16px;min-height:32px;border-radius:30px;color:var(--muted-strong);font-size:11px}.filter.active{background:var(--ink);color:var(--bg)}.filter:not(.active):hover{background:var(--surface-soft)}.collection-note{font-size:10px;letter-spacing:.4px;color:var(--muted)}.links-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.link-card{position:relative;background:var(--surface);border:1px solid var(--line);border-radius:11px;transition:transform .2s,border-color .2s,box-shadow .2s;min-width:0}.link-card:hover{transform:translateY(-3px);border-color:var(--art-line);box-shadow:0 9px 25px #333a2d08}.site-link{display:block;padding:21px 21px 20px;min-height:152px;border-radius:11px}.site-link:focus-visible{outline-offset:3px}.site-top{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:15px}.site-icon{display:grid;place-items:center;width:37px;height:37px;border-radius:10px;background:#e7e8e1;color:#434b40}.site-icon .icon{width:21px;height:21px;stroke-width:1.6}.site-icon[data-tone="ink"]{background:#e8e9e3;color:#3d453c}.site-icon[data-tone="lavender"]{background:#efebf4;color:#82738e}.site-icon[data-tone="blue"]{background:#e4ecef;color:#657d89}.site-icon[data-tone="pink"]{background:#f7e8e8;color:#b7747a}.site-icon[data-tone="sand"]{background:#f1ecdf;color:#8d8061}.site-icon[data-tone="mint"]{background:#e8eee3;color:#6e8862}.site-arrow{width:16px;height:16px;color:var(--muted);opacity:.6;margin-top:1px;transition:transform .2s,color .2s}.site-link:hover .site-arrow{transform:translate(2px,-2px);color:var(--accent);opacity:1}.site-name{font-size:13px;font-weight:550;letter-spacing:.1px;line-height:1.5;margin:0 0 4px;overflow-wrap:anywhere}.site-description{font-size:10px;color:var(--muted-strong);margin:0;line-height:1.75;overflow-wrap:anywhere}.site-label{font:7px/1.5 var(--mono);letter-spacing:1.1px;color:var(--muted);display:block;margin-top:14px}.custom-card .site-arrow{margin-right:21px}.edit-link{position:absolute;top:17px;right:12px;width:30px;height:30px;display:grid;place-items:center;border-radius:6px;color:var(--muted-strong);background:var(--surface)}.edit-link .icon{width:14px;height:14px}.edit-link:hover{background:var(--accent-soft);color:var(--accent)}.section-footnote{color:var(--muted);font-size:9px;line-height:1.8;margin:15px 1px 0}.empty-state{text-align:center;border:1px dashed var(--line);border-radius:12px;padding:42px 20px 36px;background:var(--surface)}.empty-state>.icon{width:30px;height:30px;color:var(--accent);margin-bottom:13px}.empty-state h3{font:400 21px/1.5 var(--serif);letter-spacing:1px;margin:0 0 9px}.empty-state p{font-size:12px;color:var(--muted-strong);margin-bottom:22px}.empty-state .primary-button{margin:auto}.everyday-tools{display:grid;grid-template-columns:1.64fr 1fr;gap:20px;margin-top:45px}.notes-card{background:var(--note);border:1px solid var(--line);border-radius:12px;padding:23px 25px 15px;min-width:0}.tool-heading{display:flex;align-items:center;justify-content:space-between;gap:12px}.tool-heading h2{font-size:17px}.tool-heading .heading-group{gap:10px}.note-pen{width:16px;height:16px;margin-left:1px;color:var(--muted)}.save-state{color:var(--muted-strong);font-size:9px;white-space:nowrap}#note-input{background:repeating-linear-gradient(transparent,transparent 31px,var(--line) 31px,var(--line) 32px);width:100%;min-height:112px;max-height:260px;resize:vertical;line-height:32px;border:0;padding:0 0 5px;font-size:12px;letter-spacing:.3px;margin-top:15px;border-radius:0;outline-offset:3px}#note-input::placeholder{color:var(--muted)}.note-footer{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-top:8px}.note-privacy{display:flex;align-items:center;gap:5px;font:9px var(--mono);color:var(--muted)}.note-privacy .icon{width:12px;height:12px}.note-actions{display:flex;gap:13px}.subtle-button{padding:7px 2px;font-size:11px;color:var(--muted-strong);display:inline-flex;gap:5px;align-items:center;justify-content:center;min-height:32px}.subtle-button:hover:not(:disabled){color:var(--accent)}.subtle-button .icon{width:13px;height:13px}.focus-card{position:relative;border:1px solid var(--line);background:var(--green);color:var(--green-text);border-radius:12px;overflow:hidden;padding:22px 24px 27px}.focus-heading{display:flex;align-items:center;justify-content:space-between;gap:10px}.focus-heading h2{font:500 12px/1.5 var(--sans);letter-spacing:1px;display:flex;align-items:center;gap:8px}.focus-heading h2 .icon{width:15px;height:15px;stroke-width:1.2}.timer-modes{display:flex;background:#0000000b;border-radius:5px;padding:2px;font-size:9px}.timer-mode{padding:4px 8px;border-radius:4px;opacity:.72;min-height:25px}.timer-mode.active{background:#ffffff19;opacity:1}.timer-display{font:400 47px/1.25 var(--mono);letter-spacing:1px;margin:19px 0 3px;font-variant-numeric:tabular-nums}.timer-display span{opacity:.5}.focus-card>p{font-size:10px;letter-spacing:.7px;margin:0;opacity:.8}.timer-actions{display:flex;align-items:center;gap:10px;margin-top:19px}.focus-button{background:var(--green-text);color:var(--green);border-radius:5px;padding:8px 15px;font-size:10px;display:flex;align-items:center;justify-content:space-between;gap:30px;min-height:34px;min-width:127px}.focus-button .icon{width:15px;height:15px}.focus-button:hover{opacity:.87}.icon-button{width:36px;height:36px;display:grid;place-items:center;border-radius:50%;flex:none}.icon-button:hover{background:var(--surface-soft)}.timer-reset{color:var(--green-text);opacity:.75;width:33px;height:33px}.timer-reset:hover{background:#ffffff15;opacity:1}.timer-reset .icon{width:15px;height:15px}.focus-card progress{position:absolute;bottom:0;left:0;width:100%;height:3px;border:0;appearance:none;background:transparent;color:var(--green-text)}.focus-card progress::-webkit-progress-bar{background:transparent}.focus-card progress::-webkit-progress-value{background:var(--green-text);opacity:.5}.focus-card progress::-moz-progress-bar{background:var(--green-text);opacity:.5}.site-footer{margin-top:55px;border-top:1px solid var(--line);padding:30px 0 24px}.footer-message{display:flex;align-items:center;gap:10px;justify-content:center;color:var(--muted-strong);font:12px/1.8 var(--serif);letter-spacing:1px}.footer-flower{font-size:20px;color:var(--accent);line-height:1}.footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:20px;color:var(--muted);font-size:9px;margin-top:28px}.footer-dot{margin:0 10px}.footer-button{display:flex;align-items:center;gap:5px;color:var(--muted);font-size:9px;padding:7px 4px;min-height:30px}.footer-button .icon{width:11px;height:11px}.footer-button:hover,.back-top:hover{color:var(--accent)}.back-top{padding:7px 0}.modal{width:min(460px,calc(100vw - 36px));max-height:calc(100dvh - 48px);padding:24px 30px 28px;border:1px solid var(--line);border-radius:17px;background:var(--surface);color:var(--ink);box-shadow:0 30px 100px #15261b30;overflow-y:auto;overscroll-behavior:contain}.modal::backdrop{background:#20292073;backdrop-filter:blur(5px)}.modal-top{display:flex;align-items:center;justify-content:space-between;gap:10px;margin:-2px -10px 11px 0}.modal-top .icon{width:19px;height:19px}.modal-eyebrow{font:9px/1.5 var(--mono);letter-spacing:1.6px;color:var(--accent)}.modal h2{font:400 30px/1.6 var(--serif);letter-spacing:1px}.modal-intro{font-size:12px;color:var(--muted-strong);line-height:1.9;margin:7px 0 22px}.modal form>label{display:block;font-size:12px;margin:15px 0 6px}.modal input,.modal form>select{display:block;width:100%;background:var(--bg);border:1px solid var(--line);border-radius:7px;padding:10px 12px;min-height:42px;font-size:13px}.modal input::placeholder{color:var(--muted);font-size:11px}.modal input[aria-invalid="true"]{border-color:var(--accent)}.optional{font-size:9px;color:var(--muted);margin-left:5px}.form-error{font-size:12px;color:var(--accent);margin:12px 0 0}.modal-local-note{font-size:10px;color:var(--muted-strong);display:flex;align-items:center;gap:5px;margin:20px 0}.modal-local-note .icon{width:13px;height:13px}.modal-actions{display:flex;align-items:center;justify-content:flex-end;gap:22px;margin-top:20px}.primary-button{display:flex;align-items:center;justify-content:center;gap:16px;padding:11px 16px;border-radius:7px;background:var(--accent);color:var(--surface);font-size:12px;min-height:42px}.primary-button:hover{background:var(--accent-hover)}.primary-button .icon{width:16px;height:16px}:root[data-theme="dark"] .primary-button{color:var(--bg)}.danger-button{font-size:11px;color:var(--accent);padding:8px 0;margin-right:auto;min-height:36px}.small-modal{width:min(410px,calc(100vw - 36px))}.small-modal h2{font-size:26px}.small-modal .modal-intro{margin-bottom:28px}.privacy-modal{width:min(530px,calc(100vw - 36px))}.privacy-sections h3{font-size:12px;font-weight:600;margin:20px 0 7px}.privacy-sections p{font-size:12px;line-height:1.9;color:var(--muted-strong);margin:0}.privacy-done{margin-top:26px;margin-left:auto}.toast{position:fixed;bottom:24px;left:50%;transform:translateX(-50%);z-index:1000;background:var(--ink);color:var(--bg);border:1px solid var(--line);border-radius:8px;font-size:12px;line-height:1.7;padding:12px 20px;box-shadow:0 8px 28px #0002;max-width:calc(100vw - 36px);width:max-content;text-align:center}.noscript-message{padding:20px;font-size:13px;background:var(--surface);border:1px solid var(--line);border-radius:8px;margin-top:20px}.section-anchor{scroll-margin-top:25px}
@media(min-width:1440px){.page-shell{max-width:1160px}.hero{min-height:485px}.hero-art{padding-left:15px}.hero-copy{padding-left:10px}}
@media(max-width:1000px){.page-shell{width:calc(100% - 64px)}.site-header{height:105px}.hero{min-height:430px;gap:5px;padding-top:25px}.hero-art{margin-right:-8px}.hero-copy{padding-left:0}h1{font-size:55px;letter-spacing:1px}.hero-description{font-size:12px}.hero-caption{font-size:8px;letter-spacing:1.2px}.art-stamp{right:7px;top:25px;font-size:9px}.header-nav{gap:23px}.links-grid{gap:12px}.site-link{padding:19px 18px}.site-description{font-size:10px}.collection-note{font-size:9px}.everyday-tools{grid-template-columns:1.45fr 1fr;gap:17px}.notes-card{padding:21px 20px 14px}.focus-card{padding:20px}.timer-modes{font-size:8px}.timer-mode{padding:4px 6px}}
@media(max-width:760px){.page-shell{width:calc(100% - 44px)}.site-header{height:89px}.brand-name{font-size:24px;gap:12px}.brand-domain{font-size:9px;letter-spacing:.4px;padding-left:12px}.brand{gap:11px}.brand-mark{grid-template-columns:repeat(2,11px);grid-template-rows:repeat(2,11px)}.header-nav{gap:17px}.header-nav>a{font-size:11px}.header-nav>a:nth-child(2){display:none}.nav-divider{display:none}.theme-control{gap:3px}.theme-control select{font-size:11px;width:68px}.hero{min-height:390px;grid-template-columns:1.03fr 1fr;padding:28px 0 12px;gap:0}.eyebrow{font-size:9px;letter-spacing:.5px;margin-bottom:17px;gap:7px}.eyebrow-rule{width:20px;margin-left:0}.small-sun{font-size:20px}h1{font-size:46px;line-height:1.5;margin-bottom:18px}.hero-description{font-size:11px;line-height:2;margin-bottom:21px;letter-spacing:.5px}.hero-caption{font-size:7px;letter-spacing:1px;gap:6px}.art-stamp{top:3px;right:8px;padding:5px 8px;font-size:8px;letter-spacing:0}.hero-art{margin-left:-8px;margin-right:-10px;padding-bottom:0}.search-box{padding:8px 9px 8px 18px;min-height:66px}.search-submit{height:46px;width:46px}.search-divider{margin:0 15px 0 7px}.search-icon{width:18px;height:18px}#search-input{padding:0 12px;font-size:13px}.engine-control select{font-size:12px;width:74px}kbd{margin:0 15px 0 3px;font-size:9px}.search-foot{font-size:9px;letter-spacing:0}.destinations{margin-top:43px}.links-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.section-heading{margin-bottom:17px}.site-link{padding:19px 20px;min-height:149px}.everyday-tools{margin-top:35px;grid-template-columns:1.25fr 1fr;gap:14px}.notes-card{padding:19px 17px 12px}.tool-heading .heading-group{gap:7px}.tool-heading .note-pen{display:none}.save-state{font-size:8px}.focus-card{padding:20px 18px}.focus-heading h2{font-size:11px;gap:5px}.focus-heading{gap:6px}.focus-heading h2 .icon{width:13px;height:13px}.timer-modes{font-size:8px}.timer-mode{padding:4px 5px}.timer-display{font-size:42px}.timer-actions{margin-top:19px;gap:6px}.focus-button{min-width:114px;gap:15px;font-size:10px;padding:8px 12px}.collection-note{display:none}.site-footer{margin-top:40px}.footer-bottom{font-size:8px;gap:10px}.footer-button{font-size:8px}}
@media(max-width:540px){.page-shell{width:calc(100% - 36px)}.site-header{height:83px}.brand-domain{display:block;border:0;padding:0;font-size:8px;margin-top:6px;letter-spacing:.6px}.brand-name{display:block;font-size:23px;letter-spacing:3px}.header-nav{gap:19px}.header-nav>a{font-size:10px}.theme-control .icon{width:16px;height:16px}.hero{grid-template-columns:1fr;position:relative;min-height:unset;padding:32px 0 17px}.hero-copy{position:relative;z-index:1;pointer-events:none}.eyebrow{margin-bottom:17px;font-size:10px}.eyebrow-rule{width:28px}h1{font-size:48px;line-height:1.5;letter-spacing:1.5px;margin-bottom:17px}.hero-description{font-size:11px;letter-spacing:.7px;line-height:2.1;margin-bottom:21px}.hero-caption{font-size:7px;letter-spacing:1px}.hero-art{position:absolute;right:-15px;top:100px;width:49%;min-width:172px;margin:0;opacity:.9;z-index:0}.portal-art{width:100%;transform:translateY(13px)}.art-stamp{display:none}.hero-art .art-label,.hero-art .art-line,.hero-art .art-spark.minor{display:none}.hero-art .art-guide{opacity:.3}.search-section{margin-top:14px}.search-box{padding:7px 7px 7px 13px;min-height:62px;border-radius:10px}.engine-control select{font-size:11px;width:67px}.search-divider{height:23px;margin:0 11px 0 7px}.search-icon{display:none}#search-input{font-size:12px;padding:0 9px 0 0;height:44px;letter-spacing:0}.search-submit{width:42px;height:42px;border-radius:7px}.search-submit .icon{width:20px;height:20px}kbd{display:none}.search-foot{font-size:8px;margin-top:11px;gap:8px}.destinations{margin-top:33px}h2{font-size:18px}.heading-group{gap:9px}.section-index{font-size:9px}.section-heading{margin-bottom:17px}.text-button{font-size:10px;padding:7px 0;min-height:36px}.filter{font-size:10px;padding:6px 15px;min-height:31px}.category-filters{gap:3px}.collection-bar{margin-bottom:16px}.links-grid{gap:10px}.site-link{padding:17px 15px 15px;min-height:157px}.site-top{margin-bottom:13px}.site-icon{width:34px;height:34px;border-radius:9px}.site-icon .icon{width:19px;height:19px}.site-name{font-size:12px}.site-description{font-size:9px;line-height:1.8}.site-label{font-size:6px;letter-spacing:.55px;margin-top:12px}.site-arrow{width:13px;height:13px}.section-footnote{font-size:8px;line-height:1.9;margin-top:12px}.edit-link{right:7px;top:11px;width:28px;height:28px}.custom-card .site-arrow{visibility:hidden}.everyday-tools{grid-template-columns:1fr;gap:15px;margin-top:30px}.notes-card{padding:21px 20px 15px}.tool-heading h2{font-size:17px}.save-state{font-size:9px}#note-input{min-height:109px;font-size:11px;margin-top:16px}.note-privacy{font-size:9px}.note-actions .subtle-button{font-size:10px}.focus-card{padding:21px 23px 24px;display:grid;grid-template-columns:1fr auto;gap:0 18px;align-items:center}.focus-heading{grid-column:1/-1;margin-bottom:12px}.focus-heading h2{font-size:12px;gap:8px}.focus-heading h2 .icon{width:16px;height:16px}.timer-modes{font-size:10px}.timer-mode{padding:5px 10px;min-height:28px}.timer-display{font-size:45px;margin:3px 0 3px;grid-column:1;grid-row:2}.focus-card>p{font-size:9px;letter-spacing:.3px;grid-column:1;grid-row:3}.timer-actions{grid-column:2;grid-row:2/4;margin:8px 0 0;flex-direction:column;gap:4px;align-items:flex-end}.focus-button{min-width:118px;padding:9px 13px}.timer-reset{height:28px;width:28px}.site-footer{margin-top:31px;padding:25px 0 22px}.footer-message{font-size:10px;letter-spacing:.4px;gap:8px}.footer-flower{font-size:17px}.footer-bottom{flex-wrap:wrap;justify-content:space-between;gap:2px 13px;margin-top:21px;font-size:8px}.footer-button{font-size:8px}.back-top{display:none}.footer-dot{margin:0 6px}.modal{padding:20px 23px 25px;max-height:calc(100dvh - 32px)}.modal h2{font-size:27px}.modal-eyebrow{font-size:8px;letter-spacing:1.1px}.modal-actions{gap:18px}.modal input,.modal form>select{font-size:16px}.modal input::placeholder{font-size:11px}.empty-state{padding:34px 17px}.empty-state h3{font-size:18px}.empty-state p{font-size:11px}.empty-state .primary-button{font-size:11px}.privacy-modal h2{font-size:26px}.privacy-sections p{font-size:11px}}
@media(max-width:370px){.page-shell{width:calc(100% - 28px)}.hero-art{width:47%;right:-7px;min-width:145px;top:116px}h1{font-size:43px}.hero-description{font-size:10px}.hero-caption{font-size:6px}.filter{padding:6px 13px}.site-link{padding:15px 12px}.site-description{font-size:8px}.site-label{font-size:5.5px}.focus-card{padding:19px}.focus-button{min-width:104px}.timer-display{font-size:41px}.footer-bottom{font-size:7px}.footer-button{font-size:7px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation:none!important;transition:none!important}.link-card:hover{transform:none}}
@media(forced-colors:active){.site-icon,.filter.active,.primary-button,.search-submit{border:1px solid ButtonText}.hero-art{opacity:.6}.search-box,.link-card,.notes-card,.focus-card{border:1px solid CanvasText}.focus-card progress{forced-color-adjust:none}}
/* Final readability pass: keep practical text legible, including on small screens. */
.hero-description{font-size:14px}.site-name{font-size:14px}.site-description{font-size:12px}.site-label{font-size:8px}.search-foot{font-size:11px}.section-footnote{font-size:11px}.collection-note{font-size:11px}.save-state{font-size:10px}#note-input{font-size:13px}.focus-card>p{font-size:11px}.subtle-button,.text-button{font-size:12px}.footer-bottom,.footer-button{font-size:10px}.filter{font-size:12px}.site-link{min-height:174px}
@media(max-width:760px){.hero-description{font-size:12px}.site-description{font-size:11px}.site-label{font-size:7px}.search-foot{font-size:10px}.collection-note{display:none}.section-footnote{font-size:10px}.save-state{font-size:9px}.filter{font-size:11px}}
@media(max-width:540px){.hero-art{top:173px;width:48%}.hero-description{font-size:12px}.hero-caption{font-size:7px}.site-name{font-size:13px}.site-description{font-size:11px}.site-label{font-size:7px;letter-spacing:.2px}.site-link{min-height:169px}.search-foot{font-size:9px}.section-footnote{font-size:10px;line-height:1.8}.text-button{font-size:11px}.footer-bottom,.footer-button{font-size:9px}#note-input{font-size:12px}.focus-card>p{font-size:10px}.focus-card{gap:0 10px}.timer-display{font-size:43px}.note-actions .subtle-button{font-size:11px}}
@media(max-width:370px){.hero-art{top:176px;min-width:140px}.hero-description{font-size:11px}.site-description{font-size:10px}.site-label{font-size:6px}.timer-display{font-size:38px}.focus-card>p{font-size:9px}}
