@import"https://fonts.googleapis.com/css2?family=Noto+Serif+SC:wght@400;500;600&display=swap";:root{font-family:Inter,Helvetica Neue,PingFang SC,Microsoft YaHei,sans-serif;color:#262d28;background:#fafbf8;font-synthesis:none;font-weight:400;--muted:#7b827b;--green:#65765f;--line:#e0e4dd}*{box-sizing:border-box;letter-spacing:0}body{margin:0}button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer;color:inherit}button{border:0;background:none}button:disabled{opacity:.5;cursor:wait}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:2px solid #65765f;outline-offset:4px}svg{width:20px;height:20px;flex-shrink:0}a{color:inherit;text-decoration:none}img{display:block;width:100%;object-fit:cover}h1,h2,h3,p{margin:0}button{min-height:44px}button:hover{color:var(--green)}.header{height:96px;padding:0 5%;display:flex;align-items:center;justify-content:space-between;background:#fafbf8}.brand{display:flex;gap:12px;align-items:center}.brand>svg{width:34px;height:34px;color:var(--green)}.brand span{font-size:21px;font-family:"Noto Serif SC",serif;font-weight:600}.brand small{display:block;font:9px Arial,sans-serif;margin-top:7px;color:var(--muted)}.desktop-nav{display:flex;gap:44px}.desktop-nav button{font-size:13px;display:flex;gap:8px;align-items:center;position:relative}.desktop-nav button svg{display:none}.desktop-nav .active:after{content:"";position:absolute;bottom:1px;left:40%;height:3px;width:16px;background:var(--green)}.icon-button{width:44px;height:44px;padding:10px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%}.icon-button:hover{background:#e9eee6}.hero{height:min(640px,72svh);min-height:450px;position:relative;color:#fff;overflow:hidden;background:#668783}.hero>img{height:100%;object-position:50% 50%;filter:brightness(.83)}.hero-top{position:absolute;top:30px;left:5%;right:5%;display:flex;justify-content:space-between;font-size:10px}.hero-copy{position:absolute;left:9%;bottom:110px;text-shadow:0 1px 14px #0003}.eyebrow{font-size:10px;color:var(--muted)}.hero-copy .eyebrow{font-size:12px;color:#fff}.hero h1{font:500 72px/1.4 "Noto Serif SC",serif;margin:14px 0 18px}.hero-copy p{font-size:14px;color:#fff}.hero-link{display:flex;align-items:center;gap:22px;margin-top:34px;padding:0 0 6px;border-bottom:1px solid #ffffff80;font-size:12px;color:#fff}.hero-link:hover{color:#fff}.hero-link svg{width:16px}.hero-caption{position:absolute;bottom:26px;left:5%;font-size:10px}.hero-number{position:absolute;right:5%;bottom:29px;font-family:Georgia,serif;font-size:30px}.hero-number span{font:12px Arial;opacity:.7}.intro{margin:0 8%;padding:45px 0;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);gap:30px}.intro-index{font-size:9px;color:var(--muted)}.intro p{font:17px/1.8 "Noto Serif SC",serif}.random-button{display:flex;align-items:center;gap:12px;font-size:12px;border-bottom:1px solid #c9d0c5;padding:0 0 5px}.random-button svg{width:17px}.collection{max-width:1440px;margin:0 auto;padding:65px 8% 30px;scroll-margin-top:28px}.section-heading{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px}h2{font:400 32px/1.6 "Noto Serif SC",serif;margin-top:8px}h2 sup{font:11px Arial;vertical-align:top;display:inline-block;margin:12px 0 0 13px;color:var(--muted)}.add-button{display:flex;align-items:center;gap:8px;font-size:12px;padding:10px 15px;border:1px solid #d6dcd0;border-radius:3px}.add-button svg{width:16px}.filter-row{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--line);margin-bottom:30px}.filters{display:flex;gap:30px}.filters button{position:relative;padding:0 0 17px;color:var(--muted);font-size:12px;white-space:nowrap}.filters button.active{color:#2c3c2c}.filters .active:after{content:"";position:absolute;bottom:-1px;left:0;right:0;background:var(--green);height:2px}.collection-label{font-size:9px;color:#91988e;padding-bottom:16px}.gallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:38px 24px}.photo-frame{position:relative;overflow:hidden;background:#e9ece5}.open-photo{display:block;width:100%;padding:0;aspect-ratio:3/4;overflow:hidden}.open-photo img{height:100%;transition:transform .7s ease}.open-photo:hover img{transform:scale(1.035)}.view-photo{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;color:#fff;opacity:0;background:#0001;transition:opacity .3s}.open-photo:hover .view-photo{opacity:1}.favorite{position:absolute;right:10px;bottom:10px;width:38px;min-height:38px;height:38px;border-radius:50%;background:#ffffffec;display:grid;place-items:center}.favorite svg{width:18px}.liked{color:#a54c53}.liked svg{fill:#a54c53;stroke:#a54c53}.demo-label{position:absolute;top:10px;left:11px;color:#fff;background:#26332a55;font-size:9px;padding:4px 7px;pointer-events:none}.photo-meta{font-size:9px;color:var(--muted);display:flex;justify-content:space-between;gap:8px;margin:16px 0 9px}.dot{padding:0 5px}.photo-item h3{font:400 15px/1.65 "Noto Serif SC",serif;overflow-wrap:anywhere}footer{padding:58px 24px 44px;text-align:center}footer>span{display:flex;align-items:center;justify-content:center;gap:8px;font:16px "Noto Serif SC",serif}footer svg{width:22px;color:var(--green)}footer p{font-size:11px;margin-top:18px;color:var(--muted)}footer small{display:block;margin-top:25px;font-size:8px;color:#9aa194}.bottom-nav,.mobile-only{display:none}.empty{text-align:center;padding:60px 20px 70px;color:var(--muted)}.empty>svg{width:34px;height:34px;margin-bottom:20px}.empty h3{font:18px "Noto Serif SC",serif}.text-button{display:flex;align-items:center;justify-content:center;gap:8px;margin:20px auto 0;font-size:12px;color:var(--green)}.modal-open{overflow:hidden}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;background:#172019a8;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;padding:24px}.modal{background:#fafbf8;border-radius:6px;width:480px;max-width:100%;max-height:92dvh;overflow:auto;padding:28px}.dialog-heading{display:flex;justify-content:space-between;align-items:center;margin-bottom:22px}.dialog-heading h2{font-size:24px}.dialog-heading .icon-button{margin-right:-10px}.modal form{display:grid;gap:17px}.modal label{display:grid;gap:8px;font-size:12px}.modal input:not([type=file]),.modal textarea,.modal select{min-width:0;width:100%;border:1px solid #d7ddd1;background:#fff;padding:11px 12px;border-radius:3px;font-size:13px;line-height:1.5;color:#29372c}.modal textarea{resize:vertical}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}.file-picker{border:1px dashed #9ca991;padding:25px;place-items:center;background:#eef1e9;position:relative;cursor:pointer;color:#627359}.file-picker input{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;width:100%;cursor:pointer}.file-picker:focus-within{outline:2px solid var(--green)}.primary-button{background:#62745c;color:#fff;padding:13px;display:flex;align-items:center;justify-content:center;gap:10px;border-radius:3px}.primary-button:hover{background:#4e6048;color:#fff}.storage-note{font-size:11px;line-height:1.8;color:var(--muted)}.clear-demo{color:#9a5656;margin:0}.viewer{width:900px;padding:0;position:relative}.viewer-top{height:55px;display:flex;align-items:center;justify-content:space-between;padding:0 22px;font-size:10px;color:var(--muted)}.viewer-image{position:relative;background:#e9ede6;height:52dvh;touch-action:pan-y}.viewer-image img{width:100%;height:100%;object-fit:contain}.viewer-image .icon-button{position:absolute;top:calc(50% - 22px);background:#ffffffe0}.previous{left:15px}.next{right:15px}.viewer-info{padding:24px 30px}.viewer-info h2{font-size:24px}.viewer-info p{font:13px/1.8 "Noto Serif SC",serif;margin-top:10px;color:#727b6c;white-space:pre-wrap;overflow-wrap:anywhere}.viewer-actions{display:flex;gap:12px;margin-top:18px}.viewer-actions .delete{margin-left:auto;color:#9c6666}.toast{position:fixed;z-index:100;bottom:100px;left:50%;transform:translate(-50%);padding:14px 22px;background:#263329;color:#fff;border-radius:5px;font-size:13px;max-width:90%;width:max-content;box-shadow:0 5px 30px #0002}.hero h1,.hero p{overflow-wrap:anywhere}.hero-copy{max-width:78%}@media(min-width:1500px){.hero-copy{left:calc((100% - 1220px)/2)}.hero{height:680px}}@media(max-width:900px){.gallery{grid-template-columns:repeat(2,minmax(0,1fr))}.intro-index{display:none}.hero h1{font-size:56px}.collection{padding-left:6%;padding-right:6%}.intro{margin:0 6%}.collection-label{display:none}}@media(max-width:600px){.header{height:74px;padding:0 22px}.brand{gap:9px}.brand>svg{width:28px;height:28px}.brand span{font-size:18px}.brand small{font-size:8px;margin-top:5px}.desktop-nav{display:none}.settings{margin-right:-10px}.hero{height:calc(76svh - 74px);min-height:405px;max-height:640px}.hero>img{object-position:52% 50%}.hero-top{top:24px;left:24px;right:24px;font-size:7px}.hero-copy{left:28px;bottom:78px;max-width:calc(100% - 56px)}.hero-copy .eyebrow{font-size:10px}.hero h1{font-size:46px;margin:12px 0 14px;line-height:1.45}.hero-copy p{font-size:11px;line-height:1.8}.hero-link{font-size:10px;margin-top:22px;gap:20px}.hero-caption{left:24px;bottom:21px;font-size:8px}.hero-number{right:24px;bottom:20px;font-size:24px}.hero-number span{font-size:10px}.intro{margin:0 24px;padding:26px 0;gap:10px}.intro p{font-size:13px;line-height:1.9}.mobile-only{display:block}.random-button{font-size:10px;gap:7px;white-space:nowrap}.random-button svg{width:14px}.collection{padding:34px 22px 10px;scroll-margin-top:20px}.section-heading{margin-bottom:20px}.section-heading .eyebrow{font-size:8px}h2{font-size:26px;margin-top:7px}h2 sup{font-size:10px;margin-top:9px}.add-button{font-size:10px;padding:7px 10px;min-height:36px;gap:5px}.add-button svg{width:14px}.filters{gap:24px;max-width:100%;overflow-x:auto}.filters button{font-size:11px;padding-bottom:13px}.filter-row{margin-bottom:22px}.gallery{gap:28px 14px}.photo-meta{font-size:8px;margin-top:12px;flex-wrap:wrap;gap:5px;line-height:1.6}.photo-meta .dot{padding:0 2px}.photo-item h3{font-size:12px}.favorite{width:32px;min-height:32px;height:32px;right:7px;bottom:7px}.favorite svg{width:15px}.demo-label{font-size:8px;top:8px;left:8px;padding:3px 5px}.bottom-nav{position:fixed;display:flex;bottom:0;left:0;right:0;background:#fafbf8f5;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);z-index:20;justify-content:space-around;border-top:1px solid var(--line);padding:9px 12px calc(8px + env(safe-area-inset-bottom))}.bottom-nav button{display:flex;flex-direction:column;align-items:center;gap:5px;min-width:76px;color:#93998e;font-size:9px;min-height:42px}.bottom-nav button.active{color:#4e6248}.bottom-nav svg{width:20px;height:20px}body{padding-bottom:74px}footer{padding:48px 20px 34px}footer p{font-size:10px}.modal-backdrop{padding:0;align-items:flex-end}.modal{width:100%;max-height:94dvh;border-radius:8px 8px 0 0;padding:24px 22px calc(24px + env(safe-area-inset-bottom))}.viewer{padding:0;border-radius:0;max-height:100dvh;height:100dvh}.viewer-top{height:60px;padding:0 16px}.viewer-image{height:54dvh}.viewer-info{padding:24px}.viewer-info h2{font-size:23px}.viewer-actions{gap:14px}.viewer-actions .icon-button{width:42px}.viewer-info p{font-size:12px}.dialog-heading h2{font-size:22px}.modal input:not([type=file]),.modal textarea,.modal select{font-size:16px}.viewer .previous,.viewer .next{width:36px;height:36px;min-height:36px}.viewer .previous{left:9px}.viewer .next{right:9px}}.filters{overflow-y:hidden;scrollbar-width:none}.filters::-webkit-scrollbar{display:none}.filters .active:after{bottom:0}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important;animation:none!important}}body{padding-bottom:0}.app-shell{min-height:100dvh}.header{border-bottom:1px solid var(--line);padding-left:max(5%,env(safe-area-inset-left));padding-right:max(5%,env(safe-area-inset-right))}.brand{flex-shrink:0;white-space:nowrap}.header-actions{display:flex;align-items:center;gap:9px;min-width:0}.header-actions button{font-size:12px;color:var(--green)}.account-name{max-width:30vw;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.page{max-width:1150px;margin:0 auto;padding:38px 5% 110px}.page-top{display:flex;align-items:end;justify-content:space-between;gap:14px;margin-bottom:30px}.page-top>div{min-width:0}.page-top .add-button{flex-shrink:0}.page h1{font:400 32px/1.5 "Noto Serif SC",serif}.page h1,.page h2,.page p{overflow-wrap:anywhere}.album-page-top{justify-content:flex-start}.page h2{font-size:23px}.eyebrow{display:block;letter-spacing:0}.muted{color:var(--muted);font-size:12px;line-height:1.7}.album-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.album-card{text-align:left;padding:0 0 14px;display:block;width:100%}.album-cover{width:100%;aspect-ratio:4/5;background:#e9eee7;display:grid;place-items:center;overflow:hidden}.album-cover img{width:100%;height:100%;object-fit:cover}.album-cover svg{color:var(--green);width:32px;height:32px}.album-card h2{margin-top:15px;font-size:19px}.album-card p{margin-top:4px}.gallery{grid-template-columns:repeat(3,minmax(0,1fr))}.photo-frame{aspect-ratio:3/4}.photo-frame img{height:100%}.photo-item .photo-meta{gap:4px}.photo-item h3{margin:4px 0}.photo-actions{display:flex;justify-content:space-between;gap:4px;align-items:center}.photo-actions button{font-size:11px;min-height:38px;color:var(--green);display:inline-flex;gap:4px;align-items:center}.photo-actions svg{width:16px;height:16px}.status{font-size:10px;color:#8a614b}.controls{display:flex;flex-wrap:wrap;gap:8px;margin:20px 0}.controls button{border:1px solid var(--line);padding:0 12px;font-size:11px;border-radius:3px;display:inline-flex;align-items:center;gap:7px}.controls svg{width:16px;height:16px}.controls .danger{color:#a34b53}.album-toolbar{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));max-width:620px}.album-toolbar button,.album-toolbar label{justify-content:center;white-space:nowrap;min-width:0}.auth-wrap{max-width:430px;margin:max(7vh,30px) auto;padding:24px}.auth-wrap h1{font:400 38px "Noto Serif SC",serif;margin:14px 0 8px}.field{display:grid;gap:7px;margin:16px 0;font-size:12px}.field input,.field select,.field textarea{width:100%;padding:13px;background:#fff;border:1px solid #d7ddd1;border-radius:3px;min-width:0;font-size:16px;color:#263329}.field textarea{resize:vertical}.primary-button{width:100%;margin-top:16px}.dialog{max-width:480px;width:calc(100% - 32px);background:#fafbf8;padding:26px;border-radius:6px;max-height:88dvh;overflow:auto;overscroll-behavior:contain;scrollbar-gutter:stable}.overlay{position:fixed;z-index:40;top:0;right:0;bottom:0;left:0;background:#172019ae;display:flex;align-items:center;justify-content:center}.dialog-head{display:flex;justify-content:space-between;align-items:center}.dialog-head h2{font:400 22px "Noto Serif SC",serif}.error{margin:12px 0;color:#a34b53;font-size:12px}.empty-state{text-align:center;padding:90px 20px;color:var(--muted)}.empty-state svg{width:34px;height:34px;color:var(--green)}.empty-state h2{margin:16px 0}.full-hero{position:relative;height:min(62svh,620px);background:#78918d;color:#fff;overflow:hidden}.full-hero img{width:100%;height:100%;object-fit:cover;filter:brightness(.78)}.full-hero .hero-copy{bottom:16%}.full-hero h1{font:400 58px "Noto Serif SC",serif;margin:8px 0}.share-photos{max-width:1100px;margin:0 auto;padding:30px 6% 90px}.share-photo{cursor:pointer}.share-photo .photo-frame{background:#e9eee7}.share-dialog img{max-width:100%;max-height:60dvh;object-fit:contain}.share-dialog p{padding:10px 0;line-height:1.8}.share-dialog .controls{justify-content:space-between}.share-row{display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:10px;padding:12px 0;border-top:1px solid var(--line)}.share-status{font-size:10px;color:#4e6248;background:#e9eee7;border-radius:999px;padding:4px 8px}.share-status.revoked{color:var(--muted);background:#eef0ec}.share-row button{min-height:36px;color:#a34b53}.share-created{display:grid;gap:10px;margin-top:16px}.share-history{display:grid;gap:0;max-height:55dvh;overflow:auto}.share-record{display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:12px;padding:14px 0;border-top:1px solid var(--line)}.share-record strong{font-size:13px;font-weight:500}.share-record p{margin-top:4px}.share-record-actions{display:flex;gap:4px}.share-record-actions .icon-button{color:var(--green)}.share-record-actions .icon-button.danger{color:#a34b53}.compact-empty{padding:45px 20px}.upload-progress{margin:4px 0}.bottom-nav{display:none}.bottom-nav button:disabled{opacity:.38;cursor:default}.profile-page{max-width:720px}.profile-symbol{color:var(--green);flex-shrink:0}.profile-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;background:var(--line);border:1px solid var(--line);margin-bottom:28px}.profile-summary div{background:#fafbf8;padding:16px;display:grid;gap:5px;min-width:0}.profile-summary strong{overflow-wrap:anywhere;font-size:14px;font-weight:500}.usage-section{border-top:1px solid var(--line);padding:22px 0}.usage-heading{display:flex;align-items:end;justify-content:space-between;gap:16px}.usage-heading h2{margin-top:5px;font:400 22px "Noto Serif SC",serif}.usage-heading strong{color:var(--green);font-size:14px;text-align:right;white-space:nowrap}.usage-track{height:9px;margin:18px 0 10px;background:#e7ece4;overflow:hidden}.usage-track span{display:block;height:100%;background:var(--green);transition:width .25s ease}.profile-refresh{margin-top:10px}@media(max-width:900px){.album-list,.gallery{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:600px){body{padding-bottom:calc(74px + env(safe-area-inset-bottom))}.header{padding-left:max(22px,env(safe-area-inset-left));padding-right:max(22px,env(safe-area-inset-right))}.page{padding:25px max(22px,env(safe-area-inset-left)) calc(95px + env(safe-area-inset-bottom)) max(22px,env(safe-area-inset-right))}.page h1{font-size:26px}.album-page-top{justify-content:space-between}.album-page-top>div{flex:1}.album-toolbar{max-width:none;grid-template-columns:repeat(2,minmax(0,1fr))}.album-toolbar button,.album-toolbar label{padding-left:7px;padding-right:7px}.album-list,.gallery{gap:18px 13px}.album-card h2{font-size:15px}.full-hero{height:min(55svh,520px);min-height:350px}.full-hero h1{font-size:42px}.full-hero .hero-copy{bottom:12%}.share-photos{padding:25px max(22px,env(safe-area-inset-left)) calc(100px + env(safe-area-inset-bottom)) max(22px,env(safe-area-inset-right))}.overlay{align-items:flex-end;padding-top:max(12px,env(safe-area-inset-top))}.dialog{width:100%;max-height:calc(100dvh - max(12px,env(safe-area-inset-top)));border-radius:8px 8px 0 0;padding:24px max(22px,env(safe-area-inset-right)) calc(24px + env(safe-area-inset-bottom)) max(22px,env(safe-area-inset-left));scrollbar-gutter:auto}.bottom-nav{display:flex}.header-actions{gap:3px}.header-actions button{font-size:11px}.account-name{max-width:28vw}.profile-summary{grid-template-columns:1fr}.usage-heading{align-items:start}.usage-heading strong{font-size:13px}.share-record{grid-template-columns:minmax(0,1fr) auto}.share-record-actions{grid-column:1 / -1;justify-content:flex-end}}@media(max-width:340px){.album-toolbar button,.album-toolbar label{font-size:10px;gap:4px!important}.album-toolbar svg{width:14px}.page,.header{padding-left:16px;padding-right:16px}}
