*,:after,:before{box-sizing:border-box;margin:0;padding:0}body,html{height:100%}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:13px;color:#1a1a1a;background:#f5f5f0;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button,input,select,textarea{font-family:inherit}.stack{gap:16px}.stack,.stack--tight{display:flex;flex-direction:column}.stack--tight{gap:6px}.split-panel{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px;align-items:start}@media (max-width:900px){.split-panel{grid-template-columns:1fr}}.eyebrow{font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:#888;margin-bottom:2px}.page-description{font-size:12px;color:#666;margin-top:2px}.filter-bar{display:flex;align-items:center;gap:10px;flex-wrap:wrap;background:#fff;border:1px solid #e8e8e2;border-radius:8px;padding:10px 14px}.filter-bar__actions{display:flex;align-items:center;gap:8px;margin-left:auto;flex-shrink:0}.section-title{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#888;margin-bottom:8px}.table-actions{display:flex;align-items:center;gap:6px}.muted{font-size:11px;color:#999}.page-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:18px 0 4px}.page-header h1{font-size:18px;font-weight:700;color:#1a1a1a;line-height:1.3}.page-header__eyebrow{font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:#888;margin-bottom:2px}.page-header__description{font-size:12px;color:#666;margin-top:4px}.page-header__actions{flex-shrink:0}.page-actions{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.detail-card{background:#fff;border:1px solid #e8e8e2;border-radius:10px;padding:20px}.detail-card h3{font-size:13px;font-weight:700;color:#1a1a1a;margin:0 0 14px}.detail-card h4{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#888;margin:16px 0 8px}.audit-filters{display:flex;flex-direction:column;gap:14px;padding:14px 16px}.audit-filters,.section-shell{background:#fff;border:1px solid #e8e8e2;border-radius:10px}.section-shell{overflow:hidden}.section-shell__header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 16px;background:#f9f9f6;border-bottom:1px solid #e8e8e2}.section-shell__header h2{font-size:12px;font-weight:700;color:#333;margin:0}.section-shell__header h2 span{font-weight:500;color:#888;margin-left:4px}.settings-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));grid-gap:12px;gap:12px}.settings-tile{display:flex;align-items:flex-start;gap:14px;background:#fff;border:1px solid #e8e8e2;border-radius:10px;padding:18px 20px;text-decoration:none;color:inherit;transition:border-color .15s,box-shadow .15s}.settings-tile:hover{border-color:#185FA5;box-shadow:0 2px 8px rgba(24,95,165,.1)}.settings-tile__icon{width:38px;height:38px;border-radius:9px;background:#EBF4FF;display:flex;align-items:center;justify-content:center;font-size:18px;flex-shrink:0}.settings-tile__body{flex:1 1;min-width:0}.settings-tile__title{font-size:13px;font-weight:700;color:#1a1a1a;margin-bottom:4px}.settings-tile:hover .settings-tile__title{color:#185FA5}.settings-tile__desc{font-size:11px;color:#888;line-height:1.5}.state-card{background:#fff;border:1px solid #e8e8e2;border-radius:10px;padding:20px 24px;font-size:13px}.state-card--center{text-align:center;padding:48px 32px}.state-card--status h3{font-size:14px;font-weight:600;color:#333;margin-bottom:6px}.state-card--status p{font-size:12px;color:#888}.state-card--error{background:#FFF5F5;border-color:#FFCDD2;color:#B71C1C;font-size:12px}.state-card__actions{margin-top:16px;display:flex;gap:8px;justify-content:center}.form-section{background:#fff;border:1px solid #e8e8e2;border-radius:10px;overflow:hidden}.form-section__header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:16px 20px;border-bottom:1px solid #f0f0ea}.form-section__header h2,.form-section__header h3{font-size:13px;font-weight:700;color:#1a1a1a}.form-section__header p{font-size:11px;color:#888;margin-top:2px}.form-section__body{padding:20px}.form-grid{display:grid;grid-gap:14px;gap:14px}.form-grid--two{grid-template-columns:1fr 1fr}@media (max-width:600px){.form-grid--two{grid-template-columns:1fr}}.field{display:flex;flex-direction:column;gap:5px}.field span,.field>span:first-child{font-size:11px;font-weight:600;color:#555}.field--full{grid-column:1/-1}.field-grid{display:grid;grid-gap:12px;gap:12px}.field-grid--two{grid-template-columns:1fr 1fr}.input{border:1px solid #d8d8d0;border-radius:6px;padding:7px 10px;font-size:12px;color:#1a1a1a;background:#fff;outline:none;transition:border-color .15s;width:100%}.input:focus{border-color:#185FA5;box-shadow:0 0 0 3px rgba(24,95,165,.08)}.textarea{border:1px solid #d8d8d0;border-radius:6px;padding:7px 10px;font-size:12px;color:#1a1a1a;background:#fff;outline:none;resize:vertical;transition:border-color .15s;width:100%}.textarea:focus{border-color:#185FA5;box-shadow:0 0 0 3px rgba(24,95,165,.08)}.checkbox-row{display:flex;align-items:center;gap:8px;font-size:12px;color:#333;cursor:pointer;padding:4px 0}.checkbox-row input[type=checkbox]{width:14px;height:14px;accent-color:#185FA5}.button{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:7px 16px;border-radius:7px;font-size:12px;font-weight:500;cursor:pointer;border:1px solid #185fa5;background:#185FA5;color:#fff;text-decoration:none;transition:background .15s,border-color .15s,opacity .15s;white-space:nowrap}.button:hover{background:#144f8e;border-color:#144f8e}.button:disabled{opacity:.5;cursor:not-allowed}.button--primary{background:#185FA5;border-color:#185FA5;color:#fff}.button--primary:hover{background:#144f8e;border-color:#144f8e}.button--ghost{background:#fff;border-color:#d8d8d0;color:#333}.button--ghost:hover{background:#f5f5f0;border-color:#bbb}.button--danger{background:#c0392b;border-color:#c0392b;color:#fff}.button--danger:hover{background:#a73224;border-color:#a73224}.button--small{padding:4px 10px;font-size:11px;border-radius:6px}.status-badge{display:inline-flex;align-items:center;padding:2px 8px;border-radius:20px;font-size:10px;font-weight:600;white-space:nowrap;letter-spacing:.02em}.status-badge--default{background:#f0f0ea;color:#555}.status-badge--success{background:#E8F5E9;color:#1B5E20}.status-badge--warning{background:#FFF8E1;color:#7C4A00}.status-badge--danger{background:#FFEBEE;color:#B71C1C}.status-badge--info{background:#E3F2FD;color:#0D47A1}.status-badge--neutral{background:#F3F3F3;color:#666}.data-table-wrap{overflow-x:auto;border-radius:8px;border:1px solid #e8e8e2}.data-table{width:100%;border-collapse:collapse;font-size:12px}.data-table thead{background:#f9f9f6}.data-table th{padding:9px 14px;text-align:left;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#888;border-bottom:1px solid #e8e8e2;white-space:nowrap}.data-table td{padding:10px 14px;color:#1a1a1a;border-bottom:1px solid #f0f0ea;vertical-align:middle}.data-table__row:last-child td{border-bottom:none}.data-table__row--clickable{cursor:pointer}.data-table__row--clickable:hover td{background:#f9f9f6}.detail-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));grid-gap:12px 20px;gap:12px 20px;list-style:none}.detail-grid__item{display:flex;flex-direction:column;gap:2px}.detail-grid__label{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#888}.detail-grid__value{font-size:12px;color:#1a1a1a;font-weight:500;word-break:break-word}.summary-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));grid-gap:10px;gap:10px;margin-top:12px}.summary-card{background:#f9f9f6;border:1px solid #e8e8e2;border-radius:8px;padding:12px 14px}.summary-card__label{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#888;margin-bottom:4px}.summary-card__value{font-size:16px;font-weight:700;color:#1a1a1a}.summary-card__hint{font-size:10px;color:#aaa;margin-top:4px;line-height:1.4}.tab-workspace-shell{display:flex;flex-direction:column;gap:0;padding:0;overflow:hidden}.tab-workspace-shell__summary{padding:18px 20px 14px;border-bottom:1px solid #f0f0ea}.tab-workspace-shell__summary h2{font-size:16px;font-weight:700;color:#1a1a1a}.tab-workspace-shell__summary .page-description{margin-top:2px;font-size:12px;color:#666}.tab-workspace-shell__tabs{display:flex;align-items:center;gap:0;overflow-x:auto;border-bottom:1px solid #e8e8e2;padding:0 4px;scrollbar-width:none}.tab-workspace-shell__tabs::-webkit-scrollbar{display:none}.tab-link{display:inline-flex;align-items:center;padding:10px 16px;font-size:12px;font-weight:500;color:#666;white-space:nowrap;border-bottom:2px solid transparent;text-decoration:none;transition:color .15s,border-color .15s}.tab-link:hover{color:#185FA5}.tab-link.active{color:#185FA5;border-bottom-color:#185FA5;font-weight:600}.tab-workspace-shell__content{padding:20px;display:flex;flex-direction:column;gap:16px}.audit-info-card__header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:12px}.audit-info-card__header h2{font-size:15px;font-weight:700;color:#1a1a1a}.audit-info-card__badges{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:16px}.checklist-section{border:1px solid #e8e8e2;border-radius:8px;margin-bottom:12px;overflow:hidden;background:#fff}.checklist-section__header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 16px;background:#f9f9f6;border-bottom:1px solid #e8e8e2}.checklist-section__header h3{font-size:13px;font-weight:600;color:#1a1a1a}.checklist-section__header p{font-size:11px;color:#888;margin-top:2px}.checklist-section__child{padding:8px 16px 8px 24px}.checklist-item-row{border:1px solid #e8e8e2;border-radius:6px;padding:12px 14px;margin-bottom:8px;background:#fff}.checklist-item-row__header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:8px}.checklist-item-row__title{display:flex;align-items:center;gap:8px;margin-bottom:4px}.checklist-item-row__title h4{font-size:12px;font-weight:600;color:#1a1a1a}.checklist-item-row__meta{display:flex;flex-wrap:wrap;gap:6px;font-size:10px;color:#888}.checklist-item-row__meta span{background:#f0f0ea;padding:1px 6px;border-radius:4px}.checklist-item-row__guidance{font-size:11px;color:#888;margin-top:4px;font-style:italic}.checklist-item-row__evidence{border-top:1px solid #e8e8e2;margin-top:8px;padding-top:10px}.checklist-item-row__evidence-hint{font-size:11px;color:#888;margin-top:4px}.checklist-item-row__evidence-hint--error{color:#c0392b}.evidence-list{list-style:none;margin:6px 0 0;padding:0;display:flex;flex-direction:column;gap:6px}.evidence-list__item{display:flex;align-items:center;justify-content:space-between;gap:10px;background:#f8f8f4;border:1px solid #e8e8e2;border-radius:4px;padding:6px 10px}.evidence-list__info{display:flex;flex-direction:column;gap:2px;min-width:0}.evidence-list__name{font-size:12px;font-weight:500;color:#1a1a1a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:380px}.evidence-list__meta{font-size:10px;color:#888}.evidence-upload{display:flex;align-items:center;gap:8px;margin-top:10px;padding-top:8px;border-top:1px solid #e8e8e2;flex-wrap:wrap}.evidence-upload__label{cursor:pointer;position:relative;display:inline-flex;align-items:center;gap:4px}.evidence-upload__label[aria-disabled=true]{opacity:.6;cursor:not-allowed;pointer-events:none}.evidence-upload__input{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.completion-warning{display:flex;align-items:flex-start;gap:8px;background:#FFFBEA;border:1px solid #f59e0b;border-radius:6px;padding:10px 12px;margin-top:8px;font-size:12px;color:#78350F}.completion-warning__icon{font-size:13px;line-height:1.4;flex-shrink:0}.completion-warning__body{display:flex;flex-direction:column;gap:6px;min-width:0}.completion-warning__message{margin:0;line-height:1.5}.completion-warning__indicators{display:flex;gap:6px;flex-wrap:wrap}.completion-indicator{display:inline-block;font-size:10px;font-weight:600;padding:2px 7px;border-radius:10px;letter-spacing:.2px}.completion-indicator--missing{background:#FEF3C7;color:#92400E;border:1px solid #fcd34d}.completion-indicator--ok{background:#ECFDF5;color:#065F46;border:1px solid #6ee7b7}.completion-warning--error{background:#FFF5F5;border-color:#FFCDD2;color:#B71C1C}.field__hint{font-size:10px;color:#888;margin-top:2px}.form-actions{display:flex;align-items:center;gap:8px;justify-content:flex-end;padding-top:8px}.form-grid--three{grid-template-columns:1fr 1fr 1fr}.form-grid--four{grid-template-columns:1fr 1fr 1fr 1fr}@media (max-width:900px){.form-grid--four,.form-grid--three{grid-template-columns:1fr 1fr}}@media (max-width:600px){.form-grid--four,.form-grid--three{grid-template-columns:1fr}}.json-block{font-family:SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:11px;background:#f5f5f0;border:1px solid #e8e8e2;border-radius:6px;padding:12px 14px;overflow-x:auto;white-space:pre-wrap;word-break:break-all;color:#333}.drawer-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.38);z-index:200;display:flex;justify-content:flex-end}.drawer{background:#fff;width:min(640px,96vw);height:100%;display:flex;flex-direction:column;box-shadow:-4px 0 24px rgba(0,0,0,.14);overflow:hidden}.drawer--wide{width:min(780px,96vw)}.drawer__header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:20px 24px 16px;border-bottom:1px solid #e8e8e2;flex-shrink:0}.drawer__header h3{margin:0;font-size:16px;font-weight:700;color:#1a1a1a;line-height:1.3}.drawer__header p{margin:2px 0 0;font-size:12px;color:#888}.drawer__body{flex:1 1;overflow-y:auto;padding:20px 24px}.drawer__footer{padding:14px 24px;border-top:1px solid #e8e8e2;justify-content:flex-end;gap:8px}.drawer__footer,.wizard-steps{flex-shrink:0;display:flex;align-items:center;background:#fafaf8}.wizard-steps{gap:0;padding:12px 24px;border-bottom:1px solid #e8e8e2}.wizard-step{display:flex;align-items:center;gap:6px;font-size:11px;color:#bbb;font-weight:500;flex:1 1;position:relative}.wizard-step+.wizard-step:before{content:"";display:block;width:18px;height:1px;background:#e0e0d8;flex-shrink:0;margin-right:6px}.wizard-step__num{width:20px;height:20px;border-radius:50%;border:1.5px solid #ddd;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:700;flex-shrink:0;background:#fff;color:#bbb}.wizard-step--active{color:#185FA5}.wizard-step--active .wizard-step__num{border-color:#185FA5;color:#185FA5;background:#EBF3FB}.wizard-step--done{color:#2e7d32}.wizard-step--done .wizard-step__num{border-color:#2e7d32;background:#e8f5e9;color:#2e7d32}.impact-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(130px,1fr));grid-gap:8px;gap:8px}.impact-chip{padding:8px 10px;border:1px solid #e8e8e2;border-radius:8px;background:#fff;text-align:center}.impact-chip__count{font-size:20px;font-weight:700;color:#1a1a1a;line-height:1}.impact-chip__count--warn{color:#e65100}.impact-chip__label{font-size:10px;color:#888;margin-top:3px}.blocker-list{display:flex;flex-direction:column;gap:6px}.blocker-item{display:flex;align-items:flex-start;gap:8px;padding:8px 10px;background:#fff3e0;border:1px solid #ffcc80;border-radius:6px;font-size:12px;color:#e65100}.blocker-item--hard{background:#ffebee;border-color:#ef9a9a;color:#c62828}.item-list{display:flex;flex-direction:column;gap:4px;max-height:160px;overflow-y:auto}.item-list__row{display:flex;align-items:center;justify-content:space-between;padding:5px 8px;border:1px solid #e8e8e2;border-radius:6px;font-size:11px;color:#444;background:#fafaf8}.item-list__row strong{color:#1a1a1a}.mode-cards{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px}.mode-card{padding:16px;border:2px solid #e8e8e2;border-radius:10px;cursor:pointer;background:#fff;text-align:left;transition:border-color .15s,background .15s}.mode-card:hover{border-color:#185FA5}.mode-card--selected{border-color:#185FA5;background:#EBF3FB}.mode-card__title{font-size:13px;font-weight:700;color:#1a1a1a;margin-bottom:4px}.mode-card__desc{font-size:11px;color:#888;line-height:1.4}.confirm-table{width:100%;border-collapse:collapse;font-size:12px}.confirm-table td{padding:6px 8px;border-bottom:1px solid #f0f0ea;vertical-align:top}.confirm-table td:first-child{color:#888;width:46%;padding-left:0}.confirm-table td:last-child{color:#1a1a1a;font-weight:500}.schedule-status-badge{display:inline-flex;align-items:center;gap:4px;padding:2px 8px;border-radius:12px;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.4px}.schedule-status-badge--scheduled{background:#EBF3FB;color:#185FA5}.schedule-status-badge--executed{background:#e8f5e9;color:#2e7d32}.schedule-status-badge--failed{background:#ffebee;color:#c62828}.schedule-status-badge--canceled{background:#f5f5f0;color:#888}.modal-overlay{position:fixed;inset:0;z-index:300;background:rgba(0,0,0,.4);display:flex;align-items:center;justify-content:center;padding:16px}.modal{border-radius:12px;box-shadow:0 20px 60px rgba(0,0,0,.2);width:100%;max-width:540px;max-height:90vh;overflow-y:auto;flex-direction:column}.modal,.modal__header{background:#fff;display:flex}.modal__header{align-items:flex-start;justify-content:space-between;gap:12px;padding:20px 24px 16px;border-bottom:1px solid #e8e8e2;flex-shrink:0;position:-webkit-sticky;position:sticky;top:0;z-index:1}.modal__header h2{font-size:15px;font-weight:700;color:#1a1a1a;margin:0;line-height:1.3}.modal__body{padding:20px 24px;flex:1 1}.modal__footer{display:flex;align-items:center;justify-content:flex-end;gap:8px;padding:14px 24px;border-top:1px solid #e8e8e2;flex-shrink:0;background:#fafaf8}.form-field{display:flex;flex-direction:column;gap:5px}.label{font-size:11px;font-weight:600;color:#555}.stack--xs{display:flex;flex-direction:column;gap:3px}.config-card{background:#fff;border:1px solid #e8e8e2;border-radius:10px;padding:18px 20px}.config-card--active{border-color:#a5d6a7}.config-card__header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:12px}.config-card__title{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:700;color:#1a1a1a;margin-bottom:6px}.config-card__meta{font-size:12px;color:#555;display:flex;flex-direction:column;gap:3px}.config-card__meta span{display:block}.config-card__meta code{font-family:SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:11px;background:#f5f5f0;padding:1px 5px;border-radius:4px}.config-card__actions{display:flex;flex-direction:column;align-items:flex-end;gap:8px;flex-shrink:0}.config-card__action-row{display:flex;align-items:center;gap:6px}.test-result{font-size:11px;padding:4px 10px;border-radius:6px;display:inline-flex;align-items:center;gap:4px}.test-result--success{background:#e8f5e9;border:1px solid #a5d6a7;color:#1b5e20}.test-result--error{background:#ffebee;border:1px solid #ffcdd2;color:#b71c1c}.tag-badge{display:inline-flex;align-items:center;padding:2px 8px;border-radius:20px;font-size:10px;font-weight:600;white-space:nowrap}.tag-badge--blue{background:#e3f2fd;color:#0d47a1}.tag-badge--orange{background:#fff3e0;color:#bf360c}.tag-badge--green{background:#e8f5e9;color:#1b5e20}.tag-badge--purple{background:#f3e5f5;color:#4a148c}.stat-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));grid-gap:10px;gap:10px}.stat-card{background:#fff;border:1px solid #e8e8e2;border-radius:10px;padding:14px 16px}.stat-card--wide{grid-column:span 2}.stat-card--green{background:#e8f5e9;border-color:#a5d6a7}.stat-card--amber{background:#fffde7;border-color:#ffe082}.stat-card--red{background:#ffebee;border-color:#ffcdd2}.stat-card__label{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#888;margin-bottom:6px}.stat-card__value{font-size:18px;font-weight:700;color:#1a1a1a;line-height:1.2}.stat-card__value--green{color:#1b5e20}.stat-card__value--amber{color:#7c4a00}.stat-card__value--red{color:#b71c1c}.stat-card__hint{font-size:10px;color:#aaa;margin-top:3px}.stat-card__sub{font-size:13px;font-weight:600;color:#555;margin-top:2px}.notice{border-radius:8px;padding:12px 16px;font-size:12px}.notice--amber{background:#fffde7;border:1px solid #ffe082;color:#7c4a00}.notice__title{font-weight:700;margin-bottom:4px}.form-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px}.form-row--three{grid-template-columns:2fr 1fr}@media (max-width:520px){.form-row,.form-row--three{grid-template-columns:1fr}}.appshell__sidebar{width:210px;min-width:210px;flex-shrink:0}.appshell__sidebar--super-admin{width:230px;min-width:230px}.appshell__hamburger{display:none;align-items:center;justify-content:center;width:36px;height:36px;padding:0;margin-right:4px;border:1px solid transparent;border-radius:6px;background:transparent;color:#1a1a1a;cursor:pointer}.appshell__hamburger:focus-visible,.appshell__hamburger:hover{background:#f0f0ea;border-color:#e5e5e0;outline:none}.appshell__overlay{display:none}@media (max-width:1023px){.appshell__sidebar,.appshell__sidebar--super-admin{width:64px;min-width:64px}}.appshell__topbar-search{display:contents}@media (max-width:767px){.appshell__sidebar,.appshell__sidebar--super-admin{position:fixed;top:52px;left:0;bottom:0;width:240px;min-width:240px;max-width:80vw;transform:translateX(-100%);transition:transform .18s ease-out;z-index:60;box-shadow:2px 0 12px rgba(0,0,0,.12)}.appshell__sidebar--open{transform:translateX(0)}.appshell__hamburger{display:inline-flex}.appshell__overlay{display:block;position:fixed;top:52px;left:0;right:0;bottom:0;background:rgba(0,0,0,.35);z-index:55}.appshell__topbar-search{display:none!important}}@media (max-width:480px){.appshell__sidebar,.appshell__sidebar--super-admin{width:220px;min-width:220px}}