.panel,.panel *,.panel :after,.panel :before{box-sizing:border-box}.panel{min-height:100vh;display:flex;flex-direction:column;background:#FBF7F0;font-family:Inter,system-ui,sans-serif;color:#18181B}.panel__header{background:#FFFFFF;border-bottom:1px solid #d6d3d1;position:-webkit-sticky;position:sticky;top:0;z-index:50}.panel__header-inner{max-width:1200px;margin:0 auto;padding:0 16px;height:64px;display:flex;align-items:center;justify-content:space-between;gap:12px}.panel__brand{display:inline-flex;align-items:center;gap:10px;text-decoration:none;line-height:1}.panel__brand-mono{font-family:Fraunces,Georgia,serif;font-style:italic;font-weight:700;font-size:26px;letter-spacing:-.03em;color:#C2410C}.panel__brand-divider{display:inline-block;width:1px;height:22px;background:#B89A4E}.panel__brand-word{font-family:Fraunces,Georgia,serif;font-style:italic;font-weight:700;font-size:18px;letter-spacing:-.025em;color:#C2410C}.panel__brand-context{font-family:Inter,sans-serif;font-size:12px;color:#57534E;letter-spacing:.02em;margin-left:4px;display:none}.panel__user{display:flex;align-items:center;gap:16px;font-size:14px}.panel__user-name{color:#57534E;font-weight:500;display:none}@media (min-width:640px){.panel__header-inner{padding:0 24px}.panel__brand-context,.panel__user-name{display:inline}}.panel__logout{font-family:inherit;font-size:13px;font-weight:500;padding:8px 16px;background:transparent;color:#C2410C;border:1px solid #d6d3d1;border-radius:4px;cursor:pointer;transition:all .2s}.panel__logout:hover{border-color:#C2410C;background:#FBF7F0}.panel__main{flex:1 1;max-width:1200px;width:100%;margin:0 auto;padding:40px 24px}.panel__footer{background:#18181B;color:rgba(251,247,240,.5);padding:24px;display:flex;justify-content:space-between;font-size:12px;letter-spacing:.04em}.panel__footer-meta{font-family:Fraunces,serif;font-style:italic;color:#B89A4E}.tenants-grid{display:grid;grid-gap:16px;gap:16px;grid-template-columns:1fr;margin-top:32px}@media (min-width:640px){.tenants-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.tenants-grid{grid-template-columns:repeat(3,1fr)}}.tenant-card{display:block;background:#FFFFFF;border:1px solid #d6d3d1;border-radius:6px;padding:24px;text-decoration:none;color:inherit;transition:border-color .2s,transform .15s}.tenant-card:hover{border-color:#C2410C;transform:translateY(-2px)}.tenant-card__plan{display:inline-block;font-size:11px;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:#B89A4E;margin-bottom:12px}.tenant-card__name{font-family:Fraunces,Georgia,serif;font-style:italic;font-weight:700;font-size:22px;letter-spacing:-.02em;margin:0 0 4px;color:#18181B}.tenant-card__slug{font-size:13px;color:#57534E;margin:0 0 16px;font-family:ui-monospace,monospace}.tenant-card__status{font-size:12px;color:#57534E}.tenant-card__status--active{color:#16A34A}.tenant-card__status--preview{color:#B89A4E}.panel-section{margin-bottom:48px}.panel-section__head{margin-bottom:24px}.panel-section__eyebrow{font-size:11px;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:#57534E;margin:0 0 8px;display:inline-flex;align-items:center;gap:12px}.panel-section__eyebrow:before{content:"";width:24px;height:1px;background:#B89A4E;display:inline-block}.panel-section__title{font-family:Fraunces,Georgia,serif;font-style:italic;font-weight:700;font-size:clamp(28px,4vw,40px);letter-spacing:-.02em;margin:0;color:#18181B}.panel-section__sub{font-size:15px;color:#57534E;margin:8px 0 0;max-width:56ch}.dashboard{display:grid;grid-gap:16px;gap:16px;grid-template-columns:1fr;margin-top:24px}@media (min-width:768px){.dashboard{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.dashboard{grid-template-columns:repeat(3,1fr)}}.dashboard__card{background:#FFFFFF;border:1px solid #d6d3d1;border-radius:6px;padding:24px}.dashboard__card-title{font-family:Fraunces,Georgia,serif;font-style:italic;font-weight:700;font-size:20px;letter-spacing:-.01em;margin:0 0 16px;color:#18181B}.dashboard__card-meta{font-size:14px;color:#57534E;line-height:1.7;margin:0 0 20px}.dashboard__card-meta code{font-family:ui-monospace,monospace;font-size:13px;background:#F5EFE5;padding:2px 6px;border-radius:3px;color:#18181B}.dashboard__status{font-weight:600}.dashboard__status--active{color:#16A34A}.dashboard__status--preview{color:#B89A4E}.dashboard__status--suspended{color:#DC2626}.dashboard__link-btn{display:inline-block;padding:10px 16px;background:#C2410C;color:#FBF7F0;font-size:14px;font-weight:600;text-decoration:none;border-radius:2px;transition:background-color .2s}.dashboard__link-btn:hover{background:#D97757}.dashboard__stats{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:12px}.dashboard__stats li{display:flex;justify-content:space-between;align-items:baseline;padding-bottom:12px;border-bottom:1px solid #f5efe5;font-size:14px}.dashboard__stats li:last-child{border-bottom:0;padding-bottom:0}.dashboard__stats span{color:#57534E}.dashboard__stats strong{font-family:Fraunces,serif;font-style:italic;font-weight:700;font-size:18px;color:#18181B}.dashboard__actions{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:0}.dashboard__actions li{border-bottom:1px solid #f5efe5}.dashboard__actions li:last-child{border-bottom:0}.dashboard__actions a{display:block;padding:14px 0;text-decoration:none;color:#18181B;font-size:15px;font-weight:500;transition:color .2s}.dashboard__actions a:hover{color:#C2410C}.dashboard__action-hint{display:block;font-size:12px;font-weight:400;color:#57534E;margin-top:2px}.panel-empty{background:#FFFFFF;border:1px dashed #d6d3d1;border-radius:6px;padding:48px 32px;text-align:center}.panel-empty p{font-size:15px;color:#57534E;margin:0 0 12px}.panel-empty a{color:#C2410C;text-decoration:underline}.tshell{display:grid;grid-template-columns:minmax(0,1fr);grid-gap:24px;gap:24px}@media (min-width:900px){.tshell{grid-template-columns:240px minmax(0,1fr);align-items:start}}.tshell__nav{position:-webkit-sticky;position:sticky;top:88px}.tshell__role{font-size:12px;color:#57534E;margin:16px 4px 0}.tshell__role strong{color:#C2410C}.tnav__bar{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:8px}.tnav__biz{font-family:Fraunces,Georgia,serif;font-style:italic;font-weight:700;font-size:16px;color:#18181B;margin:0;padding:0 4px}.tnav__backdrop,.tnav__bottom,.tnav__sheet-title{display:none}.tnav__sections{display:block}.tnav__group{margin-bottom:14px}.tnav__group:last-child{margin-bottom:0}.tnav__grouphead{font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#A8A29E;margin:0 0 4px;padding:0 4px}.tnav__list{list-style:none;margin:0;padding:0}.tnav__link{display:block;padding:9px 12px;border-radius:5px;text-decoration:none;border-left:2px solid transparent;transition:background .16s,border-color .16s}.tnav__link:hover{background:#F5EFE5}.tnav__link--active{background:#FFFFFF;border-left-color:#C2410C}.tnav__label{display:block;font-size:14px;font-weight:600;color:#18181B}.tnav__link--active .tnav__label{color:#C2410C}.tnav__hint{display:block;font-size:11px;color:#78716C;margin-top:1px}@media (max-width:899px){.tnav__bar{display:none}.tnav__bottom{display:flex;position:fixed;left:12px;right:12px;bottom:12px;z-index:50;align-items:stretch;justify-content:space-around;gap:2px;padding:7px 8px;border-radius:999px;background:rgba(24,24,27,.72);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border:1px solid rgba(255,255,255,.12);box-shadow:0 10px 30px rgba(0,0,0,.28)}.tnav__tab{flex:1 1;min-width:0;display:flex;flex-direction:column;align-items:center;gap:3px;padding:6px 2px;border:0;background:transparent;cursor:pointer;text-decoration:none;color:rgba(255,255,255,.78);border-radius:16px;font:inherit}.tnav__tab svg{display:block}.tnav__tab-label{max-width:100%;font-size:10px;font-weight:600;line-height:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tnav__tab--active{color:#FFFFFF;background:rgba(255,255,255,.16)}.tnav__sections{display:none}.tnav--open .tnav__sections{display:block;position:fixed;left:12px;right:12px;bottom:86px;z-index:55;max-height:68vh;overflow-y:auto;padding:14px 14px 10px;border-radius:22px;background:rgba(24,24,27,.85);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);border:1px solid rgba(255,255,255,.12);box-shadow:0 16px 44px rgba(0,0,0,.4)}.tnav--open .tnav__sheet-title{display:block;margin:0 4px 10px;font-size:14px;font-weight:700;color:#FFFFFF}.tnav--open .tnav__grouphead{color:rgba(255,255,255,.5)}.tnav--open .tnav__link:hover{background:rgba(255,255,255,.08)}.tnav--open .tnav__link--active{background:rgba(255,255,255,.14);border-left-color:#F59E0B}.tnav--open .tnav__label{color:#FFFFFF}.tnav--open .tnav__hint{color:rgba(255,255,255,.55)}.tnav--open .tshell__role{color:rgba(255,255,255,.6);margin-top:12px}.tnav--open .tshell__role strong{color:#FBBF24}.tnav--open .tnav__backdrop{display:block;position:fixed;inset:0;z-index:54;border:0;padding:0;background:rgba(0,0,0,.4)}.tshell__body{padding-bottom:96px}}.ptable{width:100%;border-collapse:collapse;background:#FFFFFF;border:1px solid #d6d3d1;border-radius:6px;overflow:hidden;font-size:14px}.ptable td,.ptable th{text-align:left;padding:12px 14px;border-bottom:1px solid #f5efe5}.ptable th{font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:#57534E;background:#FBF7F0}.ptable tr:last-child td{border-bottom:0}.ptable td strong{color:#18181B}.pill{display:inline-block;font-size:11px;font-weight:600;padding:3px 9px;border-radius:999px;letter-spacing:.02em}.pill--ok{background:#DCFCE7;color:#15803D}.pill--pending{background:#FEF3C7;color:#92400E}.pill--warn{background:#FFEDD5;color:#C2410C}.pill--err{background:#FEE2E2;color:#B91C1C}.pill--muted{background:#F5EFE5;color:#57534E}.pform{background:#FFFFFF;border:1px solid #d6d3d1;border-radius:6px;padding:24px;max-width:620px}.pform__row{margin-bottom:18px}.pform__row label{display:block;font-size:13px;font-weight:600;color:#18181B;margin-bottom:6px}.pform__hint{font-size:12px;color:#57534E;margin:4px 0 0}.pform input[type=email],.pform input[type=number],.pform input[type=text],.pform select,.pform textarea{width:100%;font-family:inherit;font-size:14px;padding:10px 12px;border:1px solid #d6d3d1;border-radius:4px;background:#FBF7F0;color:#18181B}.pform input:focus,.pform select:focus,.pform textarea:focus{outline:2px solid #C2410C;outline-offset:-1px}.pbtn{display:inline-block;font-family:inherit;font-size:14px;font-weight:600;padding:10px 18px;border-radius:3px;border:1px solid #c2410c;background:#C2410C;color:#FBF7F0;cursor:pointer;text-decoration:none;transition:background .18s}.pbtn:hover{background:#D97757}.pbtn--ghost{background:transparent;color:#C2410C}.pbtn--ghost:hover{background:#FBF7F0}.psteps{list-style:none;margin:0;padding:0;counter-reset:step}.psteps li{position:relative;padding:0 0 20px 44px;border-left:1px solid #e7e0d4;margin-left:14px}.psteps li:last-child{border-left-color:transparent;padding-bottom:0}.psteps li:before{counter-increment:step;content:counter(step);position:absolute;left:-14px;top:-2px;width:28px;height:28px;display:grid;place-items:center;background:#C2410C;color:#FBF7F0;border-radius:999px;font-size:13px;font-weight:700}.psteps strong{display:block;font-size:15px;color:#18181B;margin-bottom:2px}.psteps p{font-size:14px;color:#57534E;margin:0;line-height:1.6}.psteps code{font-family:ui-monospace,monospace;font-size:13px;background:#F5EFE5;padding:2px 6px;border-radius:3px}.pnote{background:#FFFFFF;border:1px solid #d6d3d1;border-left:3px solid #b89a4e;border-radius:6px;padding:16px 18px;font-size:14px;color:#57534E;line-height:1.6;margin:20px 0}.pnote strong{color:#18181B}.pnote--ok{border-left-color:#16A34A}.pnote--warn{border-left-color:#C2410C}.pbadge{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:700;padding:3px 10px 3px 8px;border-radius:999px;border:1px solid;line-height:1}.pbadge:before{content:"";width:8px;height:8px;border-radius:50%;background:currentColor}.pbadge--ok{color:#166534;background:#F0FDF4;border-color:#BBF7D0}.pbadge--warn{color:#9A3412;background:#FFF7ED;border-color:#FED7AA}.pbadge--err{color:#991B1B;background:#FEF2F2;border-color:#FECACA}.sched{display:flex;flex-direction:column;gap:10px;max-width:760px}.sched__row{display:flex;flex-wrap:wrap;align-items:center;gap:12px 16px;border:1px solid #e7e5e4;border-radius:8px;padding:12px 14px;background:#FFFFFF}.sched__row--off{background:#FAFAF9}.sched__day{display:flex;align-items:center;gap:8px;font-weight:600;font-size:14px;color:#18181B;min-width:120px}.sched__day input{width:16px;height:16px}.sched__fields{display:flex;flex-wrap:wrap;align-items:flex-end;gap:10px 14px}.sched__f{display:flex;flex-direction:column;gap:3px;font-size:12px;color:#57534E}.sched__f input,.sched__f select{font:inherit;padding:6px 8px;border:1px solid #d6d3d1;border-radius:6px;background:#FFFFFF}.sched__lunch-toggle{display:flex;align-items:center;gap:6px;font-size:13px;color:#57534E}.sched__closed{color:#A8A29E;font-size:13px}.sched__ok{color:#166534}.sched__err{color:#991B1B}.blocks{gap:14px;max-width:760px}.blocks,.blocks__list{display:flex;flex-direction:column}.blocks__list{list-style:none;margin:0;padding:0;gap:8px}.blocks__row{display:flex;align-items:center;gap:12px;border:1px solid #e7e5e4;border-radius:8px;padding:10px 14px;background:#FFFFFF}.blocks__when{font-weight:600;color:#18181B;font-size:14px}.blocks__reason{color:#57534E;font-size:13px;flex:1 1}.blocks__remove{margin-left:auto;background:none;border:none;color:#B91C1C;font:inherit;font-size:13px;cursor:pointer;padding:0}.blocks__remove:hover{text-decoration:underline}.blocks__form{display:flex;flex-wrap:wrap;align-items:flex-end;gap:10px 14px;border:1px solid #e7e5e4;border-radius:8px;padding:14px;background:#FAFAF9}.blocks__reason-field{flex:1 1;min-width:160px}.blocks__reason-field input{width:100%}.blocks__conflict{border:1px solid #fed7aa;background:#FFF7ED;border-radius:8px;padding:16px 18px}.blocks__conflict-title{margin:0 0 8px;font-weight:700;color:#9A3412;font-size:14px}.blocks__conflict-list{margin:0 0 10px;padding-left:18px;font-size:13px;color:#57534E}.blocks__conflict-list li{margin:2px 0}.blocks__conflict-list strong{color:#18181B}.blocks__conflict-note{margin:0 0 12px;font-size:13px;color:#57534E;line-height:1.5}.blocks__conflict-actions{display:flex;flex-wrap:wrap;gap:10px}.blocks__conflict-item{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:6px 12px;list-style:none;padding:6px 0;border-bottom:1px solid #fde4c8}.blocks__conflict-item:last-child{border-bottom:none}.blocks__conflict-info{font-size:13px;color:#57534E}.blocks__conflict-info strong{color:#18181B}.blocks__conflict-confirm,.blocks__conflict-itemactions{display:inline-flex;align-items:center;gap:10px;font-size:13px;color:#57534E}.blocks__linkbtn{background:none;border:none;padding:0;font:inherit;font-size:13px;color:#C2410C;cursor:pointer;text-decoration:none}.blocks__linkbtn:hover{text-decoration:underline}.blocks__conflict-line{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:6px 12px}.resched{width:100%;margin-top:8px;padding:12px;border:1px solid #e7e5e4;border-radius:8px;background:#FFFFFF;display:flex;flex-direction:column;gap:10px}.resched__loading{margin:0;font-size:13px;color:#57534E}.resched__hint{margin:0;font-size:12px;color:#9A3412}.resched__empty-title{margin:0;font-size:14px;font-weight:700;color:#9A3412}.resched__empty-note{margin:0;font-size:13px;color:#57534E;line-height:1.5}.resched__emptyday{display:flex;flex-direction:column;align-items:flex-start;gap:10px}.resched__firstfree{align-self:flex-start;font:inherit;font-size:13px;color:#166534;background:#F0FDF4;border:1px solid #bbf7d0;border-radius:999px;padding:6px 14px;cursor:pointer;text-align:left}.resched__firstfree strong{color:#14532D}.resched__firstfree:hover{border-color:#16A34A}.resched__firstfree:disabled{opacity:.6;cursor:default}.resched__firstfree{transition:background-color .6s ease,border-color .6s ease}.resched__firstfree--flash{background:#DCFCE7;border-color:#16A34A}.resched__dates{display:flex;flex-wrap:nowrap;gap:8px;overflow-x:auto;scrollbar-width:none;padding-bottom:2px}.resched__dates::-webkit-scrollbar{display:none}.resched__chip{flex:0 0 auto;white-space:nowrap;font:inherit;font-size:12px;padding:6px 12px;border:1px solid #e7e5e4;border-radius:999px;background:#F5F5F4;color:#57534E;cursor:pointer}.resched__chip--active{background:#18181B;color:#fff;border-color:#18181B}.resched__slots{display:grid;grid-template-columns:repeat(auto-fill,minmax(64px,1fr));grid-gap:8px;gap:8px}.resched__slot{font:inherit;font-size:13px;font-weight:600;padding:8px 6px;border:1px solid #d6d3d1;border-radius:6px;background:#fff;color:#18181B;cursor:pointer;text-align:center}.resched__slot:hover{border-color:#C2410C;color:#C2410C}.resched__slot--active{background:#C2410C;color:#fff;border-color:#C2410C}.resched__actions{display:flex;flex-wrap:wrap;gap:10px}.upc{gap:10px;max-width:760px}.upc,.upc__list{display:flex;flex-direction:column}.upc__list{list-style:none;margin:0;padding:0;gap:8px}.upc__row{border:1px solid #e7e5e4;border-radius:8px;padding:12px 14px;background:#FFFFFF}.upc__line{display:flex;justify-content:space-between;gap:8px 12px}.upc__info,.upc__line{flex-wrap:wrap;align-items:center}.upc__info{display:inline-flex;gap:8px;font-size:14px;color:#57534E}.upc__info strong{color:#18181B}.upc__actions{display:inline-flex;align-items:center;gap:10px;font-size:13px;color:#57534E}.poptions{list-style:none;margin:14px 0 0;padding:0;display:grid;grid-gap:14px;gap:14px}.poptions li{padding:0}.poptions .ptag{display:inline-block;font-size:11px;font-weight:700;color:#C2410C;background:#FBF7F0;border-radius:4px;padding:1px 7px;margin-bottom:5px}.poptions strong{display:block;color:#18181B;font-size:14px;margin-bottom:2px}.poptions p{margin:0;font-size:13px;color:#57534E;line-height:1.55}.poptions code{background:#F5F5F4;border:1px solid #e7e5e4;border-radius:4px;padding:1px 5px;font-size:12px}.ptoolbar{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px;flex-wrap:wrap}.ptoolbar__count{font-size:13px;color:#57534E}