*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-text-size-adjust:100%}img,svg,video{display:block;max-width:100%}input,button,textarea,select{font:inherit}button{cursor:pointer;background:none;border:none}a{color:inherit;text-decoration:none}ul,ol{list-style:none}html,body,#root{height:100%}body{font-family:Roboto,sans-serif;font-size:15px;color:#1f2937;background-color:#f5f3ec;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.5}h1,h2,h3,h4,h5,h6{font-family:Merriweather,serif;line-height:1.3}:focus-visible{outline:2px solid #CC8A00;outline-offset:2px}::selection{background:#cc8a0033}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#e3ddcf;border-radius:9999px}::-webkit-scrollbar-thumb:hover{background:#c7bb9f}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.items-start{align-items:flex-start}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.justify-end{justify-content:flex-end}.gap-1{gap:4px}.gap-2{gap:8px}.gap-3{gap:12px}.gap-4{gap:16px}.gap-6{gap:24px}.min-w-0{min-width:0}.flex-1{flex:1}.flex-shrink-0{flex-shrink:0}.ml-auto{margin-left:auto}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hidden{display:none}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.text-center{text-align:center}.text-right{text-align:right}.text-left{text-align:left}.relative{position:relative}.overflow-hidden{overflow:hidden}.overflow-y-auto{overflow-y:auto}.overflow-x-auto{overflow-x:auto}.space-y-4>*+*{margin-top:16px}.space-y-6>*+*{margin-top:24px}.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:16px}.divide-y>*+*{border-top:1px solid #E3DDCF}.text-xs{font-size:12px}.text-sm{font-size:14px}.text-base{font-size:15px}.text-lg{font-size:18px}.text-xl{font-size:20px}.text-2xl{font-size:24px}.text-3xl{font-size:30px}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.font-serif{font-family:Merriweather,serif}.font-mono{font-family:monospace}.text-sc-blue{color:#002855}.text-sc-yellow{color:#cc8a00}.text-muted{color:#6b7280}.text-faint{color:#9ca3af}.text-dark{color:#111827}.text-white{color:#fff}.text-red{color:#ef4444}.text-red-dark{color:#b91c1c}.text-green{color:#16a34a}.p-2{padding:8px}.p-3{padding:12px}.p-4{padding:16px}.p-5{padding:20px}.p-6{padding:24px}.p-12{padding:48px}.px-1{padding-left:4px;padding-right:4px}.px-2{padding-left:8px;padding-right:8px}.px-3{padding-left:12px;padding-right:12px}.px-4{padding-left:16px;padding-right:16px}.px-6{padding-left:24px;padding-right:24px}.py-1{padding-top:4px;padding-bottom:4px}.py-2{padding-top:8px;padding-bottom:8px}.py-3{padding-top:12px;padding-bottom:12px}.py-8{padding-top:32px;padding-bottom:32px}.mt-1{margin-top:4px}.mt-2{margin-top:8px}.mt-3{margin-top:12px}.mt-4{margin-top:16px}.mb-1{margin-bottom:4px}.mb-2{margin-bottom:8px}.mb-3{margin-bottom:12px}.mb-4{margin-bottom:16px}.mb-6{margin-bottom:24px}.mx-auto{margin-left:auto;margin-right:auto}.bg-white{background:#fff}.bg-tan-light{background:#f5f3ec}.bg-tan-dark{background:#e3ddcf}.border-b{border-bottom:1px solid #E3DDCF}.border-t{border-top:1px solid #E3DDCF}.rounded{border-radius:8px}.rounded-full{border-radius:9999px}.line-clamp-1{overflow:hidden;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}.grid{display:grid}.col-span-2{grid-column:span 2}.max-w-md{max-width:448px}.max-w-lg{max-width:512px}.max-w-3xl{max-width:768px}.max-w-5xl{max-width:1024px}.whitespace-pre-wrap{white-space:pre-wrap}.break-all{word-break:break-all}.italic{font-style:italic}.cursor-pointer{cursor:pointer}.cursor-help{cursor:help}.pointer-events-none{pointer-events:none}.select-none{-webkit-user-select:none;user-select:none}.block{display:block}.inline-block{display:inline-block}.inline-flex{display:inline-flex}.opacity-30{opacity:.3}.opacity-40{opacity:.4}.opacity-80{opacity:.8}.scroll-mt-4{scroll-margin-top:16px}.h-full{height:100%}.w-full{width:100%}.min-h-screen{min-height:100vh}.btn-primary{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;background:#fdd26e;color:#111827;font-family:Roboto,sans-serif;font-size:14px;font-weight:600;letter-spacing:.02em;border-radius:8px;border:none;cursor:pointer;transition:background .2s,color .2s}.btn-primary:hover{background:#cc8a00;color:#fff}.btn-primary:disabled{opacity:.4;cursor:not-allowed}.btn-secondary{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;background:#fff;color:#374151;font-family:Roboto,sans-serif;font-size:14px;font-weight:500;border-radius:8px;border:1px solid #E3DDCF;cursor:pointer;transition:border-color .2s,color .2s}.btn-secondary:hover{border-color:#cc8a00;color:#cc8a00}.btn-secondary:disabled{opacity:.4;cursor:not-allowed}.btn-danger{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;background:#fef2f2;color:#b91c1c;font-size:14px;font-weight:500;border-radius:8px;border:1px solid #fecaca;cursor:pointer;transition:background .2s}.btn-danger:hover{background:#fddfdf}.btn-icon{display:inline-flex;align-items:center;justify-content:center;padding:8px;border-radius:8px;border:none;background:none;cursor:pointer;line-height:0;transition:color .15s,background .15s;color:#6b7280}.btn-icon:hover{color:#002855;background:#f5f3ec}.btn-link{background:none;border:none;cursor:pointer;color:#7b5a01;font-weight:500;text-decoration:underline;transition:color .15s;padding:0}.btn-link:hover{color:#cc8a00}.btn-approve{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;background:#16a34a;color:#fff;font-size:12px;font-weight:600;border-radius:8px;border:none;cursor:pointer;transition:background .15s}.btn-approve:hover{background:#15803d}.btn-deny{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;background:#fef2f2;color:#b91c1c;font-size:12px;font-weight:600;border-radius:8px;border:1px solid #fecaca;cursor:pointer;transition:background .15s}.btn-deny:hover{background:#fddfdf}.label{display:block;font-size:14px;font-weight:600;color:#374151;margin-bottom:4px;letter-spacing:.02em}.input-field{width:100%;border:1px solid #E3DDCF;border-radius:8px;padding:8px 12px;font-size:14px;background:#fff;color:#1f2937;transition:box-shadow .15s,border-color .15s}.input-field:focus{outline:none;border-color:transparent;box-shadow:0 0 0 2px #cc8a0080}.input-field::placeholder{color:#9ca3af}.input-field.resize-none{resize:none}.select-field{width:100%;border:1px solid #E3DDCF;border-radius:8px;padding:8px 32px 8px 12px;font-size:14px;background:#fff;color:#1f2937;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 8px center;background-size:16px}.select-field:focus{outline:none;border-color:transparent;box-shadow:0 0 0 2px #cc8a0080}.search-bar{display:flex;align-items:center;gap:6px;padding:6px 6px 6px 10px;border:1px solid #E3DDCF;border-radius:8px;background:#fff;transition:box-shadow .15s,width .2s}.search-bar:focus-within{box-shadow:0 0 0 2px #cc8a0080}.search-bar .search-bar__icon{color:#9ca3af;flex-shrink:0}.search-bar input{flex:1;font-size:14px;border:none;background:transparent;min-width:0;color:#1f2937}.search-bar input:focus{outline:none}.search-bar input::placeholder{color:#9ca3af}.search-bar .search-bar__clear{color:#9ca3af;flex-shrink:0;transition:color .15s;line-height:0}.search-bar .search-bar__clear:hover{color:#374151}.toggle{position:relative;width:36px;height:20px;border-radius:9999px;background:#d1d5db;border:none;cursor:pointer;flex-shrink:0;transition:background .2s}.toggle__knob{position:absolute;top:2px;left:2px;width:16px;height:16px;background:#fff;border-radius:9999px;box-shadow:0 1px 3px #0003;transition:left .2s}.toggle--on{background:#002855}.toggle--on .toggle__knob{left:18px}.card{background:#fff;border-radius:16px;border:1px solid #E3DDCF;box-shadow:0 1px 3px #00000014,0 1px 2px #0000000d}.badge{display:inline-flex;align-items:center;padding:2px 10px;border-radius:9999px;font-size:12px;font-weight:500;border:1px solid transparent;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.badge--new{background:#5bc2e740;color:#002855;border-color:#5bc2e780}.badge--in_progress{background:#fdd26e80;color:#7a5200;border-color:#fdd26e}.badge--in_review{background:#0028551a;color:#002855;border-color:#00285533}.badge--completed{background:#cc8a0026;color:#7a5200;border-color:#cc8a004d}.badge--on_hold{background:#e3ddcf;color:#6b5e4e;border-color:#e3ddcf}.badge--cancelled{background:#fef2f2;color:#b91c1c;border-color:#fecaca}.badge--low{background:#e3ddcf;color:#6b5e4e;border-color:#e3ddcf}.badge--normal{background:#5bc2e733;color:#002855;border-color:#5bc2e766}.badge--high{background:#fdd26e99;color:#7a5200;border-color:#fdd26e}.badge--urgent{background:#fef2f2;color:#b91c1c;border-color:#fecaca}.badge--role-super_admin{background:#ede9fe;color:#6d28d9}.badge--role-admin{background:#f3e8ff;color:#7e22ce}.badge--role-staff{background:#dbeafe;color:#1d4ed8}.badge--role-dept_head{background:#fef3c7;color:#92400e}.badge--demo{background:#f3f4f6;color:#6b7280;font-size:10px;padding:2px 6px}.avatar{border-radius:9999px;background:#002855;color:#fff;font-weight:500;display:flex;align-items:center;justify-content:center;flex-shrink:0}.avatar--sm{width:28px;height:28px;font-size:11px}.avatar--md{width:36px;height:36px;font-size:14px}.avatar--lg{width:44px;height:44px;font-size:16px}.avatar--xl{width:64px;height:64px;font-size:20px}.stat-card{padding:20px;border-left:4px solid #CC8A00}.stat-card--blue{border-left-color:#002855}.stat-card--yellow{border-left-color:#cc8a00}.stat-card--light{border-left-color:#5bc2e7}.stat-card--red{border-left-color:#ef4444}.stat-card__label{font-size:14px;color:#6b7280;font-weight:500}.stat-card__value{font-size:42px;font-weight:300;color:#111827;margin-top:4px}.stat-card__trend{font-size:12px;margin-top:4px}.stat-card__trend--up{color:#16a34a}.stat-card__trend--down{color:#ef4444}.stat-card__icon{color:#cc8a00;opacity:.8}.popover{position:absolute;left:0;top:100%;margin-top:4px;background:#fff;border-radius:8px;box-shadow:0 10px 40px #0000001f,0 4px 12px #00000014;border:1px solid #E3DDCF;padding:4px 0;min-width:150px;z-index:50}.popover__item{width:100%;text-align:left;padding:6px 12px;font-size:12px;color:#374151;display:flex;align-items:center;justify-content:flex-start;gap:8px;transition:background .1s}.popover__item:hover,.popover__item--active{background:#f5f3ec}.popover__item--active{color:#002855;font-weight:600}.popover__item__dot{width:6px;height:6px;border-radius:9999px;background:#cc8a00;flex-shrink:0}.popover--scrollable{max-height:240px;overflow-y:auto}.popover__divider{border:none;border-top:1px solid #E3DDCF;margin:4px 0}.popover__confirm{padding:10px 12px;min-width:220px}.popover__confirm-title{font-size:13px;font-weight:600;color:#111827}.popover__confirm-copy{font-size:12px;line-height:1.5;color:#6b7280;margin-top:4px}.popover__confirm-actions{display:flex;gap:8px;margin-top:10px}.popover__confirm-btn{flex:1;justify-content:center;padding:7px 12px;font-size:12px}.rte-wrap{border:1px solid #E3DDCF;border-radius:8px;background:#fff;overflow:hidden;transition:box-shadow .15s,border-color .15s}.rte-wrap:focus-within{border-color:#cc8a0099;box-shadow:0 0 0 3px #cc8a0026}.rte-toolbar{display:flex;align-items:center;gap:2px;padding:6px 8px;border-bottom:1px solid #E3DDCF;background:#f5f3ec}.rte-toolbar__btn{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:6px;border:none;background:transparent;color:#6b7280;cursor:pointer;transition:background .12s,color .12s}.rte-toolbar__btn:hover{background:#eeebdf;color:#111827}.rte-toolbar__btn--active{background:#e3ddcf;color:#002855}.rte-toolbar__btn:disabled{opacity:.35;cursor:default}.rte-toolbar__btn:disabled:hover{background:transparent;color:#6b7280}.rte-toolbar__divider{width:1px;height:16px;background:#e3ddcf;margin:0 4px}.rte-editor-area{position:relative}.rte-placeholder{position:absolute;top:10px;left:12px;font-size:14px;color:#9ca3af;pointer-events:none;-webkit-user-select:none;user-select:none;line-height:1.7}.rte-content{padding:10px 12px;font-size:14px;color:#374151;line-height:1.7;outline:none;cursor:text}.rte-content p{margin:0 0 8px}.rte-content p:last-child{margin-bottom:0}.rte-content strong{font-weight:600}.rte-content em{font-style:italic}.rte-content u{text-decoration:underline}.rte-content s{text-decoration:line-through;color:#6b7280}.rte-content h2{font-size:15px;font-weight:700;color:#111827;margin:12px 0 4px}.rte-content h2:first-child{margin-top:0}.rte-content ul,.rte-content ol{padding-left:20px;margin:0 0 8px}.rte-content ul:last-child,.rte-content ol:last-child{margin-bottom:0}.rte-content ul{list-style:disc}.rte-content ol{list-style:decimal}.rte-content li{margin-bottom:2px}.rte-render{font-size:14px;color:#374151;line-height:1.7}.rte-render p{margin:0 0 8px}.rte-render p:last-child{margin-bottom:0}.rte-render strong{font-weight:600}.rte-render em{font-style:italic}.rte-render u{text-decoration:underline}.rte-render s{text-decoration:line-through;color:#6b7280}.rte-render h2{font-size:15px;font-weight:700;color:#111827;margin:12px 0 4px}.rte-render h2:first-child{margin-top:0}.rte-render ul,.rte-render ol{padding-left:20px;margin:0 0 8px}.rte-render ul:last-child,.rte-render ol:last-child{margin-bottom:0}.rte-render ul{list-style:disc}.rte-render ol{list-style:decimal}.rte-render li{margin-bottom:2px}.toast-stack{position:fixed;right:18px;bottom:18px;z-index:60;display:flex;flex-direction:column;gap:10px;width:min(360px,100vw - 24px)}.toast{display:flex;align-items:flex-start;gap:10px;background:#fffffff7;border:1px solid rgba(227,221,207,.95);border-radius:12px;box-shadow:0 10px 40px #0000001f,0 4px 12px #00000014;padding:12px 14px}.toast--success .toast__icon{color:#166534;background:#16a34a1f}.toast--warning .toast__icon{color:#9a6700;background:#cc8a002e}.toast__icon{width:28px;height:28px;border-radius:9999px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.toast__message{flex:1;font-size:13px;line-height:1.45;color:#111827;margin-top:3px}.toast__close{color:#9ca3af;line-height:0;margin-top:2px}.toast__close:hover{color:#002855}.app-layout{display:flex;height:100vh;overflow:hidden;background:#f5f3ec}.app-layout__main{flex:1;overflow-y:auto;min-width:0}.app-layout__overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:55}@media (min-width: 768px){.app-layout__overlay{display:none}}.sidebar{display:flex;flex-direction:column;flex-shrink:0;height:100vh;height:100dvh;background:linear-gradient(-60deg,#67d3e6 -80%,#00447cde 37.73%,#003967 95.23%);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);transition:width .3s ease,transform .3s ease;overflow:hidden;position:fixed;top:0;left:0;width:100%;z-index:60;transform:translate(-100%)}.sidebar--open{transform:translate(0)}@media (min-width: 768px){.sidebar{position:sticky;transform:translate(0);z-index:auto;border-radius:0 16px 16px 0}}@media (min-width: 768px){.sidebar--expanded{width:256px}}@media (min-width: 768px){.sidebar--collapsed{width:64px}}.sidebar__header{padding:20px;border-bottom:1px solid rgba(255,255,255,.1);display:flex;align-items:center;justify-content:space-between;flex-shrink:0}.sidebar__header--collapsed{justify-content:center;padding:20px 8px}.sidebar__logo{height:28px;width:auto}.sidebar__logo-icon{height:32px;width:auto}.sidebar__logo-badge{width:32px;height:32px;border-radius:8px;background:#ffffff1a;display:flex;align-items:center;justify-content:center;color:#fff;font-size:11px;font-weight:700;letter-spacing:-.02em}.sidebar__close-btn{padding:4px;color:#93c5fd;border-radius:6px;transition:color .15s;line-height:0}.sidebar__close-btn:hover{color:#fff}@media (min-width: 768px){.sidebar__close-btn{display:none}}.sidebar__collapse-btn{display:none;width:100%;align-items:center;gap:8px;padding:12px;margin-top:12px;color:#ffffff73;font-size:12px;font-weight:500;border-top:1px solid rgba(255,255,255,.08);border-radius:8px;transition:color .15s,background .15s}.sidebar__collapse-btn:hover{color:#fffc;background:#ffffff1a}.sidebar__collapse-btn:hover .sidebar__collapse-icon{background:#ffffff26}@media (min-width: 768px){.sidebar__collapse-btn{display:flex}}.sidebar__collapse-icon{display:flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:9999px;background:#ffffff14;flex-shrink:0;transition:background .15s}.sidebar__avatar-btn{transition:opacity .15s;line-height:0}.sidebar__avatar-btn:hover{opacity:.75}.sidebar__icon-btn{color:#ffffffa6;line-height:0;transition:color .15s}.sidebar__icon-btn:hover{color:#fff}.sidebar__nav{flex:1;padding:16px 8px;overflow-y:auto}.sidebar__nav div{margin-bottom:4px}.sidebar__section-label{padding:8px 16px 4px;font-size:11px;font-weight:600;color:#93c5fdb3;text-transform:uppercase;letter-spacing:.08em}.sidebar__divider{border:none;border-top:1px solid rgba(255,255,255,.1);margin:12px}.nav-item{display:flex;align-items:center;gap:12px;padding:10px 16px;border-radius:8px;font-size:14px;font-weight:500;color:#dbeafe;transition:background .4s,color .4s}.nav-item:hover{background:#ffffff1a;color:#fff}.nav-item--active{background:#ffffff24;color:#fff;font-weight:600;position:relative}.nav-item--active:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:8px;padding:1px;background:linear-gradient(90deg,#fff0,#ffffff73,#fff0);background-size:250% 100%;animation:nav-shimmer 10s ease-in-out infinite;-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask-composite:exclude;pointer-events:none}.nav-item--active:hover{background:#ffffff2e}.nav-item--collapsed{justify-content:center;padding:10px 0;margin:0 4px;gap:0}@keyframes nav-shimmer{0%{background-position:150% 0}to{background-position:-150% 0}}.sidebar__footer{border-top:1px solid rgba(255,255,255,.1);padding:16px;flex-shrink:0}.sidebar__footer--collapsed{padding:12px 8px;display:flex;flex-direction:column;align-items:center;gap:12px}.sidebar__user-btn{display:flex;align-items:center;gap:12px;width:100%;margin-bottom:12px;border-radius:8px;padding:6px;transition:background .15s}.sidebar__user-btn:hover{background:#ffffff1a}.sidebar__user-btn:hover .sidebar__user-name{color:#fff}.sidebar__user-btn:hover .sidebar__user-chevron{color:#fff;opacity:1}.sidebar__user-name{font-size:14px;font-weight:500;color:#fff;transition:color .15s;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar__user-role{font-size:12px;color:#93c5fdb3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar__user-chevron{color:#93c5fd66;opacity:0;margin-left:auto;flex-shrink:0;transition:color .15s,opacity .15s}.sidebar__signout-btn{width:100%;display:flex;align-items:center;gap:8px;padding:8px 12px;margin-top:4px;color:#ffffffa6;border-radius:8px;font-size:14px;transition:color .15s,background .15s}.sidebar__signout-btn:hover{color:#fff;background:#ffffff1a}.topbar{position:sticky;top:0;z-index:40;background:#fff;border-bottom:1px solid #E3DDCF;padding:16px 24px;display:flex;align-items:center;justify-content:space-between;gap:12px}@media (max-width: 768px){.topbar{padding:16px}}.topbar__left{display:flex;align-items:center;gap:12px;min-width:0}.topbar__hamburger{display:none;padding:8px;margin-left:-4px;color:#6b7280;border-radius:8px;transition:color .15s,background .15s;line-height:0;flex-shrink:0}.topbar__hamburger:hover{color:#002855;background:#f5f3ec}@media (max-width: 768px){.topbar__hamburger{display:block}}.topbar__title{font-size:20px;font-weight:700;color:#002855;font-family:Merriweather,serif;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.topbar__subtitle-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-top:2px}.topbar__subtitle{font-size:14px;color:#6b7280;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.topbar__meta-text{display:inline-flex;align-items:center;gap:8px;color:#002855;font-size:12px;font-weight:600;white-space:nowrap}.topbar__meta-text svg{width:16px;height:16px;flex-shrink:0}@media (max-width: 640px){.topbar__meta-desktop{display:none}}.topbar__meta-mobile{display:none}@media (max-width: 640px){.topbar__meta-mobile{display:inline-flex;align-items:center;margin-right:-2px}}@media (max-width: 640px){.topbar__meta-location{display:none}}.topbar__right{display:flex;align-items:center;gap:12px;flex-shrink:0}.topbar__search{width:208px;transition:width .2s}.topbar__search:focus-within{width:256px}@media (max-width: 640px){.topbar__search{display:none}}.topbar__notif-btn{position:relative;padding:8px;color:#6b7280;border-radius:8px;line-height:0;transition:color .15s,background .15s}.topbar__notif-btn:hover{color:#002855;background:#f5f3ec}.notif-badge{position:absolute;top:4px;right:4px;width:16px;height:16px;background:#cc8a00;color:#fff;font-size:10px;font-weight:700;border-radius:9999px;display:flex;align-items:center;justify-content:center}.notif-dropdown{position:absolute;right:0;top:100%;margin-top:8px;width:320px;background:#fff;border-radius:16px;box-shadow:0 10px 40px #0000001f,0 4px 12px #00000014;border:1px solid #E3DDCF;z-index:40;overflow:hidden}.notif-dropdown__header{padding:12px 16px;border-bottom:1px solid #E3DDCF;display:flex;align-items:center;justify-content:space-between}.notif-dropdown__count{font-size:12px;background:#cc8a0033;color:#002855;font-weight:600;padding:2px 8px;border-radius:9999px}.notif-dropdown__empty{padding:32px 16px;text-align:center;color:#9ca3af;font-size:14px}.notif-dropdown__list{max-height:320px;overflow-y:auto}.notif-dropdown__item{display:flex;align-items:flex-start;border-bottom:1px solid #E3DDCF;transition:background .1s}.notif-dropdown__item:last-child{border-bottom:none}.notif-dropdown__item:hover{background:#f5f3ec}.notif-dropdown__item-link{flex:1;min-width:0;text-align:left;padding:12px 16px;display:flex;align-items:flex-start;gap:12px}.notif-dropdown__dismiss-btn{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;margin:10px 8px 0 0;border-radius:6px;color:#9ca3af;flex-shrink:0;line-height:0;transition:color .12s,background-color .12s}.notif-dropdown__dismiss-btn:hover{color:#002855;background:#00285514}.notif-dropdown__clear-btn{padding:4px 8px;border-radius:6px;font-size:11px;font-weight:500;color:#6b7280;transition:color .15s,background-color .15s}.notif-dropdown__clear-btn:hover{color:#002855;background:#00285514}.notif-dropdown__clear-btn--yes{color:#002855}.notif-dropdown__clear-btn--yes:hover{color:color-mix(in srgb,#002855 80%,#000);background:#5bc2e72e}.notif-dropdown__confirm-label{font-size:11px;color:#6b7280}.notif-dropdown__footer{padding:10px 16px;border-top:1px solid #E3DDCF}.notif-dropdown__footer a,.notif-dropdown__footer button{font-size:12px;color:#002855;display:flex;align-items:center;gap:4px;transition:color .15s;font-weight:500}.notif-dropdown__footer a:hover,.notif-dropdown__footer button:hover{color:#cc8a00}.login-page{min-height:100vh;background:#002855;display:flex;flex-direction:column}@media (min-width: 1024px){.login-page{flex-direction:row}}.login-hero{display:flex;flex-direction:column;justify-content:space-between;padding:28px 24px;position:relative;overflow:hidden;background-size:cover;background-repeat:no-repeat;background-position:right center;min-height:260px}@media (min-width: 1024px){.login-hero{padding:48px;width:50%;flex-shrink:0;min-height:unset}}.login-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#002855d9;background:linear-gradient(-60deg,#67d3e6 -80%,#00447cde 37.73%,#003967 95.23%);opacity:.95}.login-hero__logo{position:relative;z-index:1;height:34px;width:auto}@media (min-width: 1024px){.login-hero__logo{height:50px;margin:0}}.login-hero__content{position:relative;z-index:1}.login-hero__headline{color:#fff;font-size:19px;font-family:Merriweather,serif;font-weight:700;line-height:1.25;margin-block:16px}@media (min-width: 1024px){.login-hero__headline{font-size:36px;margin-bottom:16px;text-align:left}}.login-hero__sub{color:#93c5fd;display:block;font-size:13px;line-height:1.6;max-width:28rem}@media (min-width: 1024px){.login-hero__sub{font-size:18px}}.login-hero__features{display:flex;flex-direction:column;gap:10px;margin-top:18px}.login-hero__features .login-hero__feature:nth-child(n+3){display:none}@media (min-width: 1024px){.login-hero__features{gap:12px;margin-top:32px}.login-hero__features .login-hero__feature:nth-child(n+3){display:flex}}.login-hero__feature{display:flex;align-items:center;gap:12px}.login-hero__feature-dot-wrap{width:20px;height:20px;border-radius:9999px;background:#fdd26e33;border:1px solid #CC8A00;display:flex;align-items:center;justify-content:center;flex-shrink:0}.login-hero__feature-dot{width:8px;height:8px;border-radius:9999px;background:#cc8a00}.login-hero__feature-text{color:#bfdbfe;font-size:13px}@media (min-width: 1024px){.login-hero__feature-text{font-size:14px}}.login-hero__notice{display:block;margin-top:18px;padding:12px 14px;border-radius:16px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}@media (min-width: 1024px){.login-hero__notice{margin-top:40px;padding:16px;width:100%}}.login-hero__notice-label{color:#93c5fd;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;margin-bottom:4px}.login-hero__notice p{color:#bfdbfe;font-size:13px;line-height:1.6}@media (min-width: 1024px){.login-hero__notice p{font-size:14px}}.login-hero__br{display:none}@media (min-width: 1024px){.login-hero__br{display:block}}.login-hero__footer{display:none;position:relative;z-index:1;color:#bfdbfe;font-size:12px}@media (min-width: 1024px){.login-hero__footer{display:block}}.login-panel{flex:1;display:flex;align-items:flex-start;justify-content:center;padding:28px 20px 36px;background:#f5f3ec;overflow-y:auto}@media (min-width: 768px){.login-panel{padding:32px}}@media (min-width: 1024px){.login-panel{align-items:center}}.login-panel__inner{width:100%;max-width:480px;display:flex;flex-direction:column;align-items:center;gap:18px}@media (min-width: 1024px){.login-panel__inner{gap:0}}.login-form-wrap{width:100%;max-width:480px;padding:32px 24px 28px;border:1px solid #E3DDCF;border-left:4px solid #002855;border-radius:24px;background:#ffffffd1;box-shadow:0 1px 3px #00000014,0 1px 2px #0000000d;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}@media (min-width: 768px){.login-form-wrap{padding:36px 32px 30px}}.login-mobile-logo{display:none}@media (min-width: 1024px){.login-mobile-logo{display:none}}.login-mobile-logo img{height:26px;width:auto}.login-form__heading{font-size:26px;font-weight:700;color:#002855;font-family:Merriweather,serif;margin-bottom:4px;text-align:center}@media (min-width: 768px){.login-form__heading{text-align:left}}.login-form__sub{font-size:14px;color:#6b7280;margin-bottom:28px;text-align:center}@media (min-width: 768px){.login-form__sub{text-align:left}}.login-form__fields{display:flex;flex-direction:column;gap:16px}.login-form__pwd-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:4px}.login-form__forgot{font-size:12px;color:#7b5a01;text-decoration:underline;transition:color .15s}.login-form__forgot:hover{color:#cc8a00}.login-form__pwd-wrap{position:relative}.login-form__pwd-toggle{position:absolute;right:12px;top:50%;transform:translateY(-50%);color:#9ca3af;transition:color .15s;line-height:0}.login-form__pwd-toggle:hover{color:#374151}.login-form__error{padding:8px 12px;background:#fef2f2;color:#b91c1c;border-radius:8px;font-size:13px;border:1px solid #fecaca}.login-form__submit{width:100%;justify-content:center;padding-top:10px;padding-bottom:10px}.login-form__footer{margin-top:20px;text-align:center;font-size:14px;color:#6b7280}.login-form__switch-link{color:#002855;font-weight:600;background:none;border:none;cursor:pointer;transition:color .15s}.login-form__switch-link:hover{color:#cc8a00}.login-back-btn{display:inline-flex;align-items:center;gap:6px;font-size:14px;color:#6b7280;margin-bottom:24px;transition:color .15s}.login-back-btn:hover{color:#002855}.login-warning{display:flex;align-items:flex-start;gap:8px;background:#fffbeb;border:1px solid #fcd34d;border-radius:8px;padding:10px 12px;font-size:12px;color:#92400e;margin-bottom:20px;margin-top:12px}.login-success{text-align:center;padding:32px 0}.login-success__icon-wrap{width:64px;height:64px;background:#cc8a0033;border-radius:9999px;display:flex;align-items:center;justify-content:center;margin:0 auto 16px;color:#cc8a00}.login-success__icon-wrap--blue{background:#0028551a;color:#002855}.login-success h2{font-size:22px;font-weight:700;color:#002855;font-family:Merriweather,serif;margin-bottom:8px}.login-success p{font-size:14px;color:#6b7280;line-height:1.6;margin-bottom:24px}.login-approval-box{background:#fffbeb;border:1px solid #fcd34d;border-radius:8px;padding:12px 16px;text-align:left;margin-bottom:24px}.login-approval-box__title{font-size:12px;font-weight:600;color:#92400e;margin-bottom:4px}.login-approval-box ul{font-size:12px;color:#b45309}.login-approval-box ul li+li{margin-top:4px}.login-help-box{margin-top:24px;padding:16px;background:#e3ddcf66;border-radius:16px;border:1px solid #E3DDCF}.login-help-box__title{font-size:12px;font-weight:600;color:#374151;margin-bottom:4px}.login-help-box p{font-size:12px;color:#6b7280;line-height:1.6}.login-help-box p a{color:#002855}.login-help-box p a:hover{text-decoration:underline}@keyframes demo-pulse{0%,to{border-color:#e3ddcf;box-shadow:none}50%{border-color:#cc8a00;box-shadow:0 0 0 3px #cc8a0026}}.demo-accounts{margin-top:28px}.demo-accounts__toggle{display:flex;align-items:center;justify-content:space-between;width:100%;font-size:11px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.06em;margin-bottom:0;background:#f5f3ec;border:1px solid #E3DDCF;border-radius:8px;padding:8px 12px;cursor:pointer;animation:demo-pulse 2.5s ease-in-out infinite;transition:background .15s,color .15s}.demo-accounts__toggle:hover{background:#e3ddcf;border-color:#cc8a00;box-shadow:0 0 0 3px #cc8a0026;animation:none;color:#1f2937}.demo-accounts__list{display:flex;flex-direction:column;gap:8px}.demo-accounts__item{width:100%;text-align:left;padding:12px;border-radius:8px;border:2px solid transparent;cursor:pointer;transition:border-color .15s}.demo-accounts__item:hover{border-color:#cc8a00}.demo-accounts__item--admin{border-color:#002855;background:#0028550d}.demo-accounts__item--dept_head{border-color:#cc8a00;background:#cc8a000d}.demo-accounts__item--staff{border-color:#5bc2e7;background:#5bc2e71a}.demo-accounts__row{display:flex;align-items:center;gap:8px}.demo-accounts__tag{font-size:11px;font-weight:700;color:#002855;background:#fdd26e;padding:2px 8px;border-radius:6px}.demo-accounts__email{font-size:12px;color:#6b7280}.demo-accounts__desc{font-size:12px;color:#4b5563;margin-top:4px}.demo-accounts__hint{font-size:12px;color:#9ca3af;margin-top:12px;text-align:center}.demo-accounts__hint code{background:#f3f4f6;padding:2px 6px;border-radius:4px;font-family:monospace}.dashboard{padding:24px}.dashboard__stats{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-bottom:24px}@media (min-width: 640px){.dashboard__stats{grid-template-columns:repeat(3,1fr)}}@media (min-width: 1024px){.dashboard__stats{grid-template-columns:repeat(4,1fr)}}@media (min-width: 1280px){.dashboard__stats{grid-template-columns:repeat(6,1fr)}}.dashboard__charts-row{display:grid;grid-template-columns:1fr;gap:24px;margin-bottom:24px}@media (min-width: 1024px){.dashboard__charts-row{grid-template-columns:2fr 1fr}}.dashboard__grid{display:grid;grid-template-columns:1fr;gap:24px;margin-bottom:24px}@media (min-width: 1024px){.dashboard__grid{grid-template-columns:1fr 1fr}}.dashboard__section-title{font-size:16px;font-weight:600;color:#002855;border-bottom:1px solid #E3DDCF;padding-bottom:12px;margin-bottom:12px}.dashboard__chart-card{padding:20px}.dashboard__chart-card h3{font-family:Merriweather,serif;font-weight:600;color:#002855;margin-bottom:16px}.dashboard__recent-card h3{font-family:Merriweather,serif;font-weight:600;color:#002855}.dashboard__recent-header{padding:16px 20px;border-bottom:1px solid #E3DDCF;display:flex;align-items:center;justify-content:space-between}.dashboard__view-all{font-size:14px;color:#7b5a01;display:inline-flex;align-items:center;gap:4px;transition:color .15s}.dashboard__view-all:hover{color:#cc8a00}.dashboard__recent-list>*+*{border-top:1px solid #E3DDCF}.dashboard__recent-item{padding:12px 20px;display:flex;align-items:center;gap:16px;cursor:pointer;transition:background .15s}.dashboard__recent-item:hover{background:#f5f3ec}.dashboard__recent-title{font-size:14px;font-weight:500;color:#111827;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dashboard__recent-meta{font-size:12px;color:#6b7280;margin-top:2px}.dashboard__recent-alert{font-size:11px;font-weight:700;color:#7a5200;margin-top:4px}.dashboard__pie-legend{display:grid;grid-template-columns:1fr 1fr;gap:4px 16px;margin-top:8px}.dashboard__pie-item{display:flex;align-items:center;gap:6px;font-size:12px;color:#4b5563}.dashboard__pie-dot{width:10px;height:10px;border-radius:9999px;flex-shrink:0}.tickets-page{padding:24px}.ticket-tabs{display:flex;gap:4px;margin-bottom:20px}.ticket-tab{display:flex;align-items:center;gap:8px;padding:8px 16px;border-radius:8px;font-size:14px;font-weight:500;color:#6b7280;transition:all .15s;border:none;background:none}.ticket-tab:hover{color:#002855}.ticket-tab--active{background:#002855;color:#fff;font-weight:600}.ticket-tab__count{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 6px;border-radius:9999px;font-size:11px;font-weight:700;background:#fff3;color:inherit}.ticket-tab:not(.ticket-tab--active) .ticket-tab__count{background:#e3ddcf;color:#6b7280}.tab-bar{display:flex;align-items:center;gap:4px;background:#f5f3ec;border:1px solid #E3DDCF;border-radius:8px;padding:4px;width:fit-content;max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.tab-bar::-webkit-scrollbar{display:none}.tab-btn{display:flex;align-items:center;gap:8px;padding:8px 12px;border-radius:6px;font-size:13px;white-space:nowrap;flex-shrink:0;font-weight:500;color:#6b7280;transition:color .15s;background:none;border:none;cursor:pointer;position:relative}.tab-btn:hover,.tab-btn--active{color:#002855}.tab-btn__pill{position:absolute;top:0;right:0;bottom:0;left:0;background:#fff;border-radius:6px;box-shadow:0 1px 3px #00000014,0 1px 2px #0000000d;z-index:0}.tab-btn__inner{position:relative;z-index:1;display:flex;align-items:center;gap:8px}.tab-btn__count{font-size:11px;font-weight:600;padding:2px 6px;border-radius:9999px;background:#e5e7eb;color:#6b7280}.tab-btn--active .tab-btn__count{background:#0028551a;color:#002855}.tab-btn__dot{width:7px;height:7px;border-radius:50%;flex-shrink:0;background:#9ca3af}.tab-btn__dot--active{background:#002855;opacity:.55}.tab-btn--active .tab-btn__dot--active{opacity:1}.ticket-table-wrap{overflow:visible}.ticket-table-header{padding:16px 20px;border-bottom:1px solid #E3DDCF;display:flex;flex-wrap:wrap;align-items:center;gap:12px;justify-content:space-between}.ticket-table-header__title{font-family:Merriweather,serif;font-weight:600;color:#002855}.ticket-table-header__actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-left:auto}.ticket-table-clear-btn{display:flex;align-items:center;gap:4px;font-size:12px;color:#cc8a00;font-weight:500;transition:color .15s}.ticket-table-clear-btn:hover{color:#002855}.ticket-table-export-btn{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:600}.ticket-table-quick-view{display:inline-flex;align-items:center;gap:8px}.ticket-table-quick-view__label{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:#6b7280;white-space:nowrap}.ticket-table-quick-view__select{min-width:190px;padding:8px 34px 8px 12px;border-radius:8px;border:1px solid #E3DDCF;background-color:#ffffffeb;color:#111827;font-size:13px;font-weight:600;transition:border-color .15s,box-shadow .15s;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 10px center;background-size:16px}.ticket-table-quick-view__select:focus{outline:none;border-color:#00285559;box-shadow:0 0 0 3px #00285514}.ticket-table{width:100%;font-size:14px;border-collapse:collapse}.ticket-table thead tr{background:#f5f3ec;border-bottom:1px solid #E3DDCF}.ticket-table th{padding:12px 16px;text-align:left}.ticket-table td{padding:12px 16px;vertical-align:middle}.ticket-table-footer{padding:12px 20px;border-top:1px solid #E3DDCF;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px}.ticket-table-footer__info{font-size:12px;color:#9ca3af}.page-size-select{font-size:12px;border:1px solid #E3DDCF;border-radius:6px;padding:4px 8px;background:#fff}.page-size-select:focus{outline:none}.pagination{display:flex;align-items:center;gap:8px}.pagination__btn{padding:6px;border-radius:6px;border:1px solid #E3DDCF;color:#6b7280;line-height:0;transition:color .15s,border-color .15s}.pagination__btn:hover{color:#002855;border-color:#002855}.pagination__btn:disabled{opacity:.3;cursor:not-allowed}.pagination__info{font-size:12px;font-weight:500;color:#4b5563;padding:0 4px}.sort-header{display:flex;align-items:center;gap:4px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#6b7280;transition:color .15s;background:none;border:none;cursor:pointer;padding:0}.sort-header:hover,.sort-header--active{color:#002855}.filter-dropdown{position:relative;display:inline-block}.filter-dropdown__trigger{display:flex;align-items:center;gap:4px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#6b7280;transition:color .15s;background:none;border:none;cursor:pointer}.filter-dropdown__trigger:hover,.filter-dropdown__trigger--active{color:#002855}.filter-dropdown__dot{width:6px;height:6px;border-radius:9999px;background:#cc8a00;flex-shrink:0}.ticket-col--check{width:40px;padding-left:20px!important;padding-right:4px!important}.ticket-check{width:15px;height:15px;cursor:pointer;accent-color:#002855}.bulk-bar{display:flex;align-items:center;gap:12px;padding:10px 20px;background:#002855;flex-wrap:wrap;overflow:hidden}.bulk-bar__count{font-size:13px;font-weight:600;color:#fff;white-space:nowrap}.bulk-bar__actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.bulk-bar__select{font-size:12px;padding:5px 8px;border-radius:6px;border:1px solid rgba(255,255,255,.25);background:#ffffff1f;color:#fff;cursor:pointer;transition:background .15s}.bulk-bar__select option{background:#002855}.bulk-bar__select:hover{background:#ffffff38}.bulk-bar__select:focus{outline:none}.bulk-bar__clear{display:flex;align-items:center;gap:4px;font-size:12px;color:#ffffffa6;margin-left:auto;transition:color .15s}.bulk-bar__clear:hover{color:#fff}.bulk-bar__confirm{display:flex;align-items:center;gap:10px;flex-wrap:wrap;padding:8px 12px;border-radius:8px;background:#ffffff1f;border:1px solid rgba(255,255,255,.18)}.bulk-bar__confirm-title{font-size:12px;font-weight:600;color:#fff}.bulk-bar__confirm-copy{font-size:12px;color:#ffffffc2}.bulk-bar__confirm-actions{display:flex;align-items:center;gap:8px}.bulk-bar__confirm-btn{justify-content:center;padding:7px 12px;font-size:12px}.ticket-row__assignee-name{color:#374151;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:80px}.ticket-row__meta-line{display:flex;align-items:center;gap:6px;margin-top:2px;flex-wrap:wrap}.ticket-row__aging-badge{display:inline-flex;align-items:center;padding:2px 6px;border-radius:9999px;font-size:10px;font-weight:700;letter-spacing:.02em;background:#cc8a002e;border:1px solid rgba(204,138,0,.35);color:#7a5200}.ticket-row__flag{display:inline-flex;align-items:center;gap:4px;padding:2px 7px;border-radius:9999px;font-size:10px;font-weight:700;letter-spacing:.02em}.ticket-row__flag--internal{background:#00285514;color:#002855}.ticket-row__flag--reopened{background:#cc8a002e;color:#7a5200}.ticket-row{cursor:pointer;border-bottom:1px solid #E3DDCF;transition:background .12s}.ticket-row:last-child{border-bottom:none}.ticket-row--selected{background:#0028550d}.ticket-row:hover{background:#f5f3ec99}.ticket-row:hover .ticket-row__title{color:#002855}.ticket-row:hover .ticket-row__actions{opacity:1}.ticket-row__title{font-size:14px;font-weight:500;color:#111827;overflow:hidden;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;transition:color .12s}.ticket-row__type{font-size:12px;color:#9ca3af;margin-top:2px}.ticket-row__actions{opacity:0;transition:opacity .15s}.editable-cell{display:inline-flex;align-items:center;gap:4px;border-radius:6px;padding:2px 4px;margin:-2px -4px;transition:background .12s;cursor:pointer;background:transparent;border:none;white-space:nowrap}.editable-cell__chevron{opacity:0;transition:opacity .12s}.editable-cell:hover,.editable-cell--open{background:#f5f3ec}.editable-cell:hover .editable-cell__chevron,.editable-cell--open .editable-cell__chevron{opacity:1}.assignee-avatar{width:20px;height:20px;border-radius:9999px;background:#002855;color:#fff;font-size:9px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.ticket-empty{padding:40px 16px;text-align:center;font-size:14px;color:#9ca3af}.ticket-col--md{display:none}@media (min-width: 768px){.ticket-col--md{display:table-cell}}.ticket-col--lg{display:none}@media (min-width: 1024px){.ticket-col--lg{display:table-cell}}.ticket-col--xl{display:none}@media (min-width: 1280px){.ticket-col--xl{display:table-cell}}.tickets-page-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;gap:12px;flex-wrap:wrap}@media (max-width: 640px){.tickets-page-header>.tab-bar,.tickets-page-header>.btn-primary{width:100%}.tickets-page-header>.btn-primary{justify-content:center}}.tickets-archive-notice{display:flex;align-items:center;gap:8px;font-size:13px;color:#6b7280;background:#f5f3ec;border:1px solid #E3DDCF;border-radius:8px;padding:10px 14px;margin-bottom:12px}.tickets-archive-notice--admin{background:#0028550a;border-color:#00285526;color:#002855}.tickets-archive-notice--warning{background:#cc8a001f;border-color:#cc8a0052;color:#7a5200}.ticket-detail{padding:24px;max-width:1024px}.ticket-detail__back-btn{display:inline-flex;align-items:center;gap:8px;font-size:14px;font-weight:500;color:#111827;margin-bottom:16px;transition:color .15s,background .15s,border-color .15s,transform .15s;background:#fff;border:1px solid #E3DDCF;border-radius:8px;cursor:pointer;padding:8px 12px}.ticket-detail__back-btn:hover{color:#002855;background:#fff;border-color:#00285552}.ticket-detail__header{display:flex;flex-wrap:wrap;align-items:flex-start;gap:16px;margin-bottom:24px}.ticket-detail__header-meta{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:8px}.ticket-detail__id{font-size:12px;font-family:monospace;color:#9ca3af;background:#f3f4f6;padding:2px 8px;border-radius:6px}.ticket-detail__type-label{font-size:12px;color:#6b7280}.ticket-detail__copy-link-btn{display:inline-flex;align-items:center;gap:4px;font-size:11px;font-weight:500;color:#9ca3af;padding:2px 8px;border-radius:6px;border:1px solid transparent;transition:color .12s,border-color .12s,background .12s}.ticket-detail__copy-link-btn:hover{color:#002855;border-color:#e3ddcf;background:#f5f3ec}.ticket-detail__overdue-tag{font-size:12px;font-weight:500;color:#b91c1c;background:#fef2f2;padding:2px 8px;border-radius:6px}.ticket-detail__title{font-size:22px;font-weight:700;color:#002855;line-height:1.3}.ticket-detail__badges{display:flex;align-items:center;gap:8px;flex-shrink:0}.ticket-detail__layout{display:grid;grid-template-columns:1fr;gap:24px}@media (min-width: 1024px){.ticket-detail__layout{grid-template-columns:2fr 1fr}}.ticket-detail__main{display:flex;flex-direction:column;gap:24px}.ticket-detail__sidebar{display:flex;flex-direction:column;gap:16px}.ticket-section{padding:20px}.ticket-section__title{font-weight:600;color:#111827;margin-bottom:12px;display:flex;align-items:center;gap:8px;font-family:Roboto,sans-serif;font-size:15px}.ticket-section__title--serif{font-family:Merriweather,serif;color:#002855}.ticket-section__title svg{color:#9ca3af;flex-shrink:0}.ticket-section__description{font-size:14px;color:#374151;line-height:1.7;white-space:pre-wrap}.ticket-section__title-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.ticket-section__title-row .ticket-section__title{margin-bottom:0}.ticket-section__edit-btn{display:inline-flex;align-items:center;gap:4px;font-size:12px;color:#6b7280;background:none;border:1px solid #E3DDCF;border-radius:6px;padding:3px 8px;cursor:pointer;transition:color .15s,background .15s}.ticket-section__edit-btn:hover{color:#002855;background:#f5f3ec}.ticket-section__add-attach-btn{display:inline-flex;align-items:center;gap:4px;font-size:12px;font-weight:500;color:#002855;background:#0028550f;border:1px solid rgba(0,40,85,.18);border-radius:6px;padding:4px 10px;cursor:pointer;transition:background .15s,border-color .15s}.ticket-section__add-attach-btn:hover{background:#0028551f;border-color:#0028554d}.ticket-section__empty{font-size:13px;color:#9ca3af;padding:8px 0 4px}.ticket-section__collapse-btn{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border:1px solid #E3DDCF;border-radius:9999px;color:#6b7280;background:#fff;transition:color .15s,border-color .15s,background .15s}.ticket-section__collapse-btn:hover{color:#002855;border-color:#0028553d;background:#f5f3ec}.ticket-section--compact{padding:16px}.ticket-section__desc-edit{display:flex;flex-direction:column;gap:8px}.ticket-section__desc-actions{display:flex;align-items:center;gap:8px}.btn-save-desc{display:inline-flex;align-items:center;gap:4px;font-size:12px;font-weight:500;color:#fff;background:#002855;border:none;border-radius:6px;padding:5px 12px;cursor:pointer;transition:background .15s}.btn-save-desc:hover{background:#001d3d}.btn-cancel-desc{font-size:12px;color:#6b7280;background:none;border:1px solid #E3DDCF;border-radius:6px;padding:5px 12px;cursor:pointer;transition:color .15s,background .15s}.btn-cancel-desc:hover{background:#f5f3ec;color:#111827}.ticket-url-list{display:flex;flex-direction:column;gap:8px}.ticket-url-list a{font-size:14px;color:#7b5a01;text-decoration:underline;word-break:break-all;transition:color .15s}.ticket-url-list a:hover{color:#cc8a00}.ticket-attachment{display:flex;align-items:center;gap:12px;padding:12px;background:#f5f3ec;border-radius:8px;border:1px solid #E3DDCF}.ticket-attachment__thumb{width:56px;height:40px;object-fit:cover;border-radius:6px;border:1px solid #E3DDCF;flex-shrink:0;cursor:pointer;transition:opacity .15s}.ticket-attachment__thumb:hover{opacity:.9}.ticket-attachment__icon-wrap{width:40px;height:40px;background:#fff;border-radius:6px;border:1px solid #E3DDCF;display:flex;align-items:center;justify-content:center;flex-shrink:0}.ticket-attachment__name{font-size:14px;font-weight:500;color:#111827;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ticket-attachment__meta{font-size:12px;color:#9ca3af;display:flex;align-items:center;gap:8px;margin-top:2px}.ticket-attachment__annotated-tag{background:#cc8a0033;color:#7a5200;font-size:10px;font-weight:600;padding:2px 6px;border-radius:9999px}.ticket-attachment__view-btn{font-size:12px;color:#002855;font-weight:500;transition:color .15s}.ticket-attachment__view-btn:hover{color:#cc8a00}.ticket-attachment__delete-btn{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:9999px;color:#9ca3af;flex-shrink:0;transition:color .12s,background .12s}.ticket-attachment__delete-btn:hover{color:#ef4444;background:#fef2f2}.ticket-attachment-list{display:flex;flex-direction:column;gap:12px}.ticket-comments{display:flex;flex-direction:column;gap:16px;margin-bottom:20px}.ticket-comments__empty{display:inline-flex;align-items:center;gap:8px;font-size:13px;color:#9ca3af;background:#f5f3ecbf;border:1px dashed #E3DDCF;border-radius:8px;padding:10px 12px}.ticket-comment{display:flex;gap:12px}.ticket-comment--internal .ticket-comment__body{background:#0028550d;border:1px solid rgba(0,40,85,.12)}.ticket-comment__body{flex:1;background:#f5f3ec;border-radius:8px;padding:12px}.ticket-comment__header{display:flex;align-items:center;gap:8px;margin-bottom:4px}.ticket-comment__author{font-size:14px;font-weight:500;color:#111827}.ticket-comment__time{font-size:12px;color:#9ca3af}.ticket-comment__note-badge{font-size:11px;font-weight:700;letter-spacing:.02em;text-transform:uppercase;color:#002855;background:#00285514;border-radius:999px;padding:2px 8px}.ticket-comment__content{font-size:14px;color:#374151}.ticket-comment__edit-btn{margin-left:auto;font-size:12px;font-weight:500;color:#9ca3af;background:none;border:none;cursor:pointer;padding:0;transition:color .15s;opacity:0}.ticket-comment:hover .ticket-comment__edit-btn{opacity:1}.ticket-comment__edit-btn:hover{color:#002855}.ticket-comment__edit-form{display:flex;flex-direction:column;gap:8px;margin-top:4px}.ticket-comment__edit-actions{display:flex;gap:8px}.typing-indicator{display:flex;align-items:center;gap:4px;padding:4px 0}.typing-indicator span{width:7px;height:7px;border-radius:50%;background:#9ca3af;animation:typing-bounce 1.2s ease-in-out infinite}.typing-indicator span:nth-child(2){animation-delay:.2s}.typing-indicator span:nth-child(3){animation-delay:.4s}@keyframes typing-bounce{0%,60%,to{transform:translateY(0);opacity:.4}30%{transform:translateY(-5px);opacity:1}}.ticket-comment-form{display:flex;flex-direction:column;gap:8px;margin-top:4px}.ticket-comment-form__input-wrap{position:relative}.ticket-comment-form__textarea{display:block;width:100%;box-sizing:border-box;resize:vertical;min-height:72px;height:72px;line-height:1.5;overflow-y:auto}.ticket-comment-form__send{align-self:flex-end}.ticket-section--internal{border:1px solid rgba(0,40,85,.12)}.ticket-section__helper{font-size:13px;color:#6b7280;margin:-4px 0 16px}.ticket-section__helper--tight{margin:0}.ticket-status-panel{display:flex;flex-direction:column;gap:14px}.ticket-status-panel__meta{font-size:13px;color:#6b7280}.ticket-inline-tooltip{position:relative;display:inline-flex;align-items:center}.ticket-inline-tooltip__trigger{display:inline-flex;align-items:center;justify-content:center;padding:0;background:none;border:none;color:#9ca3af;cursor:help;line-height:0;transition:color .15s}.ticket-inline-tooltip__trigger:hover,.ticket-inline-tooltip__trigger:focus-visible{color:#002855;outline:none}.ticket-inline-tooltip__content{display:none;position:absolute;top:calc(100% + 8px);right:0;z-index:50;width:230px;padding:8px 12px;border-radius:8px;background:#002855;color:#fff;font-size:12px;line-height:1.5;box-shadow:0 4px 16px #0000001a,0 2px 6px #0000000f;pointer-events:none}.ticket-inline-tooltip:hover .ticket-inline-tooltip__content,.ticket-inline-tooltip:focus-within .ticket-inline-tooltip__content{display:block}.mention-dropdown{position:absolute;bottom:calc(100% + 4px);left:0;right:0;background:#fff;border:1px solid #E3DDCF;border-radius:8px;box-shadow:0 4px 16px #0000001a,0 2px 6px #0000000f;overflow:hidden;z-index:50}.mention-dropdown__item{display:flex;align-items:center;gap:8px;width:100%;padding:8px 12px;font-size:14px;color:#1f2937;background:none;border:none;cursor:pointer;text-align:left;transition:background .1s}.mention-dropdown__item:hover{background:#f5f3ec}.comment-mention{color:#002855;font-weight:600;background:#00285512;border-radius:3px;padding:0 3px}.ticket-status-control{display:flex;flex-direction:column;gap:8px}.ticket-status-control__btn{width:100%;text-align:left;padding:8px 12px;border-radius:8px;font-size:14px;border:none;cursor:pointer;transition:background .15s,color .15s;color:#4b5563;background:none}.ticket-status-control__btn:hover{background:#f5f3ec}.ticket-status-control__btn--active{background:#002855;color:#fff;font-weight:600}.ticket-status-control__btn--active:hover{background:#002855}.ticket-status-confirm{padding:10px 12px;border:1px solid rgba(0,40,85,.14);border-radius:8px;background:#0028550a}.ticket-status-confirm__title{font-size:13px;font-weight:600;color:#111827}.ticket-status-confirm__copy{font-size:12px;line-height:1.5;color:#6b7280;margin-top:4px}.ticket-status-confirm__actions{display:flex;gap:8px;margin-top:10px}.ticket-status-confirm__btn{flex:1;justify-content:center;padding:7px 12px;font-size:12px}.ticket-detail-info{display:flex;flex-direction:column;gap:12px}.ticket-detail-info__row{display:flex;align-items:flex-start;gap:8px;font-size:14px}.ticket-detail-info__row>div{flex:1;min-width:0}.ticket-detail-info__row--submitted{gap:10px}.ticket-detail-info__icon{color:#9ca3af;margin-top:2px;flex-shrink:0}.ticket-detail-info__label{font-size:12px;color:#6b7280}.ticket-detail-info__meta{font-size:12px;color:#9ca3af;line-height:1.45}.ticket-detail-info__value{font-weight:500;color:#111827}.ticket-detail-info__value--muted{color:#9ca3af;font-weight:400}.ticket-detail-info__value--overdue{color:#b91c1c;font-weight:600}.ticket-detail-info__label--overdue{color:#ef4444}.ticket-detail-info__divider{height:1px;background:#e3ddcff2;margin:-2px 0 2px}.ticket-detail-info__control{position:relative;display:inline-block;max-width:100%;border:1px solid rgba(0,40,85,.2);border-radius:6px;background:#f5f3ec80;cursor:pointer;transition:border-color .15s,background .15s,box-shadow .15s}.ticket-detail-info__control:hover,.ticket-detail-info__control:focus-within{border-color:#00285566;background:#f5f3ec;box-shadow:0 0 0 2px #00285514}.ticket-detail-info__editable{max-width:100%;text-align:left}.ticket-detail-info__editable.editable-cell{align-items:center;gap:6px;margin:0;padding:3px 6px;white-space:normal}.ticket-detail-info__editable .editable-cell__chevron{opacity:1;align-self:center}.ticket-detail-info__popover{min-width:220px;max-width:min(320px,100vw - 64px)}.ticket-detail-info__popover-body{display:flex;flex-direction:column;gap:8px;padding:8px 12px}.ticket-detail-info__popover-label{font-size:11px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:#9ca3af}.ticket-detail-info__popover-action{width:100%;padding:0;font-size:11px;color:#9ca3af;background:none;border:none;text-align:center;cursor:pointer;transition:color .15s}.ticket-detail-info__popover-action:hover{color:#002855}.ticket-tags{display:flex;flex-wrap:gap;gap:4px;flex-wrap:wrap}.ticket-tags__item{font-size:12px;background:#e3ddcf;color:#4b5563;padding:2px 8px;border-radius:9999px}.ticket-activity{display:flex;flex-direction:column;gap:14px}.ticket-activity--scroll{max-height:240px;overflow-y:auto;padding-right:4px}.ticket-activity__item{display:flex;align-items:flex-start;gap:10px}.ticket-activity__icon{width:26px;height:26px;border-radius:9999px;background:#00285514;color:#002855;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:2px}.ticket-activity__content{min-width:0}.ticket-activity__message{font-size:14px;color:#111827;line-height:1.45}.ticket-activity__meta{font-size:12px;color:#9ca3af;margin-top:3px}.ticket-notifications{display:flex;flex-direction:column;gap:12px}.ticket-notifications--scroll{max-height:220px;overflow-y:auto;padding-right:4px}.ticket-notifications__empty{display:inline-flex;align-items:center;gap:8px;font-size:13px;color:#9ca3af;background:#f5f3ecbf;border:1px dashed #E3DDCF;border-radius:8px;padding:10px 12px}.ticket-notifications__item{padding:12px;border:1px solid #E3DDCF;border-radius:8px;background:#f5f3ec8c}.ticket-notifications__subject{font-size:13px;font-weight:600;color:#111827;line-height:1.4}.ticket-notifications__meta{font-size:12px;color:#6b7280;margin-top:4px;line-height:1.5}.ticket-workflow{display:flex;flex-direction:column;gap:8px}.ticket-workflow__step{display:flex;align-items:center;gap:12px}.ticket-workflow__dot{width:24px;height:24px;border-radius:9999px;border:2px solid #E3DDCF;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:12px;font-weight:700;background:#fff;color:#9ca3af}.ticket-workflow__dot--done{background:#002855;border-color:#002855;color:#fff}.ticket-workflow__dot--current{background:#cc8a00;border-color:#cc8a00;color:#fff}.ticket-workflow__label{font-size:14px;color:#9ca3af}.ticket-workflow__label--done{color:#6b7280}.ticket-workflow__label--current{font-weight:600;color:#002855}.ticket-workflow__state{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:4px;padding:10px 12px;border-radius:8px;border:1px solid rgba(204,138,0,.28);background:#cc8a001f;color:#7a5200}.ticket-workflow__state strong{font-size:13px;font-weight:700}.ticket-workflow__state--cancelled{border-color:#ef44443d;background:#ef444414;color:#b91c1c}.ticket-workflow__state-label{font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;background:#000000d9;display:flex;align-items:center;justify-content:center;padding:16px;cursor:pointer}.lightbox__inner{position:relative;max-width:1024px;max-height:100%;cursor:default}.lightbox__img{max-width:100%;max-height:85vh;border-radius:16px;box-shadow:0 20px 60px #00000026,0 8px 20px #0000001a;object-fit:contain}.lightbox__close{position:absolute;top:-12px;right:-12px;width:32px;height:32px;background:#fff;border-radius:9999px;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 16px #0000001a,0 2px 6px #0000000f;transition:background .15s;line-height:0}.lightbox__close:hover{background:#f5f3ec}.submit-page{padding:24px;max-width:768px}.submit-form{display:flex;flex-direction:column;gap:24px}.submit-section{padding:24px}.submit-section__title{font-family:Merriweather,serif;font-weight:600;color:#002855;border-bottom:1px solid #E3DDCF;padding-bottom:12px;margin-bottom:16px}.tag-input-wrap{display:flex;flex-wrap:wrap;align-items:center;gap:6px;padding:6px 10px;border:1px solid #d1d5db;border-radius:8px;background:#fff;cursor:text;min-height:38px}.tag-input-wrap:focus-within{outline:2px solid rgba(0,40,85,.3);border-color:#002855}.tag-input-wrap__chip{display:inline-flex;align-items:center;gap:4px}.tag-input-wrap__input{flex:1;min-width:120px;border:none;outline:none;font-size:13px;background:transparent;color:#374151}.tag-input-wrap__input::placeholder{color:#9ca3af}.url-input-row{display:flex;gap:8px}.drop-zone{border:2px dashed #E3DDCF;border-radius:16px;padding:24px;text-align:center;cursor:pointer;transition:border-color .15s,background .15s}.drop-zone:hover,.drop-zone--drag-over{border-color:#cc8a0099;background:#cc8a0008}.drop-zone--drag-over{border-color:#cc8a00;background:#cc8a000d}.drop-zone__icon{color:#9ca3af;margin:0 auto 8px}.drop-zone__text{font-size:14px;color:#6b7280;font-weight:500}.drop-zone__hint{font-size:12px;color:#9ca3af;margin-top:4px}.drop-zone__link{color:#002855;text-decoration:underline}.attachment-item{display:flex;align-items:center;gap:12px;padding:12px;background:#f5f3ec;border-radius:8px;border:1px solid #E3DDCF}.attachment-item__thumb{width:40px;height:40px;object-fit:cover;border-radius:6px;border:1px solid #E3DDCF;flex-shrink:0}.attachment-item__icon-wrap{width:40px;height:40px;background:#fff;border-radius:6px;border:1px solid #E3DDCF;display:flex;align-items:center;justify-content:center;flex-shrink:0}.attachment-item__name{font-size:14px;font-weight:500;color:#111827;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.attachment-item__meta{font-size:12px;color:#9ca3af;display:flex;align-items:center;gap:8px;margin-top:2px}.attachment-item__annotated-tag{background:#cc8a0033;color:#7a5200;font-size:10px;font-weight:600;padding:2px 6px;border-radius:9999px}.attachment-item__btn{color:#9ca3af;line-height:0;flex-shrink:0;transition:color .15s}.attachment-item__btn:hover{color:#002855}.attachment-item__btn--remove:hover{color:#ef4444}.needed-by-tooltip{position:relative;display:inline-flex;align-items:center}.needed-by-tooltip .tooltip-content{display:none;position:absolute;left:20px;top:0;z-index:20;width:240px;background:#002855;color:#fff;font-size:12px;padding:8px 12px;border-radius:8px;box-shadow:0 4px 16px #0000001a,0 2px 6px #0000000f;line-height:1.5;pointer-events:none;white-space:normal}.needed-by-tooltip:hover .tooltip-content{display:block}.submit-success{display:flex;align-items:center;justify-content:center;height:100%;padding:48px}.submit-success__inner{text-align:center}.submit-success__icon-wrap{width:64px;height:64px;background:#cc8a0033;border-radius:9999px;display:flex;align-items:center;justify-content:center;margin:0 auto 16px;color:#cc8a00}.submit-success h2{font-size:22px;font-family:Merriweather,serif;font-weight:600;color:#002855;margin-bottom:8px}.submit-success p{font-size:14px;color:#6b7280}.submit-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:16px}.url-icon-input{position:relative;flex:1}.url-icon-input__icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#9ca3af;pointer-events:none}.url-icon-input input{padding-left:32px}.analytics-page{padding:24px}.analytics-page__toolbar{padding:16px 20px;margin-bottom:24px;display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:16px}.analytics-page__filters{display:flex;flex-wrap:wrap;gap:12px}.analytics-page__filters>div{min-width:180px}.analytics-page__actions{display:flex;flex-wrap:wrap;gap:8px}.analytics-page__stats{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-bottom:24px}@media (min-width: 1024px){.analytics-page__stats{grid-template-columns:repeat(4,1fr)}}.analytics-page__stat-card{padding:20px;border-left:4px solid #002855}.analytics-page__stat-card--yellow{border-left-color:#cc8a00}.analytics-page__stat-card--light{border-left-color:#5bc2e7}.analytics-page__stat-value{font-size:42px;font-weight:300;color:#002855}.analytics-page__stat-label{font-size:12px;color:#6b7280;margin-top:4px;font-weight:500}.analytics-page__grid{display:grid;grid-template-columns:1fr;gap:24px;margin-bottom:24px}@media (min-width: 1024px){.analytics-page__grid{grid-template-columns:1fr 1fr}}.analytics-page__chart-card{padding:20px}.analytics-page__chart-card h3{font-family:Merriweather,serif;font-weight:600;color:#002855;margin-bottom:4px}.analytics-page__chart-card p{font-size:12px;color:#9ca3af;margin-bottom:16px}.analytics-tooltip{background:#fff;border:1px solid #E3DDCF;border-radius:8px;box-shadow:0 4px 16px #0000001a,0 2px 6px #0000000f;padding:8px 12px}.analytics-tooltip__label{font-size:12px;font-weight:600;color:#002855;margin-bottom:4px}.analytics-tooltip__row{font-size:12px;color:#374151}.analytics-table{width:100%;font-size:14px;border-collapse:collapse}.analytics-table thead tr{background:#f5f3ec;border-bottom:1px solid #E3DDCF}.analytics-table th{padding:12px 16px;font-size:12px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.04em;text-align:left}.analytics-table th.text-right{text-align:right}.analytics-table td{padding:12px 16px;vertical-align:middle}.analytics-table td.text-right{text-align:right}.analytics-table tbody tr{border-top:1px solid #E3DDCF;transition:background .12s}.analytics-table tbody tr:hover{background:#f5f3ec99}.analytics-table__dept-name{font-weight:500;color:#002855}.analytics-table__progress-wrap{display:flex;align-items:center;justify-content:flex-end;gap:8px}.analytics-table__progress-bar{width:64px;background:#e3ddcf;border-radius:9999px;height:6px;overflow:hidden}.analytics-table__progress-fill{height:100%;background:#cc8a00;border-radius:9999px;transition:width .3s}.analytics-table__progress-pct{font-size:12px;color:#4b5563;width:32px;text-align:right;font-weight:500}.admin-page{padding:16px}@media (min-width: 768px){.admin-page{padding:24px}}.admin-page__stats{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-bottom:24px}@media (min-width: 1024px){.admin-page__stats{grid-template-columns:repeat(4,1fr)}}.admin-page__stat-card{padding:16px;display:flex;align-items:flex-start;gap:12px}.admin-page__stat-icon{padding:8px;border-radius:8px;display:flex;align-items:center;justify-content:center}.admin-page__stat-icon--blue{color:#002855;background:#0028551a}.admin-page__stat-icon--amber{color:#d97706;background:#d977061a}.admin-page__stat-icon--gray{color:#6b7280;background:#6b72801a}.admin-page__stat-value{font-size:42px;font-weight:300;color:#002855;line-height:1}.admin-page__stat-label{font-size:12px;color:#6b7280;margin-top:2px}.user-table-wrap{overflow-x:auto}.user-table{width:100%;font-size:14px;border-collapse:collapse}.user-table thead tr{background:#f5f3ec;border-bottom:1px solid #E3DDCF}.user-table th{padding:12px 16px;font-size:12px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.04em;text-align:left}.user-table td{padding:12px 16px;vertical-align:middle;border-top:1px solid #E3DDCF}.user-table tbody tr{transition:background .12s}.user-table tbody tr:hover{background:#f5f3ec80}.user-table__user-cell{display:flex;align-items:center;gap:12px}.user-table__name{font-weight:500;color:#111827}.user-table__email{font-size:12px;color:#9ca3af}.user-table__demo-tag{font-size:10px;font-weight:700;padding:2px 6px;background:#0028551a;color:#002855;border-radius:9999px;border:1px solid rgba(0,40,85,.2)}.user-table__role-badge{font-size:12px;font-weight:600;padding:4px 8px;border-radius:9999px}.user-table__role-badge--super-admin{background:#7c3aed1f;color:#6d28d9;border:1px solid rgba(124,58,237,.22)}.user-table__role-badge--admin{background:#0028551a;color:#002855;border:1px solid rgba(0,40,85,.2)}.user-table__role-badge--dept-head{background:#cc8a0066;color:#7a5200;border:1px solid #CC8A00}.user-table__role-badge--staff{background:#f3f4f6;color:#4b5563;border:1px solid #e5e7eb}.user-table__deactivate-btn{font-size:12px;font-weight:500;color:#ef4444;padding:5px 12px;border-radius:6px;border:1px solid #fecaca;background:#fef2f2;transition:color .15s,background .15s,border-color .15s;cursor:pointer;white-space:nowrap}.user-table__deactivate-btn:hover{color:#fff;background:#ef4444;border-color:#ef4444}.user-table__deactivate-btn--disabled{color:#9ca3af;cursor:not-allowed;opacity:.45}.user-table__deactivate-btn--disabled:hover{color:#9ca3af;background:none;border-color:#fecaca}.user-table__role-select{font-size:12px;border:1px solid #E3DDCF;border-radius:8px;padding:4px 8px;background:#fff;transition:box-shadow .15s}.user-table__role-select:focus{outline:none;box-shadow:0 0 0 2px #cc8a0080}.user-table__deactivated-badge{display:inline-flex;align-items:center;padding:4px 8px;border-radius:9999px;font-size:12px;font-weight:600;background:#6b72801f;color:#6b7280;border:1px solid rgba(107,114,128,.2)}.user-table__reactivate-btn{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:600;color:#166534;padding:5px 12px;border-radius:6px;border:1px solid rgba(22,163,74,.25);background:#16a34a14;transition:color .15s,background .15s,border-color .15s;cursor:pointer;white-space:nowrap}.user-table__reactivate-btn:hover{color:#fff;background:#16a34a;border-color:#16a34a}.pending-user-row{padding:16px 20px;display:flex;align-items:center;gap:16px;flex-wrap:wrap;border-bottom:1px solid #E3DDCF}.pending-user-row:last-child{border-bottom:none}.pending-user-row__info{flex:1;min-width:0}.pending-user-row__name{font-weight:500;color:#111827}.pending-user-row__email{font-size:14px;color:#6b7280}.pending-user-row__meta{font-size:12px;color:#9ca3af;margin-top:2px}.pending-user-row__actions{display:flex;align-items:center;gap:8px;flex-shrink:0}.toggle-switch{display:inline-flex;align-items:center;gap:8px;cursor:pointer;-webkit-user-select:none;user-select:none}.toggle-switch input[type=checkbox]{position:absolute;opacity:0;width:0;height:0}.toggle-switch__track{position:relative;width:36px;height:20px;background:#d1d5db;border-radius:9999px;transition:background .2s;flex-shrink:0}.toggle-switch__track:after{content:"";position:absolute;top:3px;left:3px;width:14px;height:14px;background:#fff;border-radius:9999px;transition:transform .2s;box-shadow:0 1px 3px #0003}input:checked+.toggle-switch__track{background:#002855}input:checked+.toggle-switch__track:after{transform:translate(16px)}.toggle-switch__label{font-size:12px;color:#6b7280;min-width:38px}input:checked~.toggle-switch__label{color:#002855}.settings-section{padding:24px}.settings-section__header{display:flex;align-items:flex-start;justify-content:space-between;border-bottom:1px solid #E3DDCF;padding-bottom:12px;margin-bottom:16px}.settings-section__title{font-family:Merriweather,serif;font-weight:600;color:#002855}.settings-section__subtitle{font-size:12px;color:#9ca3af;margin-top:2px}.settings-section__reset-btn{display:inline-flex;align-items:center;gap:6px;font-size:12px;color:#9ca3af;transition:color .15s}.settings-section__reset-btn:hover{color:#002855}.dept-list{display:flex;flex-direction:column;gap:6px}.dept-item{display:flex;align-items:center;gap:8px;padding:14px;background:#fff;border-radius:8px;border:1px solid #e5e7eb;transition:opacity .15s,border-color .15s,box-shadow .15s;cursor:grab}.dept-item:active{cursor:grabbing}.dept-item--disabled{opacity:.5;background:#f9fafb}.dept-item--dragging{opacity:.4}.dept-item--over{border-color:#002855;box-shadow:0 -2px #002855}.dept-item__drag-handle{color:#d1d5db;line-height:0;flex-shrink:0;transition:color .15s}.dept-item:hover .dept-item__drag-handle{color:#002855}.dept-item__name{flex:1;font-size:15px;color:#374151}.dept-item__remove-btn{opacity:0;display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:6px;color:#9ca3af;line-height:0;transition:opacity .15s,color .15s,background-color .15s}.dept-item:hover .dept-item__remove-btn{opacity:1}.dept-item__remove-btn:hover{color:#002855;background:#00285514}.category-item{display:flex;align-items:center;gap:12px;padding:14px;border-radius:8px;border:1px solid #e5e7eb;transition:opacity .15s,background .15s,border-color .15s,box-shadow .15s;cursor:grab}.category-item:active{cursor:grabbing}.category-item--enabled{background:#fff}.category-item--disabled{background:#f9fafb;opacity:.6}.category-item--dragging{opacity:.4}.category-item--over{border-color:#002855;box-shadow:0 -2px #002855}.category-item__drag-handle{color:#d1d5db;line-height:0;flex-shrink:0;transition:color .15s}.category-item:hover .category-item__drag-handle{color:#002855}.category-item__label{flex:1;font-size:15px;color:#374151;text-align:left;transition:color .15s;background:none;border:none;cursor:pointer}.category-item__label:hover{color:#002855}.category-item__label-input{flex:1;font-size:14px;border:1px solid #CC8A00;border-radius:6px;padding:2px 8px}.category-item__label-input:focus{outline:none}.category-item__type{font-size:12px;color:#9ca3af;font-family:monospace}.category-item__reset-btn{font-size:12px;color:#9ca3af;line-height:0;transition:color .15s}.category-item__reset-btn:hover{color:#002855}.category-item__remove-btn{opacity:0;display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:6px;color:#9ca3af;line-height:0;transition:opacity .15s,color .15s,background-color .15s;margin-left:auto;flex-shrink:0}.category-item:hover .category-item__remove-btn{opacity:1}.category-item__remove-btn:hover{color:#002855;background:#00285514}.settings-hint{font-size:12px;color:#9ca3af;margin-top:16px}.settings-inline-confirm{margin-left:auto;display:inline-flex;align-items:center;gap:8px;flex-shrink:0;white-space:nowrap}.deactivate-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:50;display:flex;align-items:center;justify-content:center;padding:24px}.deactivate-modal{background:#fff;border-radius:16px;box-shadow:0 20px 60px #00000026,0 8px 20px #0000001a;padding:32px 28px 28px;width:100%;max-width:400px;text-align:center}.deactivate-modal__icon{width:48px;height:48px;background:#fef2f2;border-radius:9999px;display:flex;align-items:center;justify-content:center;margin:0 auto 16px;color:#ef4444}.deactivate-modal__title{font-family:Merriweather,serif;font-size:18px;font-weight:700;color:#002855;margin-bottom:8px}.deactivate-modal__body{font-size:14px;color:#6b7280;line-height:1.6;margin-bottom:16px}.deactivate-modal__prompt{font-size:13px;color:#6b7280;margin-bottom:8px;text-align:left}.deactivate-modal__input{width:100%;border:1px solid #E3DDCF;border-radius:8px;padding:8px 12px;font-size:14px;margin-bottom:20px;transition:border-color .15s,box-shadow .15s}.deactivate-modal__input:focus{outline:none;border-color:#ef4444;box-shadow:0 0 0 3px #ef44441a}.deactivate-modal__actions{display:flex;gap:8px}.deactivate-modal__cancel{flex:1;padding:9px 16px;font-size:14px;font-weight:500;border:1px solid #E3DDCF;border-radius:8px;background:#fff;color:#6b7280;cursor:pointer;transition:background .15s,color .15s}.deactivate-modal__cancel:hover{background:#f5f3ec;color:#111827}.deactivate-modal__confirm{flex:1;padding:9px 16px;font-size:14px;font-weight:600;border:none;border-radius:8px;background:#ef4444;color:#fff;cursor:pointer;transition:background .15s,opacity .15s}.deactivate-modal__confirm:hover:not(:disabled){background:#b91c1c}.deactivate-modal__confirm:disabled{opacity:.35;cursor:not-allowed}.email-queue-page .admin-page__stat-value{font-size:34px}.email-queue{overflow:hidden}.email-queue__header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px;border-bottom:1px solid #E3DDCF;flex-wrap:wrap}.email-queue__title{font-family:Georgia,serif;font-weight:600;color:#002855}.email-queue__subtitle{font-size:13px;color:#6b7280;margin-top:4px}.email-queue__clear{white-space:nowrap}.email-queue__empty{padding:56px 24px;text-align:center;color:#6b7280}.email-queue__empty svg{margin:0 auto 12px;opacity:.45}.email-queue__empty h3{color:#111827;font-size:18px;margin-bottom:6px}.email-queue__empty-note{margin-top:8px;font-size:12px;color:#9ca3af}.email-queue__layout{display:grid;grid-template-columns:360px minmax(0,1fr);min-height:620px}@media (max-width: 1024px){.email-queue__layout{grid-template-columns:1fr}}.email-queue__list{border-right:1px solid #E3DDCF;background:linear-gradient(180deg,#f5f3ecb3,#fff);max-height:720px;overflow-y:auto}@media (max-width: 1024px){.email-queue__list{border-right:none;border-bottom:1px solid #E3DDCF;max-height:360px}}.email-queue__item{width:100%;text-align:left;padding:16px 18px;border:none;border-bottom:1px solid rgba(227,221,207,.9);background:transparent;cursor:pointer;transition:background .12s ease,border-color .12s ease}.email-queue__item:hover{background:#cc8a0014}.email-queue__item--active{background:#0028550f;box-shadow:inset 3px 0 #002855}.email-queue__item-top{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:8px}.email-queue__event{font-size:11px;font-weight:700;letter-spacing:.06em;color:#002855;text-transform:uppercase}.email-queue__status{display:inline-flex;align-items:center;padding:4px 8px;border-radius:9999px;font-size:11px;font-weight:600;background:#16a34a14;color:#166534;border:1px solid rgba(22,163,74,.15)}.email-queue__recipient,.email-queue__time{font-size:12px;color:#6b7280}.email-queue__subject{font-size:14px;font-weight:600;color:#111827;margin:6px 0;line-height:1.4}.email-preview{display:flex;flex-direction:column;min-width:0}.email-preview__meta{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding:20px;border-bottom:1px solid #E3DDCF;flex-wrap:wrap}.email-preview__meta p{font-size:13px;color:#6b7280;margin-top:4px}.email-preview__meta-right{display:flex;flex-direction:column;align-items:flex-end;gap:8px}.email-preview__meta-right p{display:flex;align-items:center;gap:6px}.email-preview__body{padding:32px;background:radial-gradient(circle at top right,rgba(204,138,0,.12),transparent 32%),linear-gradient(180deg,#fff,#f5f3ec59);flex:1}.email-preview__shell{max-width:760px;margin:0 auto}.email-preview__brand{display:flex;align-items:center;gap:14px;color:#002855;font-weight:600;margin-bottom:20px}.email-preview__brand img{width:132px;height:auto}.email-preview__brand p{margin-top:4px;font-size:13px;font-weight:400;color:#6b7280}.email-preview__context{margin-bottom:12px}.email-preview__context-grid{display:flex;flex-direction:column;gap:4px}.email-preview__context-item{min-width:0;padding:0}.email-preview__context-item strong{color:#111827;font-size:12px;line-height:1.25;font-weight:600}.email-preview__context-item--wide{grid-column:1/-1}.email-preview__context-label{display:inline-block;font-size:10px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:#9ca3af;margin-right:6px}.email-preview__card{background:#fff;border:1px solid rgba(227,221,207,.95);border-radius:12px;box-shadow:0 1px 3px #00000014,0 1px 2px #0000000d;padding:28px;margin-bottom:16px}@media (max-width: 768px){.email-preview__card{padding:22px}}.email-preview__eyebrow{font-size:11px;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:#002855;margin-bottom:10px}.email-preview__headline{font-family:Georgia,serif;font-size:30px;line-height:1.2;color:#111827;margin-bottom:12px}@media (max-width: 768px){.email-preview__headline{font-size:24px}}.email-preview__copy{border-top:1px solid rgba(227,221,207,.85);padding-top:14px}.email-preview__copy p{font-size:15px;line-height:1.65;color:#334155}.email-preview__copy p+p{margin-top:12px}.email-preview__link{color:#002855;font-size:14px;font-weight:500;text-decoration:underline;word-break:break-all}.email-preview__link:hover{opacity:.75}.email-preview__message-footer{background:#ffffffe0;border:1px solid rgba(227,221,207,.95);border-radius:8px;padding:12px 16px;display:flex;flex-direction:column;align-items:center;gap:4px;text-align:center}.email-preview__message-footer p{font-size:12px;color:#6b7280;line-height:1.45;margin:0}.email-preview__message-footer-brand{font-size:13px!important;font-weight:700;letter-spacing:.03em;color:#002855!important}.email-preview__message-footer-title{font-size:12px;font-weight:600;color:#111827!important}.email-preview__message-footer-note{margin-top:4px!important}.email-preview__message-footer-meta{margin-top:6px!important;padding-top:6px;border-top:1px solid rgba(227,221,207,.8);color:#9ca3af;width:100%}.email-preview__footer{padding:20px;border-top:1px solid #E3DDCF;display:flex;justify-content:flex-end}.help-page{padding:16px}@media (min-width: 768px){.help-page{padding:24px}}.help-page__layout{display:flex;gap:24px;max-width:1024px}.help-toc{display:none;flex-direction:column;gap:4px;width:208px;flex-shrink:0;position:sticky;top:104px;align-self:flex-start}@media (min-width: 768px){.help-toc{display:flex}}.help-toc__label{font-size:11px;font-weight:600;color:#9ca3af;text-transform:uppercase;letter-spacing:.06em;padding:0 12px;margin-bottom:8px}.help-toc__btn{display:flex;align-items:center;gap:10px;padding:8px 12px;border-radius:8px;font-size:14px;text-align:left;transition:color .15s;color:#4b5563;border:none;cursor:pointer;background:none;position:relative}.help-toc__btn:hover{color:#002855}.help-toc__btn--active{color:#fff;font-weight:600}.help-toc__btn--active:hover{color:#fff}.help-toc__btn__pill{position:absolute;top:0;right:0;bottom:0;left:0;background:#002855;border-radius:8px;z-index:0}.help-toc__btn__inner{position:relative;z-index:1;display:flex;align-items:center;gap:10px}.help-content{flex:1;min-width:0;display:flex;flex-direction:column;gap:32px;padding-bottom:2rem}.help-section{padding:24px;scroll-margin-top:104px}.help-section__header{display:flex;align-items:center;gap:12px;border-bottom:1px solid #E3DDCF;padding-bottom:12px;margin-bottom:16px}.help-section__icon-wrap{padding:8px;border-radius:8px;display:flex;align-items:center;justify-content:center}.help-section__icon-wrap--blue{background:#0028551a;color:#002855}.help-section__icon-wrap--yellow{background:#cc8a0033;color:#cc8a00}.help-section__icon-wrap--red{background:#fef2f2;color:#ef4444}.help-section__title-wrap h2{font-family:Merriweather,serif;font-weight:600;color:#002855;font-size:20px}.help-section__admin-tag{display:inline-block;margin-top:4px;font-size:11px;background:#0028551a;color:#002855;font-weight:600;padding:2px 8px;border-radius:9999px;border:1px solid rgba(0,40,85,.2)}.help-section__intro{font-size:14px;color:#4b5563;margin-bottom:16px;line-height:1.6}.help-section__steps{display:flex;flex-direction:column;gap:16px}.help-step{display:flex;gap:16px}.help-step__num{width:28px;height:28px;border-radius:9999px;background:#002855;color:#fff;font-size:12px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:2px}.help-step__title{font-weight:600;color:#1f2937;font-size:14px}.help-step__desc{font-size:14px;color:#6b7280;margin-top:2px}.help-tip{display:flex;align-items:flex-start;gap:10px;background:#cc8a0026;border:1px solid rgba(204,138,0,.4);border-radius:8px;padding:12px 16px;margin-top:12px}.help-tip__icon{color:#cc8a00;flex-shrink:0;margin-top:2px}.help-tip p{font-size:14px;color:#7a5200}.help-status-list{display:flex;flex-direction:column;gap:12px}.help-status-item{display:flex;align-items:flex-start;gap:12px}.help-status-item__badge{font-size:12px;font-weight:600;padding:2px 8px;border-radius:9999px;border:1px solid transparent;flex-shrink:0;margin-top:2px}.help-status-item p{font-size:14px;color:#4b5563}.help-admin-item{margin-bottom:16px}.help-admin-item:last-child{margin-bottom:0}.help-admin-item__title{font-weight:600;color:#1f2937;font-size:14px;margin-bottom:4px}.help-admin-item__sub{font-size:12px;color:#9ca3af;font-weight:400;margin-left:4px}.help-admin-item p{font-size:14px;color:#4b5563;line-height:1.6}.profile-page{padding:24px;max-width:512px}.profile-card{padding:24px;display:flex;align-items:center;gap:20px}.profile-card__name{font-size:22px;font-family:Merriweather,serif;font-weight:600;color:#002855;margin-bottom:6px}.profile-card__role-badge{display:inline-block;font-size:12px;font-weight:600;padding:4px 10px;border-radius:9999px}.profile-card__role-badge--super_admin{background:#ede9fe;color:#6d28d9}.profile-card__role-badge--admin{background:#f3e8ff;color:#7e22ce}.profile-card__role-badge--staff{background:#dbeafe;color:#1d4ed8}.profile-card__role-badge--dept_head{background:#fef3c7;color:#92400e}.profile-info{padding:24px}.profile-info__heading{font-family:Merriweather,serif;font-weight:600;color:#002855;border-bottom:1px solid #E3DDCF;padding-bottom:12px;margin-bottom:4px}.profile-info__row{display:flex;align-items:center;gap:16px;padding:12px 0;border-bottom:1px solid #E3DDCF}.profile-info__row:last-child{border-bottom:none}.profile-info__icon{width:32px;display:flex;align-items:center;justify-content:center;color:#9ca3af;flex-shrink:0}.profile-info__label{font-size:11px;text-transform:uppercase;letter-spacing:.06em;color:#9ca3af;font-weight:500}.profile-info__value{font-size:14px;font-weight:500;color:#111827;margin-top:2px}.profile-demo-notice{border-radius:16px;border:1px solid #E3DDCF;background:#f5f3ec;padding:16px 20px;font-size:14px;color:#6b7280}.profile-demo-notice__title{font-weight:500;color:#374151;margin-bottom:2px}.annotation-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;display:flex;align-items:center;justify-content:center;background:#000000b3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);padding:16px}.annotation-modal__dialog{background:#fff;border-radius:16px;box-shadow:0 20px 60px #00000026,0 8px 20px #0000001a;width:100%;max-width:1420px;max-height:94vh;display:flex;flex-direction:column;overflow:hidden}.annotation-modal__header{padding:16px 20px;border-bottom:1px solid #E3DDCF;display:flex;align-items:center;justify-content:space-between;flex-shrink:0}.annotation-modal__header h2{font-family:Merriweather,serif;font-weight:600;color:#002855;font-size:16px}.annotation-modal__header p{font-size:12px;color:#9ca3af;margin-top:2px}.annotation-modal__close-btn{padding:8px;color:#9ca3af;border-radius:8px;line-height:0;transition:color .15s,background .15s}.annotation-modal__close-btn:hover{color:#374151;background:#f5f3ec}.annotation-modal__topbar{padding:12px 16px;border-bottom:1px solid #E3DDCF;background:linear-gradient(180deg,#f5f3ecc7,#fffffff5);display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;flex-shrink:0}.annotation-modal__workspace{flex:1;min-width:0;min-height:0;display:flex;align-items:stretch;background:linear-gradient(180deg,#f5f3ec8c,#ffffffe6)}.annotation-modal__tool-rail{width:128px;flex-shrink:0;position:relative;display:flex;flex-direction:column;min-height:0;overflow:visible;border-right:1px solid #E3DDCF;background:linear-gradient(180deg,#faf8f1,#f4efe4)}.annotation-modal__tool-rail-scroll{width:100%;flex:1;min-height:0;display:flex;flex-direction:column;align-items:center;gap:14px;padding:16px 12px;overflow-y:auto;overflow-x:visible;overscroll-behavior:contain;scrollbar-gutter:stable}.annotation-modal__canvas-shell{position:relative;flex:1;min-width:0;min-height:0;display:flex;flex-direction:column}.annotation-modal__canvas-area{flex:1;min-width:0;overflow:auto;background:radial-gradient(circle at top,rgba(91,194,231,.15),transparent 32%),linear-gradient(180deg,#1f2937,#111827);padding:24px;position:relative;min-height:0}.annotation-modal__canvas-area--pan-ready{cursor:grab}.annotation-modal__canvas-area--panning{cursor:grabbing}.annotation-modal__canvas-area--empty{display:flex;align-items:center;justify-content:center}.annotation-modal__canvas-wrap{position:relative;width:max-content;margin:0 auto;box-shadow:0 25px 50px #00000080}.annotation-modal__canvas{display:block;max-width:none;-webkit-user-select:none;user-select:none;touch-action:none}.annotation-modal__canvas--crosshair{cursor:crosshair}.annotation-modal__canvas--text{cursor:text}.annotation-modal__canvas--move{cursor:move}.annotation-modal__canvas--pan-ready{cursor:grab}.annotation-modal__canvas--panning{cursor:grabbing}.annotation-modal__shape-selection{position:absolute;pointer-events:none;border:2px dashed rgba(0,40,85,.9);border-radius:4px;box-shadow:0 0 0 1px #ffffffb3,0 6px 18px #0000002e;z-index:8}.annotation-modal__text-hitbox{position:absolute;border:2px dashed transparent;background:transparent;border-radius:6px;cursor:move;z-index:4;box-sizing:border-box}.annotation-modal__text-hitbox--active{border-color:#ffffffe6;background:#ffffff24}.annotation-modal__text-draft{position:absolute;border:2px dashed rgba(204,138,0,.95);background:#cc8a001f;border-radius:6px;pointer-events:none;z-index:5}.annotation-modal__text-selection{position:absolute;border:2px solid rgba(0,40,85,.95);border-radius:6px;box-shadow:0 0 0 1px #ffffffe6,0 10px 22px #0000002e;pointer-events:none;z-index:11}.annotation-modal__text-selection--editing{border-style:dashed}.annotation-modal__text-handle{position:absolute;width:12px;height:12px;border:2px solid #002855;border-radius:999px;background:#fff;box-shadow:0 1px 3px #00000038;pointer-events:auto;z-index:1}.annotation-modal__text-handle--nw,.annotation-modal__text-handle--se{cursor:nwse-resize}.annotation-modal__text-handle--ne,.annotation-modal__text-handle--sw{cursor:nesw-resize}.annotation-modal__text-handle--n,.annotation-modal__text-handle--s{cursor:ns-resize}.annotation-modal__text-handle--e,.annotation-modal__text-handle--w{cursor:ew-resize}.annotation-modal__text-handle--nw{top:-7px;left:-7px}.annotation-modal__text-handle--n{top:-7px;left:calc(50% - 6px)}.annotation-modal__text-handle--ne{top:-7px;right:-7px}.annotation-modal__text-handle--e{top:calc(50% - 6px);right:-7px}.annotation-modal__text-handle--se{right:-7px;bottom:-7px}.annotation-modal__text-handle--s{bottom:-7px;left:calc(50% - 6px)}.annotation-modal__text-handle--sw{bottom:-7px;left:-7px}.annotation-modal__text-handle--w{top:calc(50% - 6px);left:-7px}.annotation-modal__text-editor{border-width:2px;border-style:dashed;outline:none;font-weight:700;line-height:1.25;border-radius:4px;resize:none;overflow:auto;box-sizing:border-box}.annotation-modal__text-editor::placeholder{color:#ffffffb8}.annotation-modal__footer{padding:16px 20px;border-top:1px solid #E3DDCF;display:flex;align-items:center;justify-content:space-between;flex-shrink:0}.annotation-modal__footer-right{display:flex;align-items:center;gap:12px}.annotation-modal__count{font-size:12px;color:#9ca3af;display:none}@media (min-width: 640px){.annotation-modal__count{display:block}}.annotation-modal__replace-btn{padding:6px 10px;font-size:12px;gap:5px}.annotation-modal__hint{font-size:12px;line-height:1.55;color:#5f6b7a;text-align:center;max-width:54px}.annotation-modal__hint kbd{display:inline-block;border:1px solid #E3DDCF;border-bottom-width:2px;border-radius:6px;padding:1px 6px;background:#fff;color:#002855;font-size:11px;font-family:Roboto,sans-serif;font-weight:700}.annotation-thickness-control{display:flex;align-items:center;gap:8px;flex:0 1 248px;min-width:188px;max-width:320px;padding:6px 14px 6px 10px;border:1px solid #E3DDCF;border-radius:12px;background:#ffffffd1;box-shadow:inset 0 1px #ffffffc7}.annotation-thickness-control__label,.annotation-thickness-control__value{font-size:12px;font-weight:700;color:#4b5563;white-space:nowrap}.annotation-thickness-control__value{color:#002855;min-width:46px;text-align:right}.annotation-thickness-control__preview{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:22px;height:22px;color:#002855}.annotation-thickness-control input[type=range]{flex:1 1 auto;min-width:72px;accent-color:#002855;cursor:pointer}.annotation-topbar-toggles{display:flex;align-items:center;gap:6px}.annotation-dashed-icon{font-size:13px;font-weight:800;letter-spacing:.08em;line-height:1}.annotation-topbar-scroll-wrap{position:relative;flex:1 1 0;min-width:0;overflow:hidden}.annotation-topbar-fade{display:none;position:absolute;top:0;bottom:0;width:32px;pointer-events:none;z-index:2}.annotation-topbar-fade--left{left:0;background:linear-gradient(to right,#F5F3EC 0%,transparent 100%)}.annotation-topbar-fade--right{right:0;background:linear-gradient(to left,#F5F3EC 0%,transparent 100%)}.annotation-topbar-left{display:flex;align-items:center;flex-wrap:wrap;gap:8px;min-width:0}.annotation-topbar-text-controls{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.annotation-topbar-zoom-controls{display:flex;align-items:center;flex-wrap:nowrap;gap:8px}.annotation-topbar-zoom-controls .annotation-zoom-btn--label{flex:0 0 auto;min-width:68px;padding:0 12px}.annotation-topbar-zoom-controls .annotation-zoom-slider{width:auto;gap:8px}.annotation-topbar-zoom-controls .annotation-zoom-slider input[type=range]{min-width:88px}.annotation-tool-readout{display:inline-flex;align-items:center;gap:7px;padding:5px 12px;border:1px solid rgba(227,221,207,.95);border-radius:10px;background:#ffffffd1;box-shadow:inset 0 1px #ffffffc7;flex-shrink:0}.annotation-tool-readout__icon{display:flex;align-items:center;color:#002855;flex-shrink:0;line-height:0}.annotation-tool-readout__label{font-size:12px;font-weight:700;color:#374151;white-space:nowrap}.annotation-tools{display:flex;gap:8px}.annotation-tools--rail{display:grid;grid-template-columns:repeat(2,40px);gap:8px;justify-content:center}.annotation-tool-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:12px;transition:background .12s,color .12s,border-color .12s,transform .12s;color:#4b5563;border:1px solid rgba(227,221,207,.95);cursor:pointer;background:#ffffffd1;box-shadow:inset 0 1px #ffffffc7}.annotation-tool-btn:disabled{opacity:.42;cursor:not-allowed;transform:none}.annotation-tool-btn:not(.annotation-tool-btn--active):not(:disabled):hover{background:#fff;color:#002855;border-color:#00285533;transform:translateY(-1px)}.annotation-tool-btn--active{background:#002855;color:#fff;box-shadow:0 1px 3px #00000014,0 1px 2px #0000000d;border-color:#00285559}.annotation-rail-controls{display:grid;grid-template-columns:repeat(2,40px);gap:8px;justify-content:center;width:100%;padding-top:12px;border-top:1px solid #E3DDCF}.annotation-rail-control{position:relative}.annotation-rail-flyout{position:absolute;left:calc(100% + 12px);top:0;z-index:30;padding:10px;border:1px solid rgba(227,221,207,.95);border-radius:16px;background:#fffffffa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 18px 38px #0f172a29,inset 0 1px #ffffffd1}.annotation-rail-flyout--zoom{width:min(320px,100vw - 48px)}.annotation-rail-flyout__title{margin-bottom:8px;font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#6b7280}.annotation-color-presets{display:flex;flex-direction:row;flex-wrap:wrap;gap:5px;align-items:center}.annotation-color-presets--topbar{padding:4px 8px;border:1px solid #E3DDCF;border-radius:12px;background:#ffffffd1;box-shadow:inset 0 1px #ffffffc7;flex-shrink:0}.annotation-color-presets__toggle{display:none;align-items:center;gap:4px;cursor:pointer;background:none;border:none;padding:0;color:#4b5563}.annotation-color-presets__current{display:block;width:18px;height:18px;border-radius:50%;border:2px solid rgba(255,255,255,.8);box-shadow:0 1px 3px #0f172a33;flex-shrink:0}.annotation-color-presets__swatches{display:flex;flex-direction:row;flex-wrap:wrap;gap:5px;align-items:center}.annotation-color-palette{display:none}.annotation-color-preset{width:24px;height:24px;border-radius:50%;border:2px solid rgba(255,255,255,.7);box-shadow:0 1px 3px #0f172a38;cursor:pointer;transition:transform .1s,box-shadow .1s;flex-shrink:0}.annotation-color-preset:hover{transform:scale(1.18);box-shadow:0 2px 6px #0f172a52}.annotation-color-preset--active{border-color:#002855;box-shadow:0 0 0 2px #00285566,0 2px 6px #0f172a38;transform:scale(1.1)}.annotation-color-wheel{position:relative;width:40px;height:40px;border-radius:12px;display:flex;align-items:center;justify-content:center;cursor:pointer;border:1px solid rgba(227,221,207,.95);background:conic-gradient(red,#ff0 16%,#0f0,#0ff 50%,#00f 66%,#f0f,red);box-shadow:inset 0 1px #ffffff59,0 10px 24px #0f172a1a}.annotation-color-wheel__swatch{width:20px;height:20px;border-radius:9999px;border:2px solid rgba(255,255,255,.96);box-shadow:0 2px 6px #0f172a2e}.annotation-text-toolbar{position:absolute;z-index:12;display:flex;flex-wrap:wrap;align-items:center;gap:8px;padding:10px;border:1px solid rgba(227,221,207,.95);border-radius:14px;background:#fffffff5;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:0 16px 36px #0f172a29,inset 0 1px #ffffffd1}.annotation-text-size-controls{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.annotation-text-size-field{display:flex;align-items:center;gap:8px}.annotation-text-size-field--suffix{gap:8px}.annotation-text-size-field__label{font-size:12px;font-weight:600;color:#4b5563;white-space:nowrap}.annotation-text-size-select,.annotation-text-size-input{height:34px;border-radius:6px;border:1px solid #E3DDCF;background:#fff;color:#4b5563;padding:0 10px;font-size:12px;font-weight:600;transition:border-color .12s,box-shadow .12s}.annotation-text-size-select:focus,.annotation-text-size-input:focus{outline:none;border-color:#00285580;box-shadow:0 0 0 3px #0028551f}.annotation-text-size-select{min-width:108px}.annotation-text-size-input{width:100px}.annotation-text-format{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.annotation-text-format__group{display:flex;align-items:center;gap:4px;padding:3px;border-radius:10px;border:1px solid #E3DDCF;background:#ffffffd1}.annotation-text-format-btn,.annotation-text-toggle-btn,.annotation-text-delete-btn{height:34px;border-radius:6px;border:1px solid #E3DDCF;background:#fff;color:#4b5563;display:inline-flex;align-items:center;justify-content:center;gap:6px;font-size:12px;font-weight:600;padding:0 10px;cursor:pointer;transition:border-color .12s,background .12s,color .12s,opacity .12s}.annotation-text-format-btn:not(:disabled):hover,.annotation-text-toggle-btn:not(:disabled):hover,.annotation-text-delete-btn:not(:disabled):hover{background:#f5f3ec;color:#002855}.annotation-text-format-btn:disabled,.annotation-text-toggle-btn:disabled,.annotation-text-delete-btn:disabled{opacity:.45;cursor:not-allowed}.annotation-text-format-btn{width:34px;padding:0}.annotation-text-format-btn--active,.annotation-text-toggle-btn--active{border-color:#002855;background:#0028551a;color:#002855}.annotation-text-delete-btn:not(:disabled):hover{color:#ef4444;background:#fef2f2;border-color:#ef444438}.annotation-zoom-controls{display:flex;align-items:center;flex-wrap:wrap;gap:10px;padding:10px 12px;width:min(400px,100%);border-radius:14px;border:1px solid #E3DDCF;background:#fffffff0;box-shadow:0 12px 30px #0f172a24,inset 0 1px #ffffffd1}.annotation-zoom-controls--flyout{width:100%;padding:0;border:none;background:transparent;box-shadow:none;flex-wrap:nowrap;gap:8px}.annotation-zoom-btn{display:flex;align-items:center;justify-content:center;min-width:30px;height:34px;padding:0 10px;border-radius:6px;border:none;background:none;color:#4b5563;font-size:12px;font-weight:600;cursor:pointer;transition:background .12s,color .12s,opacity .12s}.annotation-zoom-btn:not(:disabled):hover{background:#f5f3ec;color:#002855}.annotation-zoom-btn:disabled{opacity:.4;cursor:not-allowed}.annotation-zoom-btn--label{min-width:72px;height:34px;border:1px solid #E3DDCF;background:#f5f3ec8c}.annotation-zoom-slider{display:flex;align-items:center;gap:10px;min-width:0;width:100%;padding:0;color:#4b5563;flex:1 1 auto}.annotation-zoom-slider--disabled{opacity:.4}.annotation-zoom-slider__label,.annotation-zoom-slider__value{font-size:12px;font-weight:600;white-space:nowrap}.annotation-zoom-slider__value{min-width:44px;text-align:right;color:#002855}.annotation-zoom-slider input[type=range]{flex:1;min-width:120px;accent-color:#002855;cursor:pointer}.annotation-zoom-slider input[type=range]:disabled{cursor:not-allowed}.annotation-zoom-controls--flyout .annotation-zoom-btn--label{flex:0 0 auto;min-width:68px;padding:0 12px}.annotation-zoom-controls--flyout .annotation-zoom-slider{width:auto;gap:8px}.annotation-zoom-controls--flyout .annotation-zoom-slider input[type=range]{min-width:88px}.annotation-actions{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:8px}.annotation-action-btn{display:flex;align-items:center;justify-content:center;gap:8px;padding:9px 12px;font-size:12px;color:#4b5563;border:1px solid #E3DDCF;border-radius:8px;transition:color .15s,background .15s;background:none;cursor:pointer}.annotation-action-btn:disabled{opacity:.4;cursor:not-allowed}.annotation-action-btn:not(:disabled):hover{color:#002855;background:#f5f3ec}.annotation-action-btn--clear:not(:disabled):hover{color:#ef4444;background:#fef2f2}@media (max-width: 1024px){.annotation-modal__dialog{max-width:100%;max-height:calc(100vh - 32px)}.annotation-modal__workspace{flex-direction:column}.annotation-modal__tool-rail{width:100%;border-right:none;border-bottom:1px solid #E3DDCF}.annotation-modal__tool-rail-scroll{flex-direction:row;align-items:center;justify-content:flex-start;gap:12px;padding:12px 16px;overflow-x:auto;overflow-y:visible}.annotation-modal__canvas-area{min-height:44vh}.annotation-modal__footer{flex-wrap:wrap;gap:12px}.annotation-modal__footer-right{width:100%;justify-content:flex-end;flex-wrap:wrap}.annotation-tools--rail{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start}.annotation-tools--rail .annotation-tool-btn{flex:0 0 auto;width:46px;height:46px}.annotation-rail-controls{display:flex;flex-direction:row;gap:12px;width:auto;padding-top:0;border-top:none}.annotation-color-wheel{flex:0 0 auto}.annotation-rail-flyout{left:0;top:calc(100% + 8px)}}@media (max-width: 768px){.annotation-modal{padding:8px}.annotation-modal__dialog{max-height:calc(100vh - 16px);border-radius:14px}.annotation-modal__topbar{padding:8px 10px;flex-wrap:nowrap;gap:6px}.annotation-modal__canvas-area{padding:16px;min-height:38vh}.annotation-topbar-fade{display:block}.annotation-topbar-left{flex-wrap:nowrap;overflow-x:auto;overflow-y:visible;min-width:0;gap:6px;scrollbar-width:none}.annotation-topbar-left::-webkit-scrollbar{display:none}.annotation-topbar-text-controls{flex-shrink:0}.annotation-topbar-text-controls .annotation-text-format{display:none}.annotation-topbar-text-controls .annotation-text-size-controls{flex-wrap:nowrap;width:auto}.annotation-topbar-toggles .annotation-text-toggle-btn{font-size:0;gap:0;padding:6px 8px}.annotation-topbar-toggles .annotation-text-toggle-btn svg,.annotation-topbar-toggles .annotation-text-toggle-btn .annotation-dashed-icon{flex-shrink:0;font-size:13px}.annotation-tool-readout{flex-shrink:0;padding:4px 8px}.annotation-tool-readout__label{max-width:60px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.annotation-actions{flex-shrink:0;gap:4px}.annotation-action-btn{padding:9px;font-size:0;gap:0}.annotation-action-btn svg{flex-shrink:0}.annotation-thickness-control{flex:0 1 auto;min-width:80px;max-width:140px;padding:4px 8px;gap:6px}.annotation-thickness-control__label,.annotation-thickness-control__value,.annotation-thickness-control__preview{display:none}.annotation-thickness-control input[type=range]{min-width:60px}.annotation-tool-btn{width:44px;height:44px}.annotation-modal__tool-rail{min-height:0}.annotation-modal__tool-rail-scroll{padding:10px 12px;gap:10px}.annotation-rail-flyout{width:min(300px,100vw - 24px)}.annotation-text-toolbar{gap:10px;padding:10px}.annotation-text-size-controls,.annotation-text-format,.annotation-zoom-controls,.annotation-zoom-slider{width:100%}.annotation-color-presets--topbar{padding:3px 6px}.annotation-color-presets--topbar .annotation-color-presets__swatches{display:none}.annotation-color-presets--topbar .annotation-color-presets__toggle{display:flex}.annotation-color-palette{display:flex;flex-wrap:wrap;gap:7px;padding:8px 14px;border-bottom:1px solid #E3DDCF;background:linear-gradient(180deg,#f5f3ecc7,#fffffff5);flex-shrink:0}.annotation-color-wheel{width:44px;height:44px;border-radius:14px}}.annotation-dropzone{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;max-width:512px;height:256px;flex:0 1 512px;margin:auto;border:2px dashed #4b5563;border-radius:16px;cursor:pointer;transition:border-color .15s,background .15s;background:#ffffff0d}.annotation-dropzone:hover{border-color:#9ca3af}.annotation-dropzone--drag-over{border-color:#cc8a00;background:#cc8a001a}.annotation-dropzone__icon{color:#9ca3af;margin-bottom:12px;line-height:0}.annotation-dropzone__title{color:#fff;font-weight:600;font-size:18px}.annotation-dropzone__sub{color:#9ca3af;font-size:14px;margin-top:4px}.annotation-dropzone__hint{color:#6b7280;font-size:12px;margin-top:12px}.annotation-drag-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#cc8a0033;border:4px dashed #CC8A00;border-radius:6px;display:flex;align-items:center;justify-content:center;pointer-events:none}.annotation-drag-overlay p{color:#cc8a00;font-weight:700;font-size:20px}[data-theme=dark] body{color-scheme:dark;background-color:#111827;color:#e5e7eb}[data-theme=dark] :focus-visible{outline-color:#93c5fd}[data-theme=dark] ::selection{background:#fcd34d47}[data-theme=dark] ::-webkit-scrollbar-thumb{background:#374151}[data-theme=dark] .divide-y>*+*{border-color:#374151}[data-theme=dark] .border-b,[data-theme=dark] .border-t{border-color:#374151}[data-theme=dark] .bg-white,[data-theme=dark] .bg-tan-light{background:#1f2937}[data-theme=dark] .text-muted{color:#9ca3af}[data-theme=dark] .text-faint{color:#6b7280}[data-theme=dark] .text-dark{color:#f9fafb}[data-theme=dark] .text-sc-yellow{color:#fcd34d}[data-theme=dark] .app-layout{background:#111827}[data-theme=dark] .card,[data-theme=dark] .topbar{background:#1f2937;border-color:#374151}[data-theme=dark] .topbar__title{color:#93c5fd}[data-theme=dark] .topbar__subtitle,[data-theme=dark] .topbar__meta-text{color:#9ca3af}[data-theme=dark] .topbar__hamburger:hover,[data-theme=dark] .topbar__notif-btn:hover{background:#374151;color:#93c5fd}[data-theme=dark] .notif-dropdown{background:#1f2937;border-color:#374151}[data-theme=dark] .notif-dropdown__header{border-color:#374151}[data-theme=dark] .notif-dropdown__header p{color:#f9fafb}[data-theme=dark] .notif-dropdown__count{background:#93c5fd26;color:#93c5fd}[data-theme=dark] .notif-dropdown__clear-btn{color:#9ca3af}[data-theme=dark] .notif-dropdown__clear-btn:hover{color:#f87171}[data-theme=dark] .notif-dropdown__item{border-color:#374151}[data-theme=dark] .notif-dropdown__item:hover{background:#374151}[data-theme=dark] .notif-dropdown__item-link p:first-child{color:#f9fafb!important}[data-theme=dark] .notif-dropdown__item-link p+p{color:#9ca3af!important}[data-theme=dark] .notif-dropdown__dismiss-btn{color:#4b5563}[data-theme=dark] .notif-dropdown__dismiss-btn:hover{color:#f87171}[data-theme=dark] .notif-dropdown__footer{border-color:#374151}[data-theme=dark] .notif-dropdown__footer a,[data-theme=dark] .notif-dropdown__footer button{color:#93c5fd}[data-theme=dark] .notif-dropdown__footer a:hover,[data-theme=dark] .notif-dropdown__footer button:hover{color:#fbbf24}[data-theme=dark] .notif-dropdown__empty{color:#6b7280}[data-theme=dark] .input-field{background:#374151;border-color:#4b5563;color:#e5e7eb}[data-theme=dark] .input-field::placeholder{color:#6b7280}[data-theme=dark] .input-field:focus{box-shadow:0 0 0 2px #93c5fd59;border-color:#93c5fd}[data-theme=dark] .select-field{background:#374151;border-color:#4b5563;color:#e5e7eb}[data-theme=dark] .select-field:focus{box-shadow:0 0 0 2px #93c5fd59;border-color:#93c5fd}[data-theme=dark] .search-bar{background:#374151;border-color:#4b5563}[data-theme=dark] .search-bar input,[data-theme=dark] .search-bar .search-bar__clear:hover{color:#e5e7eb}[data-theme=dark] .search-bar:focus-within{box-shadow:0 0 0 2px #93c5fd59}[data-theme=dark] .label{color:#e5e7eb}[data-theme=dark] .btn-secondary{background:#1f2937;border-color:#4b5563;color:#e5e7eb}[data-theme=dark] .btn-secondary:hover{border-color:#93c5fd;color:#93c5fd}[data-theme=dark] .btn-icon{color:#9ca3af}[data-theme=dark] .btn-icon:hover{color:#93c5fd;background:#374151}[data-theme=dark] .btn-link{color:#fcd34d}[data-theme=dark] .btn-link:hover{color:#93c5fd}[data-theme=dark] .tab-bar{background:#1f2937;border-color:#374151}[data-theme=dark] .tab-btn{color:#9ca3af}[data-theme=dark] .tab-btn:hover,[data-theme=dark] .tab-btn--active{color:#93c5fd}[data-theme=dark] .tab-btn__pill{background:#374151;box-shadow:none}[data-theme=dark] .tab-btn__count{background:#374151;color:#9ca3af}[data-theme=dark] .tab-btn--active .tab-btn__count{background:#93c5fd26;color:#93c5fd}[data-theme=dark] .ticket-table thead tr{background:#1a2234;border-color:#374151}[data-theme=dark] .ticket-table td,[data-theme=dark] .ticket-table-header{border-color:#374151}[data-theme=dark] .ticket-table-header__title{color:#93c5fd}[data-theme=dark] .ticket-table-footer{border-color:#374151}[data-theme=dark] .ticket-table-footer__info{color:#6b7280}[data-theme=dark] .ticket-row{border-color:#374151}[data-theme=dark] .ticket-row:hover{background:#ffffff0a}[data-theme=dark] .ticket-row:hover .ticket-row__title{color:#93c5fd}[data-theme=dark] .ticket-row__title{color:#e5e7eb}[data-theme=dark] .ticket-row__type{color:#6b7280}[data-theme=dark] .ticket-row--selected{background:#93c5fd0d}[data-theme=dark] .sort-header{color:#9ca3af}[data-theme=dark] .sort-header:hover,[data-theme=dark] .sort-header--active{color:#93c5fd}[data-theme=dark] .filter-dropdown__trigger{color:#9ca3af}[data-theme=dark] .filter-dropdown__trigger:hover,[data-theme=dark] .filter-dropdown__trigger--active{color:#93c5fd}[data-theme=dark] .editable-cell:hover,[data-theme=dark] .editable-cell--open{background:#374151}[data-theme=dark] .page-size-select{background:#374151;border-color:#4b5563;color:#e5e7eb}[data-theme=dark] .pagination__btn{border-color:#374151;color:#9ca3af}[data-theme=dark] .pagination__btn:hover{color:#93c5fd;border-color:#93c5fd}[data-theme=dark] .pagination__info{color:#9ca3af}[data-theme=dark] .tickets-archive-notice{background:#1a2234;border-color:#374151;color:#9ca3af}[data-theme=dark] .tickets-archive-notice--admin{background:#93c5fd0d;border-color:#93c5fd26;color:#93c5fd}[data-theme=dark] .ticket-table-clear-btn{color:#fbbf24}[data-theme=dark] .ticket-table-clear-btn:hover{color:#93c5fd}[data-theme=dark] .user-table thead tr{background:#1a2234;border-color:#374151}[data-theme=dark] .user-table td{border-color:#374151}[data-theme=dark] .user-table tbody tr:hover{background:#ffffff0a}[data-theme=dark] .user-table__name{color:#f9fafb}[data-theme=dark] .user-table__email{color:#6b7280}[data-theme=dark] .user-table__role-select{background:#374151;border-color:#4b5563;color:#e5e7eb}[data-theme=dark] .user-table__deactivated-badge{background:#9ca3af24;color:#d1d5db;border-color:#9ca3af3d}[data-theme=dark] .user-table__reactivate-btn{background:#4ade8024;color:#86efac;border-color:#4ade803d}[data-theme=dark] .user-table__reactivate-btn:hover{background:#22c55e;border-color:#22c55e;color:#111827}[data-theme=dark] .pending-user-row{border-color:#374151}[data-theme=dark] .pending-user-row__name{color:#f9fafb}[data-theme=dark] .pending-user-row__email{color:#9ca3af}[data-theme=dark] .pending-user-row__meta{color:#6b7280}[data-theme=dark] .admin-page__stat-value{color:#93c5fd}[data-theme=dark] .admin-page__stat-label{color:#9ca3af}[data-theme=dark] .admin-page__stat-icon--blue,[data-theme=dark] .admin-page__stat-icon--amber{color:#93c5fd;background:#93c5fd1f}[data-theme=dark] .admin-page__stat-icon--gray{color:#9ca3af;background:#9ca3af1f}[data-theme=dark] .settings-section__header{border-color:#374151}[data-theme=dark] .settings-section__title{color:#93c5fd}[data-theme=dark] .settings-section__subtitle,[data-theme=dark] .settings-section__reset-btn{color:#6b7280}[data-theme=dark] .settings-section__reset-btn:hover{color:#93c5fd}[data-theme=dark] .dept-item{background:#ffffff0a;border-color:#374151}[data-theme=dark] .dept-item__name{color:#e5e7eb}[data-theme=dark] .dept-item--over{border-color:#93c5fd;box-shadow:0 -2px #93c5fd}[data-theme=dark] .dept-item__drag-handle{color:#4b5563}[data-theme=dark] .category-item{border-color:#374151}[data-theme=dark] .category-item--enabled{background:#1f2937}[data-theme=dark] .category-item--disabled{background:#1a2234}[data-theme=dark] .category-item__label{color:#e5e7eb}[data-theme=dark] .category-item__label:hover{color:#93c5fd}[data-theme=dark] .category-item__type{color:#6b7280}[data-theme=dark] .category-item--over{border-color:#93c5fd;box-shadow:0 -2px #93c5fd}[data-theme=dark] .category-item__drag-handle{color:#4b5563}[data-theme=dark] .settings-hint{color:#6b7280}[data-theme=dark] .stat-card__label{color:#9ca3af}[data-theme=dark] .stat-card__value{color:#f9fafb}[data-theme=dark] .stat-card__icon{color:#fbbf24}[data-theme=dark] .rte-wrap{background:#1f2937;border-color:#374151}[data-theme=dark] .rte-toolbar{background:#111827;border-color:#374151}[data-theme=dark] .rte-toolbar__btn{color:#9ca3af}[data-theme=dark] .rte-toolbar__btn:hover{background:#374151;color:#f9fafb}[data-theme=dark] .rte-toolbar__btn--active{background:#93c5fd2e;color:#93c5fd}[data-theme=dark] .rte-toolbar__btn:disabled:hover{background:transparent;color:#9ca3af}[data-theme=dark] .rte-toolbar__divider{background:#374151}[data-theme=dark] .rte-placeholder{color:#6b7280}[data-theme=dark] .rte-content,[data-theme=dark] .rte-render{color:#e5e7eb}[data-theme=dark] .rte-content s,[data-theme=dark] .rte-render s{color:#9ca3af}[data-theme=dark] .rte-content h2,[data-theme=dark] .rte-render h2{color:#f9fafb}[data-theme=dark] .card h2,[data-theme=dark] .card h3{color:#93c5fd!important}[data-theme=dark] .card div[style*=border-bottom]{border-color:#374151!important}[data-theme=dark] .badge--new{background:#93c5fd26;color:#93c5fd;border-color:#93c5fd4d}[data-theme=dark] .badge--in_progress{background:#fbbf2426;color:#fbbf24;border-color:#fbbf244d}[data-theme=dark] .badge--in_review{background:#93c5fd1f;color:#93c5fd;border-color:#93c5fd40}[data-theme=dark] .badge--completed{background:#4ade801f;color:#4ade80;border-color:#4ade8040}[data-theme=dark] .badge--on_hold{background:#9ca3af1f;color:#9ca3af;border-color:#9ca3af33}[data-theme=dark] .badge--cancelled{background:#f871711f;color:#f87171;border-color:#f8717140}[data-theme=dark] .badge--low{background:#9ca3af1f;color:#9ca3af;border-color:#9ca3af33}[data-theme=dark] .badge--normal{background:#93c5fd1f;color:#93c5fd;border-color:#93c5fd40}[data-theme=dark] .badge--high{background:#fbbf2426;color:#fbbf24;border-color:#fbbf244d}[data-theme=dark] .badge--urgent{background:#f871711f;color:#f87171;border-color:#f8717140}[data-theme=dark] .popover{background:#1f2937;border-color:#374151}[data-theme=dark] .popover__item{color:#e5e7eb}[data-theme=dark] .popover__item:hover,[data-theme=dark] .popover__item--active{background:#374151}[data-theme=dark] .popover__item--active{color:#93c5fd}[data-theme=dark] .popover__divider{border-color:#374151}[data-theme=dark] .popover__confirm-title{color:#f9fafb}[data-theme=dark] .popover__confirm-copy{color:#9ca3af}[data-theme=dark] .popover input[type=date]{background:#374151!important;border-color:#4b5563!important;color:#e5e7eb!important}[data-theme=dark] .ticket-row__assignee-name{color:#e5e7eb}[data-theme=dark] .editable-cell[style*="6b7280"]{color:#9ca3af!important}[data-theme=dark] .analytics-page__stat-value{color:#93c5fd}[data-theme=dark] .analytics-page__stat-label{color:#9ca3af}[data-theme=dark] .analytics-page__toolbar{border-color:#374151}[data-theme=dark] .analytics-table thead tr{background:#1a2234;border-color:#374151}[data-theme=dark] .analytics-table tbody tr{border-color:#374151}[data-theme=dark] .analytics-table tbody tr:hover{background:#ffffff0a}[data-theme=dark] .analytics-table th{color:#9ca3af}[data-theme=dark] .analytics-table td{color:#e5e7eb!important}[data-theme=dark] .analytics-table__dept-name{color:#93c5fd}[data-theme=dark] .analytics-table__progress-bar{background:#374151}[data-theme=dark] .ticket-detail__title,[data-theme=dark] .ticket-section__title--serif,[data-theme=dark] .ticket-url-list a,[data-theme=dark] .ticket-attachment__view-btn,[data-theme=dark] .comment-mention,[data-theme=dark] .ticket-workflow__label--current{color:#93c5fd}[data-theme=dark] .btn-save-desc{background:#3b6fa0}[data-theme=dark] .btn-save-desc:hover{background:#2d5a8e}[data-theme=dark] .btn-cancel-desc{color:#9ca3af;border-color:#374151}[data-theme=dark] .btn-cancel-desc:hover{background:#374151;color:#e5e7eb}[data-theme=dark] .ticket-detail__back-btn{background:#1f2937;border-color:#374151;color:#e5e7eb}[data-theme=dark] .ticket-detail__back-btn:hover{background:#374151;border-color:#93c5fd;color:#93c5fd}[data-theme=dark] .ticket-url-list a:hover,[data-theme=dark] .ticket-attachment__view-btn:hover{color:#fcd34d}[data-theme=dark] .ticket-detail__id{background:#1a2234;color:#9ca3af}[data-theme=dark] .ticket-section__description,[data-theme=dark] .ticket-comment__content{color:#d1d5db}[data-theme=dark] .ticket-comment__body,[data-theme=dark] .ticket-attachment{background:#111827;border-color:#374151}[data-theme=dark] .ticket-attachment__thumb,[data-theme=dark] .ticket-attachment__icon-wrap{border-color:#374151}[data-theme=dark] .ticket-attachment__icon-wrap{background:#1f2937}[data-theme=dark] .ticket-attachment__name,[data-theme=dark] .ticket-comment__author,[data-theme=dark] .ticket-detail-info__value{color:#f9fafb}[data-theme=dark] .ticket-detail-info__value--muted,[data-theme=dark] .ticket-status-panel__meta,[data-theme=dark] .ticket-detail-info__meta,[data-theme=dark] .ticket-detail-info__popover-label,[data-theme=dark] .ticket-detail-info__popover-action{color:#9ca3af}[data-theme=dark] .ticket-detail-info__divider{background:#374151}[data-theme=dark] .ticket-inline-tooltip__trigger{color:#9ca3af}[data-theme=dark] .ticket-inline-tooltip__trigger:hover,[data-theme=dark] .ticket-inline-tooltip__trigger:focus-visible{color:#93c5fd}[data-theme=dark] .ticket-inline-tooltip__content{background:#111827;color:#e5e7eb;border:1px solid #374151}[data-theme=dark] .ticket-detail-info__control{border-color:#93c5fd38;background:#1f2937b3}[data-theme=dark] .ticket-detail-info__control:hover,[data-theme=dark] .ticket-detail-info__control:focus-within{border-color:#93c5fd;background:#374151;box-shadow:0 0 0 2px #93c5fd1f}[data-theme=dark] .ticket-status-control__btn{color:#d1d5db}[data-theme=dark] .ticket-status-control__btn:hover{background:#374151}[data-theme=dark] .ticket-status-control__btn--active{background:#93c5fd;color:#111827}[data-theme=dark] .ticket-status-control__btn--active:hover{background:#93c5fd}[data-theme=dark] .ticket-status-confirm{background:#93c5fd14;border-color:#93c5fd2e}[data-theme=dark] .ticket-status-confirm__title{color:#f9fafb}[data-theme=dark] .ticket-status-confirm__copy{color:#9ca3af}[data-theme=dark] .bulk-bar__confirm{background:#1118273d;border-color:#ffffff1f}[data-theme=dark] .bulk-bar__confirm-copy{color:#ffffffb8}[data-theme=dark] .bulk-bar__confirm-btn.btn-secondary{background:#ffffff14;border-color:#fff3;color:#f9fafb}[data-theme=dark] .bulk-bar__confirm-btn.btn-secondary:hover{border-color:#fff6;color:#fff}[data-theme=dark] .ticket-tags__item{background:#374151;color:#d1d5db}[data-theme=dark] .ticket-row__aging-badge,[data-theme=dark] .dashboard__recent-alert{color:#fcd34d}[data-theme=dark] .ticket-row__aging-badge{background:#fcd34d24;border-color:#fcd34d47}[data-theme=dark] .ticket-workflow__dot{background:#1f2937;border-color:#4b5563;color:#9ca3af}[data-theme=dark] .ticket-workflow__dot--done{background:#93c5fd;border-color:#93c5fd;color:#111827}[data-theme=dark] .ticket-workflow__state{border-color:#fcd34d38;background:#fcd34d1a;color:#fcd34d}[data-theme=dark] .ticket-workflow__state--cancelled{border-color:#f871713d;background:#f871711a;color:#fca5a5}[data-theme=dark] .profile-info__heading{color:#93c5fd;border-color:#374151}[data-theme=dark] .profile-info__row{border-color:#374151}[data-theme=dark] .profile-info__icon,[data-theme=dark] .profile-info__label{color:#9ca3af}[data-theme=dark] .profile-info__value{color:#f9fafb}[data-theme=dark] .profile-demo-notice{background:#1a2234;border-color:#374151;color:#9ca3af}[data-theme=dark] .profile-demo-notice__title{color:#f9fafb}[data-theme=dark] .help-toc__btn__pill{background:linear-gradient(135deg,#27466b,#1e3a5f);box-shadow:0 10px 24px #0f172a47}[data-theme=dark] .help-toc__btn{color:#9ca3af}[data-theme=dark] .help-toc__btn:hover{background:#ffffff0a;color:#93c5fd}[data-theme=dark] .help-toc__btn--active:hover{background:none;color:#fff}[data-theme=dark] .help-section,[data-theme=dark] .help-section__header{border-color:#374151}[data-theme=dark] .help-section__icon-wrap--blue{background:#93c5fd24;color:#93c5fd}[data-theme=dark] .help-section__icon-wrap--yellow{background:#fcd34d24;color:#fcd34d}[data-theme=dark] .help-section__icon-wrap--red{background:#f871711f;color:#fca5a5}[data-theme=dark] .help-section__title-wrap h2{color:#93c5fd}[data-theme=dark] .help-section__admin-tag{background:#93c5fd24;border-color:#93c5fd3d;color:#93c5fd}[data-theme=dark] .help-section__intro,[data-theme=dark] .help-section__intro p{color:#d1d5db}[data-theme=dark] .help-section__intro strong{color:#f9fafb}[data-theme=dark] .help-step__num{background:#93c5fd;color:#111827}[data-theme=dark] .help-step__title{color:#f9fafb}[data-theme=dark] .help-step__desc{color:#9ca3af}[data-theme=dark] .help-status-item p{color:#d1d5db}[data-theme=dark] .help-tip{background:#fcd34d1f;border-color:#fcd34d3d}[data-theme=dark] .help-tip__icon{color:#fcd34d}[data-theme=dark] .help-tip p{color:#f3f4f6}[data-theme=dark] .help-admin-item__title{color:#f9fafb}[data-theme=dark] .help-admin-item__sub{color:#9ca3af}[data-theme=dark] .help-admin-item p{color:#d1d5db}[data-theme=dark] .submit-section__title{border-color:#374151}[data-theme=dark] .submit-section .btn-secondary{background:#1a2234;border-color:#374151;color:#e5e7eb}[data-theme=dark] .submit-section .btn-secondary:hover{background:#374151;border-color:#93c5fd;color:#93c5fd}[data-theme=dark] .tag-input-wrap{background:#111827;border-color:#374151}[data-theme=dark] .tag-input-wrap:focus-within{outline-color:#93c5fd52;border-color:#93c5fd}[data-theme=dark] .tag-input-wrap__input{color:#e5e7eb}[data-theme=dark] .tag-input-wrap__input::placeholder{color:#6b7280}[data-theme=dark] .drop-zone__link{color:#93c5fd}[data-theme=dark] .annotation-modal__dialog{background:#111827;border:1px solid #374151;box-shadow:0 24px 60px #00000073}[data-theme=dark] .annotation-modal__header,[data-theme=dark] .annotation-modal__topbar,[data-theme=dark] .annotation-modal__footer{border-color:#374151}[data-theme=dark] .annotation-modal__header{background:linear-gradient(180deg,#111827fa,#0f172af5)}[data-theme=dark] .annotation-modal__header h2{color:#93c5fd}[data-theme=dark] .annotation-modal__header p,[data-theme=dark] .annotation-modal__close-btn{color:#9ca3af}[data-theme=dark] .annotation-modal__close-btn:hover{color:#f9fafb;background:#1f2937}[data-theme=dark] .annotation-modal__topbar{background:linear-gradient(180deg,#1a2234f0,#111827f5)}[data-theme=dark] .annotation-modal__workspace{background:linear-gradient(180deg,#0f172afa,#111827f0)}[data-theme=dark] .annotation-modal__tool-rail{border-color:#374151;background:linear-gradient(180deg,#111827,#0f172a)}[data-theme=dark] .annotation-modal__text-hitbox--active{background:#93c5fd1f}[data-theme=dark] .annotation-modal__text-selection{box-shadow:0 0 0 1px #ffffffb3,0 10px 22px #00000052}[data-theme=dark] .annotation-modal__text-handle{border-color:#93c5fd;background:#111827}[data-theme=dark] .annotation-modal__footer{background:linear-gradient(180deg,#111827fa,#0f172afa)}[data-theme=dark] .annotation-modal__count,[data-theme=dark] .annotation-modal__hint{color:#9ca3af}[data-theme=dark] .annotation-modal__hint kbd{border-color:#4b5563;background:#1f2937;color:#93c5fd}[data-theme=dark] .annotation-thickness-control,[data-theme=dark] .annotation-tool-readout,[data-theme=dark] .annotation-color-presets--topbar,[data-theme=dark] .annotation-text-toolbar,[data-theme=dark] .annotation-zoom-controls,[data-theme=dark] .annotation-rail-flyout{border-color:#374151;background:#111827f0;box-shadow:0 16px 36px #00000052,inset 0 1px #ffffff0a}[data-theme=dark] .annotation-thickness-control__label,[data-theme=dark] .annotation-thickness-control__value{color:#d1d5db}[data-theme=dark] .annotation-thickness-control__value,[data-theme=dark] .annotation-thickness-control__preview{color:#93c5fd}[data-theme=dark] .annotation-topbar-fade--left{background:linear-gradient(to right,#1a2234 0%,transparent 100%)}[data-theme=dark] .annotation-topbar-fade--right{background:linear-gradient(to left,#1a2234 0%,transparent 100%)}[data-theme=dark] .annotation-tool-readout__icon{color:#93c5fd}[data-theme=dark] .annotation-tool-readout__label{color:#e5e7eb}[data-theme=dark] .annotation-tool-btn,[data-theme=dark] .annotation-action-btn,[data-theme=dark] .annotation-stroke-btn,[data-theme=dark] .annotation-text-format-btn,[data-theme=dark] .annotation-text-toggle-btn,[data-theme=dark] .annotation-text-delete-btn,[data-theme=dark] .annotation-zoom-btn{border-color:#374151;background:#1f2937;color:#d1d5db}[data-theme=dark] .annotation-tool-btn:not(.annotation-tool-btn--active):not(:disabled):hover,[data-theme=dark] .annotation-action-btn:not(:disabled):hover,[data-theme=dark] .annotation-stroke-btn:not(:disabled):hover,[data-theme=dark] .annotation-text-format-btn:not(:disabled):hover,[data-theme=dark] .annotation-text-toggle-btn:not(:disabled):hover,[data-theme=dark] .annotation-text-delete-btn:not(:disabled):hover,[data-theme=dark] .annotation-zoom-btn:not(:disabled):hover{background:#374151;color:#93c5fd;border-color:#93c5fd}[data-theme=dark] .annotation-tool-btn--active,[data-theme=dark] .annotation-stroke-btn--active,[data-theme=dark] .annotation-text-format-btn--active,[data-theme=dark] .annotation-text-toggle-btn--active{background:#93c5fd29;color:#93c5fd;border-color:#93c5fd52;box-shadow:none}[data-theme=dark] .annotation-text-delete-btn:not(:disabled):hover,[data-theme=dark] .annotation-action-btn--clear:not(:disabled):hover{color:#fca5a5;background:#f871711f;border-color:#f871713d}[data-theme=dark] .annotation-rail-controls{border-color:#374151}[data-theme=dark] .annotation-rail-flyout__title,[data-theme=dark] .annotation-topbar-toggles,[data-theme=dark] .annotation-color-presets__toggle,[data-theme=dark] .annotation-text-size-field__label,[data-theme=dark] .annotation-zoom-slider,[data-theme=dark] .annotation-zoom-slider__label{color:#9ca3af}[data-theme=dark] .annotation-color-presets__current,[data-theme=dark] .annotation-color-preset,[data-theme=dark] .annotation-color-wheel__swatch{border-color:#fffc}[data-theme=dark] .annotation-color-preset--active{border-color:#93c5fd;box-shadow:0 0 0 2px #93c5fd4d,0 2px 6px #0f172a38}[data-theme=dark] .annotation-text-format__group{border-color:#374151;background:#1f2937e6}[data-theme=dark] .annotation-text-size-select,[data-theme=dark] .annotation-text-size-input,[data-theme=dark] .annotation-zoom-btn--label{border-color:#4b5563;background:#1f2937;color:#e5e7eb}[data-theme=dark] .annotation-text-size-select:focus,[data-theme=dark] .annotation-text-size-input:focus{border-color:#93c5fd;box-shadow:0 0 0 3px #93c5fd24}[data-theme=dark] .annotation-zoom-slider__value{color:#93c5fd}[data-theme=dark] .annotation-zoom-slider input[type=range],[data-theme=dark] .annotation-thickness-control input[type=range]{accent-color:#93c5fd}[data-theme=dark] .annotation-modal__text-editor{background:#111827b8;color:#f9fafb}[data-theme=dark] .annotation-modal__text-editor::placeholder{color:#ffffff8f}[data-theme=dark] .annotation-dropzone{background:#ffffff0a;border-color:#4b5563}[data-theme=dark] .annotation-dropzone:hover{border-color:#93c5fd}[data-theme=dark] .annotation-dropzone--drag-over{border-color:#fcd34d;background:#fcd34d14}[data-theme=dark] .annotation-dropzone__icon{color:#93c5fd}[data-theme=dark] .annotation-dropzone__title{color:#f9fafb}[data-theme=dark] .annotation-dropzone__sub{color:#9ca3af}[data-theme=dark] .annotation-dropzone__hint{color:#6b7280}[data-theme=dark] .annotation-drag-overlay{background:#fcd34d29;border-color:#fcd34d}[data-theme=dark] .annotation-drag-overlay p{color:#fcd34d}[data-theme=dark] .user-table__role-badge--super-admin{background:#a78bfa29;color:#c4b5fd;border-color:#a78bfa47}[data-theme=dark] .user-table__role-badge--admin{background:#93c5fd2e;color:#93c5fd;border-color:#93c5fd4d}[data-theme=dark] .toggle-switch__track{background:#4b5563}[data-theme=dark] .toggle-switch__track:after{background:#f9fafb}[data-theme=dark] .toggle-switch input:checked+.toggle-switch__track{background:#93c5fd}[data-theme=dark] .toggle-switch__label{color:#9ca3af}[data-theme=dark] .toggle-switch input:checked~.toggle-switch__label{color:#93c5fd}[data-theme=dark] .dashboard__recent-title{color:#f9fafb}[data-theme=dark] .dashboard__recent-item:hover{background:#ffffff0d}[data-theme=dark] .dashboard__view-all{color:#fcd34d}[data-theme=dark] .tickets-archive-notice--warning{background:#fcd34d1f;border-color:#fcd34d42;color:#fcd34d}[data-theme=dark] .ticket-check{accent-color:#93c5fd;filter:brightness(1.12)}[data-theme=dark] .ticket-table-quick-view__select{background-color:#374151;border-color:#4b5563;color:#e5e7eb;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%239ca3af' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e")}[data-theme=dark] .tab-btn__dot{background:#4b5563}[data-theme=dark] .tab-btn__dot--active{background:#93c5fd}[data-theme=dark] .assignee-avatar{background:#93c5fd2e;color:#93c5fd}[data-theme=dark] .user-table__demo-tag,[data-theme=dark] .user-table__demo-tag span{background:#93c5fd24;color:#93c5fd;border-color:#93c5fd3d}[data-theme=dark] .deactivate-modal{background:#1f2937}[data-theme=dark] .deactivate-modal__icon{background:#f8717124;color:#f87171}[data-theme=dark] .deactivate-modal__title{color:#93c5fd}[data-theme=dark] .deactivate-modal__body,[data-theme=dark] .deactivate-modal__prompt{color:#9ca3af}[data-theme=dark] .deactivate-modal__input{background:#374151;border-color:#4b5563;color:#e5e7eb}[data-theme=dark] .deactivate-modal__input:focus{border-color:#f87171;box-shadow:0 0 0 3px #f871711f}[data-theme=dark] .deactivate-modal__cancel{background:#1f2937;border-color:#374151;color:#9ca3af}[data-theme=dark] .deactivate-modal__cancel:hover{background:#374151;color:#e5e7eb}[data-theme=dark] .ticket-section__title-row div{color:#9ca3af}[data-theme=dark] .ticket-section__collapse-btn{background:#1f2937;border-color:#374151;color:#9ca3af}[data-theme=dark] .ticket-section__collapse-btn:hover{color:#93c5fd;border-color:#93c5fd3d;background:#374151}[data-theme=dark] .ticket-comments__empty{color:#6b7280;background:#ffffff08;border-color:#374151}[data-theme=dark] .ticket-comment--internal .ticket-comment__body{background:#93c5fd0f;border-color:#93c5fd24}[data-theme=dark] .ticket-comment__note-badge{color:#93c5fd;background:#93c5fd1f}[data-theme=dark] .ticket-comment__time{color:#6b7280}[data-theme=dark] .ticket-comment__edit-btn{color:#4b5563}[data-theme=dark] .ticket-comment__edit-btn:hover{color:#93c5fd}[data-theme=dark] .ticket-notifications__empty{color:#6b7280;background:#ffffff08;border-color:#374151}[data-theme=dark] .ticket-notifications__item{background:#ffffff08;border-color:#374151}[data-theme=dark] .ticket-notifications__subject{color:#f9fafb}[data-theme=dark] .ticket-notifications__meta{color:#9ca3af}[data-theme=dark] .notif-dropdown__header p{color:#f9fafb!important}[data-theme=dark] .recharts-text.recharts-cartesian-axis-tick-value{fill:#9ca3af}[data-theme=dark] text[fill="#6B5E4E"]{fill:#9ca3af!important}[data-theme=dark] .recharts-cartesian-grid-horizontal line,[data-theme=dark] .recharts-cartesian-grid-vertical line{stroke:#374151}[data-theme=dark] .recharts-cartesian-axis-line,[data-theme=dark] .recharts-cartesian-axis-tick-line{stroke:#4b5563}[data-theme=dark] .recharts-legend-item-text{color:#d1d5db!important}[data-theme=dark] .recharts-default-tooltip{background-color:#1f2937!important;border-color:#4b5563!important}[data-theme=dark] .recharts-default-tooltip .recharts-tooltip-label{color:#f9fafb!important}[data-theme=dark] .recharts-default-tooltip .recharts-tooltip-item{color:#e5e7eb!important}[data-theme=dark] .dashboard__pie-item{color:#d1d5db}[data-theme=dark] .analytics-tooltip{background:#1f2937;border-color:#4b5563}[data-theme=dark] .analytics-tooltip__label{color:#93c5fd}[data-theme=dark] .analytics-tooltip__row{color:#e5e7eb}[data-theme=dark] .submit-section button[style*="7B5A01"]{color:#fcd34d!important}[data-theme=dark] .drop-zone{border-color:#374151}[data-theme=dark] .drop-zone:hover,[data-theme=dark] .drop-zone--drag-over{border-color:#fcd34d80;background:#fcd34d0a}[data-theme=dark] .drop-zone--drag-over{border-color:#fcd34d}[data-theme=dark] .drop-zone__icon{color:#4b5563}[data-theme=dark] .drop-zone__text{color:#9ca3af}[data-theme=dark] .drop-zone__hint{color:#6b7280}[data-theme=dark] .attachment-item{background:#1a2234;border-color:#374151}[data-theme=dark] .attachment-item__icon-wrap{background:#374151;border-color:#4b5563}[data-theme=dark] .attachment-item__name{color:#f9fafb}[data-theme=dark] .attachment-item__meta{color:#6b7280}[data-theme=dark] .attachment-item__annotated-tag{background:#fcd34d24;color:#fcd34d}[data-theme=dark] .attachment-item__btn{color:#4b5563}[data-theme=dark] .attachment-item__btn:hover{color:#93c5fd}[data-theme=dark] .attachment-item__btn--remove:hover{color:#f87171}[data-theme=dark] .url-icon-input__icon{color:#4b5563}[data-theme=dark] .email-queue__header{border-color:#374151}[data-theme=dark] .email-queue__title{color:#93c5fd}[data-theme=dark] .email-queue__subtitle{color:#9ca3af}[data-theme=dark] .email-queue__list{background:linear-gradient(180deg,#1a2234b3,#111827);border-color:#374151}[data-theme=dark] .email-queue__item{border-color:#374151}[data-theme=dark] .email-queue__item:hover{background:#fcd34d0d}[data-theme=dark] .email-queue__item--active{background:#93c5fd12;box-shadow:inset 3px 0 #93c5fd}[data-theme=dark] .email-queue__event{color:#93c5fd}[data-theme=dark] .email-queue__status{background:#4ade801a;color:#4ade80;border-color:#4ade8033}[data-theme=dark] .email-queue__recipient,[data-theme=dark] .email-queue__time{color:#6b7280}[data-theme=dark] .email-queue__subject{color:#f9fafb}[data-theme=dark] .email-queue__empty{color:#9ca3af}[data-theme=dark] .email-queue__empty h3{color:#f9fafb}[data-theme=dark] .email-queue__empty-note{color:#6b7280}[data-theme=dark] .email-preview__meta{border-color:#374151}[data-theme=dark] .email-preview__meta p{color:#9ca3af}[data-theme=dark] .email-preview__body{background:radial-gradient(circle at top right,rgba(252,211,77,.05),transparent 32%),linear-gradient(180deg,#111827,#1a2234)}[data-theme=dark] .email-preview__brand{color:#93c5fd}[data-theme=dark] .email-preview__brand p{color:#9ca3af}[data-theme=dark] .email-preview__card{background:#1f2937;border-color:#374151}[data-theme=dark] .email-preview__eyebrow{color:#93c5fd}[data-theme=dark] .email-preview__headline{color:#f9fafb}[data-theme=dark] .email-preview__copy{border-color:#374151}[data-theme=dark] .email-preview__copy p{color:#d1d5db}[data-theme=dark] .email-preview__link{color:#93c5fd}[data-theme=dark] .email-preview__link:hover{color:#fcd34d}[data-theme=dark] .email-preview__context-item strong{color:#f9fafb}[data-theme=dark] .email-preview__context-label{color:#6b7280}[data-theme=dark] .email-preview__message-footer{background:#1f2937e0;border-color:#374151}[data-theme=dark] .email-preview__message-footer p{color:#9ca3af}[data-theme=dark] .email-preview__message-footer-brand{color:#93c5fd!important}[data-theme=dark] .email-preview__message-footer-title{color:#f9fafb!important}[data-theme=dark] .email-preview__message-footer-meta{border-color:#374151;color:#6b7280}[data-theme=dark] .email-preview__footer{border-color:#374151}
