:root{color-scheme:light;--blue:#0071e8;--blue-soft:#e8f2ff;--ink:#1d1d1f;--muted:#6e6e75;--line:#e5e5ea;--page:#f5f5f7;--green:#477454;--coral:#ba6555;--red:#b33e3e;--white:#fff}*{box-sizing:border-box;letter-spacing:0}body,html{margin:0;min-height:100%;background:var(--page);color:var(--ink);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Microsoft YaHei,sans-serif;font-size:14px}body{overflow-x:hidden}button,input,select,textarea{font:inherit}a,button,input,select,textarea{-webkit-tap-highlight-color:transparent}a,button{touch-action:manipulation}.button,button{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:36px;padding:8px 13px;border:1px solid var(--line);border-radius:6px;background:var(--white);color:var(--ink);text-decoration:none;cursor:pointer;line-height:1.35;transition:background .15s,transform .15s}.button:hover,button:hover{background:#f0f1f3}button:active{transform:translateY(1px)}button:disabled{opacity:.45;cursor:not-allowed;transform:none}.primary,button.primary{background:var(--blue);border-color:var(--blue);color:#fff;font-weight:600}button.primary:hover{background:#005fca}a{color:var(--blue);text-decoration:none}a:focus-visible,button:focus-visible{outline:3px solid #8abcf5;outline-offset:3px}input:not([type=checkbox]),select,textarea{width:100%;min-width:0;min-height:42px;padding:10px 12px;border:1px solid #d5d5dc;border-radius:6px;background:#fff;color:var(--ink);outline:none}input:focus,select:focus,textarea:focus{border-color:var(--blue);box-shadow:0 0 0 3px #0071e815}textarea{resize:vertical;line-height:1.7}input[type=checkbox]{width:17px;height:17px;accent-color:var(--blue);flex:none}h1,h2,h3,p{margin:0}h1,h2,h3,strong{overflow-wrap:anywhere}.heading-link{max-width:100%;min-width:0}.tags span{max-width:100%;overflow-wrap:anywhere}.page-heading>.badge{max-width:45%;white-space:normal;overflow-wrap:anywhere}h1{font-size:30px;line-height:1.3;font-weight:680}h2{font-size:19px}h2,h3{line-height:1.4;font-weight:650}h3{font-size:15px}p{line-height:1.75}svg{flex-shrink:0}img,video{display:block;max-width:100%}strong{font-weight:620}fieldset{padding:15px 0;border:0;border-top:1px solid var(--line);margin:12px 0 0}legend{font-weight:600;padding:0 0 8px}time{font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.grow{min-width:0}.grow,.spacer{flex:1 1}.muted{color:var(--muted);font-size:13px}.accent{color:var(--blue)}.danger-text,.error-text{color:var(--red)}.error-text{font-size:12px;margin-top:4px;overflow-wrap:anywhere}.inline{display:flex;align-items:center;gap:10px;min-width:0}.full{width:100%}.eyebrow{display:block;color:var(--muted);font-size:10px;font-weight:600;margin-bottom:10px}.icon-button{padding:0;width:34px;height:34px;min-height:34px;flex-shrink:0;background:transparent;border-color:transparent;border-radius:6px}.text-button{background:none;border:0;color:var(--blue);padding:7px 0}.heading-link{display:block;border:0;padding:0;min-height:0;text-align:left;background:none}.heading-link:hover{background:none;color:var(--blue)}.check{display:flex;align-items:center;gap:9px;padding:6px 0;line-height:1.5}.field{display:flex;flex-direction:column;gap:7px;margin-bottom:18px}.field>span{font-size:13px;font-weight:550}.field .title-input{font-size:22px;font-weight:600}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.badge{display:inline-flex;align-items:center;padding:4px 7px;min-height:23px;border-radius:4px;background:#eceef1;color:#62646a;font-size:11px;line-height:1.4;white-space:nowrap}.badge.green{background:#e9f2e9;color:var(--green)}.badge.coral{background:#f8ece8;color:var(--coral)}.avatar{display:inline-flex;width:48px;height:48px;align-items:center;justify-content:center;flex-shrink:0;border-radius:50%;font-size:19px;font-weight:600;background:#e8eef3;color:#427a9a}.avatar.small{width:29px;height:29px;font-size:12px}.error,.notice,.success{display:flex;align-items:flex-start;gap:10px;padding:13px 15px;line-height:1.65;margin-bottom:20px;border-radius:5px;overflow-wrap:anywhere}.error{color:#a52d34;background:#fff0f1;border:1px solid #f2dbde}.error svg,.notice svg,.success svg{margin-top:3px}.notice{background:#fff7e8;color:#845e24;border:1px solid #efe2c7}.notice p{font-size:13px;margin-top:3px}.notice.compact{font-size:12px;margin-top:16px;padding:10px}.success{background:#ebf5ed;color:var(--green)}.loading{display:flex;align-items:center;justify-content:center;gap:10px;min-height:35vh;color:var(--muted)}.spin{animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.empty{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:360px;gap:20px;text-align:center;padding:45px 15px}.empty h3{font-size:20px;font-weight:500;color:#55555d}.empty-photo{height:88px;width:88px;display:flex;align-items:center;justify-content:center;background:#eaf0f6;color:#7892ab;border-radius:8px;position:relative}.empty .primary{margin-top:5px}.section{margin-top:32px;padding-top:25px;border-top:1px solid var(--line)}.section>h2{margin-bottom:20px}.section-title{display:flex;justify-content:space-between;align-items:center;gap:15px;margin:18px 0}.section-title h2{font-size:17px}.subheading{margin:25px 0 15px}.page-heading{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:26px}.page-heading>div{min-width:0}.page-heading h1{overflow-wrap:anywhere}.page-heading>button{flex-shrink:0}.body-text{white-space:pre-wrap;overflow-wrap:anywhere;line-height:1.9}.sidebar{position:fixed;inset:0 auto 0 0;width:216px;border-right:1px solid var(--line);background:#f0f1f4;padding:28px 17px 15px;z-index:20;display:flex;flex-direction:column}.brand{font-size:21px;font-weight:650;padding:0 9px;justify-content:flex-start;background:none;border:0;gap:11px;min-height:40px}.brand svg{color:var(--blue)}.family-name{color:var(--muted);padding:9px 9px 28px;font-size:12px;overflow-wrap:anywhere}.side-nav{display:flex;flex-direction:column;gap:4px}.side-nav button,.sidebar-bottom>button{border:0;justify-content:flex-start;gap:11px;background:none;padding:11px 12px;font-size:13px;color:#55555b}.side-nav button:hover{background:#e7e9ed}.side-nav button.active,.sidebar-bottom>button.active{background:#e0ecfa;color:#0066cd;font-weight:600}.nav-label{font-size:10px;color:#7d7e84;padding:28px 13px 12px}.sidebar-bottom{margin-top:auto;display:flex;flex-direction:column;gap:18px}.profile-link{border-top:1px solid var(--line)!important;border-radius:0!important;padding:18px 7px 0!important;gap:10px!important}.profile-link>span:nth-child(2){display:flex;flex-direction:column;align-items:flex-start;gap:4px;flex:1 1;overflow-wrap:anywhere}.profile-link small{font-size:10px;color:var(--muted)}.workspace{margin-left:216px}.topbar{height:70px;gap:18px;padding:0 38px;border-bottom:1px solid var(--line);background:#ffffffd9;position:sticky;top:0;z-index:15;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.search-form,.topbar{display:flex;align-items:center}.search-form{color:#8b8b92;gap:10px;width:290px}.search-form input{background:none;border:0;padding:9px 0;font-size:12px;min-height:34px}.search-form input:focus{box-shadow:none}.top-avatar{padding:0;border:0;background:none}.main-content{max-width:1500px;margin:0 auto;padding:35px 38px 60px}.bottom-nav,.mobile-brand{display:none}.filter-row{display:flex;align-items:center;justify-content:space-between;gap:18px;padding-bottom:20px;margin-bottom:24px;border-bottom:1px solid var(--line)}.people-filter{display:flex;gap:8px;overflow-x:auto;min-width:0;scrollbar-width:none}.people-filter button{border:0;background:none;color:#626269;white-space:nowrap;font-size:12px;padding:6px 10px;min-height:35px;flex-shrink:0}.people-filter button.active{background:#e5effb;color:#0064cf;font-weight:600}.people-filter .avatar.small{height:24px;width:24px;font-size:11px}.month-filter{display:flex;align-items:center;gap:7px;color:var(--muted);flex-shrink:0}.month-filter input{border:0;padding:5px 0;min-height:30px;background:none;font-size:12px;max-width:140px}.timeline-layout{display:grid;grid-template-columns:minmax(0,1fr) 220px;gap:32px}.timeline-layout>div{min-width:0}.moments-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.moment-card{min-width:0;background:white;border:1px solid #e8e8ec;border-radius:7px;overflow:hidden}.moment-card.lead{grid-column:1/-1}.moment-meta{display:flex;align-items:center;gap:9px;font-size:11px;min-height:43px;padding:10px 16px;flex-wrap:wrap;color:var(--muted)}.moment-meta time{color:#585a62;font-weight:550}.person-label{font-size:10px;white-space:nowrap}.moment-cover{display:block;position:relative;padding:0;border:0;width:100%;border-radius:0;aspect-ratio:1.5;overflow:hidden;min-height:0;background:#eaebef}.lead .moment-cover{aspect-ratio:1.93}.moment-cover img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.moment-cover:hover img{transform:scale(1.015)}.media-count{position:absolute;right:13px;bottom:13px;background:#1d1d1f80;color:#fff;padding:5px 8px;border-radius:4px;display:flex;gap:6px;align-items:center;font-size:11px}.moment-copy{padding:15px 17px 8px}.moment-copy h2{font-size:17px}.lead .moment-copy h2{font-size:21px}.moment-copy p{color:#6e6e75;font-size:12px;margin-top:8px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;overflow-wrap:anywhere}.tags{display:flex;gap:10px;flex-wrap:wrap;font-size:11px;color:#577c9a;margin-top:12px}.moment-footer{padding:10px 14px;display:flex;align-items:center;gap:7px;font-size:10px;color:var(--muted)}.moment-footer .avatar{width:23px;height:23px;font-size:10px}.moment-footer .icon-button{width:auto;min-width:29px;height:29px;min-height:29px;font-size:11px;gap:4px}.liked{color:#c06561!important}.timeline-aside{padding-top:6px}.timeline-aside>h3{font-size:12px;margin-bottom:18px;color:#63636b}.person-summary{display:flex;width:100%;align-items:center;gap:11px;background:none;border:0;padding:10px 0;justify-content:flex-start}.person-summary .avatar{width:39px;height:39px;font-size:16px}.person-summary>span:nth-child(2){flex:1 1;text-align:left;display:flex;flex-direction:column;gap:5px}.person-summary strong{font-size:12px}.person-summary small{color:var(--muted);font-size:10px}.person-summary svg{color:#95969c}.aside-memory{margin-top:28px;padding:24px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);color:#427a9a}.aside-memory h3{margin:14px 0 8px;font-size:14px;color:#3b3d44}.aside-memory .text-button{font-size:11px;gap:14px}.aside-counts{display:flex;gap:32px;padding-top:25px}.aside-counts>div{display:flex;flex-direction:column;gap:8px}.aside-counts strong{font-size:22px;font-weight:500}.aside-counts span{font-size:10px;color:var(--muted)}.load-more{display:flex;margin:30px auto 0;background:transparent;border:0;color:var(--blue)}.search-summary{margin-bottom:20px;font-size:13px;color:var(--muted)}.albums-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px 23px}.album-card{min-width:0}.album-cover{aspect-ratio:1.45;display:flex;align-items:center;justify-content:center;width:100%;padding:0;border:0;background:#e5eaf0;color:#8ca1b7;border-radius:7px;overflow:hidden}.album-cover img{width:100%;height:100%;object-fit:cover}.album-info{display:flex;align-items:center;gap:9px;margin:13px 0 5px}.album-info .heading-link{flex:1 1;min-width:0}.album-info h2{font-size:17px;overflow-wrap:anywhere}.album-info>.muted{font-size:11px;white-space:nowrap}.album-card>p{font-size:12px}.editor-layout{display:grid;grid-template-columns:minmax(0,1fr) 260px;gap:35px}.editor-properties{border-left:1px solid var(--line);padding-left:25px}.editor-main textarea{background:white}.editor-media{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.selected-media{position:relative;aspect-ratio:1;overflow:hidden;border-radius:6px}.selected-media img{height:100%;width:100%;object-fit:cover}.selected-tools{position:absolute;bottom:0;left:0;right:0;background:#ffffffe0;display:flex;justify-content:space-around;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.inbox-picker{display:flex;flex-wrap:wrap;gap:10px;max-height:320px;overflow:auto}.pick-media{width:95px;display:flex;flex-direction:column;padding:0;border:0;background:none;min-width:0;gap:5px}.pick-media img{width:95px;height:80px;object-fit:cover;border-radius:5px}.pick-media span{width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:10px}.blank-media{min-height:170px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;border:1px dashed #d6d6de;border-radius:6px;color:#90919a}.editor-actions{display:flex;gap:9px;flex-wrap:wrap;margin-top:20px}.editor-actions button{flex:1 1;font-size:12px;padding:9px}.editor-properties fieldset .check{font-size:12px}.transfer-line{display:flex;align-items:center;gap:9px;color:#427a9a;margin:0 0 20px;font-size:13px}.transfer-line>span{margin-left:auto;color:var(--muted)}.upload-drop{min-height:270px;border:1px dashed #bfc9d8;border-radius:7px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:20px;background:#f0f4f9;color:#678bb0}.upload-drop h2{color:#4a5666;font-weight:500;font-size:21px}.upload-policy{display:flex;align-items:center;gap:20px;flex-wrap:wrap;padding:20px 0}.upload-policy>button{margin-left:auto}.upload-policy .muted{font-size:11px}.capacity-strip{display:flex;align-items:center;gap:25px;flex-wrap:wrap;font-size:11px;color:var(--muted);border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:16px 0;margin-bottom:20px}.capacity-strip strong{color:#3c6896}.list-row,.member-row,.upload-row{display:flex;align-items:center;gap:13px;min-height:70px;padding:15px 0;border-bottom:1px solid var(--line)}.list-row strong,.member-row strong,.upload-row strong{font-size:13px;overflow-wrap:anywhere}.list-row p,.member-row p{color:var(--muted);font-size:11px;margin-top:4px}.upload-row .muted{font-size:11px}.progress{height:4px;background:#e0e7ef;border-radius:2px;overflow:hidden;margin:10px 0}.progress span{display:block;height:100%;background:var(--blue);transition:width .2s}.inbox-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:25px 15px}.inbox-item{display:flex;flex-direction:column;gap:8px;min-width:0;cursor:pointer}.inbox-image{position:relative;aspect-ratio:1.15;background:#e3e8ee;border-radius:6px;overflow:hidden;display:flex;align-items:center;justify-content:center;color:#8096ad}.inbox-image img{height:100%;width:100%;object-fit:cover}.inbox-image>input{position:absolute;top:8px;left:8px}.inbox-image>svg:last-child{position:absolute;right:12px;bottom:12px;color:white}.inbox-item.selected .inbox-image{outline:3px solid var(--blue);outline-offset:2px}.inbox-item>strong{font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.inbox-item>.muted{font-size:10px}.moment-detail{max-width:850px;margin:0 auto}.moment-detail>h1{font-size:30px;margin:15px 0 18px;overflow-wrap:anywhere}.detail-byline{display:flex;align-items:center;gap:10px;color:var(--muted);font-size:12px;margin-bottom:25px;flex-wrap:wrap}.detail-byline>span{display:inline-flex;align-items:center;gap:5px}.moment-detail>.body-text{margin:25px 0}.detail-media{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.detail-media>button{padding:0;overflow:hidden;position:relative;aspect-ratio:1.4;border:0}.detail-media>button:first-child{grid-column:1/-1;aspect-ratio:1.7}.detail-media img{height:100%;width:100%;object-fit:cover}.play-overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;color:white;background:#0002;pointer-events:none}.detail-actions{display:flex;gap:12px;padding:25px 0;border-bottom:1px solid var(--line)}.comments{padding-top:28px}.comment{display:flex;align-items:flex-start;gap:12px;padding:20px 0;border-bottom:1px solid var(--line)}.comment strong{font-size:12px}.comment p{margin-top:5px;font-size:13px;overflow-wrap:anywhere;white-space:pre-wrap}.comment time{font-size:10px;color:var(--muted);display:block;margin-top:8px}.comment-form{display:flex;gap:10px;margin-top:22px}.comment-form button{flex-shrink:0}.media-viewer{position:fixed;inset:0;background:#151517;color:white;z-index:100;display:flex;flex-direction:column}.media-viewer>header{display:flex;align-items:center;gap:22px;padding:16px 24px;min-height:62px}.media-viewer>header>span:first-child{max-width:65%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.media-viewer>header>span:nth-child(2){font-size:12px;color:#b5b5bd}.media-viewer .icon-button{color:white}.viewer-stage{display:grid;grid-template-columns:50px minmax(0,1fr) 50px;align-items:center;justify-items:center;gap:15px;flex:1 1;min-height:0;padding:10px 25px}.viewer-stage>img,.viewer-stage>video{width:100%;height:100%;max-height:calc(100dvh - 180px);object-fit:contain;min-height:0}.viewer-thumbs{height:98px;display:flex;justify-content:center;gap:9px;padding:14px;overflow:auto;flex-shrink:0}.viewer-thumbs button{padding:0;border:2px solid transparent;background:none;flex-shrink:0;height:63px;width:76px;overflow:hidden;border-radius:4px}.viewer-thumbs button.active{border-color:#fff}.viewer-thumbs img{width:100%;height:100%;object-fit:cover}.tabs{display:flex;gap:22px;border-bottom:1px solid var(--line);margin-bottom:28px;overflow-x:auto;scrollbar-width:thin}.tabs>button{background:none;border:0;border-radius:0;white-space:nowrap;min-height:46px;padding:10px 1px;color:var(--muted);font-size:13px;flex-shrink:0;border-bottom:2px solid transparent}.tabs>button.active{border-bottom-color:var(--blue);color:var(--blue);font-weight:600}.admin-tabs{gap:20px}.admin-tabs>button{font-size:12px}.people-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.person-card{display:flex;flex-direction:column;gap:14px;padding:27px 18px;text-align:center;border:1px solid var(--line);border-radius:7px;background:white}.person-card .avatar{width:62px;height:62px;font-size:25px}.person-card h2{font-size:19px}.person-card p{font-size:12px;color:var(--muted)}.growth-toolbar{display:flex;align-items:center;gap:20px;justify-content:space-between;margin:18px 0 26px}.growth-toolbar>select{width:160px}.segmented{display:flex;background:#e7e9ed;border:1px solid #e4e6eb;padding:3px;border-radius:6px}.segmented>button{background:none;border:0;font-size:12px;min-height:32px;padding:6px 15px}.segmented>button.active{background:white;color:var(--blue);box-shadow:0 1px 3px #0001}.chart{height:300px;position:relative;width:100%;margin:30px 0 35px}.table-scroll{overflow:auto;width:100%}table{width:100%;border-collapse:collapse;text-align:left;font-size:12px}th{font-size:11px;color:var(--muted);font-weight:550;background:#efeff3;padding:12px 14px;white-space:nowrap}td{padding:13px 14px;border-bottom:1px solid var(--line);line-height:1.6}td p{max-width:300px}td:last-child .icon-button{height:28px;width:28px;min-height:28px}.stat-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;padding:25px 0 28px}.stat-grid>div{display:flex;flex-direction:column;gap:14px}.stat-grid span{font-size:12px;color:var(--muted)}.stat-grid strong{font-size:28px;font-weight:550}.disk-bar{height:9px;border-radius:3px;overflow:hidden;background:#e3e7ec}.disk-bar>span{height:100%;display:block;background:#6392bb}.details{margin:20px 0}.details>div{display:flex;align-items:center;gap:20px;padding:14px 0;border-bottom:1px solid var(--line);font-size:12px}.details dt{color:var(--muted);flex:1 1}.details dd{margin:0;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.settings-list{border-top:1px solid var(--line)}.setting-row{display:flex;align-items:center;gap:18px;border:0;border-bottom:1px solid var(--line);border-radius:0;background:none;padding:21px 3px;min-height:78px;width:100%;text-align:left;justify-content:flex-start}.setting-row>svg{color:#687c93;width:21px}.setting-row>div.grow h3{font-size:14px}.setting-row p{font-size:12px;color:var(--muted);margin-top:6px}.setting-row>button{flex-shrink:0}.setting-row>.grow{font-size:14px}.setting-row.danger-text svg{color:var(--red)}.member-row>select{width:105px;font-size:12px}.profile-hero{display:flex;align-items:center;gap:20px;padding:25px 0 38px}.profile-hero>.avatar{height:70px;width:70px;font-size:29px}.profile-hero>div{flex:1 1}.profile-hero h2{font-size:25px;margin-bottom:6px}.profile-hero p{font-size:12px;color:var(--muted)}.selection-list{max-height:340px;overflow:auto;border-bottom:1px solid var(--line);margin-bottom:20px}.selection-item{padding:14px 3px;border-top:1px solid var(--line);font-size:13px}.selection-item time{font-size:11px;color:var(--muted);flex-shrink:0}.ai-preview,.ai-source,.batch-results,.conflict-panel,.share-preview{overflow-wrap:anywhere;max-height:420px;overflow:auto;margin-block:16px}.ai-source{max-height:120px;color:var(--muted)}.ai-preview,.conflict-panel{border-block:1px solid #dce3e0;padding-block:16px}.ai-preview h4,.conflict-panel h4{font-size:18px}.ai-settings{max-width:680px;margin-top:20px}.preview-strip{display:flex;gap:8px;overflow-x:auto;margin-block:12px}.preview-strip img{width:100px;height:80px;object-fit:cover;flex-shrink:0}.tag-filter{width:140px}.media-content{min-width:0;width:100%;height:100%;display:grid;place-items:center}.media-content>img,.media-content>video{max-width:100%;max-height:70vh;object-fit:contain}.media-fallback{padding:20px;overflow-wrap:anywhere;color:#fff}.album-info,.dialog-actions,.inbox-item .inline,.page-heading{flex-wrap:wrap}.album-info h2,.inbox-item strong,.moment-detail h1,.page-heading h1,.person-card h2,.upload-row strong{overflow-wrap:anywhere}.dialog{padding:0;border:1px solid #dddde5;border-radius:8px;background:#fff;width:min(460px,calc(100vw - 32px));max-width:none;max-height:90dvh;color:var(--ink);box-shadow:0 20px 80px #14162933}.dialog.wide{width:min(650px,calc(100vw - 32px))}.dialog::backdrop{background:#191d2b50;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.dialog-inner{padding:23px 25px 26px;overflow:auto}.dialog-inner>header{display:flex;justify-content:space-between;align-items:center;margin-bottom:22px;gap:12px}.dialog-inner>header h2{font-size:19px}.dialog-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:25px;padding-top:20px;border-top:1px solid var(--line)}.qr{margin:0 auto 25px;width:220px;height:220px}.recovery-codes{display:grid;grid-template-columns:1fr 1fr;gap:9px;background:#f5f6f8;border-radius:5px;padding:14px;text-align:center}.recovery-codes code{font-size:12px}.auth-page{min-height:100dvh;padding:40px 6%;background:#f5f5f7;display:flex;flex-direction:column}.auth-brand{display:flex;align-items:center;gap:12px;font-weight:600;font-size:21px;margin-bottom:45px}.auth-brand svg{color:var(--blue)}.auth-surface{display:grid;grid-template-columns:1.1fr 1fr;max-width:1000px;width:100%;margin:auto;min-height:570px;background:white;border:1px solid var(--line);border-radius:7px;overflow:hidden}.auth-image{background:url(/public-cover.jpg) 50%/cover}.auth-content{padding:54px 54px 42px}.auth-content h1{font-size:26px;margin-bottom:30px;line-height:1.45}.auth-content .eyebrow{font-size:9px;margin-bottom:14px}.auth-content form>.primary{margin-top:10px}.auth-foot{margin-top:30px;padding-top:23px;border-top:1px solid var(--line);gap:7px;font-size:11px;color:var(--muted)}.auth-foot,.back-link{display:flex;align-items:center;justify-content:center}.back-link{gap:5px;font-size:12px;margin-top:20px}.guest-page{min-height:100dvh;background:#f8f8fa;padding:0 28px 60px}.guest-header{height:70px;display:flex;align-items:center;gap:12px;border-bottom:1px solid var(--line);max-width:1000px;margin:auto;color:var(--blue)}.guest-header strong{font-size:19px;color:var(--ink)}.guest-header>svg:last-child{margin-left:auto;color:var(--muted)}.guest-lock{max-width:340px;margin:100px auto 0}.guest-lock>svg{color:#758da5}.guest-lock h1{margin:23px 0 28px;font-size:27px}.guest-title{max-width:900px;margin:40px auto 30px;display:flex;justify-content:space-between;align-items:end;gap:15px}.guest-title h1{font-size:27px}.guest-moment{max-width:900px;margin:30px auto 0;padding-bottom:35px;border-bottom:1px solid var(--line)}.guest-moment>time{color:var(--muted);font-size:12px}.guest-moment>h2{font-size:23px;margin:12px 0}.guest-moment>p{margin-bottom:20px}.guest-media{display:grid;grid-template-columns:1fr 1fr;gap:15px}.guest-media figure{margin:0;min-width:0}.guest-media figure:first-child{grid-column:1/-1}.guest-media img,.guest-media video{width:100%;max-height:75vh;object-fit:contain;border-radius:5px;background:#eaecef}.download-link{display:flex;align-items:center;gap:6px;font-size:12px;padding:10px 0}@media (min-width:1600px){.main-content{padding-left:50px;padding-right:50px}.timeline-layout{gap:45px;grid-template-columns:minmax(0,1fr) 240px}.lead .moment-cover{aspect-ratio:2.05}}@media (max-width:1150px){.timeline-layout{grid-template-columns:minmax(0,1fr)}.timeline-aside{display:none}.main-content{padding:30px}.topbar{padding:0 30px}.albums-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.editor-layout{grid-template-columns:minmax(0,1fr) 230px;gap:25px}.editor-properties{padding-left:20px}.inbox-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.auth-content{padding:40px}}@media (max-width:850px){.sidebar{width:180px;padding:25px 10px 15px}.brand{font-size:18px;gap:8px}.workspace{margin-left:180px}.main-content{padding:27px 24px 50px}.topbar{padding:0 24px;gap:10px}.search-form{width:230px}.moments-grid{gap:18px}.moment-copy h2{font-size:16px}.lead .moment-copy h2{font-size:19px}.editor-layout{grid-template-columns:minmax(0,1fr)}.editor-properties{padding:25px 0 0;border-left:0;border-top:1px solid var(--line)}.people-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.stat-grid strong{font-size:23px}.auth-image{min-height:500px}.auth-content{padding:35px 30px}.auth-content h1{font-size:23px}.member-row{flex-wrap:wrap}.member-row>.grow{min-width:150px}.filter-row{align-items:flex-start;flex-direction:column;gap:12px}.people-filter{max-width:100%}.month-filter{align-self:flex-end}}@media (max-width:650px){body{font-size:14px}.sidebar{display:none}.workspace{margin-left:0}.topbar{height:64px;padding:0 19px;gap:14px}.mobile-brand{display:flex;align-items:center;gap:9px;font-size:18px;font-weight:650;white-space:nowrap}.mobile-brand svg{color:var(--blue)}.search-form{margin-left:auto;width:32px;position:relative;flex-shrink:0}.search-form svg{width:20px}.search-form input{position:absolute;right:0;width:32px;opacity:0;cursor:pointer}.search-form input:focus{opacity:1;width:220px;background:white;border:1px solid var(--line);padding:10px 12px;z-index:20;box-shadow:0 3px 15px #0001}.top-avatar,.topbar>.spacer{display:none}.upload-button{min-height:32px;padding:6px 9px;font-size:11px}.upload-button svg{width:14px}.main-content{padding:27px 20px 105px}.page-heading{margin-bottom:24px;gap:12px}h1{font-size:27px}.eyebrow{font-size:9px;margin-bottom:7px}.page-heading>.primary{font-size:12px;padding:8px 10px;min-height:34px}.page-heading .inline h1{font-size:23px}.page-heading>div.inline{gap:5px}.page-heading .inline>span.muted{font-size:11px}.bottom-nav{position:fixed;display:grid;grid-template-columns:repeat(4,1fr);bottom:0;left:0;right:0;height:76px;padding:9px 12px max(9px,env(safe-area-inset-bottom));border-top:1px solid var(--line);background:#ffffffeb;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);z-index:30}.bottom-nav button{display:flex;flex-direction:column;gap:5px;padding:4px 8px;min-height:46px;background:none;border:0;color:#84848c;border-radius:0;font-size:10px}.bottom-nav button.active{color:var(--blue)}.filter-row{gap:13px;padding-bottom:17px;margin-bottom:20px}.people-filter{gap:3px;width:100%}.people-filter button{font-size:11px;padding:5px 8px}.people-filter .avatar{width:22px;height:22px;font-size:10px}.month-filter{font-size:11px}.month-filter input{font-size:11px;max-width:145px}.moments-grid{grid-template-columns:1fr;gap:22px}.moment-card.lead{grid-column:auto}.lead .moment-cover,.moment-cover{aspect-ratio:1.38}.moment-meta{padding:10px 13px;gap:7px;min-height:40px}.moment-meta time{font-size:11px}.person-label{font-size:10px}.moment-copy{padding:14px 14px 6px}.lead .moment-copy h2,.moment-copy h2{font-size:19px}.moment-copy p{font-size:12px;margin-top:8px}.moment-footer{padding:10px 12px}.empty{min-height:340px;padding:40px 8px}.empty h3{font-size:18px}.empty-photo{height:76px;width:76px}.albums-grid{gap:25px 14px}.album-cover{aspect-ratio:1}.album-cover>svg{height:30px;width:30px}.album-info{flex-wrap:wrap;gap:5px;margin-top:11px}.album-info .heading-link{flex-basis:100%}.album-info h2{font-size:16px}.album-info .muted{font-size:10px;flex:1 1}.album-info .icon-button{height:23px;width:23px;min-height:23px}.album-card>p{font-size:11px}.editor-media{gap:9px}.editor-actions{position:sticky;bottom:82px;background:#fffffff5;padding:12px 0;border-top:1px solid var(--line);z-index:5}.field .title-input{font-size:20px}input:not([type=checkbox]),select,textarea{font-size:16px}.editor-properties fieldset .check{font-size:14px}.upload-drop{min-height:245px;gap:18px}.upload-drop h2{font-size:19px}.upload-policy{gap:12px;align-items:flex-start}.upload-policy>.check{font-size:12px}.upload-policy>.muted{font-size:10px;width:100%}.upload-policy>button{margin-left:0}.capacity-strip{gap:9px 18px;font-size:10px}.upload-row strong{font-size:12px}.upload-row{gap:7px}.upload-row .icon-button{width:27px}.inbox-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px 12px}.inbox-item>.muted{font-size:9px}.inbox-item>strong{font-size:11px}.moment-detail>h1{font-size:26px;margin-top:3px}.detail-byline{font-size:11px;gap:7px}.detail-media{gap:8px}.detail-media>button:first-child{aspect-ratio:1.35}.detail-media>button{aspect-ratio:1}.body-text{font-size:14px}.comment-form{gap:8px}.comment-form button{font-size:12px;padding:8px 12px}.detail-actions button{font-size:12px}.media-viewer>header{padding:12px 13px;gap:12px;font-size:13px;min-height:58px}.media-viewer>header>span:first-child{max-width:44%}.media-viewer>header>span:nth-child(2){font-size:10px;white-space:nowrap}.viewer-stage{grid-template-columns:28px minmax(0,1fr) 28px;gap:0;padding:8px 0}.viewer-stage>.icon-button{width:28px}.viewer-stage>.icon-button svg{width:23px}.viewer-stage>img,.viewer-stage>video{max-height:calc(100dvh - 170px)}.viewer-thumbs{height:85px;padding:10px;justify-content:flex-start}.viewer-thumbs button{height:56px;width:62px}.tabs{gap:23px;margin-bottom:22px}.tabs>button{font-size:12px;min-height:42px}.admin-tabs{gap:21px;margin-right:0}.admin-tabs>button{font-size:11px}.people-grid{gap:13px}.person-card{padding:24px 12px;gap:12px}.person-card .avatar{width:52px;height:52px;font-size:22px}.person-card h2{font-size:17px}.person-card p{font-size:11px}.growth-toolbar{gap:12px}.growth-toolbar>select{width:135px;font-size:13px;padding:8px}.segmented>button{padding:7px 9px;font-size:11px;gap:4px}.chart{height:260px;margin:22px 0}.stat-grid{grid-template-columns:1fr;gap:18px;padding-top:10px}.stat-grid>div{flex-direction:row;justify-content:space-between;align-items:center;gap:10px;padding-bottom:15px;border-bottom:1px solid var(--line)}.stat-grid strong{font-size:24px}.notice,.stat-grid span{font-size:12px}.notice{padding:12px;gap:9px}.details>div,.notice p{font-size:11px}.details>div,.member-row{gap:10px}.member-row>.grow{min-width:180px}.member-row>select{font-size:12px;min-height:35px;padding:7px;width:110px;margin-left:39px}.member-row>.avatar{width:30px;height:30px;font-size:13px}.setting-row{padding:18px 0;gap:13px}.setting-row>div.grow h3{font-size:13px}.setting-row p{font-size:11px}.setting-row>button{font-size:11px;padding:7px 10px}.setting-row>.grow{font-size:13px}.profile-hero{gap:13px;padding:12px 0 28px;flex-wrap:wrap}.profile-hero>.avatar{height:57px;width:57px;font-size:24px}.profile-hero h2{font-size:21px}.profile-hero>button{font-size:11px}.list-row{gap:9px;flex-wrap:wrap}.list-row .grow{min-width:180px}.list-row>button{font-size:11px}.list-row .badge{font-size:10px}.selection-item{font-size:12px;gap:7px}.selection-item time{font-size:9px}.dialog{margin:auto auto 0;max-height:91dvh;border-radius:8px 8px 0 0;border-bottom:0}.dialog,.dialog.wide{width:100%}.dialog-inner{padding:23px 22px max(25px,env(safe-area-inset-bottom))}.dialog-inner>header h2{font-size:19px}.dialog-actions{margin-top:20px}.form-grid{gap:12px}.auth-page{padding:24px 20px 35px;min-height:100dvh}.auth-brand{font-size:20px;gap:10px;margin:4px 0 25px}.auth-surface{display:flex;flex-direction:column;min-height:0;margin:0;background:transparent;border:0;border-radius:0}.auth-image{min-height:0;height:140px;flex:none;border-radius:6px;background-position:center 60%;margin-bottom:30px}.auth-content{padding:0 4px}.auth-content h1{font-size:25px;margin-bottom:25px}.auth-content .eyebrow{font-size:9px}.auth-foot{margin-top:24px;padding-top:19px}.auth-content form>.primary{min-height:44px}.guest-page{padding:0 20px 45px}.guest-header{height:64px}.guest-header strong{font-size:18px}.guest-lock{margin:65px auto 0}.guest-title{display:block;margin-top:28px}.guest-title h1{font-size:24px;margin-bottom:10px}.guest-title .muted{font-size:11px}.guest-moment>h2{font-size:21px}.guest-media{grid-template-columns:1fr;gap:13px}.guest-media figure:first-child{grid-column:auto}}@media (max-width:370px){.main-content{padding-left:16px;padding-right:16px}.topbar{padding:0 16px;gap:10px}.mobile-brand{font-size:17px;gap:7px}h1{font-size:25px}.page-heading>.primary{font-size:11px}.people-filter button{font-size:10px;padding:5px 7px}.moment-meta{gap:6px}.person-label{font-size:9px}.form-grid{grid-template-columns:1fr;gap:0}.stat-grid strong{font-size:22px}}@media (prefers-reduced-motion:reduce){*,:after,:before{animation:none!important;transition:none!important;scroll-behavior:auto!important}}