@import "https://fonts.googleapis.com/css2?family=Dancing+Script:wght@500;600;700&family=Manrope:wght@400;500;600;700&display=swap";:root{--font-heading:"Dancing Script", "Segoe Script", cursive;--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;transition:background .12s,border-color .12s,color .12s;display:flex}.sidebar__settings:hover{border-color:var(--border-strong);background:#f9f2e9}.sidebar__settings.is-active{color:#4a372c;background:#f2e6da;border-color:#e2cfbe}.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);display:block}.stat-card--link{transition:transform .14s,box-shadow .14s,border-color .14s}.stat-card--link:hover{border-color:var(--border-strong);transform:translateY(-1px)}.stat-card--link:focus-visible{outline:2px solid var(--accent-strong);outline-offset:2px}.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}.icon-button--primary{border-color:var(--accent-strong);background:linear-gradient(135deg, var(--accent), var(--accent-strong));color:var(--accent-contrast)}.guest-edit__input,.guest-edit__select{border:1px solid var(--border-subtle);border-radius:var(--radius-s);width:100%;min-height:2.1rem;color:var(--text-main);background:#fff;padding:.35rem .52rem;font-size:.86rem}.guest-edit__input--note{margin-top:var(--space-1)}.guest-edit__input--number{text-align:center;max-width:4.5rem}.guest-edit__select--compact{min-width:8rem}.guest-edit__input:focus,.guest-edit__select:focus{outline-offset:1px;outline:2px solid #c9877159}.guest-edit__inline{flex-direction:column;gap:.28rem;display:flex}.guest-edit__inline>span{color:var(--text-muted);font-size:.8rem;font-weight:700}.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}}.invitations-page{gap:var(--space-4);flex-direction:column;display:flex}.invitations-page__actions{gap:var(--space-3);display:inline-flex}.invitations-summary{gap:var(--space-4);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.invitations-summary__card{padding:var(--space-4) var(--space-5)}.invitations-summary__label{color:var(--text-muted);font-size:.92rem}.invitations-summary__value{margin-top:var(--space-2);letter-spacing:-.02em;font-size:1.9rem;font-weight:700}.invitations-layout{gap:var(--space-4);grid-template-columns:1.4fr minmax(15rem,1fr);display:grid}.invitation-templates,.invitation-timeline{padding:var(--space-5)}.invitation-templates__title,.invitation-timeline__title{font-family:var(--font-heading);color:#5b4738;font-size:1.7rem}.invitation-templates__grid{margin-top:var(--space-4);gap:var(--space-3);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.invitation-template-card{padding:var(--space-4);border:1px solid var(--border-subtle);border-radius:var(--radius-m);background:radial-gradient(circle at 85% 10%, #d79f8c33, transparent 35%), var(--surface)}.invitation-template-card__name{font-size:1.02rem;font-weight:700}.invitation-template-card__style{margin:var(--space-2) 0 var(--space-3);color:var(--text-muted);font-size:.9rem}@media (width<=1199px){.invitations-summary,.invitations-layout,.invitation-templates__grid{grid-template-columns:1fr}}@media (width<=767px){.invitations-page__actions{width:100%}.invitations-page__actions .btn{flex:1}}.ablaufplan-page{gap:var(--space-4);flex-direction:column;display:flex}.ablaufplan-layout{gap:var(--space-4);grid-template-columns:1.35fr minmax(18rem,1fr);display:grid}.ablaufplan-editor,.ablaufplan-preview{padding:var(--space-5)}.ablaufplan-editor__header,.ablaufplan-preview__header{justify-content:space-between;align-items:baseline;gap:var(--space-4);display:flex}.ablaufplan-editor__title,.ablaufplan-preview__title{font-family:var(--font-heading);color:#5a4638;font-size:1.72rem}.ablaufplan-editor__meta,.ablaufplan-preview__meta{color:var(--text-muted);font-size:.86rem;font-weight:600}.ablaufplan-editor__list{margin-top:var(--space-4);gap:var(--space-3);flex-direction:column;display:flex}.ablaufplan-editor__item{gap:var(--space-3);padding:var(--space-3);border-radius:var(--radius-m);border:1px solid var(--border-subtle);background:var(--surface);grid-template-columns:7.8rem 10rem minmax(0,1fr) auto;align-items:end;display:grid}.ablaufplan-field{gap:var(--space-2);flex-direction:column;display:flex}.ablaufplan-field>span{color:#6f5f53;font-size:.84rem;font-weight:700}.ablaufplan-field>input,.ablaufplan-field>select{border-radius:var(--radius-m);border:1px solid var(--border-subtle);width:100%;min-height:2.6rem;color:var(--text-main);background:#fff;padding:.5rem .7rem}.ablaufplan-field>input:focus-visible,.ablaufplan-field>select:focus-visible{outline:2px solid var(--accent-strong);outline-offset:2px}.ablaufplan-editor__remove{min-height:2.6rem}.ablaufplan-preview{background:radial-gradient(circle at 90% 0%, #d79f8c33, transparent 34%), radial-gradient(circle at 0% 95%, #7e9f872e, transparent 32%), var(--surface-strong)}.ablaufplan-preview__empty{margin-top:var(--space-4);color:var(--text-muted)}.ablaufplan-preview__list{margin:var(--space-5) 0 0;gap:var(--space-4);flex-direction:column;padding:0;list-style:none;display:flex}.ablaufplan-preview__item{gap:var(--space-4);grid-template-columns:4.6rem minmax(0,1fr);display:grid;position:relative}.ablaufplan-preview__item:after{content:"";left:calc(4.6rem + var(--space-2));background:#e7d8cb;width:1px;position:absolute;top:.2rem;bottom:-1.8rem}.ablaufplan-preview__item:last-child:after{display:none}.ablaufplan-preview__time{color:#5d4a3e;letter-spacing:-.01em;font-size:1.02rem;font-weight:700}.ablaufplan-preview__content{gap:var(--space-2);padding-bottom:var(--space-2);flex-direction:column;display:flex}.ablaufplan-preview__text{color:#49392f;font-size:1.03rem;font-weight:600;line-height:1.3}@media (width<=1199px){.ablaufplan-layout{grid-template-columns:1fr}}@media (width<=899px){.ablaufplan-editor__item{grid-template-columns:1fr;align-items:stretch}.ablaufplan-editor__remove{width:100%}.ablaufplan-editor__header,.ablaufplan-preview__header{flex-direction:column;align-items:flex-start}}.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;min-height:16.5rem;transition:border-color .16s,background .16s,box-shadow .16s;display:flex}.todo-column.is-over{background:radial-gradient(circle at 96% 0%, #d79f8c1f, transparent 30%), var(--surface-strong);border-color:#ddc7b6}.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-column__empty{padding:var(--space-4);border:1px dashed var(--border-strong);border-radius:var(--radius-m);color:var(--text-muted);text-align:center;font-weight:600}.todo-task-sortable{transform-origin:50%;will-change:transform;transition:transform .22s cubic-bezier(.22,1,.36,1)}.todo-task--draggable{cursor:grab;-webkit-user-select:none;user-select:none;transition:box-shadow .16s,transform .16s}.todo-task--draggable:hover{box-shadow:0 14px 30px #7e624d1f}.todo-task--preview{opacity:.6;pointer-events:none}.todo-task-sortable.is-dragging .todo-task--draggable{cursor:grabbing;box-shadow:var(--shadow-raised)}.todo-task-sortable.is-drop-pop .todo-task--draggable{animation:.24s cubic-bezier(.22,1,.36,1) todo-task-drop-pop}.todo-task--overlay{cursor:grabbing;box-shadow:var(--shadow-raised);transform:scale(.98)}.todo-edit-modal{z-index:45;padding:var(--space-4);place-items:center;display:grid;position:fixed;inset:0}.todo-edit-modal__backdrop{background:#3f342d47;position:absolute;inset:0}.todo-edit-card{width:min(42rem,100vw - 2rem);padding:var(--space-5);box-shadow:var(--shadow-raised);animation:.18s todo-edit-open;position:relative;transform:scale(1.03)}.todo-edit-card__header{margin-bottom:var(--space-4)}.todo-edit-card__title{font-family:var(--font-heading);color:#5a4638;font-size:1.8rem}.todo-edit-card__meta{margin-top:var(--space-1);color:var(--text-muted);font-size:.92rem}.todo-edit-grid{gap:var(--space-3);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.todo-edit-field{gap:var(--space-2);flex-direction:column;display:flex}.todo-edit-field--full{grid-column:1/-1}.todo-edit-field>span{color:#6f5f53;font-size:.82rem;font-weight:700}.todo-edit-field>input:not([type=range]),.todo-edit-field>select,.todo-edit-field>textarea{border:1px solid var(--border-subtle);border-radius:var(--radius-m);width:100%;min-height:2.6rem;color:var(--text-main);font:inherit;background:#fff;padding:.52rem .7rem}.todo-edit-field>textarea{resize:vertical}.todo-edit-field>input:not([type=range]):focus,.todo-edit-field>select:focus,.todo-edit-field>textarea:focus{outline-offset:1px;outline:2px solid #c9877159}.todo-edit-slider{gap:var(--space-3);border:1px solid var(--border-subtle);border-radius:var(--radius-l);background:radial-gradient(circle at 8% 0%, #d79f8c1f, transparent 45%), var(--surface);flex-direction:column;padding:.88rem;display:flex}.todo-edit-slider__value{color:#4d3c31;font-size:1.95rem;font-weight:600}.todo-edit-slider__input{--slider-fill:0%;appearance:none;background:linear-gradient(90deg, #c98771d9 var(--slider-fill), #e2d2c5f2 var(--slider-fill));border:0;border-radius:999px;outline:none;width:100%;height:.58rem}.todo-edit-slider__input:focus-visible{box-shadow:0 0 0 3px #c9877140}.todo-edit-slider__input::-webkit-slider-thumb{appearance:none;background:#c98771;border:2px solid #fff3ea;border-radius:50%;width:1.15rem;height:1.15rem;box-shadow:0 6px 14px #7e624d3b}.todo-edit-slider__input::-moz-range-thumb{background:#c98771;border:2px solid #fff3ea;border-radius:50%;width:1.15rem;height:1.15rem;box-shadow:0 6px 14px #7e624d3b}.todo-edit-card__actions{margin-top:var(--space-4);gap:var(--space-3);display:flex}@keyframes todo-task-drop-pop{0%{transform:scale(1)}45%{transform:scale(1.035)}to{transform:scale(1)}}@keyframes todo-edit-open{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1.03)}}.todo-task{padding:var(--space-4);background:radial-gradient(circle at 85% 10%, #d79f8c33, transparent 35%), var(--surface)}.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,.todo-edit-grid{grid-template-columns:1fr}}@media (width<=767px){.todo-edit-card{transform:scale(1)}.todo-edit-card__actions{flex-direction:column}}.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}}.settings-page,.settings-form{gap:var(--space-4);flex-direction:column;display:flex}.settings-section{padding:var(--space-5)}.settings-section__title{font-family:var(--font-heading);color:#5a4638;font-size:1.7rem}.settings-language__description{margin-top:var(--space-2);color:var(--text-muted);font-size:.93rem}.settings-language-grid{margin-top:var(--space-4);gap:var(--space-2);grid-template-columns:repeat(5,minmax(0,1fr));display:grid}.settings-language-option{border-radius:var(--radius-m);border:1px solid var(--border-subtle);background:var(--surface);color:#5a4638;flex-direction:column;justify-content:center;align-items:flex-start;gap:.15rem;padding:.72rem .84rem;transition:border-color .14s,background .14s,transform .14s;display:flex}.settings-language-option:hover{background:#fdf7f0;border-color:#dfc9b8;transform:translateY(-1px)}.settings-language-option.is-active{background:radial-gradient(circle at 94% 6%,#d79f8c33,#0000 38%),#fff8f1;border-color:#cf9a86;box-shadow:0 10px 20px #7e624d1c}.settings-language-option__flag{font-size:1.24rem;line-height:1}.settings-language-option__name{font-weight:700}.settings-language-option__active{color:#8a6250;font-size:.73rem;font-weight:600}.settings-grid{margin-top:var(--space-4);gap:var(--space-3);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.settings-grid--events{grid-template-columns:repeat(3,minmax(0,1fr))}.settings-field{gap:var(--space-2);flex-direction:column;display:flex}.settings-field>span{color:#6f5f53;letter-spacing:.01em;font-size:.85rem;font-weight:700}.settings-field>input{border-radius:var(--radius-m);border:1px solid var(--border-subtle);background:var(--surface);width:100%;min-height:2.72rem;color:var(--text-main);padding:.55rem .78rem}.settings-field>input:focus-visible{outline:2px solid var(--accent-strong);outline-offset:2px}.settings-actions{align-items:center;gap:var(--space-3);flex-wrap:wrap;display:inline-flex}.settings-actions__hint{color:#6f8a76;font-weight:600}@media (width<=1199px){.settings-language-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.settings-grid,.settings-grid--events{grid-template-columns:1fr}}@media (width<=767px){.settings-language-grid{grid-template-columns:1fr}}.vendors-page{gap:var(--space-4);flex-direction:column;display:flex}.vendors-summary{gap:var(--space-4);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.vendors-summary__card{padding:var(--space-4) var(--space-5)}.vendors-summary__label{color:var(--text-muted);font-size:.92rem}.vendors-summary__value{margin-top:var(--space-2);letter-spacing:-.02em;font-size:1.9rem;font-weight:700}.vendors-categories{gap:var(--space-2);padding:var(--space-4);flex-wrap:wrap;display:flex}.vendors-categories__chip{border:1px solid var(--border-subtle);background:var(--surface);color:#68584c;border-radius:999px;min-height:2.3rem;padding:.38rem .82rem;font-weight:600}.vendors-list{gap:var(--space-4);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.vendor-card{padding:var(--space-5)}.vendor-card__head{justify-content:space-between;align-items:flex-start;gap:var(--space-3);display:flex}.vendor-card__name{font-size:1.2rem;font-weight:700}.vendor-card__meta{margin-top:var(--space-1);color:var(--text-muted)}.vendor-card__details{margin-top:var(--space-4);gap:var(--space-3);color:#69594d;flex-wrap:wrap;font-size:.9rem;font-weight:600;display:flex}.vendor-card__actions{margin-top:var(--space-4);gap:var(--space-3);display:flex}@media (width<=1199px){.vendors-summary,.vendors-list{grid-template-columns:1fr}}@media (width<=767px){.vendor-card__actions{flex-direction:column}}
