:root{--ink:#26322d;--muted:#68756f;--paper:#fffdfa;--brand:#3f725d;--brand2:#dcebe3;--line:#dce3de;--danger:#a83e3e;--shadow:0 18px 50px rgba(30,55,44,.12)}*{box-sizing:border-box}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;color:var(--ink);background:linear-gradient(145deg,#eef5ef,#fbf4ea);min-height:100vh}a{color:var(--brand)}.shell{width:min(760px,calc(100% - 32px));margin:48px auto}.card{background:rgba(255,253,250,.96);border:1px solid rgba(255,255,255,.8);border-radius:24px;box-shadow:var(--shadow);overflow:hidden}.hero{padding:34px 38px 22px;border-bottom:1px solid var(--line)}.hero h1{margin:0 0 8px;font-family:Georgia,serif;font-size:clamp(30px,6vw,46px);font-weight:500}.hero p,.muted{color:var(--muted)}.content{padding:30px 38px 38px}.steps{display:flex;gap:8px;margin-top:22px}.step{height:5px;border-radius:9px;background:var(--line);flex:1}.step.on{background:var(--brand)}h2{margin:0 0 8px;font-size:22px}label{display:block;margin:18px 0 6px;font-weight:650}input,select{width:100%;padding:13px 14px;border:1px solid #cbd5cf;border-radius:10px;background:white;font:inherit;color:inherit}input:focus,select:focus{outline:3px solid #d6e9df;border-color:var(--brand)}.grid{display:grid;grid-template-columns:1fr 1fr;gap:0 18px}.actions{display:flex;justify-content:space-between;align-items:center;margin-top:28px;gap:12px}.button{border:0;border-radius:999px;background:var(--brand);color:white;padding:12px 22px;font:inherit;font-weight:700;cursor:pointer;text-decoration:none;display:inline-block}.button.secondary{background:var(--brand2);color:var(--ink)}.alert{padding:13px 15px;border-radius:10px;margin:0 0 18px;background:#fce7e7;color:#742a2a}.success{background:#e3f3e9;color:#245b3c}.checks{list-style:none;padding:0;margin:22px 0}.checks li{display:flex;justify-content:space-between;padding:11px 0;border-bottom:1px solid var(--line)}.ok{color:#28744d;font-weight:700}.bad{color:var(--danger);font-weight:700}.brand{display:flex;align-items:center;gap:12px;font-weight:800}.mark{display:grid;place-items:center;width:38px;height:38px;border-radius:12px;background:var(--brand);color:white}.topbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.stat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.stat{padding:20px;border:1px solid var(--line);border-radius:14px}.stat strong{display:block;font-size:28px}.footer{text-align:center;color:var(--muted);font-size:13px;margin:18px}@media(max-width:620px){.shell{margin:20px auto}.hero,.content{padding:25px 22px}.grid,.stat-grid{grid-template-columns:1fr}.actions{align-items:stretch;flex-direction:column-reverse}.button{width:100%;text-align:center}}
.site-head{height:72px;background:var(--paper);border-bottom:1px solid var(--line);display:flex;align-items:center;padding:0 max(20px,calc((100% - 1180px)/2));gap:24px;position:sticky;top:0;z-index:10}.site-head .brand{text-decoration:none;color:var(--ink);white-space:nowrap}.main-nav{display:flex;gap:4px;flex:1}.main-nav a,.user-menu a{padding:9px 11px;border-radius:9px;text-decoration:none;color:var(--muted);font-size:14px}.main-nav a:hover,.main-nav a.active{background:var(--brand2);color:var(--ink)}.user-menu{display:flex;align-items:center}.nav-toggle{display:none}.app-shell{width:min(1180px,calc(100% - 32px));margin:34px auto}.page-title{display:flex;justify-content:space-between;align-items:center;margin-bottom:22px}.page-title h1{font:500 clamp(30px,5vw,44px) Georgia,serif;margin:0}.panel{background:var(--paper);border:1px solid var(--line);border-radius:18px;padding:24px;box-shadow:0 8px 26px rgba(30,55,44,.06);margin-bottom:20px}.panel h2{font-size:20px}.toolbar{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:18px}.table-wrap{overflow-x:auto}table{width:100%;border-collapse:collapse}th,td{text-align:left;padding:13px 10px;border-bottom:1px solid var(--line);vertical-align:top}th{font-size:12px;text-transform:uppercase;letter-spacing:.05em;color:var(--muted)}textarea{width:100%;min-height:110px;padding:13px 14px;border:1px solid #cbd5cf;border-radius:10px;font:inherit;resize:vertical}.button.small{padding:8px 13px;font-size:13px}.button.danger{background:#a83e3e}.inline{display:inline}.empty{text-align:center;color:var(--muted);padding:35px}.badge{display:inline-block;padding:4px 9px;border-radius:999px;background:var(--brand2);font-size:12px}.cards{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.item-card{background:var(--paper);border:1px solid var(--line);border-radius:16px;padding:20px}.item-card h3{margin:0 0 7px}.meta{font-size:13px;color:var(--muted);margin-bottom:12px}.chat-feed{max-height:500px;overflow:auto}.message{padding:12px 0;border-bottom:1px solid var(--line)}.message p{margin:4px 0;white-space:pre-wrap}.app-footer{text-align:center;color:var(--muted);font-size:13px;padding:12px 0 30px}.form-actions{display:flex;gap:10px;margin-top:20px}.quick-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.quick{background:var(--paper);border:1px solid var(--line);border-radius:16px;padding:20px;text-decoration:none;color:var(--ink)}.quick:hover{border-color:var(--brand)}.quick strong{display:block;margin-bottom:5px}@media(max-width:900px){.site-head{height:auto;min-height:68px;flex-wrap:wrap;padding:14px 18px}.nav-toggle{display:block;margin-left:auto;border:1px solid var(--line);background:white;border-radius:8px;padding:7px 10px}.main-nav{display:none;order:3;width:100%;flex-direction:column}.main-nav.open{display:flex}.user-menu{display:none}.cards,.quick-grid{grid-template-columns:1fr 1fr}}@media(max-width:620px){.cards,.quick-grid{grid-template-columns:1fr}.app-shell{margin:22px auto}.panel{padding:18px}.form-actions{flex-direction:column}.form-actions .button{width:100%}}
.eyebrow{margin:0 0 5px;text-transform:uppercase;letter-spacing:.12em;font-size:12px;font-weight:800;color:#9a745e}.mobile-tabs{display:none}.dashboard-hero{background:#315c4a;color:#fffaf2;border-radius:24px;padding:30px;display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;overflow:hidden;position:relative}.dashboard-hero:after{content:"";position:absolute;width:240px;height:240px;border:55px solid rgba(255,255,255,.06);border-radius:50%;right:-75px;top:-100px}.dashboard-hero h2{font:500 clamp(27px,4vw,40px) Georgia,serif;margin:0 0 7px}.dashboard-hero p{margin:0;color:#dbe8e1}.concept-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:20px}.concept-card{background:#fffdf8;border:1px solid #e8ded1;border-radius:20px;padding:22px;box-shadow:0 8px 25px rgba(66,48,35,.055);margin-bottom:20px}.concept-card h2{font-size:13px;text-transform:uppercase;letter-spacing:.12em;color:#8f6954;margin:0 0 18px}.person-row{display:grid;grid-template-columns:44px 1fr auto;align-items:center;gap:12px;padding:11px 0;border-bottom:1px solid #eee6dc}.person-row:last-child{border:0}.avatar{width:42px;height:42px;border-radius:14px;display:grid;place-items:center;color:white;font-weight:800}.person-row strong{display:block}.status-home{font-size:12px;padding:5px 9px;border-radius:999px;background:#e2efe7;color:#315c4a;white-space:nowrap}.status-away{background:#f8e8dc;color:#935b3d}.dinner-title{font:500 28px Georgia,serif;margin:2px 0 8px}.rsvp-strip{display:flex;gap:8px;flex-wrap:wrap;margin:15px 0}.rsvp-face{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;color:white;font-size:12px;font-weight:800;border:3px solid #fff;box-shadow:0 0 0 1px var(--line)}.rsvp-form{display:flex;gap:8px;align-items:end}.rsvp-form label{margin:0;flex:1}.rsvp-form select{padding:9px}.timeline-item{display:grid;grid-template-columns:60px 1fr;gap:12px;padding:10px 0;border-bottom:1px solid #eee6dc}.timeline-item time{color:#9a745e;font-weight:700;font-size:13px}.notice-mini{padding:12px 0;border-bottom:1px solid #eee6dc}.notice-mini:last-child{border:0}.notice-mini p{margin:4px 0}.bin-banner{display:flex;gap:15px;align-items:center;background:#e9f0e9;border-radius:14px;padding:15px}.bin-icon{font-size:28px}.install-tip{font-size:13px;background:#fbefce;border-radius:12px;padding:12px;margin-top:12px}@media(max-width:900px){.concept-grid{grid-template-columns:1fr}.dashboard-hero{padding:24px}.mobile-tabs{display:flex;position:fixed;bottom:0;left:0;right:0;z-index:20;background:rgba(255,253,248,.96);backdrop-filter:blur(14px);border-top:1px solid var(--line);padding:7px 8px calc(7px + env(safe-area-inset-bottom));justify-content:space-around}.mobile-tabs a{display:flex;flex-direction:column;align-items:center;gap:2px;text-decoration:none;color:var(--muted);font-size:10px;min-width:56px}.mobile-tabs a span{font-size:22px;line-height:22px}.mobile-tabs a.active{color:var(--brand);font-weight:800}.app-footer{padding-bottom:90px}.site-head .nav-toggle{display:block}.person-row{grid-template-columns:42px 1fr}.person-row>span:last-child{grid-column:2}.rsvp-form{align-items:stretch;flex-direction:column}.main-nav.open{padding-bottom:6px}}
.calendar-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.calendar-head h2{margin:0}.month-grid{display:grid;grid-template-columns:repeat(7,1fr);border-left:1px solid var(--line);border-top:1px solid var(--line)}.weekday{text-align:center;padding:8px;color:var(--muted);font-size:12px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.day-cell{min-height:105px;padding:7px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:white}.day-cell.today{background:#edf5ef}.day-cell.blank{background:#f8f5ef}.cal-event{display:block;margin-top:5px;padding:4px 5px;border-left:3px solid var(--brand);background:#f4f0e9;border-radius:4px;font-size:10px;overflow:hidden}@media(max-width:700px){.month-grid{min-width:700px}.calendar-head+.month-grid{overflow:visible}.panel:has(.month-grid){overflow-x:auto}.day-cell{min-height:90px}}
/* 2.2 concept theme */
.concept-theme{--purple:#7144d1;--purple-dark:#43227d;--nav:#101d29;--surface:#fff;--app-bg:#f5f7fb;--concept-line:#dce1eb;background:var(--app-bg);color:#101827;font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif}.side-rail{position:fixed;inset:0 auto 0 0;width:190px;background:linear-gradient(155deg,#101c28,#0b1722);color:white;padding:22px 14px;display:flex;flex-direction:column;z-index:40}.side-brand{display:flex;gap:10px;align-items:center;color:white;text-decoration:none;font-size:16px;font-weight:800;padding:8px 10px 24px;white-space:nowrap}.side-brand span{font-size:25px}.side-rail nav{display:flex;flex-direction:column;gap:4px}.side-rail nav a,.side-account>a{display:flex;align-items:center;gap:11px;color:#f3f5f8;text-decoration:none;padding:11px 13px;border-radius:6px;font-size:13px}.side-rail nav a i{font-style:normal;font-size:18px;width:20px;text-align:center}.side-rail nav a.active{background:linear-gradient(100deg,#6335c7,#8558e2)}.side-account{margin-top:auto;border-top:1px solid rgba(255,255,255,.1);padding-top:9px}.side-account>a:first-child{border-bottom:1px solid rgba(255,255,255,.1);margin-bottom:6px}.side-account small{display:block;color:#bac3cc;margin-top:2px}.mini-avatar{width:31px;height:31px;display:grid;place-items:center;border-radius:50%;background:#d2a37b;color:#17212b;font-weight:800;font-size:12px}.concept-top{position:fixed;top:0;left:190px;right:0;height:60px;background:#fff;border-bottom:1px solid var(--concept-line);display:flex;align-items:center;padding:0 30px;z-index:30}.top-actions{margin-left:auto;display:flex;align-items:center;gap:14px}.top-actions a{text-decoration:none}.mobile-menu,.mobile-name{display:none}.concept-main{margin-left:190px;padding:78px 28px 38px;max-width:1160px}.concept-page-title{margin-bottom:15px}.concept-page-title h1{font-size:20px;margin:0;font-weight:650}.concept-theme .panel,.concept-theme .item-card,.concept-theme .concept-card{background:#fff;border:1px solid var(--concept-line);border-radius:8px;box-shadow:0 2px 6px rgba(31,45,68,.05)}.concept-theme .panel{padding:16px}.concept-theme .concept-card{padding:16px;margin-bottom:0}.concept-theme .concept-card h2{font-size:14px;color:#111827;letter-spacing:0;text-transform:none;border-bottom:1px solid var(--concept-line);padding-bottom:10px;margin-bottom:5px}.concept-theme .button{background:linear-gradient(100deg,#6236c9,#8050d7);border-radius:4px}.concept-theme .button.secondary{background:#fff;color:#4e29a3;border:1px solid #8f6cdf}.concept-theme input,.concept-theme select,.concept-theme textarea{border-radius:4px}.concept-theme .person-row{grid-template-columns:38px 75px 1fr auto;border-color:#e6e9ef;padding:8px 3px;gap:9px}.concept-theme .avatar{width:34px;height:34px;border-radius:50%}.concept-theme .person-row strong{font-size:13px}.person-activity{font-size:13px}.activity-pill{display:inline-block;background:#eeeafd;color:#4e28b1;border-radius:999px;padding:3px 10px;font-size:11px;margin-left:10px}.concept-theme .status-home{background:transparent;padding:0;color:#159447}.concept-theme .status-away{color:#e02b4d}.concept-dashboard{display:grid;grid-template-columns:1.8fr 1fr;gap:20px}.concept-lower{display:grid;grid-template-columns:1fr 1.25fr 1.25fr;gap:20px;margin-top:16px}.concept-theme .dinner-title{font:700 20px Inter,sans-serif}.concept-theme .rsvp-strip{display:block;margin:7px 0}.dinner-person{display:flex;justify-content:space-between;border-bottom:1px solid #e8ebf0;padding:5px 0;font-size:12px}.response-tag{padding:2px 10px;border-radius:999px;background:#e1f6e8;color:#159447}.response-tag.no{background:#fee5e5;color:#e52a39}.response-tag.maybe{background:#fff1d4;color:#9a6800}.concept-theme .timeline-item{grid-template-columns:70px 1fr;padding:7px 0}.concept-theme .notice-mini{padding:7px 0}.concept-theme .notice-mini p{font-size:13px}.bin-options{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:12px 0}.bin-chip{padding:12px;color:white;border-radius:6px;background:linear-gradient(120deg,#209544,#42b65b)}.bin-chip.brown{background:linear-gradient(120deg,#765039,#a1775d)}.bin-chip small{display:block}.mobile-summary{display:none}.install-tip{background:#eee8fd;color:#3e2678}.concept-theme .month-grid{border-color:#dce1eb}.concept-theme .day-cell.blank{background:#f8f9fc}.concept-theme .day-cell.today{background:#f1edff}.concept-theme .cal-event{background:#f0ecfc;border-color:#7144d1}.concept-theme .badge{background:#eeeafd;color:#4e28b1}
@media(max-width:780px){.side-rail{transform:translateX(-100%);transition:.2s;width:245px}.side-rail.open{transform:translateX(0)}.concept-top{left:0;height:66px;background:linear-gradient(105deg,#35206d,#523094);color:white;justify-content:space-between;padding:0 17px}.mobile-menu,.mobile-name{display:block}.mobile-menu{background:none;border:0;color:white;font-size:22px}.mobile-name{font-size:14px}.desktop-greeting,.top-actions a{display:none}.top-actions{margin:0}.concept-main{margin-left:0;padding:82px 12px 95px;max-width:none}.concept-page-title h1{font-size:15px;font-weight:500}.concept-dashboard,.concept-lower{grid-template-columns:1fr;gap:10px;margin-top:10px}.concept-lower section:nth-child(2),.concept-lower section:nth-child(3){display:none}.concept-theme .concept-card{padding:12px}.concept-theme .person-row{grid-template-columns:26px 55px 1fr auto;padding:5px 0;gap:5px}.concept-theme .avatar{width:24px;height:24px;font-size:8px}.concept-theme .person-row strong,.person-activity,.concept-theme .status-home{font-size:10px}.activity-pill{display:none}.concept-theme .concept-card h2{font-size:13px}.desktop-only{display:none}.mobile-summary{display:block}.mobile-tabs{background:linear-gradient(100deg,#43237e,#2e155e);border:0}.mobile-tabs a{color:#ddd2f3}.mobile-tabs a.active{color:#fff}.mobile-tabs a span{font-size:19px}.concept-theme .dinner-title{font-size:17px}.concept-theme .rsvp-strip,.concept-theme .rsvp-form{display:none}.concept-theme .month-grid{min-width:700px}}
.install-body .button{background:linear-gradient(100deg,#6236c9,#8050d7)}.install-body .step.on{background:#7144d1}.install-body .mark{background:#5a35a5}.install-body{background:#f5f7fb}
.nav-badge{margin-left:auto;background:#7545d4;color:white;min-width:19px;height:19px;border-radius:999px;display:inline-grid;place-items:center;font-size:10px;padding:0 5px}.utility-link{position:relative;color:#101827;text-decoration:none;font-size:24px}.utility-link .nav-badge{position:absolute;right:-8px;top:-5px;background:#e44661}.tab-badge{position:absolute;margin:0 0 0 -4px;background:#e44661;color:#fff;border-radius:99px;padding:1px 4px;font-size:8px}.search-form{display:flex;gap:8px}.search-form input{flex:1}.result-group{margin-bottom:20px}.result-link{display:block;padding:12px;border-bottom:1px solid var(--concept-line);text-decoration:none;color:inherit}.result-link:hover{background:#f7f4ff}.notification{display:flex;gap:12px;align-items:start;padding:14px;border-bottom:1px solid var(--concept-line)}.notification.unread{background:#f4f0ff}.notification-icon{width:34px;height:34px;border-radius:50%;background:#eae2fc;display:grid;place-items:center}.notification p{margin:0 0 4px}.meal-photo{width:110px;height:70px;object-fit:cover;border-radius:7px;float:right;margin-left:12px}@media(max-width:780px){.utility-link{color:#fff}.top-actions{display:flex;gap:13px}.top-actions .utility-link{display:block}.search-form{flex-direction:column}.meal-photo{width:72px;height:55px}}
:root{--accent:#7144d1}.side-rail nav a.active,.concept-theme .button:not(.danger){background:var(--accent)}.settings-layout{display:grid;grid-template-columns:210px 1fr;gap:18px}.settings-nav{display:flex;flex-direction:column;background:#fff;border:1px solid var(--concept-line);border-radius:8px;padding:8px;height:max-content}.settings-nav a{padding:12px 13px;text-decoration:none;color:#475065;border-radius:5px}.settings-nav a.active{background:#eee8fd;color:var(--accent);font-weight:700}.settings-panel{max-width:720px}.switch-row{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:14px 0;border-bottom:1px solid var(--concept-line);margin:0}.switch-row span{display:block}.switch-row small{display:block;color:var(--muted);font-weight:400;margin-top:4px}.switch-row input{width:22px}.app-preview{display:flex;align-items:center;gap:14px;background:#f5f3fb;border:1px solid var(--concept-line);padding:15px;border-radius:8px;margin-top:16px}.app-preview img{width:54px;height:54px}.app-preview small{display:block;color:var(--muted)}.security-list{list-style:none;padding:0}.security-list li{display:flex;justify-content:space-between;padding:14px 0;border-bottom:1px solid var(--concept-line)}.security-list .good{color:#159447}.security-list .warn{color:#bd6234}.more-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.more-link{background:#fff;border:1px solid var(--concept-line);border-radius:8px;padding:16px;text-decoration:none;color:inherit;display:flex;gap:12px;align-items:center}.more-link i{font-style:normal;font-size:24px;color:var(--accent)}.roomy .concept-card{padding:24px}.roomy .person-row{padding-top:13px;padding-bottom:13px}.roomy .concept-dashboard,.roomy .concept-lower{gap:26px}@media(max-width:780px){.settings-layout{grid-template-columns:1fr}.settings-nav{flex-direction:row;overflow-x:auto}.settings-nav a{white-space:nowrap}.more-grid{grid-template-columns:1fr}.concept-top{background:var(--accent)}.mobile-tabs{background:var(--accent)}}

/* Family Hub 3.1 patch */
.permission-editor{margin:20px 0;padding:16px;border:1px solid var(--concept-line);border-radius:10px;background:rgba(245,247,255,.72)}
.permission-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:8px 14px;margin:10px 0 18px}.permission-grid label{display:flex;align-items:center;gap:8px;margin:0}.permission-grid input{width:auto}
.chat-scroll{scroll-behavior:smooth;overflow-y:auto;overscroll-behavior:contain;min-height:260px}
@media(max-width:780px){.concept-top{height:calc(66px + env(safe-area-inset-top));padding-top:env(safe-area-inset-top)}.concept-main{padding-top:calc(82px + env(safe-area-inset-top))}.mobile-menu{align-self:flex-end;margin-bottom:11px;min-width:44px;min-height:44px}.side-rail{padding-top:calc(22px + env(safe-area-inset-top))}.month-grid{min-width:0!important;width:100%;grid-template-columns:repeat(7,minmax(0,1fr))}.weekday{padding:6px 1px;font-size:9px;overflow:hidden}.day-cell{min-width:0;min-height:68px;padding:3px;font-size:10px}.cal-event{font-size:8px;padding:2px 3px;white-space:nowrap;text-overflow:ellipsis}.panel:has(.month-grid){overflow:hidden!important;padding-left:6px;padding-right:6px}.chat-feed.chat-scroll{height:calc(100dvh - 365px);min-height:280px;max-height:none;overflow-y:auto;-webkit-overflow-scrolling:touch}.chat-feed .message{overflow-wrap:anywhere;word-break:break-word}}


/* Family Hub 3.1.2 — Glass refinement */
:root{
  --fh-glass-border:rgba(255,255,255,.42);
  --fh-glass-border-soft:rgba(255,255,255,.22);
  --fh-glass-shadow:0 16px 42px rgba(7,12,45,.22);
  --fh-glass-inner:inset 0 1px 0 rgba(255,255,255,.55);
}

/* Main content glass */
.concept-card,
.panel,
.item-card,
.task-card,
.permission-editor{
  background:
    linear-gradient(145deg,rgba(255,255,255,.34),rgba(226,235,255,.18)) !important;
  border:1px solid var(--fh-glass-border) !important;
  box-shadow:var(--fh-glass-shadow),var(--fh-glass-inner) !important;
  backdrop-filter:blur(28px) saturate(155%) !important;
  -webkit-backdrop-filter:blur(28px) saturate(155%) !important;
}

/* Softer translucent card headings */
.concept-card>h2,
.panel>h2,
.card-head,
.section-head{
  background:
    linear-gradient(90deg,rgba(73,59,170,.42),rgba(57,171,212,.30)) !important;
  border-bottom:1px solid rgba(255,255,255,.28) !important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.28) !important;
}

/* Avoid flat opaque body tones */
.concept-card,
.panel,
.item-card,
.task-card{
  color:#101a3b;
}

/* Rows become subtly translucent */
.person-row,
.dashboard-task,
.timeline-item,
.notice-mini,
.dinner-person{
  border-color:rgba(255,255,255,.32) !important;
}
.person-row:hover,
.dashboard-task:hover,
.timeline-item:hover,
.notice-mini:hover{
  background:rgba(255,255,255,.08);
}

/* Smoked glass desktop rail/sidebar */
.side-rail{
  background:
    linear-gradient(180deg,rgba(5,17,42,.78),rgba(5,14,34,.62)) !important;
  border-right:1px solid rgba(255,255,255,.12);
  box-shadow:10px 0 30px rgba(0,0,0,.16);
  backdrop-filter:blur(24px) saturate(135%);
  -webkit-backdrop-filter:blur(24px) saturate(135%);
}
.side-rail .nav-link,
.side-rail a{
  background:transparent;
}
.side-rail .nav-link.active,
.side-rail a.active{
  background:
    linear-gradient(135deg,rgba(128,70,240,.58),rgba(102,75,211,.42)) !important;
  border:1px solid rgba(255,255,255,.18);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.16),0 8px 18px rgba(0,0,0,.14);
}

/* Top bar becomes glass instead of a flat strip */
.concept-top{
  background:
    linear-gradient(90deg,rgba(15,77,126,.62),rgba(87,55,177,.56),rgba(66,125,207,.48)) !important;
  border-bottom:1px solid rgba(255,255,255,.18);
  box-shadow:0 8px 25px rgba(5,8,35,.14);
  backdrop-filter:blur(22px) saturate(145%);
  -webkit-backdrop-filter:blur(22px) saturate(145%);
}

/* Give buttons a glass/raised feel */
.button,
button.button{
  box-shadow:
    0 8px 18px rgba(38,23,111,.20),
    inset 0 1px 0 rgba(255,255,255,.36);
}

/* Slightly rounder, more glass-like silhouette */
.concept-card,
.panel,
.item-card,
.task-card{
  border-radius:16px !important;
}

/* Mobile: retain transparency without overloading Safari */
@media(max-width:780px){
  .concept-card,
  .panel,
  .item-card,
  .task-card,
  .permission-editor{
    background:
      linear-gradient(145deg,rgba(255,255,255,.39),rgba(226,235,255,.22)) !important;
    backdrop-filter:blur(20px) saturate(145%) !important;
    -webkit-backdrop-filter:blur(20px) saturate(145%) !important;
    box-shadow:0 12px 30px rgba(7,12,45,.18),inset 0 1px 0 rgba(255,255,255,.48) !important;
  }
  .side-rail{
    background:linear-gradient(180deg,rgba(5,17,42,.88),rgba(5,14,34,.76)) !important;
  }
}


/* ============================================================
   FAMILY HUB 3.2 — FINAL AERO / WHITE CARD THEME
   - Solid white card bodies
   - Transparent frosted Windows 7-style title bars
   - Reduced halo/glow
   - Sidebar deliberately unchanged
   ============================================================ */

:root{
  --fh-card-white:#ffffff;
  --fh-card-text:#14243a;
  --fh-aero-edge:rgba(218,236,252,.72);
  --fh-aero-inner:rgba(255,255,255,.58);
  --fh-aero-shadow:0 9px 22px rgba(2,13,38,.22);
}

/* Card BODY remains solid white */
.aurora-theme .concept-card,
.aurora-theme .panel,
.aurora-theme .item-card,
.aurora-theme .task-card,
.aurora-theme .permission-editor{
  position:relative;
  overflow:hidden;
  background:#fff !important;
  color:var(--fh-card-text) !important;
  border:1px solid rgba(126,164,200,.42) !important;
  border-radius:12px !important;
  box-shadow:
    var(--fh-aero-shadow),
    inset 0 1px 0 rgba(255,255,255,.60) !important;
  backdrop-filter:none !important;
  -webkit-backdrop-filter:none !important;
}

/* Disable the old large body sheen / wash */
.aurora-theme .concept-card:before,
.aurora-theme .panel:before,
.aurora-theme .item-card:before,
.aurora-theme .task-card:before{
  display:none !important;
}

/* FROSTED / TRANSPARENT AERO TITLE BARS.
   These deliberately let the aurora show through. */
.aurora-theme .concept-card>h2,
.aurora-theme .panel>h2,
.aurora-theme .card-head,
.aurora-theme .section-head{
  position:relative;
  z-index:2;
  margin-left:-1px;
  margin-right:-1px;
  color:#fff !important;
  background:
    linear-gradient(180deg,
      rgba(255,255,255,.26) 0%,
      rgba(215,235,255,.16) 48%,
      rgba(63,108,157,.18) 51%,
      rgba(255,255,255,.09) 100%) !important;
  border-top:1px solid rgba(255,255,255,.45) !important;
  border-bottom:1px solid rgba(212,233,250,.34) !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.36),
    inset 0 -1px 0 rgba(255,255,255,.10),
    0 1px 2px rgba(0,15,42,.10) !important;
  backdrop-filter:blur(15px) saturate(145%) brightness(1.05) !important;
  -webkit-backdrop-filter:blur(15px) saturate(145%) brightness(1.05) !important;
  text-shadow:0 1px 2px rgba(0,21,55,.58);
}

/* Slight glossy highlight at top of title bar, kept subtle */
.aurora-theme .concept-card>h2:after,
.aurora-theme .panel>h2:after,
.aurora-theme .card-head:after,
.aurora-theme .section-head:after{
  content:"";
  position:absolute;
  pointer-events:none;
  left:1px;right:1px;top:1px;
  height:44%;
  border-radius:10px 10px 50% 50%;
  background:linear-gradient(180deg,rgba(255,255,255,.22),rgba(255,255,255,0));
}

/* Keep all body content above solid white body and readable */
.aurora-theme .concept-card>*:not(h2),
.aurora-theme .panel>*:not(h2),
.aurora-theme .item-card>*,
.aurora-theme .task-card>*{
  position:relative;
  z-index:1;
}

/* Softer frame edge than the previous glowing version */
.aurora-theme .concept-card,
.aurora-theme .panel,
.aurora-theme .item-card,
.aurora-theme .task-card{
  outline:1px solid rgba(255,255,255,.11);
  outline-offset:0;
}

/* Body links */
.aurora-theme .concept-card a:not(.button),
.aurora-theme .panel a:not(.button),
.aurora-theme .item-card a:not(.button){
  color:#244cc7;
}

/* Buttons stay purple, with only a restrained Aero highlight */
.aurora-theme .button,
.aurora-theme button.button{
  background:linear-gradient(180deg,#8955e9,#5d27ca) !important;
  color:#fff !important;
  border:1px solid rgba(104,58,185,.82) !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.34),
    0 3px 8px rgba(49,24,108,.22) !important;
  text-shadow:0 1px 1px rgba(30,10,75,.42);
}

/* Existing sidebar intentionally preserved */
.aurora-theme .side-rail{
  backdrop-filter:none !important;
  -webkit-backdrop-filter:none !important;
}

/* Header/top toolbar gets only a very mild dark glass effect */
.aurora-theme .concept-top{
  background:rgba(4,22,52,.58) !important;
  border-bottom:1px solid rgba(255,255,255,.10) !important;
  box-shadow:0 5px 14px rgba(0,8,30,.12) !important;
  backdrop-filter:blur(10px) saturate(120%) !important;
  -webkit-backdrop-filter:blur(10px) saturate(120%) !important;
}

/* Natural heights for empty cards */
.concept-dashboard,
.dashboard-middle,
.concept-lower{
  align-items:start;
}

/* Mobile keeps white body and cheaper title blur */
@media(max-width:780px){
  .aurora-theme .concept-card,
  .aurora-theme .panel,
  .aurora-theme .item-card,
  .aurora-theme .task-card,
  .aurora-theme .permission-editor{
    background:#fff !important;
  }
  .aurora-theme .concept-card>h2,
  .aurora-theme .panel>h2,
  .aurora-theme .card-head,
  .aurora-theme .section-head{
    backdrop-filter:blur(11px) saturate(135%) !important;
    -webkit-backdrop-filter:blur(11px) saturate(135%) !important;
  }
}


/* ============================================================
   FAMILY HUB 3.2.1 — EXACT CONCEPT CORRECTION
   Transparent/frosted title bar over aurora + solid white body.
   ============================================================ */

/* The outer card itself must be transparent so the header can see the aurora. */
.aurora-theme .concept-card,
.aurora-theme .panel,
.aurora-theme .item-card,
.aurora-theme .task-card{
  position:relative !important;
  overflow:hidden !important;
  background:transparent !important;
  border:1px solid rgba(180,210,235,.38) !important;
  border-radius:12px !important;
  box-shadow:
    0 8px 20px rgba(0,10,30,.20),
    inset 0 1px 0 rgba(255,255,255,.24) !important;
  outline:none !important;
  color:#14243a !important;
}

/* Create the solid white body as a separate layer that starts BELOW the header.
   The first ~42px stays transparent for the glass title bar. */
.aurora-theme .concept-card::after,
.aurora-theme .panel::after,
.aurora-theme .item-card::after,
.aurora-theme .task-card::after{
  content:"";
  position:absolute;
  z-index:0;
  left:0;
  right:0;
  top:42px;
  bottom:0;
  background:#fff;
  pointer-events:none;
}

/* Header: actual transparent Aero glass showing the aurora behind it. */
.aurora-theme .concept-card>h2,
.aurora-theme .panel>h2,
.aurora-theme .card-head,
.aurora-theme .section-head{
  position:relative !important;
  z-index:3 !important;
  margin:0 !important;
  min-height:42px;
  display:flex;
  align-items:center;
  background:
    linear-gradient(180deg,
      rgba(255,255,255,.24) 0%,
      rgba(220,240,255,.15) 45%,
      rgba(40,90,145,.13) 52%,
      rgba(255,255,255,.07) 100%) !important;
  color:#fff !important;
  border:0 !important;
  border-bottom:1px solid rgba(220,238,252,.32) !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.30),
    inset 0 -1px 0 rgba(255,255,255,.08) !important;
  backdrop-filter:blur(16px) saturate(155%) brightness(1.04) !important;
  -webkit-backdrop-filter:blur(16px) saturate(155%) brightness(1.04) !important;
  text-shadow:0 1px 2px rgba(0,18,48,.72) !important;
}

/* Very subtle glossy band only — no big white halo. */
.aurora-theme .concept-card>h2::after,
.aurora-theme .panel>h2::after,
.aurora-theme .card-head::after,
.aurora-theme .section-head::after{
  content:"";
  position:absolute;
  pointer-events:none;
  left:1px;right:1px;top:1px;
  height:45%;
  border-radius:10px 10px 45% 45%;
  background:linear-gradient(180deg,rgba(255,255,255,.14),rgba(255,255,255,0));
}

/* All non-header content sits on top of the white body. */
.aurora-theme .concept-card>*:not(h2),
.aurora-theme .panel>*:not(h2),
.aurora-theme .item-card>*,
.aurora-theme .task-card>*{
  position:relative !important;
  z-index:2 !important;
}

/* Prevent old white/glass rules from repainting the body. */
.aurora-theme .concept-card::before,
.aurora-theme .panel::before,
.aurora-theme .item-card::before,
.aurora-theme .task-card::before{
  display:none !important;
}

/* Make section content itself transparent so ::after provides the white body. */
.aurora-theme .concept-card>*:not(h2),
.aurora-theme .panel>*:not(h2){
  background-color:transparent;
}

/* Dashboard heading stays white against dark aurora. */
.aurora-theme .concept-main>h1,
.aurora-theme .concept-main .page-title,
.aurora-theme .hero h1{
  color:#fff !important;
  text-shadow:0 1px 2px rgba(0,0,0,.28);
}

/* Keep sidebar unchanged. */
.aurora-theme .side-rail{
  backdrop-filter:none !important;
  -webkit-backdrop-filter:none !important;
}

/* Mobile: preserve the exact same structure, cheaper blur. */
@media(max-width:780px){
  .aurora-theme .concept-card::after,
  .aurora-theme .panel::after,
  .aurora-theme .item-card::after,
  .aurora-theme .task-card::after{
    top:42px;
  }
  .aurora-theme .concept-card>h2,
  .aurora-theme .panel>h2,
  .aurora-theme .card-head,
  .aurora-theme .section-head{
    backdrop-filter:blur(11px) saturate(145%) !important;
    -webkit-backdrop-filter:blur(11px) saturate(145%) !important;
  }
}


/* ============================================================
   FAMILY HUB 3.2.2 — TITLEBAR LAYOUT CORRECTION
   One 42px Aero titlebar, then solid white body.
   ============================================================ */

.aurora-theme .concept-card,
.aurora-theme .panel,
.aurora-theme .item-card,
.aurora-theme .task-card{
  display:block !important;
  padding:0 !important;
  background:transparent !important;
}

/* Exact title bar geometry */
.aurora-theme .concept-card > h2,
.aurora-theme .panel > h2{
  box-sizing:border-box !important;
  position:relative !important;
  top:auto !important;
  left:auto !important;
  right:auto !important;
  width:100% !important;
  height:42px !important;
  min-height:42px !important;
  max-height:42px !important;
  margin:0 !important;
  padding:0 18px !important;
  display:flex !important;
  align-items:center !important;
  gap:8px !important;
  overflow:hidden !important;
  line-height:42px !important;
  font-size:14px !important;
  color:#f8fbff !important;
  background:
    linear-gradient(180deg,
      rgba(255,255,255,.20) 0%,
      rgba(207,230,250,.12) 46%,
      rgba(33,76,129,.12) 52%,
      rgba(255,255,255,.06) 100%) !important;
  border:0 !important;
  border-bottom:1px solid rgba(224,240,253,.28) !important;
  border-radius:11px 11px 0 0 !important;
  backdrop-filter:blur(15px) saturate(150%) !important;
  -webkit-backdrop-filter:blur(15px) saturate(150%) !important;
  text-shadow:0 1px 2px rgba(0,16,44,.42) !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.26),
    inset 0 -1px 0 rgba(255,255,255,.07) !important;
}

/* Subtle Windows 7-ish reflection, not a glow */
.aurora-theme .concept-card > h2::after,
.aurora-theme .panel > h2::after{
  content:"" !important;
  display:block !important;
  position:absolute !important;
  z-index:-1 !important;
  pointer-events:none !important;
  left:1px !important;
  right:1px !important;
  top:1px !important;
  height:18px !important;
  border-radius:10px 10px 55% 55% !important;
  background:linear-gradient(180deg,rgba(255,255,255,.12),rgba(255,255,255,0)) !important;
}

/* White begins exactly where titlebar ends */
.aurora-theme .concept-card::after,
.aurora-theme .panel::after,
.aurora-theme .item-card::after,
.aurora-theme .task-card::after{
  content:"" !important;
  display:block !important;
  position:absolute !important;
  z-index:0 !important;
  left:0 !important;
  right:0 !important;
  top:42px !important;
  bottom:0 !important;
  background:#fff !important;
  pointer-events:none !important;
}

/* Restore body spacing that used to be on the card itself. */
.aurora-theme .concept-card > *:not(h2),
.aurora-theme .panel > *:not(h2){
  position:relative !important;
  z-index:2 !important;
}

/* Dashboard-specific content gets its normal inset without moving the h2. */
.aurora-theme .person-row,
.aurora-theme .dashboard-task,
.aurora-theme .timeline-item,
.aurora-theme .notice-mini,
.aurora-theme .rsvp-strip,
.aurora-theme .rsvp-form,
.aurora-theme .bin-options,
.aurora-theme .concept-card > p,
.aurora-theme .concept-card > .dinner-title,
.aurora-theme .concept-card > .meta,
.aurora-theme .concept-card > .meal-photo,
.aurora-theme .concept-card > .card-footer-link{
  margin-left:18px;
  margin-right:18px;
}

/* Preserve sensible vertical breathing room */
.aurora-theme .concept-card > p:first-of-type,
.aurora-theme .concept-card > .dinner-title:first-of-type,
.aurora-theme .concept-card > .meta:first-of-type,
.aurora-theme .concept-card > .person-row:first-of-type,
.aurora-theme .concept-card > .dashboard-task:first-of-type,
.aurora-theme .concept-card > .timeline-item:first-of-type,
.aurora-theme .concept-card > .notice-mini:first-of-type{
  margin-top:14px;
}
.aurora-theme .concept-card > .card-footer-link:last-child{
  display:block;
  margin-bottom:16px;
}

/* Keep titlebar buttons usable and inside the 42px glass strip */
.aurora-theme .concept-card > h2 .button,
.aurora-theme .panel > h2 .button{
  margin-left:auto !important;
  line-height:normal !important;
  position:relative !important;
  z-index:3 !important;
}

/* Mobile uses the same geometry */
@media(max-width:780px){
  .aurora-theme .concept-card > h2,
  .aurora-theme .panel > h2{
    height:42px !important;
    min-height:42px !important;
    max-height:42px !important;
    padding:0 14px !important;
    backdrop-filter:blur(11px) saturate(140%) !important;
    -webkit-backdrop-filter:blur(11px) saturate(140%) !important;
  }
  .aurora-theme .concept-card::after,
  .aurora-theme .panel::after,
  .aurora-theme .item-card::after,
  .aurora-theme .task-card::after{
    top:42px !important;
  }
}

/* Family Hub 3.2.3 — fixed background / scrolling content */
html,body.aurora-theme,.aurora-theme .concept-main,.aurora-theme .layout,.aurora-theme main{
  background:transparent !important;
}
body.aurora-theme{
  min-height:100vh;min-height:100dvh;background:none !important;
}
.aurora-theme .concept-main{position:relative;z-index:1}
.aurora-theme .concept-dashboard,.aurora-theme .dashboard-middle,.aurora-theme .concept-lower{
  position:relative;z-index:2;
}
.aurora-theme .dashboard-middle .concept-card h2 .nav-badge{display:none !important}
@supports (-webkit-touch-callout:none){
  body.aurora-theme{background:none !important}
}


/* ============================================================
   FAMILY HUB 3.2.4 — GENERAL PANEL / SCHEDULE / CHAT / TASK FIXES
   Separates dashboard Aero cards from ordinary app panels.
   ============================================================ */

/* ---------- GENERAL FORM PANELS ---------- */
/* Generic panels with an h2 use the 42px frosted bar, but the form/body
   gets its own proper white padded content area. */
.aurora-theme .panel{
  color:#14243a !important;
}

.aurora-theme .panel > form{
  position:relative !important;
  z-index:2 !important;
  margin:0 !important;
  padding:18px 18px 20px !important;
  background:#fff !important;
}

.aurora-theme .panel > form > label:first-child,
.aurora-theme .panel > form > .grid:first-child{
  margin-top:0 !important;
}

.aurora-theme .panel form label{
  display:block;
  margin-top:14px;
  margin-bottom:6px;
  color:#14243a !important;
  font-weight:650;
}

.aurora-theme .panel form .grid label{
  margin-top:0;
}

.aurora-theme .panel form input,
.aurora-theme .panel form select,
.aurora-theme .panel form textarea{
  color:#14243a !important;
  background:#fff !important;
}

.aurora-theme .panel .form-actions{
  margin-top:18px !important;
}

/* Empty panels should behave like ordinary white cards, not fake Aero headers. */
.aurora-theme .panel.empty{
  background:#fff !important;
  padding:28px !important;
}

/* ---------- SCHEDULE FORM ---------- */
.aurora-theme .panel:has(form input[name="starts_at"]) > form{
  padding:18px 20px 20px !important;
}

.aurora-theme .panel:has(form input[name="starts_at"]) .grid{
  gap:16px 18px;
}

/* ---------- CALENDAR ---------- */
/* Calendar is a special panel: one frosted toolbar + white calendar body. */
.aurora-theme .panel:has(.calendar-head){
  padding:0 !important;
  background:#fff !important;
}

.aurora-theme .panel:has(.calendar-head)::after{
  display:none !important;
}

.aurora-theme .calendar-head{
  height:44px !important;
  margin:0 !important;
  padding:0 8px !important;
  display:grid !important;
  grid-template-columns:44px 1fr 44px !important;
  align-items:center !important;
  gap:8px !important;
  color:#fff !important;
  background:
    linear-gradient(180deg,
      rgba(255,255,255,.20),
      rgba(207,230,250,.11) 46%,
      rgba(33,76,129,.13) 52%,
      rgba(255,255,255,.06)) !important;
  border-bottom:1px solid rgba(224,240,253,.28) !important;
  backdrop-filter:blur(15px) saturate(150%) !important;
  -webkit-backdrop-filter:blur(15px) saturate(150%) !important;
  border-radius:11px 11px 0 0 !important;
}

.aurora-theme .calendar-head h2{
  grid-column:2;
  margin:0 !important;
  padding:0 !important;
  text-align:center;
  color:#fff !important;
  font-size:17px !important;
  line-height:1 !important;
  text-shadow:0 1px 2px rgba(0,16,44,.45);
  background:none !important;
  border:0 !important;
  box-shadow:none !important;
  backdrop-filter:none !important;
  -webkit-backdrop-filter:none !important;
}

.aurora-theme .calendar-head .button{
  width:38px;
  height:32px;
  padding:0 !important;
  display:grid;
  place-items:center;
  border-radius:7px !important;
  color:#fff !important;
  background:rgba(255,255,255,.10) !important;
  border:1px solid rgba(255,255,255,.25) !important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.16) !important;
}

.aurora-theme .calendar-head .button:last-child{
  justify-self:end;
}

.aurora-theme .month-grid{
  margin:0 !important;
  width:100%;
  background:#fff;
}

/* ---------- SCHEDULE / NOTICEBOARD ITEM CARDS ---------- */
/* These are ordinary white information cards, NOT header/body Aero cards. */
.aurora-theme .cards .item-card{
  display:block !important;
  position:relative !important;
  overflow:hidden !important;
  padding:16px 18px !important;
  background:#fff !important;
  color:#14243a !important;
  border:1px solid rgba(126,164,200,.42) !important;
  border-radius:11px !important;
  box-shadow:0 7px 16px rgba(0,10,30,.14) !important;
  backdrop-filter:none !important;
  -webkit-backdrop-filter:none !important;
}

.aurora-theme .cards .item-card::before,
.aurora-theme .cards .item-card::after{
  display:none !important;
}

.aurora-theme .cards .item-card > *{
  position:relative !important;
  z-index:1 !important;
  margin-left:0 !important;
  margin-right:0 !important;
}

.aurora-theme .cards .item-card h3{
  margin:0 0 5px !important;
  padding:0 !important;
  color:#14243a !important;
  font-size:17px;
  line-height:1.25;
  background:none !important;
  text-shadow:none !important;
}

.aurora-theme .cards .item-card .meta{
  margin:0 0 10px !important;
  color:#66728a !important;
  line-height:1.35;
}

.aurora-theme .cards .item-card .badge{
  margin:0 4px 8px 0;
}

.aurora-theme .cards .item-card p{
  margin:5px 0 12px !important;
  line-height:1.45;
}

.aurora-theme .cards .item-card form{
  margin:8px 0 0 !important;
}

/* ---------- CHAT ---------- */
.aurora-theme .chat-feed{
  display:block !important;
  background:#fff !important;
  padding:0 !important;
  overflow-y:auto !important;
}

.aurora-theme .chat-feed::before,
.aurora-theme .chat-feed::after{
  display:none !important;
}

.aurora-theme .chat-feed .message{
  padding:14px 18px !important;
  margin:0 !important;
  border-bottom:1px solid #e2e7ef !important;
  color:#14243a !important;
}

.aurora-theme .chat-feed .message strong{
  color:#14243a !important;
}

.aurora-theme .chat-feed .message .meta{
  display:inline;
  margin:0 !important;
  color:#718096 !important;
}

.aurora-theme .chat-feed .message p{
  margin:5px 0 8px !important;
  color:#14243a !important;
  line-height:1.45;
}

.aurora-theme .chat-feed .message form{
  padding:0 !important;
  background:transparent !important;
}

.aurora-theme .chat-feed .empty{
  padding:28px 18px !important;
}

/* Chat composer panel has no h2, so it should simply be a padded white panel. */
.aurora-theme .panel:has(textarea[name="message"]){
  background:#fff !important;
  padding:0 !important;
}

.aurora-theme .panel:has(textarea[name="message"])::after{
  display:none !important;
}

.aurora-theme .panel:has(textarea[name="message"]) > form{
  padding:16px 18px 18px !important;
}

.aurora-theme .panel:has(textarea[name="message"]) label{
  margin:0 0 7px !important;
  color:#14243a !important;
}

/* ---------- TASKS ---------- */
/* Task cards are fully white cards; old generic Aero rules were creating
   the floating checkbox/header effect shown in the screenshot. */
.aurora-theme .task-list .task-card{
  display:grid !important;
  grid-template-columns:48px minmax(0,1fr) !important;
  gap:0 !important;
  padding:16px 18px 16px 10px !important;
  background:#fff !important;
  color:#14243a !important;
  border-top:1px solid rgba(126,164,200,.42) !important;
  border-right:1px solid rgba(126,164,200,.42) !important;
  border-bottom:1px solid rgba(126,164,200,.42) !important;
  border-radius:11px !important;
  box-shadow:0 7px 16px rgba(0,10,30,.14) !important;
  overflow:hidden !important;
  backdrop-filter:none !important;
  -webkit-backdrop-filter:none !important;
}

.aurora-theme .task-list .task-card::before,
.aurora-theme .task-list .task-card::after{
  display:none !important;
}

.aurora-theme .task-list .task-card > *{
  position:relative !important;
  z-index:1 !important;
}

.aurora-theme .task-list .task-check{
  padding-top:2px;
  align-items:flex-start;
}

.aurora-theme .task-list .round-check{
  position:static !important;
  margin:0 !important;
}

.aurora-theme .task-list .task-body{
  min-width:0;
}

.aurora-theme .task-list .task-heading{
  align-items:flex-start;
}

.aurora-theme .task-list .task-category{
  display:block;
  margin:0 0 3px;
}

.aurora-theme .task-list .task-heading h3{
  color:#14243a !important;
  margin:0 0 7px !important;
  line-height:1.25;
}

.aurora-theme .task-list .task-body p{
  color:#14243a !important;
  margin:5px 0 8px;
  line-height:1.45;
}

.aurora-theme .task-list .task-meta{
  color:#66728a !important;
}

/* Task-create panel gets normal body padding */
.aurora-theme .task-create > form{
  padding:18px 20px 20px !important;
}

/* ---------- NOTICEBOARD ---------- */
.aurora-theme .panel:has(input[name="title"]):has(textarea[name="body"]) > form{
  padding:18px 20px 20px !important;
}

/* ---------- BUTTON / DANGER CLARITY ---------- */
.aurora-theme .button.danger{
  background:linear-gradient(180deg,#d65b68,#b83d4b) !important;
  border-color:#a93643 !important;
  color:#fff !important;
}

.aurora-theme .button.secondary{
  background:#fff !important;
  color:#5d34c3 !important;
  border:1px solid #8f6cdf !important;
  text-shadow:none !important;
}

/* ---------- MOBILE ---------- */
@media(max-width:780px){
  .aurora-theme .panel > form,
  .aurora-theme .task-create > form,
  .aurora-theme .panel:has(form input[name="starts_at"]) > form,
  .aurora-theme .panel:has(input[name="title"]):has(textarea[name="body"]) > form{
    padding:15px 14px 17px !important;
  }

  .aurora-theme .cards .item-card{
    padding:14px !important;
  }

  .aurora-theme .chat-feed .message{
    padding:13px 14px !important;
  }

  .aurora-theme .task-list .task-card{
    grid-template-columns:40px minmax(0,1fr) !important;
    padding:14px 12px 14px 8px !important;
  }

  .aurora-theme .calendar-head{
    grid-template-columns:40px 1fr 40px !important;
    height:42px !important;
  }

  .aurora-theme .calendar-head h2{
    font-size:15px !important;
  }
}

/* Family Hub 3.3 per-user security editor */
.permission-editor{margin:20px 0;padding:18px;border:1px solid rgba(110,145,185,.35);border-radius:12px;background:#f8fbff}
.permission-editor h3{margin:0 0 6px}.permission-editor h3:not(:first-child){margin-top:22px}
.permission-table th,.permission-table td{vertical-align:middle}
.permission-table label{margin:0!important;font-weight:500!important;display:inline-flex!important;gap:8px;align-items:center}
.permission-table input,.permission-grid input{width:auto!important}
.permission-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:8px 14px}
.permission-grid label{margin:0!important;padding:8px 10px;border:1px solid #dce5ef;border-radius:8px;background:#fff;font-weight:500!important}


/* ============================================================
   FAMILY HUB 3.3.7 — CONSOLIDATED VISUAL HOTFIX
   Glass titlebars only; all content lives in padded white bodies.
   ============================================================ */

/* ---------- Shared panel/body rules ---------- */
.aurora-theme .panel,
.aurora-theme .concept-card{
  overflow:hidden !important;
}

.aurora-theme .panel > form{
  background:#fff !important;
  padding:18px 20px 20px !important;
  margin:0 !important;
}

.aurora-theme .panel > form label{
  color:#14243a !important;
}

.aurora-theme .panel > form input,
.aurora-theme .panel > form select,
.aurora-theme .panel > form textarea{
  background:#fff !important;
  color:#14243a !important;
}

/* ---------- Meals ---------- */
.aurora-theme .meals-empty,
.aurora-theme .empty,
.aurora-theme .panel.empty{
  display:block !important;
  width:auto !important;
  max-width:none !important;
  margin:18px 0 0 !important;
  padding:18px 20px !important;
  border-radius:11px !important;
  background:#fff !important;
  border:1px solid rgba(126,164,200,.42) !important;
  box-shadow:0 7px 16px rgba(0,10,30,.14) !important;
  color:#536176 !important;
  text-align:left !important;
}

/* Prevent empty-state text from looking like a glass title chip */
.aurora-theme .cards > .empty,
.aurora-theme .cards .empty{
  background:#fff !important;
  color:#536176 !important;
  border-radius:11px !important;
}

/* ---------- Schedule calendar toolbar ---------- */
.aurora-theme .calendar-head{
  color:#fff !important;
}

.aurora-theme .calendar-head h2{
  color:#fff !important;
  text-shadow:0 1px 2px rgba(0,16,44,.5) !important;
  background:none !important;
  border:0 !important;
  box-shadow:none !important;
  backdrop-filter:none !important;
  -webkit-backdrop-filter:none !important;
}

.aurora-theme .calendar-head .button{
  color:#fff !important;
  background:rgba(255,255,255,.10) !important;
  border:1px solid rgba(255,255,255,.24) !important;
}

/* ---------- Schedule event cards ---------- */
.aurora-theme .cards .item-card{
  position:relative !important;
  display:block !important;
  overflow:hidden !important;
  padding:0 !important;
  background:transparent !important;
  border:1px solid rgba(126,164,200,.42) !important;
  border-radius:11px !important;
  box-shadow:0 7px 16px rgba(0,10,30,.14) !important;
}

/* Header strip */
.aurora-theme .cards .item-card h3{
  margin:0 !important;
  padding:10px 14px !important;
  min-height:40px;
  display:flex;
  align-items:center;
  color:#fff !important;
  font-size:17px !important;
  line-height:1.2 !important;
  background:
    linear-gradient(180deg,
      rgba(255,255,255,.20),
      rgba(207,230,250,.10) 46%,
      rgba(33,76,129,.14) 52%,
      rgba(255,255,255,.05)) !important;
  backdrop-filter:blur(14px) saturate(145%) !important;
  -webkit-backdrop-filter:blur(14px) saturate(145%) !important;
  border-bottom:1px solid rgba(224,240,253,.22) !important;
  text-shadow:0 1px 2px rgba(0,16,44,.48) !important;
}

/* White content body */
.aurora-theme .cards .item-card > *:not(h3){
  margin-left:0 !important;
  margin-right:0 !important;
}

.aurora-theme .cards .item-card .meta,
.aurora-theme .cards .item-card > p,
.aurora-theme .cards .item-card > .badge,
.aurora-theme .cards .item-card > form{
  background:#fff !important;
}

.aurora-theme .cards .item-card .meta{
  margin:0 !important;
  padding:12px 14px 4px !important;
  color:#66728a !important;
  line-height:1.35 !important;
}

.aurora-theme .cards .item-card > p{
  margin:0 !important;
  padding:8px 14px 12px !important;
  color:#14243a !important;
  line-height:1.45 !important;
}

.aurora-theme .cards .item-card .badge{
  display:inline-block !important;
  margin:8px 4px 0 14px !important;
}

.aurora-theme .cards .item-card form{
  margin:0 !important;
  padding:10px 14px 14px !important;
}

/* Ensure body is white even when cards have no description */
.aurora-theme .cards .item-card::after{
  content:"";
  position:absolute;
  z-index:-1;
  left:0;right:0;top:40px;bottom:0;
  background:#fff;
}

/* ---------- Tasks ---------- */
.aurora-theme .task-list .task-card{
  position:relative !important;
  display:grid !important;
  grid-template-columns:44px minmax(0,1fr) !important;
  gap:0 !important;
  padding:16px 16px 16px 10px !important;
  background:#fff !important;
  border:1px solid rgba(126,164,200,.42) !important;
  border-radius:11px !important;
  box-shadow:0 7px 16px rgba(0,10,30,.14) !important;
  overflow:hidden !important;
}

.aurora-theme .task-list .task-card::before,
.aurora-theme .task-list .task-card::after{
  display:none !important;
}

.aurora-theme .task-list .task-check{
  display:flex !important;
  align-items:flex-start !important;
  justify-content:center !important;
  padding-top:2px !important;
}

.aurora-theme .task-list .round-check{
  position:static !important;
  margin:0 !important;
}

.aurora-theme .task-list .task-category{
  display:block !important;
  margin:0 0 4px !important;
  color:#7850c7 !important;
}

.aurora-theme .task-list .task-heading{
  display:flex !important;
  align-items:flex-start !important;
  gap:10px !important;
}

.aurora-theme .task-list .task-heading h3{
  margin:0 0 7px !important;
  color:#14243a !important;
}

.aurora-theme .task-list .task-heading .badge{
  margin-left:auto !important;
  flex:0 0 auto;
}

.aurora-theme .task-list .task-body p,
.aurora-theme .task-list .task-meta{
  color:#14243a !important;
}

/* ---------- Chat ---------- */
.aurora-theme .chat-feed{
  background:#fff !important;
  padding:0 !important;
  min-height:220px;
}

.aurora-theme .chat-feed::before,
.aurora-theme .chat-feed::after{
  display:none !important;
}

.aurora-theme .chat-feed .empty{
  margin:0 !important;
  border:0 !important;
  box-shadow:none !important;
  border-radius:0 !important;
  padding:24px 18px !important;
  text-align:center !important;
  color:#6a7483 !important;
}

.aurora-theme .chat-feed .message{
  padding:14px 18px !important;
  border-bottom:1px solid #e3e8ef !important;
  color:#14243a !important;
  background:#fff !important;
}

.aurora-theme .chat-feed .message p{
  margin:5px 0 8px !important;
}

.aurora-theme .panel:has(textarea[name="message"]){
  background:transparent !important;
}

.aurora-theme .panel:has(textarea[name="message"]) > form{
  padding:0 !important;
  background:#fff !important;
}

.aurora-theme .panel:has(textarea[name="message"]) label{
  display:block !important;
  margin:0 !important;
  padding:10px 14px !important;
  min-height:40px;
  color:#fff !important;
  font-weight:700 !important;
  background:
    linear-gradient(180deg,
      rgba(255,255,255,.20),
      rgba(207,230,250,.10) 46%,
      rgba(33,76,129,.14) 52%,
      rgba(255,255,255,.05)) !important;
  backdrop-filter:blur(14px) saturate(145%) !important;
  -webkit-backdrop-filter:blur(14px) saturate(145%) !important;
}

.aurora-theme .panel:has(textarea[name="message"]) textarea{
  margin:14px 14px 0 !important;
  width:calc(100% - 28px) !important;
}

.aurora-theme .panel:has(textarea[name="message"]) .button{
  margin:14px !important;
}

/* ---------- Noticeboard ---------- */
.aurora-theme .cards .notice-card,
.aurora-theme .notice-card{
  position:relative !important;
  overflow:hidden !important;
  padding:0 !important;
  background:transparent !important;
  border:1px solid rgba(126,164,200,.42) !important;
  border-radius:11px !important;
  box-shadow:0 7px 16px rgba(0,10,30,.14) !important;
}

.aurora-theme .notice-card h3{
  margin:0 !important;
  padding:10px 14px !important;
  min-height:40px;
  display:flex;
  align-items:center;
  color:#fff !important;
  background:
    linear-gradient(180deg,
      rgba(255,255,255,.20),
      rgba(207,230,250,.10) 46%,
      rgba(33,76,129,.14) 52%,
      rgba(255,255,255,.05)) !important;
  backdrop-filter:blur(14px) saturate(145%) !important;
  -webkit-backdrop-filter:blur(14px) saturate(145%) !important;
  text-shadow:0 1px 2px rgba(0,16,44,.48) !important;
}

.aurora-theme .notice-card .meta{
  margin:0 !important;
  padding:12px 14px 4px !important;
  background:#fff !important;
  color:#66728a !important;
}

.aurora-theme .notice-card p{
  margin:0 !important;
  padding:8px 14px 12px !important;
  background:#fff !important;
  color:#14243a !important;
}

.aurora-theme .notice-card form{
  margin:0 !important;
  padding:10px 14px 14px !important;
  background:#fff !important;
}

/* Fallback for notices that still use .item-card */
.aurora-theme .cards .item-card h3 + .meta{
  background:#fff !important;
}

/* ---------- Mobile ---------- */
@media(max-width:780px){
  .aurora-theme .panel > form{
    padding:15px 14px 17px !important;
  }

  .aurora-theme .cards .item-card h3,
  .aurora-theme .notice-card h3{
    padding:9px 12px !important;
  }

  .aurora-theme .cards .item-card .meta,
  .aurora-theme .notice-card .meta{
    padding-left:12px !important;
    padding-right:12px !important;
  }

  .aurora-theme .cards .item-card > p,
  .aurora-theme .notice-card p{
    padding-left:12px !important;
    padding-right:12px !important;
  }

  .aurora-theme .task-list .task-card{
    grid-template-columns:40px minmax(0,1fr) !important;
    padding:14px 12px 14px 8px !important;
  }
}


/* ============================================================
   FAMILY HUB 3.3.8 — CALENDAR + TASK WORKFLOW POLISH
   ============================================================ */

/* Calendar toolbar: genuine transparent/frosted Aero rather than white/opaque. */
.aurora-theme .panel:has(.calendar-head){
  background:#fff !important;
  padding:0 !important;
}
.aurora-theme .calendar-head{
  position:relative !important;
  overflow:hidden !important;
  background:
    linear-gradient(180deg,
      rgba(255,255,255,.16) 0%,
      rgba(212,234,252,.08) 46%,
      rgba(40,82,136,.12) 52%,
      rgba(255,255,255,.04) 100%) !important;
  backdrop-filter:blur(12px) saturate(150%) brightness(.94) !important;
  -webkit-backdrop-filter:blur(12px) saturate(150%) brightness(.94) !important;
  border-bottom:1px solid rgba(220,239,253,.22) !important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.18) !important;
}
.aurora-theme .calendar-head::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    linear-gradient(110deg,
      rgba(0,216,255,.18),
      rgba(108,76,255,.13) 50%,
      rgba(228,53,255,.17));
  mix-blend-mode:screen;
}
.aurora-theme .calendar-head > *{
  position:relative;
  z-index:1;
}
.aurora-theme .calendar-head h2{
  color:#fff !important;
  font-weight:750 !important;
  text-shadow:0 1px 2px rgba(0,12,38,.52) !important;
}
.aurora-theme .calendar-head .button{
  color:#fff !important;
  background:rgba(7,29,64,.18) !important;
  border:1px solid rgba(255,255,255,.22) !important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.12) !important;
}

/* Task card alignment: one clean left edge after completion control. */
.aurora-theme .task-list .task-card{
  grid-template-columns:42px minmax(0,1fr) !important;
  padding:15px 16px 15px 9px !important;
}
.aurora-theme .task-list .task-body{
  min-width:0 !important;
}
.aurora-theme .task-list .task-heading{
  display:grid !important;
  grid-template-columns:minmax(0,1fr) auto !important;
  align-items:start !important;
  gap:10px !important;
}
.aurora-theme .task-list .task-category{
  margin:0 0 3px !important;
  padding:0 !important;
  line-height:1.15 !important;
}
.aurora-theme .task-list .task-heading h3{
  margin:0 0 7px !important;
  padding:0 !important;
}
.aurora-theme .task-list .task-meta,
.aurora-theme .task-list .task-body > p,
.aurora-theme .task-list .task-checklist,
.aurora-theme .task-list .task-actions{
  margin-left:0 !important;
  padding-left:0 !important;
}
.aurora-theme .task-list .task-actions{
  display:flex !important;
  flex-wrap:wrap !important;
  gap:8px !important;
  align-items:center !important;
  margin-top:12px !important;
}
.aurora-theme .round-check.locked{
  opacity:.30 !important;
  cursor:default !important;
}
.aurora-theme .task-complete-label{
  display:inline-flex;
  align-items:center;
  min-height:30px;
  padding:4px 9px;
  border-radius:999px;
  background:#e8f6ee;
  color:#21663f;
  font-size:12px;
  font-weight:750;
}

/* Don't visually suggest a shared task can be completed by an ordinary member. */
.aurora-theme .dashboard-task > .round-check.locked{
  flex:0 0 auto;
}

@media(max-width:780px){
  .aurora-theme .task-list .task-card{
    grid-template-columns:38px minmax(0,1fr) !important;
    padding:13px 12px 13px 7px !important;
  }
}


/* ============================================================
   FAMILY HUB 3.3.9 — EXPLICIT COMPONENT VISUAL FIXES
   Targets actual markup classes instead of broad generic selectors.
   ============================================================ */

/* ---------- Schedule calendar toolbar ---------- */
.aurora-theme .calendar-panel{
  padding:0 !important;
  background:#fff !important;
  overflow:hidden !important;
}

.aurora-theme .calendar-panel::before,
.aurora-theme .calendar-panel::after{
  display:none !important;
}

.aurora-theme .calendar-panel .calendar-head.aero-toolbar{
  position:relative !important;
  height:44px !important;
  min-height:44px !important;
  margin:0 !important;
  padding:0 8px !important;
  display:grid !important;
  grid-template-columns:44px 1fr 44px !important;
  align-items:center !important;
  gap:8px !important;
  overflow:hidden !important;
  border-radius:11px 11px 0 0 !important;
  border:0 !important;
  border-bottom:1px solid rgba(226,240,252,.20) !important;
  background:
    linear-gradient(90deg,
      rgba(13,148,171,.58) 0%,
      rgba(20,91,144,.46) 38%,
      rgba(89,54,166,.46) 68%,
      rgba(191,31,218,.54) 100%) !important;
  backdrop-filter:blur(15px) saturate(145%) !important;
  -webkit-backdrop-filter:blur(15px) saturate(145%) !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.24),
    inset 0 -1px 0 rgba(255,255,255,.06) !important;
}

.aurora-theme .calendar-panel .calendar-head.aero-toolbar::before{
  content:"" !important;
  display:block !important;
  position:absolute !important;
  inset:1px 1px auto 1px !important;
  height:19px !important;
  pointer-events:none !important;
  border-radius:10px 10px 50% 50% !important;
  background:linear-gradient(180deg,rgba(255,255,255,.15),rgba(255,255,255,0)) !important;
}

.aurora-theme .calendar-panel .calendar-head.aero-toolbar > *{
  position:relative !important;
  z-index:1 !important;
}

.aurora-theme .calendar-panel .calendar-head.aero-toolbar h2{
  grid-column:2 !important;
  margin:0 !important;
  padding:0 !important;
  color:#fff !important;
  font-size:17px !important;
  font-weight:750 !important;
  line-height:1 !important;
  text-align:center !important;
  background:none !important;
  border:0 !important;
  box-shadow:none !important;
  text-shadow:0 1px 2px rgba(0,12,38,.44) !important;
  backdrop-filter:none !important;
  -webkit-backdrop-filter:none !important;
}

.aurora-theme .calendar-panel .calendar-head.aero-toolbar .button{
  width:38px !important;
  height:32px !important;
  min-width:0 !important;
  padding:0 !important;
  display:grid !important;
  place-items:center !important;
  color:#fff !important;
  background:rgba(5,30,65,.15) !important;
  border:1px solid rgba(255,255,255,.28) !important;
  border-radius:7px !important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.16) !important;
  text-shadow:none !important;
}

.aurora-theme .calendar-panel .month-grid{
  margin:0 !important;
  background:#fff !important;
}

/* ---------- Chat composer ---------- */
.aurora-theme .chat-composer{
  padding:0 !important;
  overflow:hidden !important;
  background:#fff !important;
}

.aurora-theme .chat-composer::before,
.aurora-theme .chat-composer::after{
  display:none !important;
}

.aurora-theme .chat-composer > form{
  margin:0 !important;
  padding:0 0 14px !important;
  background:#fff !important;
}

.aurora-theme .chat-composer .chat-composer-title{
  box-sizing:border-box !important;
  display:flex !important;
  align-items:center !important;
  width:100% !important;
  min-height:42px !important;
  margin:0 0 14px !important;
  padding:0 14px !important;
  color:#fff !important;
  font-weight:750 !important;
  line-height:42px !important;
  background:
    linear-gradient(90deg,
      rgba(13,148,171,.58) 0%,
      rgba(20,91,144,.46) 38%,
      rgba(89,54,166,.46) 68%,
      rgba(191,31,218,.54) 100%) !important;
  border-bottom:1px solid rgba(226,240,252,.20) !important;
  border-radius:11px 11px 0 0 !important;
  text-shadow:0 1px 2px rgba(0,12,38,.44) !important;
  backdrop-filter:blur(15px) saturate(145%) !important;
  -webkit-backdrop-filter:blur(15px) saturate(145%) !important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.20) !important;
}

.aurora-theme .chat-composer textarea{
  box-sizing:border-box !important;
  width:calc(100% - 28px) !important;
  margin:0 14px !important;
}

.aurora-theme .chat-composer .form-actions{
  margin:14px 14px 0 !important;
}

/* ---------- Family members table ---------- */
.aurora-theme .family-table-panel{
  padding:0 !important;
  overflow:hidden !important;
  background:#fff !important;
  border:1px solid rgba(126,164,200,.42) !important;
  border-radius:11px !important;
  box-shadow:0 7px 16px rgba(0,10,30,.14) !important;
}

.aurora-theme .family-table-panel::before,
.aurora-theme .family-table-panel::after{
  display:none !important;
}

.aurora-theme .family-table-panel .table-wrap{
  margin:0 !important;
  overflow-x:auto !important;
}

.aurora-theme .family-table{
  width:100% !important;
  margin:0 !important;
  border-collapse:collapse !important;
  background:#fff !important;
}

.aurora-theme .family-table thead{
  background:
    linear-gradient(90deg,
      rgba(13,148,171,.78) 0%,
      rgba(20,91,144,.70) 38%,
      rgba(89,54,166,.70) 68%,
      rgba(116,45,190,.76) 100%) !important;
}

.aurora-theme .family-table thead th{
  padding:13px 10px !important;
  color:#fff !important;
  font-size:12px !important;
  font-weight:750 !important;
  letter-spacing:.03em !important;
  text-transform:uppercase !important;
  background:transparent !important;
  border-bottom:1px solid rgba(255,255,255,.20) !important;
  text-shadow:0 1px 1px rgba(0,20,48,.35) !important;
}

.aurora-theme .family-table tbody tr{
  background:#fff !important;
  border-bottom:1px solid #e1e7ed !important;
}

.aurora-theme .family-table tbody tr:last-child{
  border-bottom:0 !important;
}

.aurora-theme .family-table tbody td{
  padding:14px 10px !important;
  vertical-align:middle !important;
  color:#14243a !important;
  background:#fff !important;
}

.aurora-theme .family-table tbody td:last-child{
  white-space:nowrap !important;
}

.aurora-theme .family-table tbody td:last-child .button,
.aurora-theme .family-table tbody td:last-child form{
  vertical-align:middle !important;
}

/* ---------- Bin collection cards ---------- */
.aurora-theme .cards .bin-card{
  padding:0 !important;
  overflow:hidden !important;
  background:transparent !important;
}

.aurora-theme .cards .bin-card::before,
.aurora-theme .cards .bin-card::after{
  display:none !important;
}

.aurora-theme .cards .bin-card h3{
  margin:0 !important;
  padding:10px 14px !important;
  min-height:40px !important;
  display:flex !important;
  align-items:center !important;
  color:#fff !important;
  background:
    linear-gradient(90deg,
      rgba(13,148,171,.58) 0%,
      rgba(20,91,144,.46) 45%,
      rgba(49,125,143,.42) 100%) !important;
  border-bottom:1px solid rgba(226,240,252,.20) !important;
  text-shadow:0 1px 2px rgba(0,12,38,.44) !important;
  backdrop-filter:blur(14px) saturate(140%) !important;
  -webkit-backdrop-filter:blur(14px) saturate(140%) !important;
}

.aurora-theme .cards .bin-card .bin-row{
  margin:0 !important;
  padding:16px 14px 10px !important;
  display:flex !important;
  gap:18px !important;
  flex-wrap:wrap !important;
  align-items:flex-start !important;
  background:#fff !important;
}

.aurora-theme .cards .bin-card .home-bin{
  color:#14243a !important;
}

.aurora-theme .cards .bin-card .home-bin strong{
  color:#14243a !important;
}

.aurora-theme .cards .bin-card > p.meta{
  margin:0 !important;
  padding:7px 14px 10px !important;
  background:#fff !important;
  color:#66728a !important;
}

.aurora-theme .cards .bin-card > form{
  margin:0 !important;
  padding:4px 14px 14px !important;
  background:#fff !important;
}

/* ---------- Mobile ---------- */
@media(max-width:780px){
  .aurora-theme .calendar-panel .calendar-head.aero-toolbar{
    grid-template-columns:40px 1fr 40px !important;
    height:42px !important;
    min-height:42px !important;
  }
  .aurora-theme .calendar-panel .calendar-head.aero-toolbar h2{
    font-size:15px !important;
  }
  .aurora-theme .family-table{
    min-width:760px !important;
  }
}
