.access-page{min-width:0}.access-page .resource-heading{gap:20px;align-items:center}.access-page .detail-actions{flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:8px}.access-page .detail-actions button,.access-page .detail-actions a{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:42px;padding:10px 16px;border:1px solid var(--line);border-radius:10px;background:var(--surface);color:var(--text);font-size:13px;font-weight:600;text-decoration:none;white-space:nowrap;transition:all .2s ease;cursor:pointer}.access-page .detail-actions button:hover:not(:disabled),.access-page .detail-actions a:hover{border-color:var(--brand);background:var(--brand-soft);color:var(--brand);transform:translateY(-1px)}.access-page .detail-actions .approve-button{background:linear-gradient(135deg,#059669,#10b981);border-color:#059669;color:#fff;box-shadow:0 2px 8px #10b98140}.access-page .detail-actions .approve-button:hover:not(:disabled){background:linear-gradient(135deg,#047857,#059669);border-color:#047857;color:#fff}.access-page .detail-actions .reject-button{background:#fee9ec;border-color:#f1b9c0;color:#a92f3d}.access-page .detail-actions .reject-button:hover:not(:disabled){background:#fdd4da;border-color:#e0828d;color:#8c1d29}.access-page .detail-actions button:disabled{opacity:.5;cursor:not-allowed}.access-page .record-detail{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px}.access-page .record-detail>div{min-width:0}.access-page .record-detail small{overflow-wrap:anywhere}.access-page .access-section{margin-top:28px}.access-page .access-section h2{margin:0 0 12px;font-size:18px;font-weight:700}.dialog-backdrop{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:20px;background:#0f172aa6;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);animation:backdropFadeIn .2s cubic-bezier(.16,1,.3,1)}@keyframes backdropFadeIn{0%{opacity:0}to{opacity:1}}.confirm-dialog.access-selection-dialog{width:min(100%,820px);max-height:calc(100dvh - 40px);display:flex;flex-direction:column;padding:0;border:1px solid var(--line);border-radius:20px;background:var(--surface);box-shadow:0 25px 50px -12px #00000059;overflow:hidden;animation:modalSlideUp .25s cubic-bezier(.16,1,.3,1)}@keyframes modalSlideUp{0%{opacity:0;transform:translateY(16px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.access-modal-header{display:flex;align-items:center;justify-content:space-between;padding:24px 28px 20px;border-bottom:1px solid var(--line);background:linear-gradient(180deg,var(--surface) 0%,var(--brand-soft) 100%)}.access-modal-title{display:flex;align-items:flex-start;gap:14px}.access-modal-icon{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:12px;background:var(--brand);color:#fff;box-shadow:0 4px 12px #10b9814d;flex-shrink:0}.access-modal-title h2{margin:0 0 4px;font-size:20px;font-weight:800;color:var(--text);letter-spacing:-.02em}.access-modal-title p{margin:0;font-size:13px;color:var(--muted)}.access-modal-badges{display:flex;align-items:center;gap:12px}.access-stat-badge{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;border:1px solid var(--brand);border-radius:20px;background:var(--brand-soft);color:var(--brand);font-size:12px;font-weight:600}.access-stat-badge strong{font-size:14px;font-weight:800}.icon-close{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border:1px solid var(--line);border-radius:50%;background:var(--surface);color:var(--muted);cursor:pointer;transition:all .2s ease}.icon-close:hover{border-color:var(--text);color:var(--text);background:var(--brand-soft)}.access-selection-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 28px;border-bottom:1px solid var(--line);background:var(--surface);flex-wrap:wrap}.access-search-box{position:relative;display:flex;align-items:center;flex:1 1 320px;min-width:240px}.access-search-box svg{position:absolute;left:14px;width:18px;height:18px;color:var(--muted);pointer-events:none}.access-search-box input{width:100%;height:42px;padding:0 40px 0 42px;border:1px solid var(--line);border-radius:12px;background:var(--bg, var(--surface));color:var(--text);font-size:14px;transition:all .2s ease}.access-search-box input:focus{border-color:var(--brand);box-shadow:0 0 0 3px var(--brand-soft);outline:none}.clear-search{position:absolute;right:10px;display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border:none;border-radius:50%;background:var(--line);color:var(--muted);cursor:pointer}.access-bulk-actions{display:flex;align-items:center;gap:8px}.access-bulk-actions button{display:inline-flex;align-items:center;gap:6px;height:38px;padding:0 14px;border:1px solid var(--line);border-radius:10px;background:var(--surface);color:var(--text);font-size:12px;font-weight:600;cursor:pointer;transition:all .2s ease}.access-bulk-actions button:hover{border-color:var(--brand);background:var(--brand-soft);color:var(--brand)}.access-category-tabs{display:flex;align-items:center;gap:8px;padding:12px 28px;border-bottom:1px solid var(--line);background:var(--bg, var(--surface));overflow-x:auto;scrollbar-width:thin}.access-tab{display:inline-flex;align-items:center;gap:8px;height:34px;padding:0 14px;border:1px solid transparent;border-radius:18px;background:transparent;color:var(--muted);font-size:13px;font-weight:600;white-space:nowrap;cursor:pointer;transition:all .2s ease}.access-tab:hover{color:var(--text);background:var(--surface)}.access-tab.active{border-color:var(--brand);background:var(--brand-soft);color:var(--brand)}.access-tab small{display:inline-flex;align-items:center;justify-content:center;padding:2px 7px;border-radius:10px;background:var(--line);color:var(--text);font-size:11px;font-weight:700}.access-tab.active small{background:var(--brand);color:#fff}.access-options-container{flex:1 1 auto;max-height:52dvh;padding:20px 28px;overflow-y:auto;display:flex;flex-direction:column;gap:24px;overscroll-behavior:contain}.access-option-group{display:flex;flex-direction:column;gap:12px}.access-group-header{display:flex;align-items:center;justify-content:space-between;padding-bottom:8px;border-bottom:1px dashed var(--line)}.access-group-title{display:flex;align-items:center;gap:8px;font-size:14px;color:var(--text)}.access-group-title svg{width:16px;height:16px;color:var(--brand)}.group-count{font-size:12px;font-weight:600;padding:2px 8px;border-radius:12px;background:var(--line);color:var(--muted)}.group-toggle-btn{border:none;background:none;color:var(--brand);font-size:12px;font-weight:700;cursor:pointer;padding:4px 8px;border-radius:6px}.group-toggle-btn:hover{background:var(--brand-soft)}.access-option-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:12px}.access-card-option{position:relative;display:flex;align-items:flex-start;gap:14px;padding:14px 16px;border:1px solid var(--line);border-radius:14px;background:var(--surface);cursor:pointer;transition:all .2s cubic-bezier(.16,1,.3,1);-webkit-user-select:none;user-select:none}.access-card-option:hover{border-color:var(--brand);background:var(--brand-soft);transform:translateY(-1px)}.access-card-option.selected{border-color:var(--brand);background:var(--brand-soft);box-shadow:0 4px 14px #10b9811f}.checkbox-wrapper{position:relative;display:flex;align-items:center;margin-top:2px}.checkbox-wrapper input[type=checkbox]{position:absolute;opacity:0;width:0;height:0}.custom-checkbox{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border:2px solid var(--line);border-radius:6px;background:var(--surface);color:#fff;transition:all .15s ease;flex-shrink:0}.access-card-option:hover .custom-checkbox{border-color:var(--brand)}.custom-checkbox.checked{border-color:var(--brand);background:var(--brand)}.custom-checkbox svg{width:14px;height:14px;stroke-width:3px}.option-info{display:flex;flex-direction:column;gap:4px;min-width:0;flex:1}.option-title-row{display:flex;align-items:center;justify-content:space-between;gap:8px;flex-wrap:wrap}.option-label{font-size:14px;font-weight:700;color:var(--text);line-height:1.3}.option-slug{display:inline-block;padding:2px 8px;border-radius:6px;background:var(--line);color:var(--text);font-size:11px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}.access-card-option.selected .option-slug{background:#10b9812e;color:var(--brand)}.option-desc{margin:0;font-size:12px;color:var(--muted);line-height:1.4}.access-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px 24px;text-align:center;color:var(--muted)}.access-empty-state svg{width:48px;height:48px;margin-bottom:12px;opacity:.4}.access-empty-state button{margin-top:14px;padding:8px 16px;border:1px solid var(--brand);border-radius:8px;background:var(--brand-soft);color:var(--brand);font-size:13px;font-weight:700;cursor:pointer}.access-modal-footer{display:flex;align-items:center;justify-content:space-between;padding:18px 28px;border-top:1px solid var(--line);background:var(--surface);flex-wrap:wrap;gap:12px}.footer-summary{font-size:13px;color:var(--muted)}.footer-summary strong{color:var(--text);font-weight:800}.footer-buttons{display:flex;align-items:center;gap:10px}.footer-buttons button{min-height:42px;padding:0 20px;border:1px solid var(--line);border-radius:10px;background:var(--surface);color:var(--text);font-size:13px;font-weight:700;cursor:pointer;transition:all .2s ease}.footer-buttons button:hover:not(:disabled){background:var(--brand-soft);border-color:var(--brand)}.footer-buttons .primary-save-btn{background:linear-gradient(135deg,#059669,#10b981);border-color:#059669;color:#fff;box-shadow:0 4px 14px #10b9814d}.footer-buttons .primary-save-btn:hover:not(:disabled){background:linear-gradient(135deg,#047857,#059669);border-color:#047857;color:#fff}.status-chip{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:12px;font-size:12px;font-weight:700}.status-chip.allowed{background:#dcfce7;color:#15803d;border:1px solid #bbf7d0}.status-chip.denied{background:#fee2e2;color:#b91c1c;border:1px solid #fecaca}@media(max-width:768px){.confirm-dialog.access-selection-dialog{max-height:calc(100dvh - 20px);border-radius:14px}.access-modal-header,.access-selection-toolbar,.access-options-container,.access-modal-footer{padding-left:16px;padding-right:16px}.access-option-grid{grid-template-columns:1fr}.footer-buttons button{flex:1}}@layer theme,base,components,utilities;@layer theme{@theme default{ --font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; --font-serif: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif; --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; --color-red-50: oklch(97.1% .013 17.38); --color-red-100: oklch(93.6% .032 17.717); --color-red-200: oklch(88.5% .062 18.334); --color-red-300: oklch(80.8% .114 19.571); --color-red-400: oklch(70.4% .191 22.216); --color-red-500: oklch(63.7% .237 25.331); --color-red-600: oklch(57.7% .245 27.325); --color-red-700: oklch(50.5% .213 27.518); --color-red-800: oklch(44.4% .177 26.899); --color-red-900: oklch(39.6% .141 25.723); --color-red-950: oklch(25.8% .092 26.042); --color-orange-50: oklch(98% .016 73.684); --color-orange-100: oklch(95.4% .038 75.164); --color-orange-200: oklch(90.1% .076 70.697); --color-orange-300: oklch(83.7% .128 66.29); --color-orange-400: oklch(75% .183 55.934); --color-orange-500: oklch(70.5% .213 47.604); --color-orange-600: oklch(64.6% .222 41.116); --color-orange-700: oklch(55.3% .195 38.402); --color-orange-800: oklch(47% .157 37.304); --color-orange-900: oklch(40.8% .123 38.172); --color-orange-950: oklch(26.6% .079 36.259); --color-amber-50: oklch(98.7% .022 95.277); --color-amber-100: oklch(96.2% .059 95.617); --color-amber-200: oklch(92.4% .12 95.746); --color-amber-300: oklch(87.9% .169 91.605); --color-amber-400: oklch(82.8% .189 84.429); --color-amber-500: oklch(76.9% .188 70.08); --color-amber-600: oklch(66.6% .179 58.318); --color-amber-700: oklch(55.5% .163 48.998); --color-amber-800: oklch(47.3% .137 46.201); --color-amber-900: oklch(41.4% .112 45.904); --color-amber-950: oklch(27.9% .077 45.635); --color-yellow-50: oklch(98.7% .026 102.212); --color-yellow-100: oklch(97.3% .071 103.193); --color-yellow-200: oklch(94.5% .129 101.54); --color-yellow-300: oklch(90.5% .182 98.111); --color-yellow-400: oklch(85.2% .199 91.936); --color-yellow-500: oklch(79.5% .184 86.047); --color-yellow-600: oklch(68.1% .162 75.834); --color-yellow-700: oklch(55.4% .135 66.442); --color-yellow-800: oklch(47.6% .114 61.907); --color-yellow-900: oklch(42.1% .095 57.708); --color-yellow-950: oklch(28.6% .066 53.813); --color-lime-50: oklch(98.6% .031 120.757); --color-lime-100: oklch(96.7% .067 122.328); --color-lime-200: oklch(93.8% .127 124.321); --color-lime-300: oklch(89.7% .196 126.665); --color-lime-400: oklch(84.1% .238 128.85); --color-lime-500: oklch(76.8% .233 130.85); --color-lime-600: oklch(64.8% .2 131.684); --color-lime-700: oklch(53.2% .157 131.589); --color-lime-800: oklch(45.3% .124 130.933); --color-lime-900: oklch(40.5% .101 131.063); --color-lime-950: oklch(27.4% .072 132.109); --color-green-50: oklch(98.2% .018 155.826); --color-green-100: oklch(96.2% .044 156.743); --color-green-200: oklch(92.5% .084 155.995); --color-green-300: oklch(87.1% .15 154.449); --color-green-400: oklch(79.2% .209 151.711); --color-green-500: oklch(72.3% .219 149.579); --color-green-600: oklch(62.7% .194 149.214); --color-green-700: oklch(52.7% .154 150.069); --color-green-800: oklch(44.8% .119 151.328); --color-green-900: oklch(39.3% .095 152.535); --color-green-950: oklch(26.6% .065 152.934); --color-emerald-50: oklch(97.9% .021 166.113); --color-emerald-100: oklch(95% .052 163.051); --color-emerald-200: oklch(90.5% .093 164.15); --color-emerald-300: oklch(84.5% .143 164.978); --color-emerald-400: oklch(76.5% .177 163.223); --color-emerald-500: oklch(69.6% .17 162.48); --color-emerald-600: oklch(59.6% .145 163.225); --color-emerald-700: oklch(50.8% .118 165.612); --color-emerald-800: oklch(43.2% .095 166.913); --color-emerald-900: oklch(37.8% .077 168.94); --color-emerald-950: oklch(26.2% .051 172.552); --color-teal-50: oklch(98.4% .014 180.72); --color-teal-100: oklch(95.3% .051 180.801); --color-teal-200: oklch(91% .096 180.426); --color-teal-300: oklch(85.5% .138 181.071); --color-teal-400: oklch(77.7% .152 181.912); --color-teal-500: oklch(70.4% .14 182.503); --color-teal-600: oklch(60% .118 184.704); --color-teal-700: oklch(51.1% .096 186.391); --color-teal-800: oklch(43.7% .078 188.216); --color-teal-900: oklch(38.6% .063 188.416); --color-teal-950: oklch(27.7% .046 192.524); --color-cyan-50: oklch(98.4% .019 200.873); --color-cyan-100: oklch(95.6% .045 203.388); --color-cyan-200: oklch(91.7% .08 205.041); --color-cyan-300: oklch(86.5% .127 207.078); --color-cyan-400: oklch(78.9% .154 211.53); --color-cyan-500: oklch(71.5% .143 215.221); --color-cyan-600: oklch(60.9% .126 221.723); --color-cyan-700: oklch(52% .105 223.128); --color-cyan-800: oklch(45% .085 224.283); --color-cyan-900: oklch(39.8% .07 227.392); --color-cyan-950: oklch(30.2% .056 229.695); --color-sky-50: oklch(97.7% .013 236.62); --color-sky-100: oklch(95.1% .026 236.824); --color-sky-200: oklch(90.1% .058 230.902); --color-sky-300: oklch(82.8% .111 230.318); --color-sky-400: oklch(74.6% .16 232.661); --color-sky-500: oklch(68.5% .169 237.323); --color-sky-600: oklch(58.8% .158 241.966); --color-sky-700: oklch(50% .134 242.749); --color-sky-800: oklch(44.3% .11 240.79); --color-sky-900: oklch(39.1% .09 240.876); --color-sky-950: oklch(29.3% .066 243.157); --color-blue-50: oklch(97% .014 254.604); --color-blue-100: oklch(93.2% .032 255.585); --color-blue-200: oklch(88.2% .059 254.128); --color-blue-300: oklch(80.9% .105 251.813); --color-blue-400: oklch(70.7% .165 254.624); --color-blue-500: oklch(62.3% .214 259.815); --color-blue-600: oklch(54.6% .245 262.881); --color-blue-700: oklch(48.8% .243 264.376); --color-blue-800: oklch(42.4% .199 265.638); --color-blue-900: oklch(37.9% .146 265.522); --color-blue-950: oklch(28.2% .091 267.935); --color-indigo-50: oklch(96.2% .018 272.314); --color-indigo-100: oklch(93% .034 272.788); --color-indigo-200: oklch(87% .065 274.039); --color-indigo-300: oklch(78.5% .115 274.713); --color-indigo-400: oklch(67.3% .182 276.935); --color-indigo-500: oklch(58.5% .233 277.117); --color-indigo-600: oklch(51.1% .262 276.966); --color-indigo-700: oklch(45.7% .24 277.023); --color-indigo-800: oklch(39.8% .195 277.366); --color-indigo-900: oklch(35.9% .144 278.697); --color-indigo-950: oklch(25.7% .09 281.288); --color-violet-50: oklch(96.9% .016 293.756); --color-violet-100: oklch(94.3% .029 294.588); --color-violet-200: oklch(89.4% .057 293.283); --color-violet-300: oklch(81.1% .111 293.571); --color-violet-400: oklch(70.2% .183 293.541); --color-violet-500: oklch(60.6% .25 292.717); --color-violet-600: oklch(54.1% .281 293.009); --color-violet-700: oklch(49.1% .27 292.581); --color-violet-800: oklch(43.2% .232 292.759); --color-violet-900: oklch(38% .189 293.745); --color-violet-950: oklch(28.3% .141 291.089); --color-purple-50: oklch(97.7% .014 308.299); --color-purple-100: oklch(94.6% .033 307.174); --color-purple-200: oklch(90.2% .063 306.703); --color-purple-300: oklch(82.7% .119 306.383); --color-purple-400: oklch(71.4% .203 305.504); --color-purple-500: oklch(62.7% .265 303.9); --color-purple-600: oklch(55.8% .288 302.321); --color-purple-700: oklch(49.6% .265 301.924); --color-purple-800: oklch(43.8% .218 303.724); --color-purple-900: oklch(38.1% .176 304.987); --color-purple-950: oklch(29.1% .149 302.717); --color-fuchsia-50: oklch(97.7% .017 320.058); --color-fuchsia-100: oklch(95.2% .037 318.852); --color-fuchsia-200: oklch(90.3% .076 319.62); --color-fuchsia-300: oklch(83.3% .145 321.434); --color-fuchsia-400: oklch(74% .238 322.16); --color-fuchsia-500: oklch(66.7% .295 322.15); --color-fuchsia-600: oklch(59.1% .293 322.896); --color-fuchsia-700: oklch(51.8% .253 323.949); --color-fuchsia-800: oklch(45.2% .211 324.591); --color-fuchsia-900: oklch(40.1% .17 325.612); --color-fuchsia-950: oklch(29.3% .136 325.661); --color-pink-50: oklch(97.1% .014 343.198); --color-pink-100: oklch(94.8% .028 342.258); --color-pink-200: oklch(89.9% .061 343.231); --color-pink-300: oklch(82.3% .12 346.018); --color-pink-400: oklch(71.8% .202 349.761); --color-pink-500: oklch(65.6% .241 354.308); --color-pink-600: oklch(59.2% .249 .584); --color-pink-700: oklch(52.5% .223 3.958); --color-pink-800: oklch(45.9% .187 3.815); --color-pink-900: oklch(40.8% .153 2.432); --color-pink-950: oklch(28.4% .109 3.907); --color-rose-50: oklch(96.9% .015 12.422); --color-rose-100: oklch(94.1% .03 12.58); --color-rose-200: oklch(89.2% .058 10.001); --color-rose-300: oklch(81% .117 11.638); --color-rose-400: oklch(71.2% .194 13.428); --color-rose-500: oklch(64.5% .246 16.439); --color-rose-600: oklch(58.6% .253 17.585); --color-rose-700: oklch(51.4% .222 16.935); --color-rose-800: oklch(45.5% .188 13.697); --color-rose-900: oklch(41% .159 10.272); --color-rose-950: oklch(27.1% .105 12.094); --color-slate-50: oklch(98.4% .003 247.858); --color-slate-100: oklch(96.8% .007 247.896); --color-slate-200: oklch(92.9% .013 255.508); --color-slate-300: oklch(86.9% .022 252.894); --color-slate-400: oklch(70.4% .04 256.788); --color-slate-500: oklch(55.4% .046 257.417); --color-slate-600: oklch(44.6% .043 257.281); --color-slate-700: oklch(37.2% .044 257.287); --color-slate-800: oklch(27.9% .041 260.031); --color-slate-900: oklch(20.8% .042 265.755); --color-slate-950: oklch(12.9% .042 264.695); --color-gray-50: oklch(98.5% .002 247.839); --color-gray-100: oklch(96.7% .003 264.542); --color-gray-200: oklch(92.8% .006 264.531); --color-gray-300: oklch(87.2% .01 258.338); --color-gray-400: oklch(70.7% .022 261.325); --color-gray-500: oklch(55.1% .027 264.364); --color-gray-600: oklch(44.6% .03 256.802); --color-gray-700: oklch(37.3% .034 259.733); --color-gray-800: oklch(27.8% .033 256.848); --color-gray-900: oklch(21% .034 264.665); --color-gray-950: oklch(13% .028 261.692); --color-zinc-50: oklch(98.5% 0 none); --color-zinc-100: oklch(96.7% .001 286.375); --color-zinc-200: oklch(92% .004 286.32); --color-zinc-300: oklch(87.1% .006 286.286); --color-zinc-400: oklch(70.5% .015 286.067); --color-zinc-500: oklch(55.2% .016 285.938); --color-zinc-600: oklch(44.2% .017 285.786); --color-zinc-700: oklch(37% .013 285.805); --color-zinc-800: oklch(27.4% .006 286.033); --color-zinc-900: oklch(21% .006 285.885); --color-zinc-950: oklch(14.1% .005 285.823); --color-neutral-50: oklch(98.5% 0 none); --color-neutral-100: oklch(97% 0 none); --color-neutral-200: oklch(92.2% 0 none); --color-neutral-300: oklch(87% 0 none); --color-neutral-400: oklch(70.8% 0 none); --color-neutral-500: oklch(55.6% 0 none); --color-neutral-600: oklch(43.9% 0 none); --color-neutral-700: oklch(37.1% 0 none); --color-neutral-800: oklch(26.9% 0 none); --color-neutral-900: oklch(20.5% 0 none); --color-neutral-950: oklch(14.5% 0 none); --color-stone-50: oklch(98.5% .001 106.423); --color-stone-100: oklch(97% .001 106.424); --color-stone-200: oklch(92.3% .003 48.717); --color-stone-300: oklch(86.9% .005 56.366); --color-stone-400: oklch(70.9% .01 56.259); --color-stone-500: oklch(55.3% .013 58.071); --color-stone-600: oklch(44.4% .011 73.639); --color-stone-700: oklch(37.4% .01 67.558); --color-stone-800: oklch(26.8% .007 34.298); --color-stone-900: oklch(21.6% .006 56.043); --color-stone-950: oklch(14.7% .004 49.25); --color-mauve-50: oklch(98.5% 0 none); --color-mauve-100: oklch(96% .003 325.6); --color-mauve-200: oklch(92.2% .005 325.62); --color-mauve-300: oklch(86.5% .012 325.68); --color-mauve-400: oklch(71.1% .019 323.02); --color-mauve-500: oklch(54.2% .034 322.5); --color-mauve-600: oklch(43.5% .029 321.78); --color-mauve-700: oklch(36.4% .029 323.89); --color-mauve-800: oklch(26.3% .024 320.12); --color-mauve-900: oklch(21.2% .019 322.12); --color-mauve-950: oklch(14.5% .008 326); --color-olive-50: oklch(98.8% .003 106.5); --color-olive-100: oklch(96.6% .005 106.5); --color-olive-200: oklch(93% .007 106.5); --color-olive-300: oklch(88% .011 106.6); --color-olive-400: oklch(73.7% .021 106.9); --color-olive-500: oklch(58% .031 107.3); --color-olive-600: oklch(46.6% .025 107.3); --color-olive-700: oklch(39.4% .023 107.4); --color-olive-800: oklch(28.6% .016 107.4); --color-olive-900: oklch(22.8% .013 107.4); --color-olive-950: oklch(15.3% .006 107.1); --color-mist-50: oklch(98.7% .002 197.1); --color-mist-100: oklch(96.3% .002 197.1); --color-mist-200: oklch(92.5% .005 214.3); --color-mist-300: oklch(87.2% .007 219.6); --color-mist-400: oklch(72.3% .014 214.4); --color-mist-500: oklch(56% .021 213.5); --color-mist-600: oklch(45% .017 213.2); --color-mist-700: oklch(37.8% .015 216); --color-mist-800: oklch(27.5% .011 216.9); --color-mist-900: oklch(21.8% .008 223.9); --color-mist-950: oklch(14.8% .004 228.8); --color-taupe-50: oklch(98.6% .002 67.8); --color-taupe-100: oklch(96% .002 17.2); --color-taupe-200: oklch(92.2% .005 34.3); --color-taupe-300: oklch(86.8% .007 39.5); --color-taupe-400: oklch(71.4% .014 41.2); --color-taupe-500: oklch(54.7% .021 43.1); --color-taupe-600: oklch(43.8% .017 39.3); --color-taupe-700: oklch(36.7% .016 35.7); --color-taupe-800: oklch(26.8% .011 36.5); --color-taupe-900: oklch(21.4% .009 43.1); --color-taupe-950: oklch(14.7% .004 49.3); --color-black: #000; --color-white: #fff; --spacing: .25rem; --breakpoint-sm: 40rem; --breakpoint-md: 48rem; --breakpoint-lg: 64rem; --breakpoint-xl: 80rem; --breakpoint-2xl: 96rem; --container-3xs: 16rem; --container-2xs: 18rem; --container-xs: 20rem; --container-sm: 24rem; --container-md: 28rem; --container-lg: 32rem; --container-xl: 36rem; --container-2xl: 42rem; --container-3xl: 48rem; --container-4xl: 56rem; --container-5xl: 64rem; --container-6xl: 72rem; --container-7xl: 80rem; --text-xs: .75rem; --text-xs--line-height: calc(1 / .75); --text-sm: .875rem; --text-sm--line-height: calc(1.25 / .875); --text-base: 1rem; --text-base--line-height: 1.5 ; --text-lg: 1.125rem; --text-lg--line-height: calc(1.75 / 1.125); --text-xl: 1.25rem; --text-xl--line-height: calc(1.75 / 1.25); --text-2xl: 1.5rem; --text-2xl--line-height: calc(2 / 1.5); --text-3xl: 1.875rem; --text-3xl--line-height: 1.2 ; --text-4xl: 2.25rem; --text-4xl--line-height: calc(2.5 / 2.25); --text-5xl: 3rem; --text-5xl--line-height: 1; --text-6xl: 3.75rem; --text-6xl--line-height: 1; --text-7xl: 4.5rem; --text-7xl--line-height: 1; --text-8xl: 6rem; --text-8xl--line-height: 1; --text-9xl: 8rem; --text-9xl--line-height: 1; --font-weight-thin: 100; --font-weight-extralight: 200; --font-weight-light: 300; --font-weight-normal: 400; --font-weight-medium: 500; --font-weight-semibold: 600; --font-weight-bold: 700; --font-weight-extrabold: 800; --font-weight-black: 900; --tracking-tighter: -.05em; --tracking-tight: -.025em; --tracking-normal: 0em; --tracking-wide: .025em; --tracking-wider: .05em; --tracking-widest: .1em; --leading-tight: 1.25; --leading-snug: 1.375; --leading-normal: 1.5; --leading-relaxed: 1.625; --leading-loose: 2; --radius-xs: .125rem; --radius-sm: .25rem; --radius-md: .375rem; --radius-lg: .5rem; --radius-xl: .75rem; --radius-2xl: 1rem; --radius-3xl: 1.5rem; --radius-4xl: 2rem; --shadow-2xs: 0 1px rgb(0 0 0 / .05); --shadow-xs: 0 1px 2px 0 rgb(0 0 0 / .05); --shadow-sm: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1); --shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1); --shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1); --shadow-xl: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1); --shadow-2xl: 0 25px 50px -12px rgb(0 0 0 / .25); --inset-shadow-2xs: inset 0 1px rgb(0 0 0 / .05); --inset-shadow-xs: inset 0 1px 1px rgb(0 0 0 / .05); --inset-shadow-sm: inset 0 2px 4px rgb(0 0 0 / .05); --drop-shadow-xs: 0 1px 1px rgb(0 0 0 / .05); --drop-shadow-sm: 0 1px 2px rgb(0 0 0 / .15); --drop-shadow-md: 0 3px 3px rgb(0 0 0 / .12); --drop-shadow-lg: 0 4px 4px rgb(0 0 0 / .15); --drop-shadow-xl: 0 9px 7px rgb(0 0 0 / .1); --drop-shadow-2xl: 0 25px 25px rgb(0 0 0 / .15); --text-shadow-2xs: 0px 1px 0px rgb(0 0 0 / .15); --text-shadow-xs: 0px 1px 1px rgb(0 0 0 / .2); --text-shadow-sm: 0px 1px 0px rgb(0 0 0 / .075), 0px 1px 1px rgb(0 0 0 / .075), 0px 2px 2px rgb(0 0 0 / .075); --text-shadow-md: 0px 1px 1px rgb(0 0 0 / .1), 0px 1px 2px rgb(0 0 0 / .1), 0px 2px 4px rgb(0 0 0 / .1); --text-shadow-lg: 0px 1px 2px rgb(0 0 0 / .1), 0px 3px 2px rgb(0 0 0 / .1), 0px 4px 8px rgb(0 0 0 / .1); --ease-in: cubic-bezier(.4, 0, 1, 1); --ease-out: cubic-bezier(0, 0, .2, 1); --ease-in-out: cubic-bezier(.4, 0, .2, 1); --animate-spin: spin 1s linear infinite; --animate-ping: ping 1s cubic-bezier(0, 0, .2, 1) infinite; --animate-pulse: pulse 2s cubic-bezier(.4, 0, .6, 1) infinite; --animate-bounce: bounce 1s infinite; @keyframes spin { to { transform: rotate(360deg); } } @keyframes ping { 75%, 100% { transform: scale(2); opacity: 0; } } @keyframes pulse { 50% { opacity: .5; } } @keyframes bounce { 0%, 100% { transform: translateY(-25%); animation-timing-function: cubic-bezier(.8, 0, 1, 1); } 50% { transform: none; animation-timing-function: cubic-bezier(0, 0, .2, 1); } } --blur-xs: 4px; --blur-sm: 8px; --blur-md: 12px; --blur-lg: 16px; --blur-xl: 24px; --blur-2xl: 40px; --blur-3xl: 64px; --perspective-dramatic: 100px; --perspective-near: 300px; --perspective-normal: 500px; --perspective-midrange: 800px; --perspective-distant: 1200px; --aspect-video: 16 / 9; --default-transition-duration: .15s; --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1); --default-font-family: --theme(--font-sans, initial); --default-font-feature-settings: --theme( --font-sans--font-feature-settings, initial ); --default-font-variation-settings: --theme( --font-sans--font-variation-settings, initial ); --default-mono-font-family: --theme(--font-mono, initial); --default-mono-font-feature-settings: --theme( --font-mono--font-feature-settings, initial ); --default-mono-font-variation-settings: --theme( --font-mono--font-variation-settings, initial ); }@theme default inline reference{ --blur: 8px; --shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1); --shadow-inner: inset 0 2px 4px 0 rgb(0 0 0 / .05); --drop-shadow: 0 1px 2px rgb(0 0 0 / .1), 0 1px 1px rgb(0 0 0 / .06); --radius: .25rem; --max-width-prose: 65ch; }}@layer base{*,:after,:before,::backdrop,::file-selector-button{box-sizing:border-box;margin:0;padding:0;border:0 solid}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;tab-size:4;font-family:--theme(--default-font-family,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji");font-feature-settings:--theme(--default-font-feature-settings,normal);font-variation-settings:--theme(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:--theme(--default-mono-font-family,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace);font-feature-settings:--theme(--default-mono-font-feature-settings,normal);font-variation-settings:--theme(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring:where(:not(iframe)){outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea,::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;border-radius:0;background-color:transparent;opacity:1}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]),::file-selector-button{appearance:button}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer utilities{@tailwind utilities;}:root{font-family:DM Sans,sans-serif;color:#172522;background:#f4f7f6;font-synthesis:none;--bg:#f4f7f6;--surface:#fff;--surface-2:#f7faf9;--text:#172522;--muted:#71807c;--line:#e3eae7;--brand:#0c786b;--brand-soft:#e4f4f0;--danger:#c43d4d;--shadow:0 12px 32px rgba(21,50,43,.07)}[data-theme=dark]{color-scheme:dark;--bg:#0d1514;--surface:#15201e;--surface-2:#1a2725;--text:#edf5f3;--muted:#98aaa6;--line:#283734;--brand:#4ec5b5;--brand-soft:#163833;--danger:#ff7d89;--shadow:0 12px 32px rgba(0,0,0,.24)}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text);min-width:320px}button,input,select{font:inherit;color:inherit}button{cursor:pointer}svg{width:20px;height:20px;stroke-width:1.8}.app-shell{display:grid;grid-template-columns:250px minmax(0,1fr);min-height:100vh}.sidebar{height:100vh;position:sticky;top:0;background:#0d302c;color:#a9c0bb;padding:24px 16px;display:flex;flex-direction:column;z-index:30}.logo{height:42px;display:flex;align-items:center;gap:10px;color:#fff;font:800 19px Manrope;margin:0 9px 22px}.logo>span{width:34px;height:34px;display:grid;place-items:center;background:#6de0ce;color:#0d302c;border-radius:10px}.logo i{color:#6de0ce;font-style:normal;margin-left:-10px}.section-label{padding:10px 12px 5px;margin:0;color:#6f9790;font-size:10px;font-weight:700;letter-spacing:.14em}.sidebar nav{display:grid;gap:4px}.sidebar nav a{display:flex;align-items:center;gap:12px;color:#a9c0bb;text-decoration:none;border-radius:10px;padding:10px 12px;font-size:14px;font-weight:500}.sidebar nav a:hover{background:#16413c;color:#fff}.sidebar nav a.active{background:#216057;color:#fff;box-shadow:inset 3px 0 #6de0ce}.badge{margin-left:auto;background:#e25462;color:#fff;border-radius:10px;padding:2px 6px;font-size:10px}.support{margin-top:auto;padding:15px;background:#143d38;border:1px solid #24524c;border-radius:13px}.support strong,.support small{display:block}.support strong{color:#fff;font-size:13px}.support small{font-size:11px;line-height:1.5;margin:5px 0 12px}.support button{width:100%;border:0;border-radius:8px;padding:8px;background:#6de0ce;color:#103630;font-size:12px;font-weight:700}.main{min-width:0}.topbar{height:72px;position:sticky;top:0;z-index:20;display:flex;align-items:center;gap:16px;padding:0 30px;background:color-mix(in srgb,var(--surface) 92%,transparent);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}.icon-button{width:40px;height:40px;padding:0;display:grid;place-items:center;border:1px solid var(--line);border-radius:10px;background:var(--surface)}.menu-button{display:none}.search{height:40px;max-width:380px;flex:1;display:flex;align-items:center;gap:10px;background:var(--surface-2);border:1px solid var(--line);border-radius:10px;padding:0 12px;color:var(--muted)}.search input{width:100%;border:0;outline:0;background:transparent;font-size:13px}.search kbd{font-size:10px;border:1px solid var(--line);background:var(--surface);border-radius:5px;padding:3px 6px}.header-actions{margin-left:auto;display:flex;align-items:center;gap:8px}.notification{position:relative}.notification i{position:absolute;right:8px;top:7px;width:7px;height:7px;border-radius:50%;background:#df4b59;border:2px solid var(--surface)}.profile{display:flex;align-items:center;gap:10px;padding-left:14px;border-left:1px solid var(--line)}.avatar{width:38px;height:38px;display:grid;place-items:center;border-radius:11px;background:linear-gradient(145deg,#c8e8e1,#6ea99f);color:#153d37;font-weight:800}.profile>span:last-child strong,.profile>span:last-child small{display:block}.profile strong{font-size:13px}.profile small{font-size:11px;color:var(--muted)}.content{max-width:1550px;margin:auto;padding:30px}.page-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:24px}.page-heading h1{font:800 27px Manrope;letter-spacing:-.03em;margin:5px 0}.page-heading small,.page-heading p{color:var(--muted);font-size:12px}.page-heading p{margin:0}.filters{display:flex;gap:8px}.filters select,.filters button,.outline-button{height:40px;border:1px solid var(--line);background:var(--surface);border-radius:10px;padding:0 12px;font-size:12px}.filters button,.outline-button{display:flex;align-items:center;gap:7px;font-weight:600}.filters button svg,.outline-button svg{width:15px}.filters button:disabled{opacity:.6;cursor:wait}.spin{animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.card{background:var(--surface);border:1px solid var(--line);border-radius:16px;box-shadow:var(--shadow)}.kpi-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.kpi{padding:18px}.kpi>div{display:flex;align-items:center;justify-content:space-between;color:var(--muted);font-size:12px}.kpi>div i{width:36px;height:36px;display:grid;place-items:center;background:var(--brand-soft);color:var(--brand);border-radius:10px}.kpi>strong{display:block;font:800 25px Manrope;letter-spacing:-.03em;margin:14px 0 6px}.kpi>small{color:var(--brand);font-weight:700}.kpi>small.down{color:var(--danger)}.kpi em{color:var(--muted);font-style:normal;font-weight:400;margin-left:4px}.dashboard-grid{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(310px,.75fr);gap:14px;margin-top:14px}.chart-card,.attention,.activity{padding:20px}.card-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.card-heading h2{font:700 15px Manrope;margin:0}.card-heading small{display:block;color:var(--muted);font-size:11px;margin-top:3px}.segments{display:flex;padding:3px;background:var(--surface-2);border-radius:8px}.segments button{border:0;background:transparent;padding:5px 9px;border-radius:6px;font-size:10px}.segments .active{background:var(--surface);color:var(--brand);box-shadow:0 2px 6px #00000014}.chart{height:250px}.chart svg{width:100%;height:100%;overflow:visible}.grid-lines{stroke:var(--line);fill:none}.deposit-line{fill:none;stroke:var(--brand);stroke-width:3}.withdraw-line{fill:none;stroke:#d6a650;stroke-width:2;stroke-dasharray:5 5}.legend{display:flex;gap:18px;color:var(--muted);font-size:11px}.legend span:before{content:"";display:inline-block;width:8px;height:8px;margin-right:6px;border-radius:50%;background:var(--brand)}.legend span:last-child:before{background:#d6a650}.attention-row{display:flex;align-items:center;gap:12px;padding:14px 0;border-bottom:1px solid var(--line)}.attention-row:last-child{border:0}.attention-row>i{width:35px;height:35px;display:grid;place-items:center;border-radius:10px;background:#fff5df;color:#bd7610}.attention-row.type-1>i{background:#feeaed;color:var(--danger)}.attention-row.type-2>i{background:#e8f0ff;color:#4778c9}.attention-row span{min-width:0}.attention-row b,.attention-row small{display:block}.attention-row b{font-size:13px}.attention-row small{font-size:11px;color:var(--muted)}.attention-row>strong{margin-left:auto;font:800 18px Manrope}.activity{margin-top:14px}.table-wrap{overflow-x:auto}table{width:100%;min-width:720px;border-collapse:collapse}th{text-align:left;padding:11px 12px;color:var(--muted);font-size:10px;letter-spacing:.07em;text-transform:uppercase;border-bottom:1px solid var(--line)}td{padding:13px 12px;font-size:12px;border-bottom:1px solid var(--line)}tbody tr:last-child td{border:0}.person{display:flex;align-items:center;gap:10px}.person .avatar{width:30px;height:30px;border-radius:9px;font-size:10px}.person b,.person small{display:block}.person small,.muted{color:var(--muted)}.amount{font-weight:700}.status{display:inline-flex;align-items:center;gap:5px;padding:5px 8px;border-radius:8px;font-size:10px;font-weight:700}.status:before{content:"";width:5px;height:5px;border-radius:50%;background:currentColor}.completed{color:#19735f;background:#e5f5ef}.pending{color:#a26912;background:#fff3d9}.rejected{color:#ae3d4b;background:#fee9ec}.footer-note{text-align:center;color:var(--muted);font-size:10px;margin-top:22px}.placeholder{min-height:400px;display:grid;place-content:center;text-align:center;padding:30px}.placeholder>svg{margin:auto;width:44px;height:44px;color:var(--brand)}.placeholder h1{text-transform:capitalize;font:800 28px Manrope;margin:15px 0 5px}.placeholder p{color:var(--muted);max-width:480px}.mobile-nav,.overlay{display:none}@media(max-width:1100px){.kpi-grid{grid-template-columns:repeat(2,1fr)}.dashboard-grid{grid-template-columns:1fr}}@media(max-width:800px){.app-shell{display:block}.sidebar{position:fixed;left:-270px;width:250px;transition:left .25s}.sidebar.open{left:0}.overlay{display:block;position:fixed;inset:0;background:#030e0c80;border:0;z-index:25}.menu-button{display:grid}.topbar{padding:0 16px}.profile>span:last-child{display:none}.content{padding:22px 16px 90px}.page-heading{align-items:flex-start;flex-direction:column}.filters{width:100%;overflow:auto}.filters select{flex:1}.mobile-nav{display:flex;position:fixed;bottom:0;left:0;right:0;height:66px;z-index:20;justify-content:space-around;background:var(--surface);border-top:1px solid var(--line)}.mobile-nav a{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;min-width:56px;color:var(--muted);text-decoration:none;font-size:9px}.mobile-nav a.active{color:var(--brand);font-weight:700}}@media(max-width:560px){.topbar{height:62px}.search{flex:0;background:transparent;border:0;padding:0}.search input,.search kbd{display:none}.kpi-grid{grid-template-columns:1fr 1fr;gap:10px}.kpi{padding:14px}.kpi>strong{font-size:20px}.page-heading h1{font-size:23px}.filters select:first-child{display:none}.chart-card,.attention,.activity{padding:15px}.profile{padding-left:6px}}@media(max-width:360px){.kpi-grid{grid-template-columns:1fr}.header-actions{gap:5px}}.login-page{min-height:100vh;display:grid;grid-template-columns:1.05fr .95fr;background:var(--surface)}.login-brand{padding:64px;display:flex;flex-direction:column;justify-content:space-between;color:#d8eeea;background:radial-gradient(circle at 70% 20%,#1b6258 0,transparent 38%),#0d302c}.logo.large{margin:0;font-size:22px}.login-brand>div:last-child{max-width:600px;margin-bottom:10vh}.login-brand p{color:#6de0ce;font-size:11px;font-weight:800;letter-spacing:.17em}.login-brand h1{font:800 clamp(38px,5vw,68px)/1.08 Manrope;letter-spacing:-.05em;color:#fff;margin:20px 0}.login-brand>div>span{display:block;max-width:490px;color:#9dbab5;font-size:15px;line-height:1.7}.login-panel{display:grid;place-items:center;padding:40px;background:var(--bg)}.login-card{width:min(100%,420px)}.login-icon{display:grid;place-items:center;width:46px;height:46px;color:var(--brand);background:var(--brand-soft);border-radius:13px}.login-card h2{font:800 28px Manrope;margin:20px 0 5px}.login-card>p{color:var(--muted);margin:0 0 28px}.login-card label{display:block;font-size:12px;font-weight:700;margin:18px 0}.login-card input{display:block;width:100%;height:46px;margin-top:7px;padding:0 13px;border:1px solid var(--line);border-radius:10px;background:var(--surface);outline:none}.login-card input:focus{border-color:var(--brand);box-shadow:0 0 0 3px var(--brand-soft)}.password-field{position:relative}.password-field input{padding-right:46px}.password-field button{position:absolute;right:2px;top:9px;width:42px;height:42px;border:0;background:transparent;color:var(--muted)}.primary-button{width:100%;height:47px;border:0;border-radius:10px;background:var(--brand);color:#fff;font-weight:700;margin:5px 0 15px}.primary-button:disabled{opacity:.65;cursor:wait}.login-card>small{display:block;text-align:center;color:var(--muted)}.form-error,.api-error{padding:12px 14px;color:#9e3340;background:#fee9ec;border:1px solid #f8c9cf;border-radius:10px;font-size:12px}.api-error{margin-bottom:14px}.api-error strong,.api-error span{display:block}.api-error span{margin-top:3px}.screen-state{min-height:100vh;display:grid;place-content:center;text-align:center;color:var(--muted)}.loader{width:32px;height:32px;border:3px solid var(--line);border-top-color:var(--brand);border-radius:50%;margin:auto;animation:spin .8s linear infinite}.skeleton>strong{color:var(--muted);animation:pulse 1.2s ease-in-out infinite}@keyframes pulse{50%{opacity:.35}}@media(max-width:800px){.login-page{grid-template-columns:1fr}.login-brand{display:none}.login-panel{padding:25px}.api-error{margin-bottom:10px}}.forgot-link{text-align:right;margin:-8px 0 15px}.forgot-link a{color:var(--brand);font-size:12px;font-weight:700;text-decoration:none}.standalone-state{min-height:100vh;display:grid;place-items:center;padding:24px;background:var(--bg)}.standalone-state>div{max-width:520px;text-align:center}.standalone-state i{width:58px;height:58px;display:grid;place-items:center;margin:0 auto 18px;border-radius:16px;background:var(--brand-soft);color:var(--brand)}.standalone-state i svg{width:28px;height:28px}.standalone-state small{color:var(--muted);font-weight:800;letter-spacing:.12em}.standalone-state h1{font:800 32px Manrope;margin:9px 0}.standalone-state p{color:var(--muted);line-height:1.7}.standalone-state a{display:inline-flex;align-items:center;gap:7px;margin-top:12px;padding:11px 15px;border-radius:10px;background:var(--brand);color:#fff;text-decoration:none;font-size:13px;font-weight:700}.standalone-state a svg{width:16px}.scope-badge{display:flex;align-items:center;padding:0 12px;border:1px solid var(--line);border-radius:10px;background:var(--brand-soft);color:var(--brand);font-size:11px;font-weight:700;white-space:nowrap}.trend-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:14px}.contract-panel{min-height:235px;padding:28px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.contract-panel>i{width:44px;height:44px;display:grid;place-items:center;border-radius:12px;background:var(--brand-soft);color:var(--brand)}.contract-panel h2{font:700 16px Manrope;margin:16px 0 5px}.contract-panel p{max-width:570px;color:var(--muted);font-size:13px;line-height:1.6;margin:5px 0}.contract-panel small{margin-top:10px;color:var(--muted);font-size:10px}.contract-panel .contract-error{color:var(--danger)}.server-table{border:1px solid var(--line);border-radius:14px;background:var(--surface);overflow:hidden}.desktop-table{overflow-x:auto}.server-table th button{border:0;background:transparent;padding:0;font-size:inherit;color:inherit;font-weight:inherit;text-transform:inherit}.mobile-table{display:none}.table-state{min-height:160px;display:flex;align-items:center;justify-content:center;gap:12px;color:var(--muted);font-size:13px}.table-state .loader{margin:0;width:24px;height:24px}.table-state.error{color:var(--danger)}.table-pagination{display:flex;align-items:center;justify-content:space-between;padding:12px 15px;border-top:1px solid var(--line);color:var(--muted);font-size:11px}.table-pagination div{display:flex;gap:6px}.table-pagination button{width:34px;height:34px;display:grid;place-items:center;border:1px solid var(--line);border-radius:8px;background:var(--surface)}.table-pagination button:disabled{opacity:.35;cursor:not-allowed}.table-pagination svg{width:15px}.live-chart{padding:20px;min-width:0}.live-chart header{margin-bottom:12px}.live-chart h2{font:700 15px Manrope;margin:0}.live-chart header small{color:var(--muted);font-size:10px}.live-chart>div{height:255px}.live-chart>p{color:var(--muted);font-size:9px;margin:8px 0 0}.resource-heading{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:20px}.resource-heading h1{font:800 27px Manrope;text-transform:capitalize;margin:4px 0}.resource-heading small,.resource-heading p{color:var(--muted);font-size:12px}.resource-heading p{margin:0}.resource-heading code{color:var(--brand)}.table-toolbar{display:flex;gap:10px;margin-bottom:12px}.table-toolbar label{height:42px;display:flex;align-items:center;gap:8px;flex:1;max-width:430px;padding:0 12px;border:1px solid var(--line);border-radius:10px;background:var(--surface)}.table-toolbar input{width:100%;border:0;outline:0;background:transparent}.table-toolbar select{height:42px;padding:0 12px;border:1px solid var(--line);border-radius:10px;background:var(--surface)}.table-link{color:var(--brand);font-weight:700;text-decoration:none}.back-link{display:inline-flex;align-items:center;gap:6px;color:var(--muted);text-decoration:none;font-size:12px;margin-bottom:14px}.back-link svg{width:15px}.detail-actions{display:flex;gap:8px}.detail-actions button{height:42px;display:flex;align-items:center;gap:7px;border-radius:10px;padding:0 13px;font-size:12px;font-weight:700}.approve-button{border:0;background:var(--brand);color:#fff}.reject-button{border:1px solid #f1b9c0;background:#fee9ec;color:#a92f3d}.record-detail{display:grid;grid-template-columns:repeat(3,1fr);gap:0;padding:10px}.record-detail>div{padding:15px;border-bottom:1px solid var(--line)}.record-detail small,.record-detail span{display:block}.record-detail small{text-transform:capitalize;color:var(--muted);font-size:10px}.record-detail span{font-size:13px;margin-top:5px;overflow-wrap:anywhere}.dialog-backdrop{position:fixed;inset:0;z-index:100;display:grid;place-items:center;padding:20px;background:#04110fa6}.confirm-dialog{width:min(100%,480px);padding:24px;border-radius:16px;background:var(--surface);box-shadow:0 30px 80px #00000047}.confirm-dialog h2{font:800 20px Manrope;margin:0 0 15px}.confirm-dialog dl{display:grid;grid-template-columns:100px 1fr;gap:8px;font-size:12px}.confirm-dialog dt{color:var(--muted)}.confirm-dialog dd{margin:0}.confirm-dialog label{display:block;font-size:12px;font-weight:700;margin-top:16px}.confirm-dialog label>span{color:var(--danger);font-size:10px}.confirm-dialog textarea{width:100%;min-height:100px;margin-top:7px;padding:10px;border:1px solid var(--line);border-radius:10px;background:var(--surface);resize:vertical}.confirm-dialog footer{display:flex;justify-content:flex-end;gap:8px;margin-top:18px}.confirm-dialog footer button{height:40px;padding:0 14px;border:1px solid var(--line);border-radius:9px;background:var(--surface);font-weight:700}.confirm-dialog footer .danger-button{border:0;background:var(--danger);color:#fff}.success-banner{padding:13px 15px;margin-bottom:12px;border:1px solid #b9e3d6;border-radius:10px;background:#e5f5ef;color:#19735f}.success-banner strong,.success-banner span{display:block;font-size:12px}.success-banner span{margin-top:3px;font-size:10px}@media(max-width:700px){.resource-heading{align-items:flex-start;flex-direction:column;gap:15px}.table-toolbar{flex-direction:column}.table-toolbar label{max-width:none}.record-detail{grid-template-columns:1fr}.detail-actions{width:100%}.detail-actions button{flex:1;justify-content:center}}.export-controls{display:flex;align-items:center;gap:7px;flex-wrap:wrap;justify-content:flex-end}.export-controls button{height:39px;display:flex;align-items:center;gap:6px;padding:0 10px;border:1px solid var(--line);border-radius:9px;background:var(--surface);font-size:11px}.export-controls button:disabled{opacity:.5;cursor:not-allowed}.export-controls button svg{width:15px}.export-controls small{flex-basis:100%;color:var(--muted);font-size:9px;text-align:right}.detail-actions select,.adjustment-form select,.adjustment-form input{height:42px;border:1px solid var(--line);border-radius:10px;background:var(--surface);padding:0 10px}.detail-tabs{display:flex;gap:5px;margin-bottom:10px;border-bottom:1px solid var(--line)}.detail-tabs button{padding:10px 14px;border:0;border-bottom:2px solid transparent;background:transparent;color:var(--muted);font-size:12px}.detail-tabs button.active{border-color:var(--brand);color:var(--brand);font-weight:700}.adjustment-form label{display:block;font-size:12px;font-weight:700;margin-top:12px}.adjustment-form label input,.adjustment-form label select{display:block;width:100%;margin-top:6px}.field-error{display:block!important;color:var(--danger)!important;font-size:10px!important;margin-top:4px}.contract-action{text-align:right}.contract-action button{height:40px;border:1px solid var(--line);border-radius:9px;background:var(--surface);opacity:.5}.contract-action small{display:block;margin-top:4px;color:var(--muted);font-size:9px}.destructive-control{height:42px;display:flex;align-items:center;gap:7px;border-radius:10px;padding:0 13px;font-weight:700}.access-section{margin-top:18px}.access-section h2{font:700 17px Manrope}.contract-warning{display:flex;align-items:center;gap:11px;padding:13px;margin-bottom:10px;border:1px solid #ecd49b;border-radius:10px;background:#fff7e3;color:#8b641a}.contract-warning span strong,.contract-warning span small{display:block}.contract-warning span small{margin-top:3px}.contract-warning svg{flex:none}.access-selection>div{max-height:340px;overflow:auto;display:grid;gap:8px}.access-selection label{display:flex;align-items:center;gap:9px;padding:8px;border:1px solid var(--line);border-radius:8px;font-size:12px}.access-selection input{width:17px;height:17px}.record-detail .reject-button{margin-top:9px;padding:6px 9px;border-radius:7px}.catalog-editor{width:min(100%,680px)}.catalog-fields{max-height:60vh;overflow:auto;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding-right:4px}.catalog-fields label{margin:0}.catalog-fields input,.catalog-fields select,.catalog-fields textarea{display:block;width:100%;margin-top:6px;padding:9px;border:1px solid var(--line);border-radius:9px;background:var(--surface)}.catalog-fields input,.catalog-fields select{height:40px}.catalog-fields textarea{min-height:90px}.catalog-fields label>small{display:block;color:var(--muted);font-weight:400}@media(max-width:560px){.catalog-fields{grid-template-columns:1fr}}.module-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.module-grid a{display:flex;align-items:center;gap:12px;padding:18px;color:var(--text);text-decoration:none}.module-grid a>i{width:40px;height:40px;display:grid;place-items:center;border-radius:11px;background:var(--brand-soft);color:var(--brand)}.module-grid a>span{min-width:0;flex:1}.module-grid strong,.module-grid small{display:block}.module-grid small{color:var(--muted);font-size:10px;margin-top:3px}.module-grid a>svg{width:16px;color:var(--muted)}.operation-list{display:grid;gap:6px}.operation-list article{display:grid;grid-template-columns:65px minmax(230px,1.2fr) 1fr 180px;align-items:center;gap:10px;padding:11px 13px;border:1px solid var(--line);border-radius:10px;background:var(--surface);font-size:11px}.operation-list code{overflow-wrap:anywhere;color:var(--text)}.operation-list>article>span,.operation-list>article>small{color:var(--muted)}.method{width:55px;padding:4px;text-align:center;border-radius:6px;color:#fff;background:#4778c9;font-size:9px}.method.post{background:#17816a}.method.delete{background:#b83e4b}.method.patch,.method.put{background:#b77a1d}@media(max-width:950px){.module-grid{grid-template-columns:repeat(2,1fr)}.operation-list article{grid-template-columns:60px 1fr}.operation-list article>small{display:none}}@media(max-width:560px){.module-grid{grid-template-columns:1fr}.operation-list article{grid-template-columns:55px 1fr}.operation-list article>span{grid-column:1/-1}}.compat-tabs{display:flex;gap:7px;overflow-x:auto;margin-bottom:12px;padding-bottom:3px}.compat-tabs button{height:38px;flex:none;padding:0 12px;border:1px solid var(--line);border-radius:9px;background:var(--surface);font-size:11px}.compat-tabs button.active{border-color:var(--brand);background:var(--brand-soft);color:var(--brand);font-weight:700}@media(max-width:800px){button,.sidebar nav a,.mobile-nav a{min-height:44px}.trend-grid{grid-template-columns:1fr}.scope-badge{height:44px}.desktop-table{display:none}.mobile-table{display:block;padding:10px}.mobile-row{padding:12px;border:1px solid var(--line);border-radius:12px;margin-bottom:9px}.mobile-row>div{display:flex;justify-content:space-between;gap:15px;padding:6px 0}.mobile-row small{color:var(--muted)}.mobile-row span{text-align:right;font-size:12px}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important;animation:none!important}}
