.admin{display:flex;min-height:100vh;background:#f8fafb}.sidebar{width:16rem;background:var(--teal-darkest);color:var(--white);display:flex;flex-direction:column;position:fixed;top:0;bottom:0;left:0;z-index:50;transition:transform var(--transition-normal)}.sidebar__header{padding:var(--space-lg);border-bottom:1px solid rgba(255,255,255,.08);display:flex;align-items:center;gap:var(--space-sm)}.sidebar__logo{width:1.75rem;height:1.75rem}.sidebar__title{font-family:var(--font-display);font-size:.9375rem;font-weight:700}.sidebar__nav{flex:1;padding:var(--space-md) 0;overflow-y:auto}.sidebar__section-label{padding:0 var(--space-lg);margin-top:var(--space-md);margin-bottom:var(--space-xs);font-size:.625rem;font-weight:700;text-transform:uppercase;letter-spacing:.15em;color:#ffffff4d}.sidebar__link{display:flex;align-items:center;gap:var(--space-sm);padding:.5rem var(--space-lg);color:#ffffff8c;text-decoration:none;font-size:.875rem;transition:all var(--transition-fast);border-left:3px solid transparent}.sidebar__link:hover{color:var(--white);background:#ffffff0d}.sidebar__link.active{color:var(--white);background:#00989b26;border-left-color:var(--teal-primary)}.sidebar__link .icon{width:1.125rem;text-align:center;font-size:.875rem}.sidebar__footer{padding:var(--space-md) var(--space-lg);border-top:1px solid rgba(255,255,255,.08)}.sidebar__close{display:none;position:absolute;top:.75rem;right:.75rem;background:none;border:none;color:var(--white);font-size:1.25rem;cursor:pointer}@media (max-width: 1024px){.sidebar{transform:translate(-100%)}.sidebar.open{transform:translate(0)}.sidebar__close{display:block}}.admin__main{flex:1;margin-left:16rem;display:flex;flex-direction:column;min-height:100vh}@media (max-width: 1024px){.admin__main{margin-left:0}}.topbar{background:var(--white);border-bottom:1px solid var(--silver-50);padding:.875rem var(--space-xl);display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:30}.topbar__left{display:flex;align-items:center;gap:var(--space-md)}.topbar__hamburger{display:none;background:none;border:none;font-size:1.25rem;cursor:pointer;color:var(--silver-900)}@media (max-width: 1024px){.topbar__hamburger{display:block}}.topbar__title{font-family:var(--font-display);font-size:1.25rem;font-weight:700;color:var(--silver-900)}.topbar__right{display:flex;align-items:center;gap:var(--space-sm)}.admin__content{flex:1;padding:var(--space-xl)}.dash-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(13rem,1fr));gap:var(--space-md)}.dash-stat{background:var(--white);border-radius:var(--radius-xl);padding:var(--space-lg);border:1px solid var(--silver-50);display:flex;align-items:flex-start;gap:var(--space-md)}.dash-stat__icon{width:2.5rem;height:2.5rem;border-radius:var(--radius-lg);display:flex;align-items:center;justify-content:center;font-size:1rem;flex-shrink:0}.dash-stat__icon--teal{background:#00989b1a;color:var(--teal-primary)}.dash-stat__icon--gold{background:#d4af371a;color:var(--gold-primary)}.dash-stat__icon--green{background:#10b9811a;color:var(--success)}.dash-stat__label{font-size:.75rem;color:var(--silver-400);margin-bottom:.25rem}.dash-stat__value{font-family:var(--font-display);font-size:1.75rem;font-weight:700;color:var(--silver-900)}.panel{background:var(--white);border-radius:var(--radius-xl);border:1px solid var(--silver-50)}.panel__header{padding:var(--space-md) var(--space-lg);border-bottom:1px solid var(--silver-50);display:flex;align-items:center;justify-content:space-between}.panel__title{font-weight:700;font-size:.9375rem;color:var(--silver-900)}.panel__body{padding:var(--space-lg)}.table-wrap{overflow-x:auto}.admin-table{width:100%;border-collapse:collapse;font-size:.875rem}.admin-table th{text-align:left;padding:.75rem 1rem;font-weight:600;font-size:.75rem;text-transform:uppercase;letter-spacing:.04em;color:var(--silver-400);border-bottom:1px solid var(--silver-50);white-space:nowrap}.admin-table td{padding:.75rem 1rem;color:var(--silver-900);border-bottom:1px solid var(--silver-50)}.admin-table tr:hover td{background:#fafbfc}.chat{display:flex;flex-direction:column;height:calc(100vh - 4rem);background:var(--white);border-radius:var(--radius-xl);border:1px solid var(--silver-50);overflow:hidden}.chat__messages{flex:1;overflow-y:auto;padding:var(--space-lg);display:flex;flex-direction:column;gap:var(--space-md)}.chat__message{display:flex;gap:var(--space-sm);max-width:85%}.chat__message--user{align-self:flex-end;flex-direction:row-reverse}.chat__bubble{padding:.75rem 1rem;border-radius:var(--radius-xl);font-size:.875rem;line-height:1.6}.chat__message--assistant .chat__bubble{background:var(--silver-50);color:var(--silver-900);border-bottom-left-radius:var(--radius-sm)}.chat__message--user .chat__bubble{background:var(--teal-primary);color:var(--white);border-bottom-right-radius:var(--radius-sm)}.chat__message--system .chat__bubble{background:#d4af371a;border:1px solid rgba(212,175,55,.2);color:var(--silver-900);text-align:center;max-width:100%;align-self:center;font-size:.8125rem}.chat__action-preview{margin-top:.5rem;padding:.5rem .75rem;background:#00989b0f;border-left:3px solid var(--teal-primary);border-radius:0 var(--radius-md) var(--radius-md) 0;font-size:.8125rem;color:var(--teal-dark)}.chat__footer{border-top:1px solid var(--silver-50);padding:var(--space-md) var(--space-lg);display:flex;gap:var(--space-sm);align-items:flex-end}.chat__input{flex:1;padding:.625rem 1rem;border:1px solid var(--silver-100);border-radius:var(--radius-xl);font-size:.875rem;outline:none;resize:none;max-height:6rem;line-height:1.5}.chat__input:focus{border-color:var(--teal-primary);box-shadow:0 0 0 3px #00989b1a}.chat__send{width:2.5rem;height:2.5rem;border-radius:var(--radius-full);background:var(--teal-primary);color:var(--white);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background var(--transition-fast);font-size:1rem}.chat__send:hover{background:var(--teal-dark)}.chat__send:disabled{opacity:.4;cursor:not-allowed}.chat__attach{width:2.5rem;height:2.5rem;border-radius:var(--radius-full);background:var(--silver-50);border:1px solid var(--silver-100);cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:1.1rem;transition:all var(--transition-fast)}.chat__attach:hover{background:var(--silver-100)}.chat__attach.has-file{background:#00989b1a;border-color:var(--teal-primary)}.chat__input-wrap{flex:1;display:flex;flex-direction:column;gap:.25rem}.chat__attachment-preview{display:flex;align-items:center;gap:.5rem;padding:.375rem .75rem;background:var(--silver-50);border-radius:var(--radius-lg);font-size:.75rem;color:var(--silver-600)}.chat__attachment-preview img{width:28px;height:28px;object-fit:contain;border-radius:var(--radius-sm);background:var(--white);border:1px solid var(--silver-100)}.chat__attachment-remove{margin-left:auto;background:none;border:none;cursor:pointer;font-size:1rem;color:var(--silver-400);padding:0 .25rem}.chat__attachment-remove:hover{color:var(--danger)}.chat__bubble-image{max-width:120px;max-height:80px;border-radius:var(--radius-md);margin-top:.5rem;border:1px solid var(--silver-100)}.admin-overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:40}.admin-overlay.active{display:block}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--teal-darkest);padding:var(--space-lg)}.login-card{background:var(--white);border-radius:var(--radius-2xl);padding:var(--space-2xl);width:100%;max-width:24rem;box-shadow:var(--shadow-xl);text-align:center}.login-card__logo{width:3rem;height:3rem;margin:0 auto var(--space-lg)}.logos-admin-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:var(--space-md)}.logo-admin-card{background:var(--white);border:1px solid var(--silver-100);border-radius:var(--radius-lg);padding:var(--space-md);display:flex;flex-direction:column;align-items:center;gap:var(--space-sm);transition:box-shadow var(--transition-fast)}.logo-admin-card:hover{box-shadow:var(--shadow-md)}.logo-admin-card--hidden{opacity:.45}.logo-admin-card__img{height:60px;display:flex;align-items:center;justify-content:center}.logo-admin-card__img img{max-height:60px;max-width:160px;object-fit:contain}.logo-admin-card__info{display:flex;flex-direction:column;align-items:center;gap:.25rem;text-align:center}.logo-admin-card__actions{display:flex;gap:var(--space-xs)}.help-detail-panel{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;display:flex;align-items:center;justify-content:center}.help-detail-panel.hidden{display:none}.help-detail-panel__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.help-detail-panel__content{position:relative;background:var(--white);border-radius:var(--radius-2xl);box-shadow:var(--shadow-xl);width:95vw;max-width:48rem;max-height:90vh;overflow-y:auto;display:flex;flex-direction:column}.help-detail-panel__header{display:flex;justify-content:space-between;align-items:center;padding:var(--space-lg) var(--space-xl);border-bottom:1px solid var(--silver-50)}.help-detail-panel__header h2{font-family:var(--font-display);font-size:1.25rem;font-weight:700}.help-detail-panel__body{padding:var(--space-xl);flex:1;overflow-y:auto}.help-detail-panel__footer{padding:var(--space-lg) var(--space-xl);border-top:1px solid var(--silver-50);display:flex;gap:var(--space-md);align-items:flex-end;flex-wrap:wrap}.help-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-xl)}.help-detail-section h4{font-family:var(--font-display);font-size:.9375rem;font-weight:700;color:var(--teal-dark);margin-bottom:var(--space-md);padding-bottom:var(--space-xs);border-bottom:2px solid rgba(0,152,155,.15)}.help-detail-section--full{grid-column:1 / -1}.help-detail-row{display:flex;justify-content:space-between;padding:.5rem 0;border-bottom:1px solid var(--silver-50);font-size:.875rem}.help-detail-row:last-child{border-bottom:none}.help-detail-label{color:var(--silver-400);font-weight:600;font-size:.8125rem}.help-detail-description{background:#00989b0a;border-radius:var(--radius-lg);padding:var(--space-lg);font-size:.875rem;line-height:1.8;color:var(--silver-900);white-space:pre-wrap}@media (max-width: 640px){.help-detail-grid{grid-template-columns:1fr}.help-detail-panel__footer{flex-direction:column}}
