:root{--paper:#fffaf6;--cream:#f7f0e9;--card:#fffdfb;--ink:#2f2926;--muted:#817671;--coral:#ef6974;--rose:#f9dfe0;--sage:#aab9a6;--line:rgba(73,53,43,.1);--shadow:0 18px 50px rgba(79,55,43,.08);font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei",sans-serif;color:var(--ink);background:var(--paper)}*{box-sizing:border-box}body{margin:0;background:radial-gradient(circle at 85% 5%,#fde9e5 0,transparent 26%),var(--paper)}button,input,textarea,select{font:inherit}.primary,.secondary,.danger,.icon-button,.nav-item,.tab{border:0;cursor:pointer}.primary,.secondary,.danger{padding:11px 18px;border-radius:13px;font-weight:650}.primary{color:#fff;background:var(--coral);box-shadow:0 8px 20px rgba(239,105,116,.22)}.secondary{color:var(--ink);background:#fff;border:1px solid var(--line)}.danger{color:#a6424a;background:#fee5e7}.brand{font-size:19px;letter-spacing:.02em}.eyebrow,.card-label,.section-heading span{font-size:11px;letter-spacing:.16em;color:var(--coral);font-weight:700;text-transform:uppercase}.auth-shell{min-height:100vh;display:grid;grid-template-columns:minmax(0,1.25fr) minmax(390px,.75fr);padding:28px}.auth-story{position:relative;overflow:hidden;border-radius:32px;padding:8vw;background:linear-gradient(145deg,#fff2e8,#f7cfd0);display:flex;flex-direction:column;justify-content:center}.auth-story h1{font-family:Georgia,"Songti SC",serif;font-size:clamp(40px,5vw,78px);line-height:1.15;margin:22px 0}.auth-story p{color:var(--muted);font-size:18px}.sunset-art{height:190px;margin-top:35px;border-radius:100% 100% 25px 25px;background:linear-gradient(#f6aa8b,#e97b7c 46%,#87919e 47%,#5f7180);display:grid;place-items:center;color:white;font-size:52px;box-shadow:inset 0 0 80px rgba(255,255,255,.35)}.auth-card{max-width:470px;width:100%;align-self:center;justify-self:center;padding:54px}.auth-card h2{font-family:Georgia,"Songti SC",serif;font-size:38px;margin:60px 0 8px}.auth-card>p{color:var(--muted)}.auth-form{display:grid;gap:18px;margin-top:34px}.auth-form label,.modal-card label{display:grid;gap:8px;color:var(--muted);font-size:13px}.auth-form input,.modal-card input,.modal-card textarea,.modal-card select{border:1px solid var(--line);background:#fff;padding:14px;border-radius:13px;outline:none;color:var(--ink)}.auth-form input:focus,.modal-card input:focus,.modal-card textarea:focus{border-color:var(--coral);box-shadow:0 0 0 3px var(--rose)}.auth-form .primary{margin-top:8px;padding:14px}.auth-switch{display:block;text-align:center;margin-top:24px;color:var(--coral);text-decoration:none}.notice{padding:12px;border-radius:12px;margin-top:16px}.notice.error{background:#fee8e8;color:#9b3940}.app-shell{min-height:100vh;display:grid;grid-template-columns:230px 1fr}.sidebar{position:sticky;top:0;height:100vh;padding:32px 22px;border-right:1px solid var(--line);background:rgba(255,253,251,.85);backdrop-filter:blur(18px);display:flex;flex-direction:column}.sidebar nav{display:grid;gap:7px;margin-top:50px}.nav-item{padding:13px 15px;border-radius:13px;text-align:left;background:transparent;color:var(--muted);font-size:15px}.nav-item.active{background:var(--rose);color:#b84451;font-weight:700}.profile-mini{margin-top:auto;display:flex;gap:10px;align-items:center;padding-top:20px;border-top:1px solid var(--line)}.profile-mini small{display:block;color:var(--muted);margin-top:2px}.avatar{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,#f2b3aa,#f9ddc6);color:#7d3f3e;font-weight:800}.workspace{min-width:0;padding:0 4vw 70px}.topbar{height:100px;display:flex;justify-content:space-between;align-items:center}.topbar h1{margin:0;font-family:Georgia,"Songti SC",serif;font-size:30px}.mobile-brand{display:none}.top-actions{display:flex;align-items:center;gap:15px}.top-actions form{margin:0}.icon-button{width:38px;height:38px;border-radius:50%;background:#fff;border:1px solid var(--line)}.page{display:none;animation:fade .25s ease}.page.active{display:block}@keyframes fade{from{opacity:.2;transform:translateY(5px)}}.home-grid{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(260px,.75fr);gap:18px}.hero-photo{min-height:440px;border-radius:28px;background:linear-gradient(145deg,#f5b89d,#d8aeb2 46%,#7f9293);background-size:cover;background-position:center;position:relative;overflow:hidden;box-shadow:var(--shadow)}.hero-photo:after{content:"";position:absolute;inset:35% 0 0;background:linear-gradient(transparent,rgba(43,32,30,.48))}.hero-overlay{position:absolute;z-index:1;left:36px;bottom:30px;color:white;display:flex;gap:10px;align-items:baseline;text-shadow:0 3px 16px #4a302a}.hero-overlay strong{font-family:Georgia,serif;font-size:74px;font-weight:500}.home-side,.stack{display:grid;gap:14px}.card{padding:21px;background:rgba(255,253,251,.9);border:1px solid var(--line);border-radius:20px;box-shadow:var(--shadow)}.card h3{margin:10px 0 6px}.card p{color:var(--muted);line-height:1.7;margin:4px 0}.status-card{background:linear-gradient(140deg,#fff,#fce7e5)}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:20px;margin:36px 0 17px}.section-heading h2{font-family:Georgia,"Songti SC",serif;font-size:29px;margin:5px 0 0}.plan-list{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.plan-row,.list-card{display:flex;align-items:center;gap:13px;padding:18px;background:#fff;border:1px solid var(--line);border-radius:17px}.plan-row small,.list-card small{display:block;color:var(--muted);margin-top:5px}.check{width:25px;height:25px;flex:0 0 25px;border:1.5px solid #d9cbc5;border-radius:50%;display:grid;place-items:center;color:var(--coral)}.soft-empty{padding:30px;color:var(--muted);background:rgba(255,255,255,.55);border:1px dashed #d9cac3;border-radius:18px}.calendar-layout{display:grid;grid-template-columns:minmax(420px,1.1fr) 1fr;gap:18px}.calendar-head{display:flex;justify-content:space-between;margin-bottom:22px}.calendar-head span{color:var(--coral)}.calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:11px;text-align:center}.calendar-grid span,.calendar-grid small{height:38px;display:grid;place-items:center}.calendar-grid .today{border-radius:50%;background:var(--coral);color:white;width:38px;justify-self:center}.tabs{display:flex;gap:6px;background:#eee5df;padding:4px;border-radius:12px}.tab{padding:8px 14px;border-radius:9px;background:transparent;color:var(--muted)}.tab.active{background:white;color:var(--ink);box-shadow:0 3px 10px rgba(0,0,0,.05)}.record-panel{display:none}.record-panel.active{display:block}.record-create{margin-bottom:17px}.masonry{columns:2 320px;column-gap:15px}.diary-card{break-inside:avoid;margin-bottom:15px}.diary-card small,.complaint-card small{color:var(--coral)}.diary-meta{font-size:12px;color:var(--muted);padding-top:13px;border-top:1px solid var(--line)}.timeline{max-width:760px;margin:auto}.timeline article{position:relative;padding:0 0 35px 42px;border-left:1px solid #e8b5b1}.timeline i{position:absolute;left:-7px;width:13px;height:13px;border-radius:50%;background:var(--coral);box-shadow:0 0 0 6px var(--rose)}.timeline small{color:var(--coral)}.upload-card{display:flex;gap:12px;align-items:center;padding:16px;background:white;border:1px dashed #d9c0b8;border-radius:16px;margin-bottom:17px}.photo-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.photo-grid img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:16px;display:block}.complaint-card em{display:block;text-align:right;color:var(--muted);font-size:12px}.wish-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.wish-card{display:flex;gap:14px;min-height:150px}.wish-card small{color:var(--coral)}.couple-heading{text-align:center;display:flex;justify-content:center;align-items:center;gap:38px;padding:30px}.avatar.big{width:76px;height:76px;font-size:27px}.couple-heading h2{font-family:Georgia,"Songti SC",serif;margin:10px 0}.couple-heading strong{font-family:Georgia,serif;font-size:70px;color:var(--coral)}.couple-heading strong small{font-size:18px}.stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.stat{padding:28px;background:white;border:1px solid var(--line);border-radius:20px;text-align:center}.stat span{display:block;color:var(--muted)}.stat strong{font-family:Georgia,serif;font-size:40px;display:block;margin-top:10px}.settings-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:15px}.setting-block h3{margin-top:0}.setting-block div{display:flex;justify-content:space-between;gap:20px;padding:14px 0;border-top:1px solid var(--line)}.setting-block span{color:var(--muted)}.empty-binding{text-align:center;max-width:620px;margin:12vh auto;padding:50px;background:white;border-radius:28px;box-shadow:var(--shadow)}.empty-icon{font-size:60px;color:var(--coral)}.binding-actions{display:flex;justify-content:center;gap:10px;margin:25px}dialog{border:0;padding:0;border-radius:24px;box-shadow:0 30px 100px rgba(48,32,24,.25);max-width:min(520px,calc(100vw - 30px));width:100%}dialog::backdrop{background:rgba(50,40,35,.42);backdrop-filter:blur(4px)}.modal-card{padding:30px;position:relative}.modal-card h2{font-family:Georgia,"Songti SC",serif}.modal-close{position:absolute;right:18px;top:16px;border:0;background:transparent;font-size:25px;cursor:pointer}.modal-card #modal-fields{display:grid;gap:14px}.modal-card textarea{min-height:130px;resize:vertical}.modal-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:24px}
.calendar-head{align-items:center;gap:10px}.calendar-head b{flex:1;text-align:center}.calendar-nav,.calendar-today{border:0;background:var(--rose);color:#b84451;border-radius:10px;cursor:pointer;height:36px}.calendar-nav{width:38px;font-size:25px;line-height:1}.calendar-today{padding:0 12px;font-size:13px}.calendar-day{position:relative;border:0;background:transparent;border-radius:50%;min-width:38px;height:38px;justify-self:center;cursor:pointer;color:var(--ink)}.calendar-day.selected{background:var(--coral);color:white}.calendar-day i{position:absolute;width:5px;height:5px;border-radius:50%;background:var(--coral);bottom:1px;left:50%;transform:translateX(-50%)}.calendar-day.selected i{background:white}
@media(max-width:900px){.auth-shell{grid-template-columns:1fr;padding:0}.auth-story{display:none}.auth-card{padding:34px;min-height:100vh}.app-shell{display:block}.sidebar{position:fixed;z-index:20;top:auto;bottom:0;left:0;right:0;width:auto;height:auto;padding:8px max(8px,env(safe-area-inset-right)) calc(8px + env(safe-area-inset-bottom)) max(8px,env(safe-area-inset-left));border:0;border-top:1px solid var(--line)}.sidebar>.brand,.profile-mini{display:none}.sidebar nav{margin:0;display:grid;grid-template-columns:repeat(5,1fr);gap:2px}.nav-item{text-align:center;padding:8px 2px;font-size:19px}.nav-item span{font-size:10px;display:block;margin-top:3px}.workspace{padding:0 16px 110px}.topbar{height:78px}.topbar h1{font-size:24px}.home-grid,.calendar-layout{grid-template-columns:1fr}.hero-photo{min-height:410px}.home-side{grid-template-columns:1fr 1fr}.plan-list,.wish-grid,.stats-grid{grid-template-columns:repeat(2,1fr)}.photo-grid{grid-template-columns:repeat(3,1fr)}.settings-grid{grid-template-columns:1fr}.section-heading{align-items:flex-start;flex-direction:column}.tabs{width:100%;overflow:auto}.couple-heading{gap:14px}.couple-heading strong{font-size:52px}}@media(max-width:520px){.top-actions>span{display:none}.hero-photo{min-height:330px}.hero-overlay{left:20px}.hero-overlay strong{font-size:58px}.home-side,.plan-list,.wish-grid{grid-template-columns:1fr}.photo-grid{grid-template-columns:repeat(2,1fr)}.stats-grid{grid-template-columns:repeat(2,1fr)}.calendar-card{padding:13px}.calendar-grid{gap:4px}.nav-item{font-size:17px}.upload-card{align-items:stretch;flex-direction:column}.couple-heading .avatar{display:none}}

.next-item-notes{font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei",sans-serif;font-size:13px;font-weight:500;color:var(--muted)}.section-heading{flex-direction:row!important;align-items:flex-end!important;flex-wrap:wrap}.section-heading>div:first-child{order:1;flex:1 1 auto;min-width:0}.section-heading>.primary,.section-heading>.danger,.section-heading>.record-create{order:2;flex:0 0 auto;margin-left:auto;margin-bottom:0}#page-records .section-heading .tabs{order:3;flex:1 0 100%;width:100%;margin-top:12px}
.next-countdown{position:absolute;right:24px;top:28px;color:var(--coral);font-size:12px;font-weight:650}

/* Home — warm private scrapbook */
#page-home{max-width:1180px;margin:0 auto;padding:34px 0 20px}.home-welcome{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:24px}.home-welcome h1{font-family:Georgia,"Songti SC",serif;font-size:clamp(34px,4vw,52px);line-height:1.1;margin:8px 0 6px}.home-welcome p{margin:0;color:var(--muted);font-size:15px}.home-couple-chip{display:flex;align-items:center;gap:10px;padding:11px 16px;border:1px solid rgba(239,105,116,.18);border-radius:999px;background:rgba(255,255,255,.66);box-shadow:0 10px 30px rgba(87,55,47,.06);color:var(--muted);font-size:13px}.home-couple-chip b{color:var(--coral);font-size:18px}.home-hero{min-height:clamp(410px,52vw,610px);background-position:center 35%;box-shadow:0 24px 70px rgba(74,48,42,.13)}.home-hero:before{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(115deg,rgba(37,27,23,.08),transparent 48%);pointer-events:none}.home-hero .hero-overlay{left:clamp(24px,4vw,52px);bottom:clamp(24px,4vw,45px)}.home-bento{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:18px}.home-feature-card{position:relative;min-height:178px;padding:28px 30px;display:flex;flex-direction:column;justify-content:center}.home-feature-card h3{font-family:Georgia,"Songti SC",serif;font-size:25px;line-height:1.35;margin:14px 0 7px}.home-feature-card p{margin:0}.status-edit-button{position:absolute;right:22px;top:19px;border:0;background:rgba(255,255,255,.8);color:#b84451;padding:7px 11px;border-radius:999px;font-size:12px;cursor:pointer}.next-card{background:linear-gradient(145deg,#fffdfb,#fff8f2)}.home-recent{margin-top:42px}.home-section-title{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:17px}.home-section-title h2{font-family:Georgia,"Songti SC",serif;font-size:30px;margin:6px 0 0}.home-text-link{border:0;background:transparent;color:var(--coral);cursor:pointer;padding:8px 0}.home-text-link span{margin-left:5px}.home-recent-grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:18px}.home-diary,.home-photo-card{min-height:240px;padding:27px}.home-diary{cursor:pointer}.home-diary h3,.home-photo-head h3{font-family:Georgia,"Songti SC",serif;font-size:22px;margin:11px 0 8px}.home-diary p{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.home-diary small{display:block;color:var(--muted);margin-top:20px}.home-photo-head{display:flex;justify-content:space-between;align-items:flex-start;gap:15px}.photo-count{font-size:12px;color:var(--muted);white-space:nowrap}.home-photo-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:20px}.home-photo-strip a{display:block;min-width:0}.home-photo-strip img{width:100%;aspect-ratio:1.18;object-fit:cover;border-radius:14px;display:block;transition:transform .2s ease}.home-photo-strip a:hover img{transform:translateY(-3px)}.home-photo-empty{grid-column:1/-1;display:grid;place-items:center;min-height:120px;border:1px dashed #d9cac3;border-radius:14px;color:var(--muted)}.status-emoji-picker{display:flex;flex-wrap:wrap;gap:8px;margin:18px 0}.status-emoji-picker button{border:1px solid var(--line);background:#fff;padding:8px 11px;border-radius:999px;cursor:pointer}.status-emoji-picker button.selected{border-color:var(--coral);background:var(--rose);color:#b84451}
@media(max-width:900px){#page-home{padding-top:24px}.home-recent-grid{grid-template-columns:1fr}.home-hero{min-height:460px}}
@media(max-width:620px){#page-home{padding-top:20px}.home-welcome{align-items:flex-start;margin-bottom:18px}.home-welcome h1{font-size:34px}.home-welcome p{font-size:14px}.home-couple-chip{display:none}.home-hero{min-height:390px;border-radius:25px}.home-hero .hero-overlay{left:22px;bottom:24px;gap:7px}.home-hero .hero-overlay strong{font-size:60px}.home-bento{grid-template-columns:1fr;gap:13px;margin-top:13px}.home-feature-card{min-height:150px;padding:24px}.home-feature-card h3{font-size:22px}.home-recent{margin-top:34px}.home-section-title h2{font-size:27px}.home-recent-grid{gap:13px}.home-diary,.home-photo-card{min-height:0;padding:23px}.home-photo-strip{gap:7px}.home-photo-strip img{border-radius:11px}}

/* Home fidelity pass — match the approved scrapbook composition */
#page-home{max-width:1060px;background-image:radial-gradient(rgba(105,78,63,.035) .65px,transparent .65px);background-size:5px 5px}.home-welcome{margin-bottom:28px}.home-welcome .eyebrow{display:none}.home-welcome h1{color:#4a171d}.home-hero{isolation:isolate;overflow:hidden}.home-hero-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0}.home-hero:after{z-index:1}.home-hero .hero-overlay{z-index:2;background:rgba(46,29,25,.48);padding:10px 17px;border-radius:999px;backdrop-filter:blur(9px);text-shadow:none}.home-hero .hero-overlay strong{font-size:38px}.home-couple-chip{position:relative;z-index:4;width:min(610px,75%);justify-content:center;margin:-38px auto 30px;padding:20px 28px;border-radius:30px;background:rgba(255,253,250,.78);backdrop-filter:blur(22px);box-shadow:0 15px 38px rgba(79,55,43,.14);font-family:Georgia,"Songti SC",serif;font-size:21px;color:#641e27}.home-couple-chip b{font-size:28px}.home-bento{grid-template-columns:minmax(0,1.25fr) minmax(260px,.75fr);margin-top:0}.home-feature-card{min-height:230px;padding:34px 32px}.status-card{background:linear-gradient(145deg,#fff0ef,#fae1e2)}.status-card:after,.next-card:after{position:absolute;left:27px;top:24px;width:40px;height:40px;display:grid;place-items:center;border-radius:50%;background:linear-gradient(135deg,#f28a8f,#e9606c);color:#fff;font-size:20px;box-shadow:0 8px 18px rgba(239,105,116,.2)}.status-card:after{content:"♡"}.next-card:after{content:"□"}.home-feature-card .card-label{padding-left:52px;font-size:13px;color:#6b262d}.home-feature-card h3{font-size:29px;color:#3c2524}.status-edit-button{top:26px}.next-card{background:linear-gradient(145deg,#fffaf0,#fbefd5)}.next-item-notes{font-size:14px!important;line-height:1.5!important}.next-item-date{display:block;margin-top:auto;padding-top:18px;border-top:1px solid rgba(92,65,49,.12);font-family:Georgia,serif;font-size:28px;color:var(--coral)}.home-recent{margin-top:38px}.home-section-title{border-left:5px solid var(--coral);padding-left:14px}.home-section-title .eyebrow{display:none}.home-recent-grid{display:grid;grid-template-columns:1fr;gap:18px}.home-diary{display:grid;grid-template-columns:120px minmax(0,1fr) 190px;align-items:center;gap:24px;min-height:190px;padding:24px 26px}.home-diary h3{display:block!important;color:#7a2730;margin:0 0 8px}.home-diary p{display:-webkit-box!important;-webkit-line-clamp:3!important;-webkit-box-orient:vertical;overflow:hidden}.home-memory-date{align-self:stretch;display:flex;flex-direction:column;justify-content:center;border-right:1px solid var(--line)}.home-memory-date strong{font-family:Georgia,serif;font-size:28px;color:#6b1f28}.home-memory-date span{margin-top:7px;color:var(--muted);font-size:12px}.home-memory-photo{width:100%;height:132px;object-fit:cover;border-radius:17px}.home-photo-strip{margin-top:0;grid-template-columns:repeat(3,1fr)}.home-photo-strip img{aspect-ratio:1.45;border-radius:20px}
@media(max-width:1100px){.app-shell{display:block}.sidebar{position:fixed;z-index:20;top:auto;bottom:0;left:0;right:0;width:auto;height:auto;padding:8px max(8px,env(safe-area-inset-right)) calc(8px + env(safe-area-inset-bottom)) max(8px,env(safe-area-inset-left));border:0;border-top:1px solid var(--line)}.sidebar>.brand,.profile-mini{display:none}.sidebar nav{margin:0;display:grid;grid-template-columns:repeat(5,1fr);gap:2px}.nav-item{text-align:center;padding:8px 2px;font-size:19px}.nav-item span{font-size:10px;display:block;margin-top:3px}.workspace{padding:0 4vw 110px}#page-home{max-width:860px;padding-top:45px}.home-hero{min-height:555px;background-color:#2d2421}.home-hero-image{object-fit:contain}.home-recent-grid{grid-template-columns:1fr}}
@media(max-width:620px){#page-home{padding-top:26px}.home-welcome{margin-bottom:20px}.home-couple-chip{display:flex;width:82%;margin:-28px auto 22px;padding:14px 18px;font-size:16px;border-radius:23px}.home-couple-chip b{font-size:22px}.home-hero{min-height:430px}.home-hero .hero-overlay{padding:8px 12px}.home-hero .hero-overlay strong{font-size:34px}.home-bento{grid-template-columns:1fr}.home-feature-card{min-height:180px;padding:28px 24px}.home-diary{grid-template-columns:78px minmax(0,1fr);gap:15px}.home-memory-photo{display:none}.home-memory-date strong{font-size:20px}.home-photo-strip img{aspect-ratio:1}.status-edit-button{right:15px;top:18px}.status-card:after,.next-card:after{left:20px;top:20px;width:34px;height:34px}.home-feature-card .card-label{padding-left:43px}}

.home-count-overview{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin-top:16px}.home-count-overview article{display:flex;align-items:baseline;gap:8px;padding:18px 24px;border:1px solid var(--line);border-radius:18px;background:rgba(255,253,251,.78);box-shadow:var(--shadow)}.home-count-overview span{color:var(--muted)}.home-count-overview strong{margin-left:auto;font-family:Georgia,serif;font-size:30px;color:var(--coral)}.home-count-overview small{color:var(--muted)}.footprint-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:13px;margin-bottom:18px}.footprint-stats article{min-height:145px;padding:22px;background:rgba(255,253,251,.9);border:1px solid var(--line);border-radius:20px;box-shadow:var(--shadow)}.footprint-stats span{color:var(--muted)}.footprint-stats strong{display:inline-block;margin:18px 7px 0 0;font-family:Georgia,serif;font-size:42px}.footprint-stats p{font-size:12px!important}.footprint-filters{display:flex;gap:8px;overflow:auto;margin:20px 0}.footprint-filters button{border:1px solid var(--line);background:#fff;padding:9px 15px;border-radius:999px;white-space:nowrap;cursor:pointer;color:var(--muted)}.footprint-filters button.active{background:var(--coral);color:#fff;border-color:var(--coral)}.footprint-list{display:grid;gap:12px}.footprint-row{cursor:pointer}.footprint-row small{color:var(--coral)}.footprint-row h3{margin:9px 0}.footprint-row em{display:block;margin-top:12px;color:var(--muted);font-size:12px;font-style:normal}.private-metrics{display:flex;gap:9px;margin-top:12px}.private-metrics span{padding:6px 10px;border-radius:9px;background:var(--rose);color:#8b3d47;font-size:12px}.privacy-note{text-align:center;color:var(--muted);font-size:12px;margin:24px}.private-event-fields{display:grid;grid-template-columns:1fr 1fr;gap:12px}.footprint-row[hidden]{display:none}
@media(max-width:900px){.footprint-stats{grid-template-columns:repeat(2,1fr)}}
@media(max-width:520px){.home-count-overview article{padding:15px}.home-count-overview strong{font-size:25px}.footprint-stats{gap:9px}.footprint-stats article{min-height:125px;padding:17px}.footprint-stats strong{font-size:34px}.private-event-fields{grid-template-columns:1fr}}

/* 2.9 unified warm scrapbook system */
:root{--paper:#fffaf5;--cream:#fbf3eb;--card:#fffdfa;--ink:#421c21;--muted:#88756e;--coral:#df5965;--rose:#f9e2df;--line:rgba(122,67,55,.14);--shadow:0 15px 42px rgba(92,54,43,.08)}
body{background-color:var(--paper);background-image:radial-gradient(circle at 8% 4%,rgba(239,180,160,.22),transparent 23%),radial-gradient(circle at 92% 10%,rgba(244,202,194,.25),transparent 20%),radial-gradient(rgba(112,79,63,.035) .65px,transparent .65px);background-size:auto,auto,5px 5px}
.workspace{max-width:1540px;margin:0 auto}.page:not(#page-home){max-width:1120px;margin:0 auto;padding-top:26px}.section-heading h2,.home-section-title h2,.us-section-title{color:#561d25}.card,.calendar-card,.list-card,.plan-row,.wish-row,.soft-empty{background:rgba(255,253,250,.9);border-color:var(--line);box-shadow:var(--shadow)}
.primary{background:linear-gradient(135deg,#e87578,#d94d5d);border-radius:15px;box-shadow:0 10px 24px rgba(203,72,83,.2)}.secondary,.icon-button{background:rgba(255,253,250,.9);border-color:var(--line)}.tabs{background:#f1e5de;border:1px solid rgba(114,75,60,.06);border-radius:15px}.tab{border-radius:11px}.nav-item.active{background:linear-gradient(135deg,#f9e6e3,#f5d8da);color:#a93443}.sidebar{background:rgba(255,251,247,.9)}
.calendar-card,.diary-card,.footprint-row,.complaint-card,.wish-row,.setting-block{border-radius:24px}.calendar-day.selected,.calendar-grid .today{background:linear-gradient(135deg,#e87879,#d94c5a)}.photo-grid img{border-radius:19px}.footprint-stats article{background:linear-gradient(145deg,#fffdfa,#fff8f3);border-color:var(--line);border-radius:23px}.footprint-filters button{background:#fffdfa;border-color:var(--line)}
#page-us{position:relative;padding-bottom:48px}.us-toolbar{display:flex;justify-content:flex-end;margin-bottom:10px}.us-toolbar .icon-button{width:48px;height:48px;font-size:18px;box-shadow:var(--shadow)}.us-story-card{position:relative;overflow:hidden;text-align:center;padding:42px 34px 35px;border:1px solid rgba(217,104,91,.4);border-radius:28px;background:radial-gradient(circle at 8% 14%,rgba(237,160,139,.27),transparent 30%),radial-gradient(circle at 92% 86%,rgba(245,194,181,.35),transparent 32%),linear-gradient(145deg,#fffaf4,#fff1ec 55%,#fffaf5);box-shadow:0 20px 55px rgba(102,58,47,.1)}.us-story-card:before,.us-story-card:after{content:"\2766";position:absolute;color:rgba(195,103,83,.24);font-size:110px;line-height:1}.us-story-card:before{left:-18px;bottom:-20px;transform:rotate(-28deg)}.us-story-card:after{right:-16px;top:8px;transform:rotate(155deg)}.us-story-eyebrow{position:relative;z-index:1;letter-spacing:.38em;font:600 12px Georgia,serif;color:#7c3d38}.us-story-names{position:relative;z-index:1;margin:25px 0 12px;font-family:Georgia,"Songti SC",serif;font-size:21px}.us-story-card h2{position:relative;z-index:1;margin:0;color:#641e27;font-family:Georgia,"Songti SC",serif;font-size:clamp(28px,4vw,43px)}.us-story-main{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;gap:clamp(24px,8vw,88px);margin:24px 0 10px}.us-story-main>strong{font:500 clamp(58px,8vw,94px)/1 Georgia,serif;color:#df4e5e}.us-story-main>strong small{font-size:20px}.us-monogram{width:86px;height:86px;display:grid;place-items:center;border-radius:50%;border:1px solid rgba(220,100,84,.35);background:linear-gradient(145deg,#ffd8cb,#f7bfb4);box-shadow:inset 0 0 0 5px rgba(255,255,255,.28);font-family:Georgia,"Songti SC",serif;font-size:36px;color:#73302f}.us-story-card>p{position:relative;z-index:1;margin:18px 0 0;font:20px Georgia,serif;color:#5b302d}.us-section-title{text-align:center;margin:38px 0 20px;font-family:Georgia,"Songti SC",serif;font-size:28px}.us-section-title:before,.us-section-title:after{content:"";display:inline-block;width:65px;height:1px;margin:0 18px 8px;background:#d7a18f}.us-collection-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.us-collection-card{display:flex;align-items:center;gap:20px;min-height:142px;padding:22px 25px;border:1px solid var(--line);border-radius:23px;background:rgba(255,253,250,.9);box-shadow:var(--shadow)}.us-collection-card>i{width:72px;height:72px;flex:0 0 72px;display:grid;place-items:center;border-radius:50%;background:linear-gradient(145deg,#ffe0d5,#f8c6c2);color:#ae4c48;font:normal 32px Georgia,serif}.us-collection-card div{display:grid;grid-template-columns:auto 1fr;align-items:end;column-gap:16px}.us-collection-card span{font-family:Georgia,"Songti SC",serif;font-size:19px}.us-collection-card strong{grid-row:1/3;grid-column:2;font:500 48px Georgia,serif;color:#6d2028}.us-collection-card small{margin-top:8px;color:var(--muted)}.us-footprint-title{margin-top:35px}.us-footprint-overview{display:grid;grid-template-columns:repeat(4,1fr);overflow:hidden;border:1px solid var(--line);border-radius:23px;background:rgba(255,253,250,.88);box-shadow:var(--shadow)}.us-footprint-overview article{display:grid;place-items:center;gap:7px;padding:22px 10px;border-right:1px solid var(--line)}.us-footprint-overview article:last-child{border:0}.us-footprint-overview i{font:normal 26px Georgia,serif;color:#bd534f}.us-footprint-overview span{color:#6a403c}.us-footprint-overview strong{font:500 25px Georgia,serif;color:#6d2028}.us-footprint-overview small{font-size:12px}.us-quote{margin:18px 0 0;padding:18px;text-align:center;border:1px solid rgba(218,141,123,.25);border-radius:19px;background:linear-gradient(90deg,#fff5ee,#fde8e2,#fff5ee);color:#93443f;font-family:Georgia,"Songti SC",serif;font-size:18px}
@media(max-width:700px){.page:not(#page-home){padding-top:12px}.us-story-card{padding:32px 16px 28px}.us-story-main{gap:14px}.us-monogram{width:64px;height:64px;font-size:27px}.us-section-title:before,.us-section-title:after{width:28px;margin-inline:9px}.us-collection-card{gap:11px;min-height:120px;padding:16px}.us-collection-card>i{width:48px;height:48px;flex-basis:48px;font-size:23px}.us-collection-card div{display:block}.us-collection-card span,.us-collection-card strong,.us-collection-card small{display:block}.us-collection-card span{font-size:15px}.us-collection-card strong{font-size:34px;margin:3px 0}.us-collection-card small{font-size:10px}.us-footprint-overview{grid-template-columns:repeat(2,1fr)}.us-footprint-overview article:nth-child(2){border-right:0}.us-footprint-overview article:nth-child(-n+2){border-bottom:1px solid var(--line)}}

/* 2.10 cross-client visual parity */
#records-diaries .masonry{display:grid;grid-template-columns:1fr;gap:14px}
#records-diaries .diary-card{position:relative;overflow:hidden;min-height:150px;padding:25px 28px 22px 112px;background:linear-gradient(90deg,#d96668 0 84px,#fffdfa 84px);border:1px solid rgba(114,57,49,.14);box-shadow:0 12px 26px rgba(91,52,42,.08)}
#records-diaries .diary-card:before{content:"日\A记";white-space:pre;position:absolute;left:0;top:0;width:84px;height:100%;display:grid;place-items:center;color:#fff;font:600 18px/1.5 Georgia,"Songti SC",serif;letter-spacing:.16em;text-align:center;background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(108,28,38,.1))}
#records-diaries .diary-card small{color:var(--coral)}#records-diaries .diary-card h3{color:#6b2028;font:600 22px Georgia,"Songti SC",serif}#records-diaries .diary-card p{line-height:1.75;color:#5d4a45}.diary-meta{border-top:1px dashed rgba(119,67,54,.15);padding-top:10px}
#records-timeline .timeline{position:relative;padding-left:92px;display:grid;gap:15px}#records-timeline .timeline:before{content:"";position:absolute;left:48px;top:10px;bottom:10px;width:1px;background:rgba(218,82,93,.55)}#records-timeline .timeline article{position:relative;padding:22px 25px;border:1px solid var(--line);border-radius:18px;background:rgba(255,253,250,.9);box-shadow:0 9px 24px rgba(91,52,42,.06)}#records-timeline .timeline article i{position:absolute;left:-50px;top:27px;width:13px;height:13px;border:3px solid #fff;border-radius:50%;background:var(--coral);box-shadow:0 0 0 2px var(--coral)}#records-timeline .timeline article small{color:var(--coral)}#records-timeline .timeline article h3{font:600 21px Georgia,"Songti SC",serif;color:#63202a}
#records-complaints .stack{display:grid;gap:15px}#records-complaints .complaint-card{position:relative;overflow:hidden;padding:24px 86px 38px 25px;background:linear-gradient(165deg,#fffdfa 0 75%,#f8e6df 75%);border:1px solid rgba(111,62,51,.14)}#records-complaints .complaint-card:before{content:"✉";position:absolute;right:25px;top:22px;width:43px;height:43px;display:grid;place-items:center;border:1px solid rgba(214,91,90,.4);border-radius:50%;color:#b34e4e;font-size:20px}#records-complaints .complaint-card:after{content:"双方可见";position:absolute;right:22px;bottom:12px;color:var(--muted);font-size:10px}#records-complaints .complaint-card small{color:var(--coral)}#records-complaints .complaint-card p{font:16px/1.7 Georgia,"Songti SC",serif}
#page-wishes .wish-list{display:grid;gap:14px;counter-reset:wish}#page-wishes .wish-row{counter-increment:wish;position:relative;min-height:122px;padding:23px 72px 23px 92px;border-radius:18px;background:rgba(255,253,249,.92);border:1px solid rgba(112,62,51,.13);overflow:hidden}#page-wishes .wish-row:before{content:"★ " counter(wish,decimal-leading-zero);position:absolute;left:92px;top:17px;color:var(--coral);font-size:10px;letter-spacing:.08em}#page-wishes .wish-row:after{content:"☆";position:absolute;right:25px;top:38px;color:rgba(208,84,89,.55);font-size:27px}#page-wishes .wish-row .check{position:absolute;left:27px;top:44px;width:30px;height:30px;border:2px solid rgba(86,46,43,.4);border-radius:50%;background:#fff;color:var(--coral)}#page-wishes .wish-row>div{padding-left:22px;border-left:1px dashed rgba(108,62,52,.2)}#page-wishes .wish-row h3{margin:17px 0 5px;font:600 21px Georgia,"Songti SC",serif;color:#64202a}#page-wishes .wish-row p{margin:0;color:var(--muted)}
#records-footprints .footprint-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:0;padding:22px 12px;border:1px solid rgba(112,62,51,.15);border-radius:24px;background:rgba(255,253,249,.82);box-shadow:var(--shadow)}#records-footprints .footprint-stats article{position:relative;min-height:105px;padding:44px 8px 8px;text-align:center;border:0;border-right:1px solid var(--line);border-radius:0;background:none;box-shadow:none}#records-footprints .footprint-stats article:last-child{border-right:0}#records-footprints .footprint-stats article:before{position:absolute;left:50%;top:7px;transform:translateX(-50%);color:#b14d4c;font-size:25px}#records-footprints .footprint-stats article:nth-child(1):before{content:"◉"}#records-footprints .footprint-stats article:nth-child(2):before{content:"♨"}#records-footprints .footprint-stats article:nth-child(3):before{content:"⌖"}#records-footprints .footprint-stats article:nth-child(4):before{content:"ZA";font:600 12px Georgia;border:1px solid #c87270;border-radius:50%;width:31px;height:31px;display:grid;place-items:center}#records-footprints .footprint-stats span{display:none}#records-footprints .footprint-stats strong{margin:0;font-size:31px;color:#681f28}#records-footprints .footprint-stats p{margin:5px 0 0;white-space:nowrap;color:var(--muted)}#records-footprints .footprint-list{position:relative;padding-left:35px}#records-footprints .footprint-list:before{content:"";position:absolute;left:11px;top:18px;bottom:18px;width:1px;background:rgba(218,82,93,.35)}#records-footprints .footprint-row:before{content:"";position:absolute;left:-31px;top:28px;width:11px;height:11px;border:3px solid #fff;border-radius:50%;background:var(--coral);box-shadow:0 0 0 1px var(--coral)}#records-footprints .footprint-row{position:relative}
@media(max-width:620px){#records-diaries .diary-card{padding-left:80px;background:linear-gradient(90deg,#d96668 0 58px,#fffdfa 58px)}#records-diaries .diary-card:before{width:58px;font-size:14px}#records-timeline .timeline{padding-left:55px}#records-timeline .timeline:before{left:24px}#records-timeline .timeline article i{left:-38px}.footprint-stats p{font-size:8px!important}#page-wishes .wish-row{padding-left:73px}#page-wishes .wish-row:before{left:73px}#page-wishes .wish-row .check{left:20px}#records-footprints .footprint-stats strong{font-size:24px}}

/* Calendar states: the button is the hit target; only its inner span draws a true circle. */
.calendar-day,.calendar-day.today,.calendar-day.selected,.calendar-day.selected.today{display:grid!important;place-items:center!important;position:relative;width:44px!important;min-width:44px!important;height:48px!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;color:var(--ink)!important;box-shadow:none!important}
.calendar-day>span{display:grid!important;place-items:center!important;width:34px!important;min-width:34px!important;height:34px!important;min-height:34px!important;padding:0!important;margin:0!important;border:0;border-radius:50%!important;background:transparent!important;color:inherit!important;box-shadow:none!important;line-height:1!important}
.calendar-day.today:not(.selected)>span{color:var(--coral)!important;box-shadow:inset 0 0 0 1.5px rgba(223,89,101,.75)!important}
.calendar-day.selected>span{color:#fff!important;background:linear-gradient(135deg,#e87879,#d94c5a)!important;box-shadow:0 4px 10px rgba(204,66,80,.2)!important}
.calendar-day>i{left:50%!important;bottom:1px!important;width:5px!important;height:5px!important;transform:translateX(-50%)!important;background:var(--coral)!important}
.calendar-day.selected>i{background:var(--coral)!important}

/* 2.10.3 semantic parity fixes */
#records-diaries .diary-card:before{content:attr(data-spine);white-space:pre-line;font-size:13px;line-height:1.55;letter-spacing:0}
.wish-filters{display:grid;grid-template-columns:repeat(3,1fr);gap:4px;padding:4px;margin-bottom:16px;border-radius:15px;background:#eee7e2}.wish-filters button{height:39px;border:0;border-radius:12px;background:transparent;color:var(--muted);cursor:pointer}.wish-filters button.active{background:#fff;color:var(--ink);font-weight:700;box-shadow:0 3px 10px rgba(0,0,0,.05)}.wish-row[hidden]{display:none!important}
#records-complaints .complaint-card:after{content:none}#records-complaints .complaint-card:before{content:"";border:0;border-radius:0;background:#b34e4e;opacity:.78;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.7'%3E%3Crect x='3' y='5' width='18' height='14' rx='2'/%3E%3Cpath d='m3 7 9 6 9-6'/%3E%3C/svg%3E") center/contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.7'%3E%3Crect x='3' y='5' width='18' height='14' rx='2'/%3E%3Cpath d='m3 7 9 6 9-6'/%3E%3C/svg%3E") center/contain no-repeat}
#records-footprints .footprint-stats article:before,#records-footprints .footprint-row:after,.us-footprint-overview i:before{content:""!important;display:block;width:27px;height:27px;background:#b14d4c;-webkit-mask:var(--icon) center/contain no-repeat;mask:var(--icon) center/contain no-repeat}
#records-footprints .footprint-stats article:nth-child(1),#records-footprints .footprint-row[data-event-type="movie"],.us-footprint-overview article:nth-child(1){--icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.7'%3E%3Crect x='3' y='5' width='18' height='14' rx='2'/%3E%3Cpath d='M7 5v14M17 5v14M3 9h4M17 9h4M3 15h4M17 15h4'/%3E%3C/svg%3E")}
#records-footprints .footprint-stats article:nth-child(2),#records-footprints .footprint-row[data-event-type="dining"],.us-footprint-overview article:nth-child(2){--icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8'%3E%3Cpath d='M7 3v7M4 3v4c0 2 1.3 3 3 3s3-1 3-3V3M7 10v11M16 3v18M16 3c3 2 4 6 0 10'/%3E%3C/svg%3E")}
#records-footprints .footprint-stats article:nth-child(3),#records-footprints .footprint-row[data-event-type="meeting"],.us-footprint-overview article:nth-child(3){--icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8'%3E%3Cpath d='m4 11 17-8-8 17-2-7-7-2Z'/%3E%3C/svg%3E")}
#records-footprints .footprint-stats article:nth-child(4):before{content:"ZA"!important;display:grid;width:31px;height:31px;background:none;border:1px solid #c87270;border-radius:50%;-webkit-mask:none;mask:none;font:600 12px Georgia;color:#b14d4c}
#records-footprints .footprint-row[data-event-type="sex"]:after{content:"ZA"!important;display:grid;place-items:center;width:28px;height:28px;background:none;border:1px solid #c87270;border-radius:50%;-webkit-mask:none;mask:none;font:600 10px Georgia;color:#b14d4c}
#records-footprints .footprint-row:after{position:absolute;right:21px;top:21px}#records-footprints .footprint-row>div{padding-right:42px}
.us-footprint-overview i{font-size:0;width:30px;height:30px;display:grid;place-items:center}.us-footprint-overview article:nth-child(4) i:before{content:"ZA"!important;display:grid;place-items:center;width:29px;height:29px;background:none;border:1px solid #c87270;border-radius:50%;-webkit-mask:none;mask:none;font:600 10px Georgia;color:#b14d4c}
#page-us .us-story-card>.icon-button{position:absolute;z-index:5;right:18px;top:18px;width:42px;height:42px;font-size:17px;background:rgba(255,253,250,.88);box-shadow:0 8px 22px rgba(80,48,40,.12)}

/* 2.10.4 compact home viewport */
@media(max-width:1100px){#page-home{padding-top:22px}.home-welcome{margin-bottom:16px}.home-welcome h1{font-size:38px;margin-bottom:3px}.home-hero{min-height:350px!important;height:350px;background-image:none!important;background-color:#eadfd7}.home-hero-image{object-fit:cover!important;object-position:center 32%}.home-couple-chip{width:min(520px,68%);margin:-30px auto 18px;padding:13px 22px;font-size:17px;border-radius:23px}.home-couple-chip b{font-size:22px}.home-bento{gap:13px}.home-feature-card{min-height:158px;padding:23px 24px}.home-feature-card h3{font-size:22px;margin:10px 0 5px}.home-feature-card .card-label{font-size:11px}.status-card:after,.next-card:after{left:21px;top:18px;width:34px;height:34px}.status-edit-button{top:18px}.next-item-date{font-size:23px;padding-top:10px}.home-recent{margin-top:26px}.home-section-title{margin-bottom:12px}.home-section-title h2{font-size:25px}.home-diary{min-height:145px;padding:18px 20px}.home-photo-strip img{max-height:125px}}
@media(max-width:620px){#page-home{padding-top:13px}.home-welcome{margin-bottom:12px}.home-welcome h1{font-size:29px}.home-welcome p{font-size:12px}.home-hero{min-height:285px!important;height:285px;border-radius:21px}.home-hero-image{object-position:center 28%}.home-hero .hero-overlay{left:15px;bottom:15px}.home-couple-chip{width:76%;margin:-22px auto 14px;padding:9px 14px;font-size:14px}.home-couple-chip b{font-size:18px}.home-bento{grid-template-columns:1fr 1fr;gap:8px}.home-feature-card{min-height:138px;padding:17px 14px}.home-feature-card h3{font-size:17px;margin-top:9px}.home-feature-card p,.next-item-notes{font-size:10px!important}.home-feature-card .card-label{padding-left:34px;font-size:9px}.status-card:after,.next-card:after{left:12px;top:12px;width:27px;height:27px;font-size:14px}.status-edit-button{right:9px;top:10px;padding:5px 7px;font-size:9px}.next-countdown{font-size:9px}.next-item-date{font-size:18px;padding-top:7px}.home-recent{margin-top:22px}}

/* Center the relationship counter exactly like the iPhone home screen. */
.home-hero .hero-overlay{left:50%!important;right:auto!important;transform:translateX(-50%);width:max-content;max-width:calc(100% - 30px);justify-content:center;white-space:nowrap}
.home-my-status{max-width:260px;padding:9px 14px;border:1px solid rgba(223,89,101,.18);border-radius:999px;background:rgba(255,253,250,.84);color:var(--ink);text-align:right;cursor:pointer;box-shadow:0 7px 20px rgba(84,50,43,.06)}.home-my-status small,.home-my-status b{display:block}.home-my-status small{font-size:9px;color:var(--coral);letter-spacing:.08em}.home-my-status b{margin-top:2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px;color:#661f29}@media(max-width:620px){.home-my-status{max-width:145px;padding:7px 10px}.home-my-status small{font-size:8px}.home-my-status b{font-size:10px}}

/* 2.10.7 compact record and wish cards, matching iPhone density */
#records-diaries .masonry{gap:10px}#records-diaries .diary-card{min-height:105px;padding:16px 20px 14px 88px;background:linear-gradient(90deg,#d96668 0 66px,#fffdfa 66px);margin-bottom:0}#records-diaries .diary-card:before{width:66px;font-size:11px;line-height:1.45}#records-diaries .diary-card small{font-size:10px}#records-diaries .diary-card h3{font-size:17px;margin:7px 0 4px}#records-diaries .diary-card p{font-size:12px;line-height:1.45;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}#records-diaries .diary-meta{font-size:9px;padding-top:6px;margin-top:6px}
#records-timeline .timeline{max-width:720px;padding-left:70px;gap:9px}#records-timeline .timeline:before{left:35px}#records-timeline .timeline article{min-height:72px;padding:13px 17px}#records-timeline .timeline article i{left:-42px;top:20px;width:10px;height:10px;border-width:2px}#records-timeline .timeline article small{font-size:10px}#records-timeline .timeline article h3{font-size:17px;margin:7px 0 0}
#records-footprints .footprint-list{gap:9px}#records-footprints .footprint-row{padding:15px 18px}#records-footprints .footprint-row h3{font-size:18px;margin:7px 0}#records-footprints .footprint-row small{font-size:10px}#records-footprints .footprint-row:after{right:17px;top:16px;width:23px;height:23px}#records-footprints .footprint-row>div{padding-right:34px}.footprint-meta{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:4px}.footprint-meta p{min-width:0;margin:0!important;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px}.footprint-meta em{flex:0 0 auto;margin:0!important;font-size:10px!important}.private-metrics{margin-top:8px;gap:6px}.private-metrics span{padding:5px 8px;font-size:10px}
#page-wishes .wish-list{gap:10px}#page-wishes .wish-row{min-height:88px;padding:14px 55px 12px 72px}#page-wishes .wish-row:before{left:72px;top:12px;font-size:8px}#page-wishes .wish-row:after{right:20px;top:28px;font-size:21px}#page-wishes .wish-row .check{left:22px;top:30px;width:25px;height:25px}#page-wishes .wish-row>div{padding-left:15px}#page-wishes .wish-row h3{margin:13px 0 3px;font-size:17px}#page-wishes .wish-row p{font-size:11px}
@media(max-width:620px){#records-diaries .diary-card{min-height:92px;padding:12px 13px 11px 64px;background:linear-gradient(90deg,#d96668 0 50px,#fffdfa 50px)}#records-diaries .diary-card:before{width:50px;font-size:10px}#records-diaries .diary-card h3{font-size:15px}#records-diaries .diary-card p{font-size:10px}#records-timeline .timeline{padding-left:48px}#records-timeline .timeline:before{left:22px}#records-timeline .timeline article i{left:-34px}#page-wishes .wish-row{min-height:80px;padding-left:60px}#page-wishes .wish-row:before{left:60px}#page-wishes .wish-row .check{left:17px;top:27px}}

/* 2.10.8 visual alignment with the iPhone app */
#records-diaries .diary-card>p{font-size:16px;line-height:1.55;-webkit-line-clamp:2;color:#4f272a}#records-diaries .diary-card.expanded{height:auto;min-height:105px}#records-diaries .diary-card.expanded>p{display:block;overflow:visible}#records-diaries .diary-card>h3{display:none}
.home-hero .hero-overlay{display:grid;grid-template-columns:auto auto;align-items:baseline;column-gap:7px;row-gap:0;padding:0!important;border-radius:0!important;background:transparent!important;backdrop-filter:none!important;text-shadow:0 3px 14px rgba(30,18,15,.72)!important}.home-hero .hero-overlay span:first-child{grid-column:1/3;text-align:center;font-size:16px}.home-hero .hero-overlay strong{font-size:52px!important}.home-hero .hero-overlay span:last-child{font-size:16px;font-weight:650}
#page-us{max-width:900px}.us-story-card{padding:24px 24px 20px;border-radius:23px}.us-story-eyebrow{font-size:9px}.us-story-names{margin:10px 0 6px;font-size:16px}.us-story-card h2{font-size:25px}.us-story-main{gap:22px;margin:11px 0 5px}.us-story-main>strong{font-size:55px}.us-story-main>strong small{font-size:15px}.us-monogram{width:55px;height:55px;font-size:23px}.us-story-card>p{margin-top:7px;font-size:14px}.us-section-title{text-align:left;margin:22px 0 10px;font-size:21px}.us-section-title:before{display:none}.us-section-title:after{width:auto;margin:0 0 5px 10px;background:none;color:var(--coral);font:700 8px -apple-system,sans-serif;letter-spacing:.18em}.us-section-title:not(.us-footprint-title):after{content:"MEMORIES"}.us-footprint-title:after{content:"TOGETHER"}.us-collection-grid{gap:9px}.us-collection-card{gap:12px;min-height:78px;padding:12px 15px;border-radius:17px}.us-collection-card>i{width:39px;height:39px;flex-basis:39px;font-size:17px}.us-collection-card div{display:grid;grid-template-columns:1fr auto;column-gap:8px;width:100%}.us-collection-card span{font-size:14px}.us-collection-card strong{grid-row:1/3;grid-column:2;font-size:29px}.us-collection-card small{font-size:9px;margin-top:3px}.us-footprint-overview{grid-template-columns:repeat(4,1fr)!important;border-radius:17px}.us-footprint-overview article,.us-footprint-overview article:nth-child(-n+2){padding:11px 6px;border-bottom:0!important;border-right:1px solid var(--line)!important}.us-footprint-overview article:last-child{border-right:0!important}.us-footprint-overview i{width:24px;height:24px}.us-footprint-overview i:before{width:21px;height:21px}.us-footprint-overview span{font-size:10px}.us-footprint-overview strong{font-size:18px}.us-quote{margin-top:10px;padding:9px;border:0;background:none;font-size:12px}
@media(max-width:620px){#records-diaries .diary-card>p{font-size:14px}.home-hero .hero-overlay span:first-child{font-size:13px}.home-hero .hero-overlay strong{font-size:42px!important}.home-hero .hero-overlay span:last-child{font-size:13px}.us-story-card{padding:20px 12px 16px}.us-story-main{gap:12px}.us-monogram{width:46px;height:46px;font-size:19px}.us-story-main>strong{font-size:45px}.us-collection-card{padding:10px;min-height:70px}.us-collection-card small{display:none}.us-footprint-overview span{display:none}}

/* 2.10.9 compact five-column footprint summary */
#records-footprints .footprint-stats{grid-template-columns:repeat(5,minmax(0,1fr));padding:13px 8px;border-radius:20px}
#records-footprints .footprint-stats article{min-height:78px;padding:35px 5px 4px}
#records-footprints .footprint-stats article:before{top:3px;transform:translateX(-50%) scale(.82)}
#records-footprints .footprint-stats strong{font-size:25px}
#records-footprints .footprint-stats small{font-size:12px}
#records-footprints .footprint-stats .footprint-detail{display:flex;align-items:center;justify-content:center;padding:6px 9px;border-right:0}
#records-footprints .footprint-stats .footprint-detail:before{display:none}
#records-footprints .footprint-stats .footprint-detail p{margin:0;white-space:normal;text-align:center;font-size:13px;line-height:1.7;color:#7b5751}
@media(max-width:620px){#records-footprints .footprint-stats{padding:9px 4px}#records-footprints .footprint-stats article{min-height:66px;padding:31px 2px 2px}#records-footprints .footprint-stats strong{font-size:20px}#records-footprints .footprint-stats small{font-size:9px}#records-footprints .footprint-stats .footprint-detail{padding:4px}#records-footprints .footprint-stats .footprint-detail p{font-size:8px!important;line-height:1.55}}

/* 2.10.10 compact calendar: keep the selected day's items above the fold */
#page-calendar .calendar-card{padding:14px 18px 15px}
#page-calendar .calendar-head{margin-bottom:8px}
#page-calendar .calendar-grid{column-gap:7px;row-gap:2px}
#page-calendar .calendar-grid>small,#page-calendar .calendar-grid>span{height:27px}
#page-calendar .calendar-day,#page-calendar .calendar-day.today,#page-calendar .calendar-day.selected,#page-calendar .calendar-day.selected.today{width:38px!important;min-width:38px!important;height:38px!important}
#page-calendar .calendar-day>span{width:30px!important;min-width:30px!important;height:30px!important;min-height:30px!important}
#page-calendar .calendar-day>i{bottom:0!important;width:4px!important;height:4px!important}
#page-calendar #selected-date-title{margin:15px 0 10px}
#page-calendar #selected-date-items{gap:9px}
#page-calendar #selected-date-items .soft-empty{padding:20px 24px}
@media(max-width:620px){#page-calendar .calendar-card{padding:11px 9px 12px}#page-calendar .calendar-grid{column-gap:2px;row-gap:0}#page-calendar .calendar-day,#page-calendar .calendar-day.today,#page-calendar .calendar-day.selected,#page-calendar .calendar-day.selected.today{width:34px!important;min-width:34px!important;height:35px!important}#page-calendar .calendar-day>span{width:28px!important;min-width:28px!important;height:28px!important;min-height:28px!important}}

/* 2.10.11 diary entries always show their complete content */
#records-diaries .diary-card>p{display:block!important;-webkit-line-clamp:unset!important;-webkit-box-orient:initial!important;overflow:visible!important}

/* 2.10.12 four-column footprint summary with a closable ZA detail dialog */
#records-footprints .footprint-stats{grid-template-columns:repeat(4,minmax(0,1fr))}
#records-footprints .footprint-stats article:nth-child(4){border-right:0;cursor:pointer;transition:transform .18s ease,background .18s ease}
#records-footprints .footprint-stats article:nth-child(4):hover{transform:translateY(-2px);background:rgba(249,223,224,.38)}
.footprint-detail-dialog{width:min(390px,calc(100vw - 34px));overflow:visible;border:0;border-radius:25px;background:#fffaf6;color:#5f2229;box-shadow:0 28px 90px rgba(70,35,35,.28)}
.footprint-detail-dialog::backdrop{background:rgba(56,36,34,.36);backdrop-filter:blur(4px)}
.footprint-detail-dialog>div{position:relative;display:grid;grid-template-columns:1fr 1fr;gap:12px;padding:27px 25px 24px;text-align:center}
.footprint-detail-dialog button{position:absolute;right:13px;top:11px;width:34px;height:34px;padding:0;border:0;border-radius:50%;background:#f9dfe0;color:#a9434d;font-size:24px;line-height:1;cursor:pointer}
.footprint-detail-dialog small,.footprint-detail-dialog h3{grid-column:1/-1}
.footprint-detail-dialog small{color:var(--coral);font-weight:700;letter-spacing:.12em}
.footprint-detail-dialog h3{margin:0 0 7px;font:600 27px Georgia,"Songti SC",serif}
.footprint-detail-dialog section{padding:17px 8px;border:1px solid var(--line);border-radius:17px;background:#fff}
.footprint-detail-dialog section p{margin:0 0 7px;color:var(--muted);font-size:13px}
.footprint-detail-dialog section strong{font:500 36px Georgia,serif;color:#701f29}
.footprint-detail-dialog section i{margin-left:4px;font:normal 12px -apple-system,sans-serif;color:var(--muted)}

/* 2.10.14 desktop-only layout: use the wide canvas without changing mobile web. */
@media(min-width:1101px){
  .workspace{max-width:none;padding:0 clamp(42px,5vw,86px) 72px}
  .page:not(#page-home){width:100%;max-width:1240px;padding-top:42px}
  .section-heading{margin:18px 0 22px}
  .section-heading h2{font-size:34px}

  #page-home{width:100%;max-width:1180px;padding-top:42px}
  #page-home .home-welcome{margin-bottom:20px}
  #page-home .home-welcome h1{font-size:44px}
  #page-home .home-hero{height:470px;min-height:470px}
  #page-home .home-hero-image{object-fit:cover;object-position:center 34%}
  #page-home .home-couple-chip{max-width:620px;margin-bottom:24px}
  #page-home .home-feature-card{min-height:190px;padding:28px 30px}
  #page-home .home-recent{margin-top:32px}

  #page-records .tabs{padding:5px;gap:8px}
  #page-records .tab{min-width:105px;padding:10px 18px;text-align:center}
  #records-diaries .masonry{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
  #records-diaries .diary-card{height:auto;min-height:132px;margin:0}
  #records-diaries .diary-card>p{font-size:15px;line-height:1.55}
  #records-timeline .timeline{max-width:980px}
  #records-timeline .timeline article{min-height:86px;padding:17px 22px}
  #records-timeline .timeline article h3{font-size:19px}
  #records-photos .photo-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}
  #records-footprints .footprint-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:18px;row-gap:12px;padding-left:0}
  #records-footprints .footprint-list:before,#records-footprints .footprint-row:before{display:none}
  #records-complaints .stack{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start}

  #page-wishes{max-width:1180px}
  #page-wishes .wish-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
  #page-wishes .wish-filters{width:100%;margin:0 0 14px;padding:5px}
  #page-wishes .wish-filters button{height:42px}

  #page-us{max-width:1180px}
  #page-us .us-story-card{padding:30px 34px 26px}
  #page-us .us-story-main{margin:15px 0 7px}
  #page-us .us-collection-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:13px}
  #page-us .us-collection-card{min-height:96px;padding:15px 18px}
  #page-us .us-footprint-overview article{padding:16px 10px}

  #page-calendar .calendar-layout{grid-template-columns:minmax(620px,1.25fr) minmax(330px,.75fr);gap:24px}
  #page-calendar .calendar-card{padding:20px 26px 22px}
  #page-calendar .calendar-layout>div:last-child{align-self:stretch;padding:22px;border:1px solid var(--line);border-radius:22px;background:rgba(255,253,250,.72);box-shadow:var(--shadow)}
  #page-calendar #selected-date-title{margin:0 0 15px}
  #page-calendar #selected-date-items .calendar-item{min-height:92px}
}
.audit-definition{margin:0 0 16px;color:var(--muted);font-size:13px;line-height:1.6}
.audit-object{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}
.audit-object code{padding:3px 7px;border-radius:8px;background:var(--soft);color:var(--muted);font-size:11px}
/* 2.12.0 dated statuses, social footprints and irreversible wishes */
.selected-date-statuses{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.selected-date-statuses article,.selected-date-statuses>p{margin:0;padding:13px 15px;border-radius:15px;background:rgba(255,253,250,.88);border:1px solid var(--line)}.selected-date-statuses article{display:grid;gap:4px}.selected-date-statuses article span{color:var(--muted);font-size:13px}.footprint-corner-meta{display:flex;align-items:center;justify-content:flex-end;gap:8px;max-width:48%;color:var(--muted);font-size:12px}.footprint-corner-meta span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.footprint-photo-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;margin-top:12px;max-width:620px}.footprint-photo-grid img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:10px}.footprint-row h3 span{margin-left:8px;font:400 14px -apple-system,BlinkMacSystemFont,"PingFang SC",sans-serif;color:var(--muted)}#page-wishes .wish-row{display:flex;align-items:center;justify-content:space-between;padding:15px 18px;gap:15px}#page-wishes .wish-row:before,#page-wishes .wish-row:after{display:none}#page-wishes .wish-row>div{padding-left:0;border-left:0}#page-wishes .wish-row h3{margin:3px 0}.wish-publish-meta{font-size:10px!important}.wish-completed-mark{margin-left:auto;max-width:180px;text-align:right;color:var(--coral);font-size:11px;font-weight:700;line-height:1.5}.wish-toggle{margin-left:auto;border:0;background:transparent;color:var(--coral);font-size:11px;font-weight:700;cursor:pointer}.wish-toggle[data-completed="true"]{cursor:default}.record-tabs .tab{flex:1;text-align:center}
@media(max-width:620px){.selected-date-statuses{grid-template-columns:1fr}.footprint-corner-meta{max-width:55%;font-size:9px}.footprint-photo-grid{grid-template-columns:repeat(3,minmax(0,1fr))}#page-wishes .wish-row{min-height:82px;padding:12px}.wish-completed-mark{max-width:112px;font-size:9px}}
.calendar-status-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.calendar-status-list article,.calendar-status-list>p{margin:0;padding:13px 15px;border-radius:15px;background:rgba(255,253,250,.88);border:1px solid var(--line)}.calendar-status-list article{display:grid;gap:4px}.calendar-status-list article span{color:var(--muted);font-size:13px}.privacy-note{display:none}@media(max-width:620px){.calendar-status-list{grid-template-columns:1fr}}
.calendar-status-section{margin-bottom:22px}#selected-date-items .item-toggle{display:none}
.wish-completed-stamp{position:relative;flex:0 0 78px;width:78px;height:78px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;margin:0 clamp(18px,8vw,110px) 0 auto;border:2px solid rgba(231,87,91,.84);border-radius:50%;color:rgba(225,76,82,.9);transform:rotate(-5deg);font-family:Georgia,"Songti SC",serif;line-height:1;text-align:center;box-shadow:inset 0 0 0 3px rgba(255,253,250,.95),inset 0 0 0 4px rgba(231,87,91,.62)}.wish-completed-stamp:before,.wish-completed-stamp:after{content:"";position:absolute;width:4px;height:4px;border-radius:50%;background:currentColor;opacity:.55}.wish-completed-stamp:before{left:8px;top:25px}.wish-completed-stamp:after{right:10px;bottom:19px}.wish-completed-stamp strong{display:block;max-width:64px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:18px;font-weight:700}.wish-completed-stamp span{font-size:11px;font-weight:700;letter-spacing:.08em}@media(max-width:620px){.wish-completed-stamp{flex-basis:64px;width:64px;height:64px;margin-right:5px}.wish-completed-stamp strong{max-width:52px;font-size:15px}.wish-completed-stamp span{font-size:9px}}
.footprint-row>header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding-right:0!important}.footprint-row>header>small{color:var(--coral)}.footprint-corner-meta{display:flex;align-items:center;justify-content:flex-end;gap:8px;max-width:70%;margin:0!important;padding:0!important}.footprint-corner-meta:before{content:"";display:block;flex:0 0 14px;width:14px;height:14px;background:var(--muted);-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Cpath d='M20 10c0 5-8 12-8 12S4 15 4 10a8 8 0 1 1 16 0Z'/%3E%3Ccircle cx='12' cy='10' r='2.5'/%3E%3C/svg%3E") center/contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Cpath d='M20 10c0 5-8 12-8 12S4 15 4 10a8 8 0 1 1 16 0Z'/%3E%3Ccircle cx='12' cy='10' r='2.5'/%3E%3C/svg%3E") center/contain no-repeat}.footprint-corner-meta:empty:before{display:none}.footprint-corner-meta:after{content:"";position:static!important;flex:0 0 23px;width:23px!important;height:23px!important;background:#b14d4c;-webkit-mask:var(--icon) center/contain no-repeat;mask:var(--icon) center/contain no-repeat}.footprint-row:after{display:none!important}.footprint-row[data-event-type="sex"] .footprint-corner-meta:after{content:"ZA";display:grid;place-items:center;box-sizing:border-box;background:none;border:1px solid #c87270;border-radius:50%;-webkit-mask:none;mask:none;font:600 9px Georgia;color:#b14d4c}.footprint-copy h3{margin:11px 0 0}.wish-open-mark{margin-left:auto;color:var(--coral);font-size:11px;font-weight:700}.wish-row:not(.completed){cursor:pointer}

/* 2.12.11 keep footprint cards inside narrow mobile viewports */
#records-footprints,#records-footprints .footprint-list,#records-footprints .footprint-row,#records-footprints .footprint-row>header,#records-footprints .footprint-copy{min-width:0;max-width:100%}
#records-footprints .footprint-row{width:100%;overflow:hidden}
#records-footprints .footprint-row>header>small{min-width:0;overflow-wrap:anywhere}
#records-footprints .footprint-corner-meta{min-width:0}
#records-footprints .footprint-corner-meta span{min-width:0;max-width:100%}
#records-footprints .footprint-photo-grid{width:100%;min-width:0}
#records-footprints .footprint-photo-grid a{min-width:0;overflow:hidden}
@media(max-width:620px){
  #records-footprints .footprint-list{width:100%;padding-left:29px}
  #records-footprints .footprint-row{padding:15px 14px}
  #records-footprints .footprint-row>header{display:grid;grid-template-columns:minmax(0,1fr);gap:7px}
  #records-footprints .footprint-row>header>small{display:block;width:100%;line-height:1.5}
  #records-footprints .footprint-corner-meta{width:100%;max-width:100%;justify-content:flex-start;flex-wrap:wrap;gap:5px 7px;font-size:10px}
  #records-footprints .footprint-corner-meta span{white-space:normal;overflow:visible;text-overflow:clip;overflow-wrap:anywhere;line-height:1.45}
  #records-footprints .footprint-corner-meta:after{margin-left:auto}
  #records-footprints .footprint-copy h3{font-size:18px;line-height:1.45;overflow-wrap:anywhere}
  #records-footprints .footprint-copy h3 span{display:block;margin:5px 0 0;font-size:13px;line-height:1.55}
}

/* 2.12.14 render distant album groups only when they approach the viewport */
#records-photos .photo-day{content-visibility:auto;contain-intrinsic-size:420px}
#records-photos .album-photo[hidden],#records-photos .photo-day[hidden]{display:none!important}
.album-load-sentinel{min-height:58px;padding:18px;text-align:center;color:var(--muted);font-size:13px}
.album-load-sentinel[hidden]{display:none}

/* 2.12.12 distinguish diary authors by the date spine color */
#records-diaries .diary-card.diary-author-yang{background:linear-gradient(90deg,#5f86c6 0 84px,#fffdfa 84px)}
#records-diaries .diary-card.diary-author-yang:before{background:linear-gradient(180deg,rgba(255,255,255,.1),rgba(30,65,125,.18))}
@media(max-width:620px){
  #records-diaries .diary-card.diary-author-yang{background:linear-gradient(90deg,#5f86c6 0 50px,#fffdfa 50px)}
}

/* 2.12.13 match the complaint cards used by the iPhone app */
#records-complaints .complaint-card{display:flex;align-items:flex-start;gap:12px;min-width:0;min-height:110px;padding:16px;background:rgba(255,255,255,.86);border:1px solid rgba(107,32,40,.1);border-radius:18px;box-shadow:0 9px 22px rgba(0,0,0,.045)}
#records-complaints .complaint-card:before,#records-complaints .complaint-card:after{content:none;display:none}
#records-complaints .complaint-avatar{display:grid;place-items:center;flex:0 0 38px;width:38px;height:38px;border:1.5px solid rgba(239,105,116,.6);border-radius:50%;color:#6b2028;font:700 17px Georgia,"Songti SC",serif}
#records-complaints .complaint-copy{min-width:0;flex:1}
#records-complaints .complaint-copy small{display:block;color:var(--coral);font-size:11px;font-weight:500}
#records-complaints .complaint-copy p{margin:7px 0 0;color:var(--ink);font:15px/1.65 Georgia,"Songti SC",serif;overflow-wrap:anywhere}
#records-complaints .complaint-lines{display:block;flex:0 0 24px;width:24px;height:24px;margin-top:7px;background:rgba(239,105,116,.62);-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M3 5h18v2H3zm3 6h12v2H6zm-3 6h18v2H3z'/%3E%3C/svg%3E") center/contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M3 5h18v2H3zm3 6h12v2H6zm-3 6h18v2H3z'/%3E%3C/svg%3E") center/contain no-repeat}
@media(max-width:620px){
  #records-complaints .stack{grid-template-columns:1fr}
  #records-complaints .complaint-card{min-height:94px;padding:14px;gap:10px}
  #records-complaints .complaint-avatar{flex-basis:34px;width:34px;height:34px;font-size:15px}
  #records-complaints .complaint-copy p{font-size:14px;line-height:1.6}
  #records-complaints .complaint-lines{flex-basis:21px;width:21px;height:21px}
}
