@import "https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Manrope:wght@400;500;600;700&display=swap";:root{--font-heading:"Cormorant Garamond", Georgia, serif;--font-body:"Manrope", "Avenir Next", "Helvetica Neue", sans-serif;--bg-canvas:#f7f1ea;--bg-canvas-soft:#fbf7f2;--surface:#fffdf9;--surface-strong:#fff;--surface-muted:#f9f2e9;--text-main:#3f342d;--text-muted:#8f7f70;--text-soft:#b19f91;--border-subtle:#efe4d9;--border-strong:#e5d5c6;--accent:#d79f8c;--accent-strong:#c98771;--accent-contrast:#fff9f4;--success:#7e9f87;--warning:#d89a7b;--danger:#cc7b6d;--shadow-soft:0 12px 28px #7e624d14;--shadow-raised:0 18px 40px #7e624d21;--radius-s:10px;--radius-m:14px;--radius-l:18px;--radius-xl:24px;--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.25rem;--space-6:1.5rem;--space-7:2rem;--space-8:2.5rem;--max-width:1360px}*,:before,:after{box-sizing:border-box}html,body,#root{min-height:100%}body{font-family:var(--font-body);color:var(--text-main);background:radial-gradient(circle at top right, #d79f8c33, transparent 42%), radial-gradient(circle at bottom left, #7e9f8729, transparent 38%), var(--bg-canvas);text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0}a{color:inherit;text-decoration:none}button,input,select{font:inherit;color:inherit}button{cursor:pointer;background:0 0;border:0}h1,h2,h3,h4,p{margin:0}.surface-card{border:1px solid var(--border-subtle);background:var(--surface-strong);border-radius:var(--radius-l);box-shadow:var(--shadow-soft)}.page-header{justify-content:space-between;align-items:flex-start;gap:var(--space-4);margin-bottom:var(--space-6);display:flex}.page-title{font-family:var(--font-heading);letter-spacing:.01em;font-size:clamp(2rem,4vw,2.8rem);font-weight:600;line-height:1.05}.page-subtitle{margin-top:var(--space-1);color:var(--text-muted);font-size:.98rem}.btn{justify-content:center;align-items:center;gap:var(--space-2);border-radius:var(--radius-m);border:1px solid #0000;min-height:2.8rem;padding:.65rem 1.05rem;font-weight:600;transition:transform .14s,box-shadow .14s,background .14s;display:inline-flex}.btn:hover{box-shadow:var(--shadow-soft);transform:translateY(-1px)}.btn:focus-visible{outline:2px solid var(--accent-strong);outline-offset:2px}.btn--primary{background:linear-gradient(130deg, var(--accent), var(--accent-strong));color:var(--accent-contrast)}.btn--ghost{border-color:var(--border-subtle);background:var(--surface)}.badge{border-radius:999px;align-items:center;padding:.2rem .58rem;font-size:.77rem;font-weight:600;display:inline-flex}.badge--success{color:#54765f;background:#7e9f8733}.badge--warning{color:#9f5f43;background:#d89a7b33}.badge--danger{color:#94453b;background:#cc7b6d33}@media (width<=1023px){.page-header{margin-bottom:var(--space-5);flex-direction:column}.page-title{font-size:2.15rem}}.app-shell{gap:var(--space-5);max-width:var(--max-width);min-height:100vh;padding:var(--space-5);grid-template-columns:16.75rem 1fr;margin:0 auto;display:grid}.app-shell__content{gap:var(--space-4);flex-direction:column;display:flex}.app-shell__main{gap:var(--space-5);padding-bottom:var(--space-6);flex-direction:column;display:flex}.sidebar{padding:var(--space-5);flex-direction:column;justify-content:space-between;display:flex}.sidebar__brand{align-items:center;gap:var(--space-3);margin-bottom:var(--space-6);display:inline-flex}.sidebar__brand-mark{border:1px solid var(--border-strong);background:linear-gradient(145deg,#f6dbc9,#d7a08d);border-radius:50%;width:1.85rem;height:1.85rem}.sidebar__brand-title{font-family:var(--font-heading);color:#5b4536;font-size:1.8rem;font-weight:600}.sidebar__list{gap:var(--space-2);flex-direction:column;display:flex}.sidebar__link{align-items:center;gap:var(--space-3);border-radius:var(--radius-m);color:#5d4c3f;width:100%;padding:.72rem .82rem;transition:background .12s,color .12s;display:flex}.sidebar__link:hover{background:#f9f2e9}.sidebar__link.is-active{color:#4a372c;background:#f2e6da}.sidebar__link--placeholder{color:#89796d;cursor:default}.sidebar__icon{width:1.2rem;height:1.2rem;color:inherit;flex-shrink:0}.sidebar__footer{margin-top:var(--space-7);padding-top:var(--space-4);border-top:1px solid var(--border-subtle)}.sidebar__settings{align-items:center;gap:var(--space-3);border-radius:var(--radius-m);border:1px solid var(--border-subtle);background:var(--surface);color:#66574b;width:100%;padding:.74rem .84rem;font-weight:600;display:flex}.topbar{justify-content:space-between;align-items:center;gap:var(--space-4);min-height:3.8rem;padding:var(--space-4) var(--space-5);display:flex}.topbar__left{align-items:center;gap:var(--space-4);display:inline-flex}.topbar__brand{font-family:var(--font-heading);color:#5e4738;font-size:1.58rem;display:none}.topbar__menu{border:1px solid var(--border-subtle);border-radius:var(--radius-m);background:var(--surface);color:#644f40;justify-content:center;align-items:center;width:2.6rem;height:2.6rem;display:none}.topbar__menu svg{width:1.1rem;height:1.1rem}.topbar__title{letter-spacing:.01em;font-weight:700}.topbar__meta{color:var(--text-muted);font-size:.92rem}.mobile-nav{z-index:25;pointer-events:none;position:fixed;inset:0}.mobile-nav.is-open{pointer-events:all}.mobile-nav__backdrop{opacity:0;background:#37292059;transition:opacity .18s;position:absolute;inset:0}.mobile-nav.is-open .mobile-nav__backdrop{opacity:1}.mobile-nav__panel{width:min(19rem,88vw);padding:var(--space-5);border-right:1px solid var(--border-subtle);box-shadow:var(--shadow-raised);background:#fffbf6;transition:transform .18s;position:absolute;inset:0 auto 0 0;transform:translate(-105%)}.mobile-nav.is-open .mobile-nav__panel{transform:translate(0)}.mobile-nav__header{margin-bottom:var(--space-5);justify-content:space-between;align-items:center;display:flex}.mobile-nav__title{font-family:var(--font-heading);color:#5f4839;font-size:1.8rem}.mobile-nav__close{border:1px solid var(--border-subtle);background:var(--surface);color:#644f40;border-radius:50%;width:2.3rem;height:2.3rem;font-size:1.25rem;line-height:1}.mobile-nav__list{gap:var(--space-2);flex-direction:column;display:flex}.mobile-nav__link,.mobile-nav__placeholder{align-items:center;gap:var(--space-3);border-radius:var(--radius-m);color:#5f4f42;width:100%;padding:.86rem .82rem;font-weight:600;display:flex}.mobile-nav__link.is-active{color:#49362c;background:#f2e6da}.mobile-nav__placeholder{color:#7d6f63}@media (width<=1023px){.app-shell{padding:var(--space-3);display:block}.sidebar{display:none}.topbar{padding:var(--space-3) var(--space-4)}.topbar__menu{display:inline-flex}.topbar__brand{display:inline-block}.topbar__meta{display:none}}.dashboard-page{gap:var(--space-4);flex-direction:column;display:flex}.hero-section{justify-content:space-between;align-items:flex-start;gap:var(--space-4);padding:var(--space-6);display:flex}.hero-section__title{font-family:var(--font-heading);color:#4f3c2f;font-size:clamp(2rem,4vw,3rem);line-height:1.03}.hero-section__date{margin-top:var(--space-2);letter-spacing:-.02em;font-size:1.95rem;font-weight:700}.hero-section__countdown{margin-top:var(--space-1);color:var(--text-muted);font-size:1.02rem}.hero-section__cta{flex-shrink:0}.stats-grid{gap:var(--space-4);grid-template-columns:repeat(4,minmax(0,1fr));display:grid}.stat-card{padding:var(--space-5)}.stat-card__header{justify-content:space-between;align-items:center;gap:var(--space-3);margin-bottom:var(--space-3);display:flex}.stat-card__label{font-size:1.22rem;font-weight:600}.stat-card__tone{background:var(--border-strong);border-radius:50%;width:.56rem;height:.56rem}.stat-card--success .stat-card__tone{background:var(--success)}.stat-card--warning .stat-card__tone{background:var(--warning)}.stat-card--danger .stat-card__tone{background:var(--danger)}.stat-card__value{letter-spacing:-.03em;font-size:2.2rem;font-weight:700;line-height:1.05}.stat-card__subtitle{margin-top:var(--space-1);color:var(--text-muted)}.stat-card__progress{margin-top:var(--space-4);background:var(--surface-muted);border-radius:99px;width:100%;height:.5rem;overflow:hidden}.stat-card__progress>span{border-radius:inherit;background:#7e9f87cc;height:100%;display:block}.stat-card__detail{margin-top:var(--space-3)}.action-row{gap:var(--space-4);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.action-row__button{background:var(--surface-strong);justify-content:flex-start}.dashboard-content-grid{gap:var(--space-4);grid-template-columns:1.45fr 1fr;grid-template-areas:"deadlines activity""deadlines preview";display:grid}.deadline-list{padding:var(--space-5);grid-area:deadlines}.activity-list{padding:var(--space-5);grid-area:activity}.preview-card{padding:var(--space-5);grid-area:preview}.section-title{font-family:var(--font-heading);color:#523f33;font-size:1.78rem}.list-stack{margin-top:var(--space-4);gap:var(--space-3);flex-direction:column;display:flex}.list-item{justify-content:space-between;align-items:center;gap:var(--space-3);padding:var(--space-4);border-radius:var(--radius-m);background:var(--surface);border:1px solid var(--border-subtle);display:flex}.list-item__title{font-size:1.08rem;font-weight:600}.list-item__subtitle{color:var(--text-muted);margin-top:.14rem;font-size:.92rem}.list-item__meta{color:#5b4a3d;font-weight:700}.preview-card__frame{margin-top:var(--space-4);border-radius:var(--radius-l);border:1px dashed var(--border-strong);background:radial-gradient(circle at 18% 22%,#d79f8c3b,#0000 36%),radial-gradient(circle at 82% 74%,#7e9f8730,#0000 34%),#fdf8f2;place-items:center;min-height:9.2rem;display:grid;position:relative;overflow:hidden}.preview-card__image{opacity:.9;width:min(58%,15rem);position:absolute;inset:auto 0 0 auto}.preview-card__copy{z-index:1;font-family:var(--font-heading);text-align:center;color:#6b5546;padding:var(--space-4);font-size:1.48rem;position:relative}@media (width<=1199px){.stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-content-grid{grid-template-columns:1fr;grid-template-areas:"deadlines""activity""preview"}}@media (width<=1023px){.hero-section{padding:var(--space-5);flex-direction:column}.stats-grid,.action-row{grid-template-columns:1fr}.stat-card__value{font-size:2rem}}.guests-page{gap:var(--space-4);flex-direction:column;display:flex}.guests-summary{gap:var(--space-4);grid-template-columns:repeat(4,minmax(0,1fr));display:grid}.guests-summary__card{padding:var(--space-4) var(--space-5)}.guests-summary__label{color:var(--text-muted);font-size:.92rem}.guests-summary__value{margin-top:var(--space-2);letter-spacing:-.02em;font-size:1.9rem;font-weight:700;line-height:1.02}.guests-toolbar{gap:var(--space-3);padding:var(--space-4);grid-template-columns:minmax(12rem,1fr) minmax(9rem,12rem) minmax(9rem,12rem) auto;display:grid}.guests-toolbar__input,.guests-toolbar__select{border:1px solid var(--border-subtle);border-radius:var(--radius-m);background:var(--surface);width:100%;min-height:2.65rem;padding:.55rem .72rem}.guests-toolbar__input:focus,.guests-toolbar__select:focus{outline-offset:1px;outline:2px solid #c9877159}.guest-list{padding:var(--space-4)}.guest-table{display:block}.guest-table__head,.guest-row{gap:var(--space-3);grid-template-columns:minmax(13rem,1.8fr) minmax(6rem,.8fr) minmax(7rem,.8fr) minmax(6rem,.7fr) minmax(7rem,.7fr);align-items:center;display:grid}.guest-table__head{padding:.25rem var(--space-4) var(--space-3);color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;font-size:.84rem;font-weight:700}.guest-row{margin-top:var(--space-2);padding:var(--space-3) var(--space-4);border-radius:var(--radius-m);border:1px solid var(--border-subtle);background:var(--surface)}.guest-row__name{align-items:center;gap:var(--space-3);display:flex}.avatar{border:1px solid var(--border-strong);color:#6f5b4d;background:linear-gradient(140deg,#faefe4,#f2e0cf);border-radius:50%;justify-content:center;align-items:center;width:2.25rem;height:2.25rem;font-size:.79rem;font-weight:700;display:inline-flex}.guest-name{font-weight:600}.guest-note{color:var(--text-muted);font-size:.86rem}.role-pill{background:var(--surface-muted);color:#6f5f52;border-radius:999px;align-items:center;padding:.2rem .55rem;font-size:.78rem;font-weight:700;display:inline-flex}.rsvp-badge{border-radius:999px;align-items:center;padding:.22rem .62rem;font-size:.78rem;font-weight:700;display:inline-flex}.rsvp-badge--confirmed{color:#4f6f56;background:#7e9f8733}.rsvp-badge--pending{color:#8f573e;background:#d89a7b33}.rsvp-badge--declined{color:#90433a;background:#cc7b6d33}.guest-actions{justify-content:flex-end;gap:var(--space-2);display:flex}.icon-button{border:1px solid var(--border-subtle);border-radius:var(--radius-s);background:var(--surface);color:#69594d;min-height:2rem;padding:.25rem .6rem;font-size:.78rem;font-weight:600}.guest-cards{gap:var(--space-3);flex-direction:column;display:none}.guest-card{padding:var(--space-4)}.guest-card__top{justify-content:space-between;align-items:center;gap:var(--space-3);display:flex}.guest-card__meta{margin-top:var(--space-3);gap:var(--space-2);color:var(--text-muted);font-size:.93rem;display:grid}.guest-list__empty{padding:var(--space-6);text-align:center;color:var(--text-muted)}@media (width<=1199px){.guests-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.guests-toolbar{grid-template-columns:1fr}}@media (width<=1023px){.guest-table{display:none}.guest-cards{display:flex}}.todo-page{gap:var(--space-4);flex-direction:column;display:flex}.todo-summary{gap:var(--space-4);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.todo-summary__card{padding:var(--space-4) var(--space-5)}.todo-summary__label{color:var(--text-muted);font-size:.92rem}.todo-summary__value{margin-top:var(--space-2);letter-spacing:-.02em;font-size:1.95rem;font-weight:700}.todo-board{gap:var(--space-4);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.todo-column{gap:var(--space-3);padding:var(--space-4);flex-direction:column;display:flex}.todo-column__header{padding:0 var(--space-1);justify-content:space-between;align-items:center;display:flex}.todo-column__title{font-family:var(--font-heading);color:#5a4638;font-size:1.65rem}.todo-column__count{color:var(--text-muted);font-size:.9rem;font-weight:600}.todo-task{padding:var(--space-4)}.todo-task__head{justify-content:space-between;align-items:center;gap:var(--space-3);display:flex}.todo-task__title{font-size:1.05rem;font-weight:700}.todo-task__description{margin-top:var(--space-2);color:var(--text-muted);font-size:.92rem}.todo-task__meta{margin-top:var(--space-3);justify-content:space-between;align-items:center;gap:var(--space-2);display:flex}.todo-task__due{color:#6d5b4e;font-size:.86rem;font-weight:600}.priority-badge{text-transform:uppercase;border-radius:999px;align-items:center;padding:.21rem .58rem;font-size:.72rem;font-weight:700;display:inline-flex}.priority-badge--low{color:#4f6f56;background:#7e9f872e}.priority-badge--medium{color:#8f573e;background:#d89a7b33}.priority-badge--high{color:#90433a;background:#cc7b6d33}.todo-category{margin-top:var(--space-3);color:#8c7b6f;font-size:.78rem;font-weight:700}@media (width<=1199px){.todo-summary,.todo-board{grid-template-columns:1fr}}.seating-page{gap:var(--space-4);flex-direction:column;display:flex}.seating-actions{gap:var(--space-3);display:inline-flex}.seating-summary{gap:var(--space-4);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.seating-summary__card{padding:var(--space-4) var(--space-5)}.seating-summary__label{color:var(--text-muted);font-size:.92rem}.seating-summary__value{margin-top:var(--space-2);letter-spacing:-.02em;font-size:1.95rem;font-weight:700}.seating-layout{gap:var(--space-4);grid-template-columns:1.3fr minmax(16rem,1fr);display:grid}.table-panel,.unassigned-panel{padding:var(--space-4)}.table-panel__header,.unassigned-panel__header{margin-bottom:var(--space-4);justify-content:space-between;align-items:center;display:flex}.table-panel__title,.unassigned-panel__title{font-family:var(--font-heading);color:#594536;font-size:1.65rem}.table-grid{gap:var(--space-3);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.table-card{padding:var(--space-4);border:1px solid var(--border-subtle);border-radius:var(--radius-m);background:var(--surface)}.table-card__head{justify-content:space-between;align-items:center;gap:var(--space-2);display:flex}.table-card__name{font-size:1.04rem;font-weight:700}.table-status{border-radius:999px;align-items:center;padding:.18rem .55rem;font-size:.72rem;font-weight:700;display:inline-flex}.table-status--complete{color:#4f6f56;background:#7e9f8733}.table-status--incomplete{color:#8f573e;background:#d89a7b33}.table-card__meta{margin-top:var(--space-2);color:var(--text-muted);font-size:.9rem}.unassigned-list{gap:var(--space-2);flex-direction:column;display:flex}.unassigned-item{justify-content:space-between;align-items:center;gap:var(--space-3);border-radius:var(--radius-s);border:1px solid var(--border-subtle);background:var(--surface);padding:.68rem .72rem;display:flex}.unassigned-item__name{font-weight:600}.unassigned-item__meta{color:var(--text-muted);font-size:.86rem}@media (width<=1199px){.seating-summary,.seating-layout{grid-template-columns:1fr}}@media (width<=767px){.table-grid{grid-template-columns:1fr}.seating-actions{width:100%}.seating-actions .btn{flex:1}}
