@font-face{font-family:Archivo;font-style:normal;font-weight:100 900;font-display:swap;src:url(/business/assets/archivo-latin-var-BVZW89v2.woff2) format("woff2")}:root{--green-900: #05332a;--green-800: #084d3f;--green-700: #0d6b58;--green-600: #0f6b57;--green-200: #a8ddd0;--green-100: #d6ede6;--green-50: #eef6f3;--terra-900: #7a3618;--terra-700: #b4542e;--terra-500: #d97a51;--terra-100: #faeae0;--paper: #faf7f0;--paper-2: #f2eee1;--surface: #ffffff;--ink-900: #161513;--ink-800: #2b2923;--ink-700: #4a463d;--ink-600: #6f6a5e;--ink-500: #8a8577;--ink-300: #c9c3b4;--ink-200: #d9d4c7;--ink-100: #e4ddcb;--primary: #0d6b58;--primary-dark: #084d3f;--accent: #b4542e;--error: #d32f2f;--error-bg: #fce8e8;--warning: #b26a00;--warning-bg: #fbf0dd;--success: #2e7d46;--success-bg: #e3f1e7;--info-bg: #e7eff5;--info-fg: #1e6fa6;--sp-xs: 4px;--sp-sm: 8px;--sp-md: 12px;--sp-lg: 16px;--sp-xl: 24px;--sp-xxl: 32px;--r-sm: 8px;--r-md: 12px;--r-lg: 16px;--r-pill: 999px;--phone-max: 520px;--tabbar-h: 60px;--topbar-h: 52px;--safe-bottom: env(safe-area-inset-bottom, 0px);--font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";color-scheme:light}*,*:before,*:after{box-sizing:border-box}*{margin:0}html,body,#root{height:100%}body{font-family:var(--font);background:var(--ink-100);color:var(--ink-900);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;line-height:1.4}button,input,textarea,select{font:inherit;color:inherit}button{cursor:pointer;border:none;background:none}a{color:var(--primary);text-decoration:none}img{max-width:100%;display:block}:focus-visible{outline:2px solid var(--green-700);outline-offset:2px}#root{display:flex;justify-content:center}.app-frame{width:100%;max-width:var(--phone-max);min-height:100%;background:var(--paper);display:flex;flex-direction:column;position:relative;box-shadow:0 0 40px #0000000f}.t-hero{font-size:30px;line-height:1.2;font-weight:700;color:var(--ink-900)}.t-title{font-size:22px;line-height:1.27;font-weight:700;color:var(--ink-900)}.t-section{font-size:17px;line-height:1.3;font-weight:600;color:var(--ink-900)}.t-body{font-size:15px;line-height:1.4;color:var(--ink-800)}.t-body-strong{font-size:15px;line-height:1.4;font-weight:600;color:var(--ink-900)}.t-meta{font-size:13px;line-height:1.3;color:var(--ink-600)}.t-eyebrow{font-size:11px;line-height:1.3;font-weight:700;letter-spacing:1px;text-transform:uppercase;color:var(--ink-500)}.topbar{position:sticky;top:0;z-index:20;min-height:var(--topbar-h);padding:var(--sp-sm) var(--sp-lg);padding-top:max(var(--sp-sm),env(safe-area-inset-top,0px));display:flex;align-items:center;justify-content:space-between;gap:var(--sp-md);background:var(--paper);border-bottom:1px solid var(--ink-200)}.topbar__title{font-size:20px;font-weight:700;color:var(--ink-900)}.topbar__action{color:var(--ink-700);border-radius:var(--r-pill);min-width:40px;min-height:40px;display:inline-flex;align-items:center;justify-content:center;font-size:13px;font-weight:600}.topbar__action:active{background:var(--paper-2)}.content{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:var(--sp-lg);padding-bottom:calc(var(--tabbar-h) + var(--safe-bottom) + var(--sp-xl));display:flex;flex-direction:column;gap:var(--sp-md)}.content--flush{padding-left:0;padding-right:0}.tabbar{position:sticky;bottom:0;z-index:20;height:calc(var(--tabbar-h) + var(--safe-bottom));padding-bottom:var(--safe-bottom);display:flex;background:var(--paper);border-top:1px solid var(--ink-200)}.tabbar__item{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;color:var(--ink-500);font-size:11px;font-weight:600;min-height:44px}.tabbar__item--active{color:var(--green-700)}.tabbar__icon{font-size:20px;line-height:1}.btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--sp-sm);width:100%;min-height:48px;padding:0 var(--sp-lg);border-radius:var(--r-md);font-size:16px;font-weight:700;transition:opacity .12s ease,background .12s ease}.btn:active{opacity:.85}.btn:disabled{opacity:.5;cursor:default}.btn--primary{background:var(--primary);color:#fff}.btn--secondary{background:var(--green-100);color:var(--green-800)}.btn--ghost{background:transparent;color:var(--ink-700);border:1px solid var(--ink-200)}.btn--danger{background:var(--error-bg);color:var(--error)}.btn--sm{width:auto;min-height:40px;font-size:14px;padding:0 var(--sp-md)}.text-btn{background:none;color:var(--primary);font-size:15px;font-weight:600;padding:var(--sp-sm);min-height:44px}.text-btn--muted{color:var(--ink-500)}.field{display:flex;flex-direction:column;gap:var(--sp-xs);margin-bottom:var(--sp-md)}.field__label{font-size:15px;font-weight:600;color:var(--ink-900)}.field__hint{font-size:13px;color:var(--ink-500)}.field__input,.field__textarea{width:100%;min-height:48px;padding:var(--sp-md);background:var(--surface);border:1px solid var(--ink-200);border-radius:var(--r-md);font-size:16px;color:var(--ink-900)}.field__textarea{min-height:96px;resize:vertical;line-height:1.4}.field__input::placeholder,.field__textarea::placeholder{color:var(--ink-300)}.field__input:focus,.field__textarea:focus{outline:none;border-color:var(--green-700);box-shadow:0 0 0 3px var(--green-50)}.field__input:disabled,.field__textarea:disabled{background:var(--paper-2);color:var(--ink-700)}.field__row{display:flex;align-items:center}.field__adorn{margin-left:auto;font-size:13px;font-weight:600;color:var(--primary);padding:var(--sp-sm)}.card{background:var(--surface);border:1px solid var(--ink-200);border-radius:var(--r-md);padding:var(--sp-md)}.list-row{display:flex;align-items:center;gap:var(--sp-md);background:var(--surface);border:1px solid var(--ink-200);border-radius:var(--r-md);padding:var(--sp-md);width:100%;text-align:left}.list-row:active{opacity:.85}.list-row__thumb{width:56px;height:56px;flex:none;border-radius:var(--r-sm);background:var(--paper-2);display:flex;align-items:center;justify-content:center;overflow:hidden;font-size:24px;color:var(--ink-300)}.list-row__thumb img{width:100%;height:100%;object-fit:cover}.list-row__body{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.list-row__chev{color:var(--ink-300);font-size:20px;flex:none}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.info-row{display:flex;justify-content:space-between;gap:var(--sp-md);padding:var(--sp-sm) 0;border-bottom:1px solid var(--ink-100)}.info-row:last-child{border-bottom:none}.info-row__label{font-size:13px;color:var(--ink-500);flex:none}.info-row__value{font-size:15px;color:var(--ink-900);text-align:right;min-width:0;overflow-wrap:anywhere}.info-row__value--empty{color:var(--ink-300)}.badge{display:inline-block;align-self:flex-start;padding:2px var(--sp-sm);border-radius:var(--r-sm);font-size:10px;font-weight:700;letter-spacing:.6px;text-transform:uppercase}.badge--draft{background:var(--ink-100);color:var(--ink-600)}.badge--published{background:var(--success-bg);color:var(--success)}.badge--archived{background:var(--paper-2);color:var(--ink-500)}.badge--removed{background:var(--error-bg);color:var(--error)}.segmented{display:flex;gap:var(--sp-xs);padding:var(--sp-xs);background:var(--paper-2);border-radius:var(--r-pill)}.segmented__item{flex:1;min-height:40px;border-radius:var(--r-pill);font-size:14px;font-weight:600;color:var(--ink-600)}.segmented__item--active{background:var(--surface);color:var(--green-800);box-shadow:0 1px 3px #00000014}.banner{padding:var(--sp-md);border-radius:var(--r-md);font-size:14px;line-height:1.4}.banner--error{background:var(--error-bg);color:var(--error)}.banner--warning{background:var(--warning-bg);color:var(--warning)}.banner--info{background:var(--info-bg);color:var(--info-fg)}.banner--success{background:var(--success-bg);color:var(--success)}.state{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--sp-md);text-align:center;padding:var(--sp-xxl) var(--sp-lg);color:var(--ink-500);min-height:200px}.state__emoji{font-size:40px}.spinner{width:26px;height:26px;border:3px solid var(--ink-200);border-top-color:var(--green-700);border-radius:50%;animation:spin .7s linear infinite}.spinner--sm{width:16px;height:16px;border-width:2px}.spinner--btn{border-color:#fff6;border-top-color:#fff}@keyframes spin{to{transform:rotate(360deg)}}.login{padding:var(--sp-xxl) var(--sp-lg);padding-top:max(var(--sp-xxl),calc(env(safe-area-inset-top,0px) + var(--sp-xxl)));display:flex;flex-direction:column;gap:var(--sp-md);min-height:100%}.login__brand{font-size:11px;font-weight:700;letter-spacing:1px;text-transform:uppercase;color:var(--primary);margin-bottom:var(--sp-sm)}.biz-cover{position:relative;margin:0 calc(-1 * var(--sp-lg)) var(--sp-lg)}.biz-cover__img{width:100%;height:150px;object-fit:cover;background:var(--paper-2)}.biz-cover__logo{position:absolute;bottom:-18px;left:var(--sp-lg);width:64px;height:64px;border-radius:var(--r-md);object-fit:cover;border:2px solid var(--paper);background:var(--paper-2)}.row{display:flex;gap:var(--sp-md)}.row--wrap{flex-wrap:wrap}.stack{display:flex;flex-direction:column;gap:var(--sp-md)}.divider{height:1px;background:var(--ink-100);margin:var(--sp-md) 0}.chip{display:inline-block;padding:4px var(--sp-md);border-radius:var(--r-pill);background:var(--paper-2);color:var(--ink-700);font-size:13px;font-weight:600}.error-text{color:var(--error);font-size:13px}.muted{color:var(--ink-500)}.accent{color:var(--accent)}.chips{display:flex;flex-wrap:wrap;gap:var(--sp-sm)}.chip-btn{min-height:40px;padding:6px var(--sp-md);border-radius:var(--r-pill);background:var(--paper-2);color:var(--ink-700);font-size:14px;font-weight:600;border:1.5px solid transparent}.chip-btn--active{background:var(--green-100);color:var(--green-800);border-color:var(--green-700)}.chip-btn:active{transform:scale(.97)}.field__select{width:100%;min-height:48px;padding:0 var(--sp-md);border:1.5px solid var(--ink-200);border-radius:var(--r-md);background:var(--surface);font-size:16px;color:var(--ink-900);appearance:auto}.field__select:focus{outline:none;border-color:var(--green-700)}.field__error{font-size:12px;color:var(--error);margin-top:2px}.autosave{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:600;color:var(--ink-500)}.autosave--saved{color:var(--success)}.autosave--error{color:var(--error)}.editor-head{display:flex;align-items:center;justify-content:space-between;gap:var(--sp-md)}.fab{position:absolute;right:var(--sp-lg);bottom:calc(var(--tabbar-h) + var(--safe-bottom) + var(--sp-lg));min-height:52px;padding:0 var(--sp-xl);border-radius:var(--r-pill);background:var(--primary);color:#fff;font-size:15px;font-weight:700;box-shadow:0 4px 14px #05332a59;z-index:30}.fab:active{background:var(--primary-dark)}.sheet-backdrop{position:absolute;inset:0;background:#14141073;z-index:40;animation:fade-in .15s ease-out}.sheet{position:absolute;left:0;right:0;bottom:0;z-index:41;background:var(--surface);border-radius:var(--r-lg) var(--r-lg) 0 0;padding:var(--sp-sm) var(--sp-lg) calc(var(--sp-lg) + var(--safe-bottom));max-height:85%;overflow-y:auto;animation:sheet-up .2s ease-out}.sheet__handle{width:36px;height:4px;border-radius:2px;background:var(--ink-200);margin:4px auto var(--sp-md)}.sheet__title{font-size:17px;font-weight:700;color:var(--ink-900);margin-bottom:var(--sp-md)}@keyframes sheet-up{0%{transform:translateY(40px);opacity:.6}to{transform:translateY(0);opacity:1}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.toast-stack{position:absolute;left:var(--sp-lg);right:var(--sp-lg);bottom:calc(var(--tabbar-h) + var(--safe-bottom) + var(--sp-lg));display:flex;flex-direction:column;gap:var(--sp-sm);z-index:60;pointer-events:none}.toast{pointer-events:auto;padding:var(--sp-md) var(--sp-lg);border-radius:var(--r-md);font-size:14px;font-weight:600;color:#fff;background:var(--ink-800);box-shadow:0 4px 14px #00000040;animation:sheet-up .2s ease-out}.toast--error{background:var(--error)}.toast--success{background:var(--success)}.media-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--sp-sm)}.media-tile{position:relative;aspect-ratio:1;border-radius:var(--r-md);overflow:hidden;background:var(--paper-2);display:flex;align-items:center;justify-content:center}.media-tile img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.media-tile__add{border:2px dashed var(--ink-200);background:var(--surface);color:var(--ink-500);font-size:13px;font-weight:600;flex-direction:column;gap:4px;display:flex;align-items:center;justify-content:center;width:100%;height:100%;border-radius:var(--r-md)}.media-tile__add:active{border-color:var(--green-700);color:var(--green-700)}.media-tile__badge{position:absolute;top:6px;left:6px;z-index:2;padding:2px 8px;border-radius:var(--r-pill);background:#141410a6;color:#fff;font-size:10px;font-weight:700;letter-spacing:.4px;text-transform:uppercase}.media-tile__overlay{position:absolute;inset:0;z-index:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;background:#fff9;font-size:12px;font-weight:600;color:var(--ink-700);text-align:center;padding:var(--sp-sm)}.media-tile__overlay--error{background:#fce8e8d9;color:var(--error)}.media-tile__actions{position:absolute;bottom:4px;left:4px;right:4px;z-index:2;display:flex;justify-content:space-between;gap:4px}.media-tile__action{min-width:30px;min-height:30px;border-radius:var(--r-sm);background:#14141099;color:#fff;font-size:14px;line-height:1;display:flex;align-items:center;justify-content:center}.media-tile__action:disabled{opacity:.35}.media-tile__video-ph{font-size:28px}.progress-track{width:70%;height:4px;border-radius:2px;background:var(--ink-200);overflow:hidden}.progress-track__fill{height:100%;background:var(--green-700);transition:width .2s}.stat-row{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--sp-sm)}.stat{background:var(--paper-2);border-radius:var(--r-md);padding:var(--sp-sm);text-align:center}.stat__num{font-size:20px;font-weight:800;color:var(--green-800)}.stat__label{font-size:11px;color:var(--ink-500);margin-top:2px}.code-row{display:flex;align-items:center;gap:var(--sp-md);padding:var(--sp-sm) 0;border-bottom:1px solid var(--ink-100)}.code-row:last-child{border-bottom:none}.code-row__code{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:15px;font-weight:700;letter-spacing:1px;color:var(--ink-900)}.field-pair{display:grid;grid-template-columns:1fr 1fr;gap:var(--sp-md)}.tos-check{display:flex;align-items:flex-start;gap:var(--sp-md);padding:var(--sp-md);border-radius:var(--r-md);background:var(--paper-2);cursor:pointer}.tos-check input{width:20px;height:20px;margin-top:1px;accent-color:var(--green-700)}:root{--desk: #efeadd;--terra-pressed: #f0d8c8;--shell-font: "Archivo", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif}body:has(.shell-layout){background:var(--desk)}.app-frame:has(.shell-layout){width:100%;max-width:430px;min-height:100vh;border-right:2px solid var(--ink-900);border-left:2px solid var(--ink-900);box-shadow:none}.shell-layout{display:flex;flex:1;flex-direction:column;width:100%;height:100dvh;min-height:100vh;overflow:hidden;background:var(--paper);color:var(--ink-900);font-family:var(--shell-font)}.shell-layout .topbar{position:static;z-index:auto;flex:none;min-height:0;padding:18px 20px;gap:12px;background:var(--paper);border-bottom:2px solid var(--ink-900)}.topbar__title-block{display:flex;min-width:0;flex-direction:column;gap:2px}.shell-layout .topbar__kicker{color:var(--terra-700);font-size:10px;font-weight:700;letter-spacing:.14em;line-height:1.4;text-transform:uppercase}.shell-layout .topbar__title,.shell-backbar__title{overflow:hidden;color:var(--ink-900);font-size:20px;font-weight:800;letter-spacing:-.01em;line-height:1.1;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.shell-layout .topbar__action,.shell-icon-button{display:inline-flex;width:44px;min-width:44px;height:44px;min-height:44px;align-items:center;justify-content:center;padding:0;border:2px solid var(--ink-900);border-radius:0;background:transparent;color:var(--ink-900)}.shell-layout .topbar__action:hover,.shell-icon-button:hover{background:var(--green-100)}.shell-layout .topbar__action:active,.shell-icon-button:active{background:var(--green-200)}.shell-content{display:flex;min-height:0;flex:1;flex-direction:column;overflow-y:auto;-webkit-overflow-scrolling:touch}.shell-page{display:flex;min-height:100%;flex:1;flex-direction:column}.shell-page>.banner{margin:20px;border-radius:0}.shell-kill-switch{flex:none;padding:14px 20px;border-bottom:2px solid var(--ink-900);background:var(--terra-700);color:var(--paper);font-size:12px;font-weight:700;letter-spacing:.1em;line-height:1.4;text-transform:uppercase}.shell-layout .tabbar{position:static;z-index:auto;display:grid;height:auto;flex:none;grid-template-columns:repeat(auto-fit,minmax(0,1fr));padding:0;border-top:2px solid var(--ink-900);background:var(--paper)}.shell-layout .tabbar__item{display:flex;min-width:0;min-height:0;align-items:flex-start;justify-content:flex-start;gap:5px;padding:12px 14px 14px;border-right:2px solid var(--ink-900);color:var(--ink-600);font-size:11px;font-weight:700;letter-spacing:.08em;line-height:1.2;text-transform:uppercase}.shell-layout .tabbar__item:last-child{border-right:0}.shell-layout .tabbar__item:hover:not(.tabbar__item--active){background:var(--green-100)}.shell-layout .tabbar__item:active:not(.tabbar__item--active){background:var(--green-200)}.shell-layout .tabbar__item--active{background:var(--green-700);color:var(--paper)}.shell-layout .tabbar__icon{width:17px;height:17px;flex:none;font-size:inherit;line-height:inherit}.shell-button{display:flex;width:100%;align-items:center;gap:10px;justify-content:flex-start;padding:12px 16px;border:2px solid var(--ink-900);border-radius:0;font-size:12px;font-weight:700;letter-spacing:.1em;line-height:1.4;text-align:left;text-transform:uppercase}.shell-button svg{flex:none;margin-left:auto}.shell-button:disabled{cursor:default;opacity:.5}.shell-button--secondary{background:transparent;color:var(--ink-900)}.shell-button--secondary:hover:not(:disabled){background:var(--green-100)}.shell-button--secondary:active:not(:disabled){background:var(--green-200)}.shell-button--primary{padding:14px 16px;border-color:var(--green-700);background:var(--green-700);color:var(--paper)}.shell-button--primary:hover:not(:disabled){border-color:var(--green-800);background:var(--green-800)}.shell-button--primary:active:not(:disabled){border-color:var(--green-900);background:var(--green-900)}.shell-primary-wrap{margin-top:auto;padding:20px}.shell-readonly-notice{margin-top:10px;padding:12px 16px;border:2px solid var(--ink-900);background:var(--paper-2);color:var(--ink-700);font-size:12px;line-height:1.4}.shell-section-label,.shell-box__heading{color:var(--ink-500);font-size:11px;font-weight:700;letter-spacing:.14em;line-height:1.4;text-transform:uppercase}.shell-segmented{display:grid;width:100%;grid-template-columns:repeat(auto-fit,minmax(0,1fr));border:0;border-bottom:2px solid var(--ink-900)}.shell-segmented__item{min-width:0;padding:12px 14px;border-right:1px solid var(--ink-200);background:transparent;color:var(--ink-600);font-size:11px;font-weight:700;letter-spacing:.1em;line-height:1.4;text-align:left;text-transform:uppercase}.shell-segmented__item:last-child{border-right:0}.shell-segmented__item:hover:not(.shell-segmented__item--active){background:var(--green-100)}.shell-segmented__item--active{background:var(--ink-900);color:var(--paper)}.shell-empty-state{padding:48px 20px;text-align:left}.shell-empty-state__title{color:var(--ink-900);font-size:22px;font-weight:800;letter-spacing:-.01em;line-height:1.15;text-transform:uppercase}.shell-empty-state__copy{margin-top:6px;color:var(--ink-600);font-size:13px;line-height:1.4}.shell-info-row{display:grid;grid-template-columns:110px minmax(0,1fr);gap:12px;padding:11px 0;border-bottom:1px solid var(--ink-200);font-size:13px;line-height:1.4}.shell-info-row:last-child{border-bottom:0}.shell-info-row__label{padding-top:1px;color:var(--ink-600);font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.shell-info-row__value{min-width:0;overflow-wrap:anywhere;color:var(--ink-900)}.shell-status,.shell-role-chip{display:inline-block;flex:none;padding:4px 8px;border-radius:0;font-size:10px;font-weight:700;letter-spacing:.1em;line-height:1.3;text-transform:uppercase}.shell-status--live{background:var(--green-200);color:var(--green-900)}.shell-status--draft{background:var(--ink-100);color:var(--ink-700)}.shell-status--ended,.shell-status--archived{background:var(--paper-2);color:var(--ink-500)}.shell-status--removed,.shell-status--inactive{background:var(--terra-100);color:var(--terra-900)}.shell-box{border:2px solid var(--ink-900);background:transparent}.shell-box>.shell-info-row{padding:12px 16px}.shell-business__cover{position:relative;display:flex;height:150px;flex:none;align-items:flex-end;border-bottom:2px solid var(--ink-900);background:var(--green-900)}.shell-business__cover-image,.shell-business__cover-pattern{position:absolute;inset:0;width:100%;height:100%}.shell-business__cover-image{object-fit:cover;filter:grayscale(1)}.shell-business__cover-pattern{background:repeating-linear-gradient(90deg,transparent 0 26px,var(--green-200) 26px 28px);opacity:.25}.shell-business__cover-image+.shell-business__cover-pattern{opacity:.12}.shell-business__logo{position:relative;display:flex;width:72px;height:72px;flex:none;align-items:center;justify-content:center;margin:0 0 -2px 20px;overflow:hidden;border:2px solid var(--ink-900);background:var(--paper);color:var(--green-700);font-size:26px;font-weight:800}.shell-business__logo img{width:100%;height:100%;object-fit:cover;filter:grayscale(1)}.shell-business__body{display:flex;flex-direction:column;gap:8px;padding:20px}.shell-business__name{color:var(--ink-900);font-size:28px;font-weight:800;letter-spacing:-.02em;line-height:1.05}.shell-business__category{color:var(--green-700);font-size:11px;font-weight:700;letter-spacing:.12em;line-height:1.4;text-transform:uppercase}.shell-business__description{margin-top:6px;color:var(--ink-700);font-size:14px;line-height:1.5;text-wrap:pretty}.shell-business__body .shell-button{margin-top:10px}.shell-business__info{padding:16px 20px 6px;border-top:2px solid var(--ink-900)}.shell-business__info .shell-section-label{margin-bottom:6px}.shell-list{display:flex;flex-direction:column}.shell-list-row{display:flex;width:100%;align-items:center;gap:14px;padding:14px 20px;border:0;border-bottom:1px solid var(--ink-200);background:transparent;color:var(--ink-900);text-align:left}.shell-list-row:hover{background:var(--paper-2)}.shell-list-row:active{background:var(--ink-100)}.shell-list-row__thumb{display:flex;width:48px;height:48px;flex:none;align-items:center;justify-content:center;overflow:hidden;color:var(--paper);font-size:15px;font-weight:800;letter-spacing:.05em}.shell-list-row__thumb--event{background:var(--green-900)}.shell-list-row__thumb--activity{background:var(--terra-700)}.shell-list-row__thumb img{width:100%;height:100%;object-fit:cover;filter:grayscale(1)}.shell-list-row__body{display:flex;min-width:0;flex:1;flex-direction:column;gap:3px}.shell-list-row__title,.shell-list-row__meta{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.shell-list-row__title{color:var(--ink-900);font-size:15px;font-weight:700;line-height:1.3}.shell-list-row__meta{color:var(--ink-500);font-size:11px;font-weight:600;letter-spacing:.08em;line-height:1.35;text-transform:uppercase}.shell-list-row__chevron{flex:none;color:var(--ink-500)}.shell-member-row{display:flex;width:100%;align-items:center;gap:14px;padding:14px 20px;border:0;border-bottom:1px solid var(--ink-200);background:transparent;color:var(--ink-900);text-align:left}.shell-member-row__avatar{display:flex;width:44px;height:44px;flex:none;align-items:center;justify-content:center;border:2px solid var(--ink-900);color:var(--green-700);font-size:14px;font-weight:800}.shell-member-row__body{display:flex;min-width:0;flex:1;flex-direction:column;gap:2px}.shell-member-row__name,.shell-member-row__meta{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.shell-member-row__name{font-size:15px;font-weight:700}.shell-member-row__meta{color:var(--ink-500);font-size:12px}.shell-role-chip--staff{background:var(--ink-100);color:var(--ink-700)}.shell-role-chip--inactive{background:var(--terra-100);color:var(--terra-900)}.shell-team__codes{padding:20px 20px 0;border-top:2px solid var(--ink-900)}.shell-team__code-stack{display:flex;flex-direction:column;gap:12px}.shell-box__heading{padding:10px 12px;border-bottom:1px solid var(--ink-200)}.shell-box__empty{padding:12px;color:var(--ink-500);font-size:13px}.shell-code-row{display:flex;align-items:center;gap:8px;padding:10px 12px;border-bottom:1px solid var(--ink-200)}.shell-code-row:last-child{border-bottom:0}.shell-code-row__body{display:flex;min-width:0;flex:1;flex-direction:column}.shell-code-row__code{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:14px;font-weight:700;letter-spacing:.08em}.shell-code-row__code--muted{opacity:.5}.shell-code-row__meta{overflow:hidden;color:var(--ink-500);font-size:11px;text-overflow:ellipsis;white-space:nowrap}.shell-team .text-btn{min-height:36px;padding:6px;font-size:12px}.shell-backbar{display:flex;flex:none;align-items:center;gap:12px;padding:18px 20px;border-bottom:2px solid var(--ink-900);background:var(--paper)}.shell-settings-content{min-height:0;flex:1;padding:20px;overflow-y:auto;-webkit-overflow-scrolling:touch}.shell-settings{display:flex;flex-direction:column;gap:24px}.shell-settings .shell-section-label{margin-bottom:10px}.shell-settings__language{border:2px solid var(--ink-900)}.shell-settings__language .shell-segmented{border-bottom:0}.shell-settings__form-box{padding:16px}.shell-settings__form-box .field__input,.shell-settings__form-box .field__textarea,.shell-settings__form-box .field__select,.shell-settings__form-box .btn{border-radius:0;box-shadow:none}.shell-settings__form-box .btn{justify-content:flex-start;border:2px solid var(--ink-900);font-size:12px;letter-spacing:.08em;text-transform:uppercase}.shell-settings__form-box .btn--primary{border-color:var(--green-700)}.shell-button--logout{padding:14px 16px;border-color:var(--terra-700);background:transparent;color:var(--terra-900)}.shell-button--logout:hover:not(:disabled){background:var(--terra-100)}.shell-button--logout:active:not(:disabled){background:var(--terra-pressed)}@media(max-width:360px){.shell-layout .tabbar__item{padding-right:10px;padding-left:10px}.shell-list-row,.shell-member-row{gap:10px;padding-right:14px;padding-left:14px}.shell-info-row{grid-template-columns:96px minmax(0,1fr)}}:root{--desk: #e9e4d6;--terra-invited: #f6e3d6}.shell-layout{--r-sm: 0;--r-md: 0;--r-lg: 0;--r-pill: 0}.shell-layout .card,.shell-layout .btn,.shell-layout .banner,.shell-layout .chip,.shell-layout .chip-btn,.shell-layout .field__input,.shell-layout .field__textarea,.shell-layout .field__select,.shell-layout .sheet,.shell-layout .toast{border-radius:0;box-shadow:none}.shell-layout .field__input:focus,.shell-layout .field__textarea:focus,.shell-layout .field__select:focus{box-shadow:none}.shell-layout .sheet__handle{border-radius:0}.shell-chrome{display:flex;flex:none;flex-direction:column;background:var(--paper)}.shell-brand-strip{display:flex;align-items:stretch;border-bottom:2px solid var(--ink-900)}.shell-brand-strip__brand{display:flex;min-width:0;flex:1;align-items:center;gap:8px;padding:10px 20px;color:var(--ink-900);font-size:11px;font-weight:800;letter-spacing:.22em;line-height:1.35;text-transform:uppercase;white-space:nowrap}.shell-brand-strip__mark{width:10px;height:10px;flex:none;background:var(--terra-700)}.shell-brand-strip__clock{display:flex;align-items:center;padding:0 20px;border-left:2px solid var(--ink-900);color:var(--ink-600);font-size:11px;font-variant-numeric:tabular-nums;font-weight:700;letter-spacing:.12em;line-height:1}.shell-brand-strip__action,.shell-brand-strip__back{display:flex;width:48px;min-width:48px;align-items:center;justify-content:center;padding:0;border:0;border-radius:0;background:transparent;color:var(--ink-900)}.shell-brand-strip__action{border-left:2px solid var(--ink-900)}.shell-brand-strip__back{border-right:2px solid var(--ink-900)}.shell-brand-strip__action:hover,.shell-brand-strip__back:hover{background:var(--ink-900);color:var(--paper)}.shell-brand-strip__action:active,.shell-brand-strip__back:active{background:var(--green-900);color:var(--paper)}.shell-brand-strip--settings .shell-brand-strip__brand{padding-right:16px;padding-left:16px}.shell-masthead{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;padding:22px 20px 16px;border-bottom:2px solid var(--ink-900);background:var(--paper)}.shell-masthead__title{min-width:0;color:var(--ink-900);font-size:42px;font-weight:900;letter-spacing:-.035em;line-height:.92;text-transform:uppercase;text-wrap:balance}.shell-masthead__index{flex:none;padding-bottom:4px;color:var(--terra-700);font-size:13px;font-variant-numeric:tabular-nums;font-weight:800;line-height:1;white-space:nowrap}.shell-masthead__index span{color:var(--ink-300)}.shell-content{background:var(--paper)}.shell-page{min-height:100%}@keyframes shell-kill-tick{0%,to{opacity:1}50%{opacity:0}}.shell-kill-switch{display:flex;align-items:center;gap:10px;padding:12px 20px;color:var(--paper);font-size:11px;font-weight:800;letter-spacing:.14em}.shell-kill-switch:before{width:8px;height:8px;flex:none;background:var(--paper);content:"";animation:shell-kill-tick 1.2s step-end infinite}.shell-layout .tabbar{grid-template-columns:repeat(auto-fit,minmax(0,1fr));border-top-color:var(--ink-900)}.shell-layout .tabbar__item{gap:3px;padding:12px 14px 14px;color:var(--ink-900);font-size:11px;font-weight:800;letter-spacing:.1em;line-height:1.2}.shell-layout .tabbar__item:hover:not(.tabbar__item--active){background:var(--paper-2)}.shell-layout .tabbar__item:active:not(.tabbar__item--active){background:var(--ink-100)}.shell-layout .tabbar__item--active{background:var(--ink-900);color:var(--paper)}.tabbar__index{color:var(--ink-300);font-size:10px;font-variant-numeric:tabular-nums;font-weight:900;letter-spacing:0}.tabbar__item--active .tabbar__index{color:var(--terra-700)}.shell-segmented{display:flex;width:100%;gap:8px;padding:14px 20px;overflow-x:auto;border-bottom:2px solid var(--ink-900);scrollbar-width:none}.shell-segmented::-webkit-scrollbar{display:none}.shell-segmented__item{min-width:max-content;flex:none;padding:9px 14px;border:2px solid var(--ink-300);background:transparent;color:var(--ink-700);font-size:11px;font-weight:800;letter-spacing:.12em;line-height:1.2;text-transform:uppercase}.shell-segmented__item:last-child{border-right:2px solid var(--ink-300)}.shell-segmented__item:hover:not(.shell-segmented__item--active){border-color:var(--ink-900);background:transparent}.shell-segmented__item--active,.shell-segmented__item--active:last-child{border-color:var(--ink-900);background:var(--ink-900);color:var(--paper)}.shell-empty-state{padding:56px 20px}.shell-empty-state__title{max-width:250px;font-size:30px;font-weight:900;letter-spacing:-.02em;line-height:.95}.shell-empty-state__copy{max-width:240px;margin-top:10px;color:var(--ink-600)}.shell-section-label,.shell-box__heading{color:var(--terra-700);font-size:10px;font-weight:800;letter-spacing:.2em}.shell-info-row{grid-template-columns:96px minmax(0,1fr);gap:14px;padding:12px 0;border-bottom-color:var(--ink-200);font-size:13px;align-items:baseline}.shell-info-row__label{padding:0;color:var(--ink-500);font-size:10px;font-weight:800;letter-spacing:.1em}.shell-info-row__value{color:var(--ink-900);font-weight:500}.shell-info-row__value--empty{color:var(--ink-300)}.shell-status,.shell-role-chip{padding:5px 9px;font-weight:800;letter-spacing:.12em}.shell-status--draft,.shell-role-chip--staff{background:var(--ink-100);color:var(--ink-700)}.shell-status--ended,.shell-status--archived{border:1px solid var(--ink-200);background:transparent;color:var(--ink-500)}.shell-status--removed,.shell-status--inactive,.shell-role-chip--inactive{background:var(--terra-invited);color:var(--terra-900)}.shell-primary-wrap{margin-top:auto;padding:0;border-top:2px solid var(--ink-900)}.shell-primary-wrap .shell-button--primary{padding:18px 20px;border:0;background:var(--green-700);color:var(--paper);font-size:13px;font-weight:800;letter-spacing:.16em}.shell-primary-wrap .shell-button--primary:hover:not(:disabled){background:var(--green-800)}.shell-primary-wrap .shell-button--primary:active:not(:disabled){background:var(--green-900)}.shell-business__hero{position:relative;flex:none;overflow:hidden;padding:24px 20px 20px;border-bottom:2px solid var(--ink-900);background:var(--green-900);color:var(--paper)}.shell-business__hero-content{position:relative;display:flex;flex-direction:column;gap:14px;z-index:1}.shell-business__hero--with-image{min-height:132px;padding-right:132px}.shell-business__hero-image{position:absolute;top:0;right:0;bottom:0;display:block;width:112px;height:100%;border:0;border-left:2px solid rgba(250,247,240,.25);border-radius:0;object-fit:cover}.shell-business__category{color:var(--green-200);font-size:10px;font-weight:800;letter-spacing:.2em;line-height:1.4;text-transform:uppercase}.shell-business__name{color:var(--paper);font-size:34px;font-weight:900;letter-spacing:-.03em;line-height:.95;text-transform:uppercase;text-wrap:balance}.shell-business__description{margin:0;color:#cfe6de;font-size:13px;line-height:1.55;text-wrap:pretty}.shell-stat-strip{display:grid;flex:none;grid-template-columns:repeat(3,minmax(0,1fr));border-bottom:2px solid var(--ink-900)}.shell-stat-strip__item{display:flex;min-width:0;flex-direction:column;gap:2px;padding:16px 14px 14px;border-right:1px solid var(--ink-200)}.shell-stat-strip__item:nth-child(3n){border-right:0}.shell-stat-strip__item:nth-child(n+4){border-top:1px solid var(--ink-200)}.shell-stat-strip__value{overflow:hidden;color:var(--ink-900);font-size:24px;font-variant-numeric:tabular-nums;font-weight:900;letter-spacing:-.02em;white-space:nowrap;line-height:1.1;text-overflow:ellipsis}.shell-stat-strip__label{color:var(--ink-600);font-size:10px;font-weight:700;letter-spacing:.12em;line-height:1.3;text-transform:uppercase}.shell-business__edit{display:flex;width:100%;align-items:center;gap:10px;padding:16px 20px;border:0;border-bottom:2px solid var(--ink-900);background:transparent;color:var(--ink-900);font-size:12px;font-weight:800;letter-spacing:.14em;line-height:1.4;text-align:left;text-transform:uppercase}.shell-business__edit svg{margin-left:auto}.shell-business__edit:hover{background:var(--ink-900);color:var(--paper)}.shell-business__edit:active{background:var(--green-900);color:var(--paper)}.shell-readonly-notice{margin:0;padding:14px 20px;border:0;border-bottom:2px solid var(--ink-900);background:var(--paper-2);color:var(--ink-700)}.shell-business__info{padding:18px 20px 4px;border:0}.shell-business__info .shell-section-label{margin-bottom:4px}.shell-calendar-row{display:flex;width:100%;align-items:stretch;padding:0;border:0;border-bottom:1px solid var(--ink-200);background:transparent;color:var(--ink-900);text-align:left}.shell-calendar-row:hover,.shell-activity-row:hover{background:var(--paper-2)}.shell-calendar-row:active,.shell-activity-row:active{background:var(--ink-100)}.shell-calendar-row__date{display:flex;width:64px;flex:none;flex-direction:column;align-items:flex-start;justify-content:center;padding:14px 0 14px 20px}.shell-calendar-row__day{font-size:22px;font-variant-numeric:tabular-nums;font-weight:900;line-height:1}.shell-calendar-row__month{color:var(--terra-700);font-size:10px;font-weight:800;letter-spacing:.14em;line-height:1.3;text-transform:uppercase}.shell-calendar-row__body{display:flex;min-width:0;flex:1;flex-direction:column;justify-content:center;gap:3px;padding:14px 0 14px 14px;border-left:1px solid var(--ink-200)}.shell-calendar-row__title,.shell-calendar-row__meta{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.shell-calendar-row__title{font-size:16px;font-weight:800;letter-spacing:-.01em;line-height:1.3}.shell-calendar-row__meta{color:var(--ink-500);font-size:11px;font-weight:600;letter-spacing:.1em;line-height:1.35;text-transform:uppercase}.shell-calendar-row__status{display:flex;flex:none;align-items:center;padding:0 20px 0 12px}.shell-activity-row{display:flex;width:100%;align-items:center;gap:14px;padding:16px 20px;border:0;border-bottom:1px solid var(--ink-200);background:transparent;color:var(--ink-900);text-align:left}.shell-activity-row__index{flex:none;color:var(--ink-300);font-size:13px;font-variant-numeric:tabular-nums;font-weight:900}.shell-list-row__title{font-size:16px;font-weight:800;letter-spacing:-.01em}.shell-list-row__meta{color:var(--ink-500);letter-spacing:.1em}.shell-member-row{padding:16px 20px}.shell-member-row:hover:not([aria-disabled=true]){background:var(--paper-2)}.shell-member-row:active:not([aria-disabled=true]){background:var(--ink-100)}.shell-member-row__avatar{border:0;background:var(--ink-900);color:var(--paper);font-size:13px;font-weight:900;letter-spacing:.05em}.shell-member-row__name{font-weight:800}.shell-member-row__meta{color:var(--ink-500)}.shell-role-chip--manager{background:var(--green-700);color:var(--paper)}.shell-team__codes{padding:20px 20px 0;border-top-color:var(--ink-900)}.shell-team__codes .shell-section-label{margin-bottom:10px}.shell-box__heading{border-bottom-color:var(--ink-200)}.shell-settings-content{display:flex;padding:0;background:var(--paper)}.shell-settings{min-height:100%;flex:1;gap:0}.shell-settings__section{padding:18px 20px 4px}.shell-settings__section .shell-section-label{margin-bottom:4px}.shell-settings__rows{border:0}.shell-settings__section--language{padding:14px 20px 22px;border-bottom:2px solid var(--ink-900)}.shell-settings__section--language .shell-section-label{margin-bottom:12px}.shell-settings__language{border:0}.shell-settings__language .shell-segmented{gap:8px;padding:0;border:0}.shell-settings__section--identity,.shell-settings__section--password{padding-bottom:20px;border-bottom:2px solid var(--ink-900)}.shell-settings__section--identity .shell-section-label,.shell-settings__section--password .shell-section-label{margin-bottom:10px}.shell-settings__form-box{border-color:var(--ink-900)}.shell-settings__password-status{margin-bottom:var(--sp-md)}.shell-settings__logout{margin-top:auto;padding:18px 20px;border:0;border-top:2px solid var(--ink-900);background:transparent;color:var(--terra-900);font-size:13px;font-weight:800;letter-spacing:.16em}.shell-settings__logout>:last-child{margin-left:auto}.shell-settings__logout:hover:not(:disabled){background:var(--terra-700);color:var(--paper)}.shell-settings__logout:active:not(:disabled){background:var(--terra-900);color:var(--paper)}.shell-gallery{border-top:2px solid var(--ink-900);background:var(--paper)}.shell-gallery__intro{padding:20px;border-bottom:2px solid var(--ink-900)}.shell-gallery__intro .shell-section-label{color:var(--terra-700)}.shell-gallery__title{margin-top:3px;color:var(--ink-900);font-size:22px;font-weight:800;letter-spacing:-.01em;line-height:1.1;text-transform:uppercase}.shell-gallery__description{max-width:36ch;margin-top:8px;color:var(--ink-600);font-size:13px;line-height:1.5}.shell-gallery__group{padding:20px}.shell-gallery__group+.shell-gallery__group{border-top:2px solid var(--ink-900)}.shell-gallery__group-header{display:flex;flex-direction:column;gap:12px}.shell-gallery__group-title{color:var(--ink-900);font-size:15px;font-weight:800;letter-spacing:.08em;line-height:1.2;text-transform:uppercase}.shell-gallery__count{margin-top:3px;color:var(--ink-500);font-size:11px;font-weight:700;letter-spacing:.12em;line-height:1.3;text-transform:uppercase}.shell-gallery__upload{display:flex;width:100%;min-height:46px;align-items:center;justify-content:flex-start;gap:10px;padding:12px 14px;border:2px solid var(--green-700);border-radius:0;background:var(--green-700);color:var(--paper);font-size:11px;font-weight:700;letter-spacing:.1em;line-height:1.3;text-align:left;text-transform:uppercase}.shell-gallery__upload svg{flex:none;margin-left:auto}.shell-gallery__upload:hover:not(:disabled){border-color:var(--green-800);background:var(--green-800)}.shell-gallery__upload:active:not(:disabled){border-color:var(--green-900);background:var(--green-900)}.shell-gallery__upload:disabled{cursor:default;opacity:.5}.shell-gallery__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:14px}.shell-gallery-card{min-width:0;overflow:hidden;border:2px solid var(--ink-900);border-radius:0;background:var(--paper)}.shell-gallery-card__preview{position:relative;width:100%;aspect-ratio:9 / 16;overflow:hidden;background:var(--green-900)}.shell-gallery-card__preview img{width:100%;height:100%;object-fit:cover;filter:grayscale(1)}.shell-gallery-card__placeholder{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;color:var(--green-200);background:repeating-linear-gradient(90deg,transparent 0 20px,rgba(168,221,208,.18) 20px 22px)}.shell-gallery-card__play{position:absolute;top:50%;left:50%;display:flex;width:44px;height:44px;align-items:center;justify-content:center;border:2px solid var(--paper);background:var(--ink-900);color:var(--paper);transform:translate(-50%,-50%)}.shell-gallery-card__play svg{margin-left:2px}.shell-gallery-card__duration{position:absolute;display:inline-block;padding:4px 7px;border-radius:0;font-size:10px;font-weight:700;letter-spacing:.08em;line-height:1.3;text-transform:uppercase}.shell-gallery-card__preview>.shell-status{position:absolute;top:8px;left:8px}.shell-status--ready{background:var(--green-200);color:var(--green-900)}.shell-status--processing{background:var(--ink-100);color:var(--ink-700)}.shell-status--failed{background:var(--terra-100);color:var(--terra-900)}.shell-gallery-card__duration{right:8px;bottom:8px;background:var(--ink-900);color:var(--paper);letter-spacing:.06em}.shell-gallery-card__actions,.shell-gallery-card__failed-actions{display:grid;border-top:2px solid var(--ink-900)}.shell-gallery-card__actions{grid-template-columns:repeat(3,1fr)}.shell-gallery-card__failed-actions{grid-template-columns:repeat(2,1fr)}.shell-gallery-card__actions button,.shell-gallery-card__failed-actions button{display:flex;min-width:0;min-height:44px;align-items:center;justify-content:center;gap:6px;padding:8px;border-right:1px solid var(--ink-200);border-radius:0;background:transparent;color:var(--ink-700)}.shell-gallery-card__failed-actions button{justify-content:flex-start;font-size:10px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.shell-gallery-card__failed-actions button svg{flex:none;margin-left:auto}.shell-gallery-card__actions button:last-child,.shell-gallery-card__failed-actions button:last-child{border-right:0}.shell-gallery-card__actions button:hover:not(:disabled),.shell-gallery-card__failed-actions button:hover:not(:disabled){background:var(--green-100)}.shell-gallery-card__actions button:active:not(:disabled),.shell-gallery-card__failed-actions button:active:not(:disabled){background:var(--green-200)}.shell-gallery-card__actions button:disabled,.shell-gallery-card__failed-actions button:disabled{cursor:default;color:var(--ink-300)}.shell-gallery__empty,.shell-gallery__message{margin-top:14px;padding:18px 14px;border:1px solid var(--ink-200);color:var(--ink-500);font-size:12px;line-height:1.4}.shell-gallery__message{margin:0;border:0}.shell-gallery__message--error{background:var(--terra-100);color:var(--terra-900)}.shell-gallery__cap-note{margin-top:10px;color:var(--ink-500);font-size:11px;line-height:1.4}.shell-gallery-dialog-backdrop{position:fixed;z-index:80;top:0;bottom:0;left:50%;display:flex;width:min(100%,430px);align-items:flex-end;justify-content:center;padding:20px;background:#1a1a1a9e;transform:translate(-50%)}.shell-gallery-dialog{width:100%;padding:20px;border:2px solid var(--ink-900);border-radius:0;background:var(--paper);box-shadow:none}.shell-gallery-dialog h2{margin-top:4px;color:var(--ink-900);font-size:20px;font-weight:800;letter-spacing:-.01em;line-height:1.15;text-transform:uppercase}.shell-gallery-dialog>p:not(.shell-section-label){margin-top:10px;color:var(--ink-600);font-size:13px;line-height:1.5}.shell-gallery-dialog__actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:18px}.shell-gallery-dialog__remove{border-color:var(--terra-700);background:var(--terra-700);color:var(--paper)}.shell-gallery-dialog__remove:hover:not(:disabled){border-color:var(--terra-900);background:var(--terra-900)}.shell-gallery-dialog__remove:active:not(:disabled){background:var(--ink-900)}@media(max-width:360px){.shell-gallery__intro,.shell-gallery__group{padding-right:14px;padding-left:14px}.shell-gallery__grid{gap:8px}.shell-gallery-card__failed-actions button{padding-right:6px;padding-left:6px;letter-spacing:.03em}}.shell-gallery{border-top-color:var(--ink-900)}.shell-gallery__intro{padding:18px 20px;border-bottom-color:var(--ink-900)}.shell-gallery__intro .shell-section-label{font-size:10px;font-weight:800;letter-spacing:.2em}.shell-gallery__title{font-size:30px;font-weight:900;letter-spacing:-.02em;line-height:.95}.shell-gallery__description{color:var(--ink-600)}.shell-gallery__group+.shell-gallery__group{border-top-color:var(--ink-900)}.shell-gallery__group-title,.shell-gallery__count{font-weight:800}.shell-gallery__count{color:var(--ink-500)}.shell-gallery__upload{border-color:var(--ink-300);background:transparent;color:var(--ink-700);font-weight:800;letter-spacing:.12em}.shell-gallery__upload:hover:not(:disabled){border-color:var(--ink-900);background:transparent}.shell-gallery__upload:active:not(:disabled){border-color:var(--ink-900);background:var(--ink-900);color:var(--paper)}.shell-gallery-card,.shell-gallery-dialog{border-color:var(--ink-900);box-shadow:none}.shell-gallery-card__actions,.shell-gallery-card__failed-actions{border-top-color:var(--ink-900)}.shell-gallery-card__actions button:hover:not(:disabled),.shell-gallery-card__failed-actions button:hover:not(:disabled){background:var(--paper-2)}.shell-gallery-card__actions button:active:not(:disabled),.shell-gallery-card__failed-actions button:active:not(:disabled){background:var(--ink-100)}.shell-gallery-dialog-backdrop{background:#1615139e}
