@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter Fallback;src:local("Arial");ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.00%;size-adjust:107.12%}.__className_f367f3{font-family:Inter,Inter Fallback;font-style:normal}.__variable_f367f3{--font-body:"Inter","Inter Fallback"}:root{--color-primary:#8d724e;--color-primary-hover:#735a3c;--color-secondary:#ab852e;--color-beige:#fbdfbd;--color-highlight-bright:#f3b621;--color-highlight-deep:#a07517;--color-surface:#d5d5d5;--color-bg:#ffffff;--color-text:#1a1a1a;--color-text-muted:#666666;--color-border:#d4d4d8;--color-input-bg:#ffffff;--color-error:#b91c1c;--radius:8px;--button-height:40px;--input-height:40px;--font-body:"Inter",system-ui,-apple-system,"Segoe UI",Roboto,sans-serif}*{box-sizing:border-box}body,html{margin:0;padding:0;background:var(--color-surface);color:var(--color-text);font-family:var(--font-body);font-size:14px;line-height:1.5;font-weight:400;-webkit-font-smoothing:antialiased}h1{font-size:24px}h1,h2{font-weight:600;margin:0 0 8px}h2{font-size:18px}a{color:var(--color-primary);text-decoration:none}a:hover{text-decoration:underline}button{font-family:var(--font-body);font-size:14px;font-weight:500;border-radius:var(--radius);height:var(--button-height);padding:0 16px;cursor:pointer;transition:background .12s,border-color .12s,color .12s}button:disabled{cursor:not-allowed;opacity:.6}.btn-primary{background:var(--color-primary);color:#fff;border:1px solid var(--color-primary)}.btn-primary:hover:not(:disabled){background:var(--color-primary-hover);border-color:var(--color-primary-hover)}.btn-secondary{background:transparent;color:var(--color-primary);border:1px solid var(--color-primary)}.btn-secondary:hover:not(:disabled){background:var(--color-beige)}.btn-link{background:transparent;border:none;color:var(--color-primary);padding:0;height:auto}.btn-link:hover:not(:disabled){text-decoration:underline}.input,.input-group input{width:100%;height:var(--input-height);padding:0 12px;border-radius:var(--radius);border:1px solid var(--color-border);background:var(--color-input-bg);font:inherit;color:var(--color-text);outline:none}.input-group input:focus,.input:focus{border-color:var(--color-primary)}.input-group{position:relative}.input-group .input-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:var(--color-text-muted);pointer-events:none}.input-group input{padding-left:36px}.input-group .input-action{position:absolute;right:8px;top:50%;transform:translateY(-50%);background:transparent;border:none;color:var(--color-text-muted);cursor:pointer;padding:4px;height:auto}.shell{--sidebar-width:224px;--header-height:56px;display:grid;grid-template-columns:var(--sidebar-width) 1fr;grid-template-rows:var(--header-height) 1fr;grid-template-areas:"header header" "sidebar content";min-height:100vh;background:var(--color-surface)}.shell--collapsed{--sidebar-width:64px}.shell__header{grid-area:header;display:flex;align-items:center;gap:12px;padding:0 16px;background:#fff;border-bottom:1px solid var(--color-border);position:-webkit-sticky;position:sticky;top:0;z-index:10}.shell__toggle{background:transparent;border:1px solid var(--color-border);height:36px;width:36px;padding:0;border-radius:var(--radius);color:var(--color-text);font-size:16px}.shell__toggle:hover{background:var(--color-beige)}.shell__brand{display:inline-flex;align-items:center}.shell__spacer{flex:1 1}.shell__sidebar{grid-area:sidebar;background:#fff;border-right:1px solid var(--color-border);padding:12px 8px;overflow-y:auto}.shell__sidebar nav ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:2px}.shell__nav-link{display:flex;align-items:center;gap:12px;padding:9px 12px;border-radius:var(--radius);color:var(--color-text);text-decoration:none;font-weight:500;white-space:nowrap;overflow:hidden}.shell__nav-link:hover{background:var(--color-beige);text-decoration:none}.shell__nav-link.is-active{background:var(--color-primary);color:#fff}.shell__nav-icon{width:20px;height:20px;flex-shrink:0}.shell--collapsed .shell__nav-label{display:none}.shell--collapsed .shell__nav-link{justify-content:center;padding:9px 0}.shell__content{grid-area:content;padding:24px;background:var(--color-surface);min-width:0}.user-menu{position:relative}.user-menu__trigger{display:inline-flex;align-items:center;gap:8px;height:36px;padding:0 10px 0 4px;background:transparent;border:1px solid transparent;border-radius:var(--radius);color:var(--color-text)}.user-menu__trigger:hover{background:var(--color-beige)}.user-menu__avatar{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;background:var(--color-primary);color:#fff;font-size:11px;font-weight:600}.user-menu__name{font-size:13px;font-weight:500}.user-menu__chevron{color:var(--color-text-muted);font-size:10px}.user-menu__pop{position:absolute;right:0;top:calc(100% + 4px);min-width:220px;background:#fff;border:1px solid var(--color-border);border-radius:var(--radius);box-shadow:0 8px 24px rgba(0,0,0,.08);padding:4px;z-index:20}.user-menu__id{padding:10px 12px 8px;border-bottom:1px solid var(--color-border);margin-bottom:4px}.user-menu__id-name{font-weight:600;font-size:13px}.user-menu__id-email{color:var(--color-text-muted);font-size:12px}.user-menu__item{display:block;width:100%;text-align:left;background:transparent;border:none;color:var(--color-text);padding:8px 12px;border-radius:6px;height:auto;font-size:13px;cursor:pointer;text-decoration:none}.user-menu__item:hover{background:var(--color-beige);text-decoration:none}.user-menu__item--danger{color:var(--color-error)}.page-card{background:#fff;padding:24px;box-shadow:0 1px 2px rgba(0,0,0,.04)}.flash,.page-card{border-radius:var(--radius)}.flash{padding:10px 12px;font-size:13px;margin-bottom:16px}.flash--info{background:var(--color-beige);color:var(--color-text)}.flash--error{background:#fde7e7;color:var(--color-error)}.table{width:100%;border-collapse:collapse;font-size:13px}.table td,.table th{text-align:left;padding:10px 12px;border-bottom:1px solid var(--color-border);vertical-align:middle}.table thead th{font-weight:600;color:var(--color-text-muted)}.table tbody tr:hover,.table thead th{background:#fafafa}.table__actions{display:inline-flex;gap:8px;flex-wrap:wrap}.pill{display:inline-flex;align-items:center;padding:2px 8px;border-radius:999px;font-size:12px;font-weight:500;line-height:1.4}.pill--active{background:#dcf6e1;color:#176b35}.pill--waiting{background:#fcf0d3;color:#8a5a05}.pill--deactivated{background:#e5e5e5;color:#555}.toolbar{display:flex;align-items:center;gap:12px;margin-bottom:16px;flex-wrap:wrap}.toolbar .input,.toolbar select{height:36px;font:inherit;border-radius:var(--radius);border:1px solid var(--color-border);background:#fff;padding:0 10px;color:var(--color-text)}.toolbar .input{max-width:320px}.form-row{display:block;margin-bottom:14px}.form-row>span{display:block;margin-bottom:6px;font-weight:500}.form-row select{width:100%;height:var(--input-height);padding:0 10px;border:1px solid var(--color-border);border-radius:var(--radius);background:#fff}.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:0 16px;gap:0 16px}.form-actions{display:flex;gap:12px;align-items:center;margin-top:8px}.muted{color:var(--color-text-muted);font-size:12px}:root{--color-bg-subtle:#fafafa}.modal-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.4);display:flex;align-items:center;justify-content:center;z-index:100}.modal{background:#fff;border-radius:var(--radius);padding:20px;min-width:320px;max-width:480px;box-shadow:0 12px 32px rgba(0,0,0,.16)}.icon-picker__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(44px,1fr));grid-gap:6px;gap:6px;padding:8px;max-height:220px;overflow-y:auto;border:1px solid var(--color-border);border-radius:var(--radius);background:#fafafa}.icon-picker__cell{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border:1px solid transparent;background:#fff;border-radius:6px;cursor:pointer;color:var(--color-text)}.icon-picker__cell:hover{border-color:var(--color-border)}.icon-picker__cell--selected{border-color:var(--color-primary);background:var(--color-beige)}