:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.auth-page{display:flex;flex-direction:row;min-height:100vh;width:100%;background-color:#fff}.auth-hero{flex:0 0 60%;position:relative;background:#eaeaea center/cover no-repeat;min-height:100vh}.auth-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#00000040,#0000)}.auth-panel{flex:1;display:flex;align-items:center;justify-content:center;padding:3rem 2rem;background-color:#fff}.auth-card{width:100%;max-width:420px}.auth-logo-joe{display:flex;align-items:center;flex-flow:column;margin-bottom:40px}.auth-logo-joe img{height:20vw}@media(max-width:1024px){.auth-page{flex-direction:column}.auth-hero{display:none}.auth-panel{flex:1;padding:2rem}.auth-logo-joe img{height:15vw}}.auth-title{font-family:var(--font-family-heading);color:var(--primary-color);font-weight:800;font-size:2rem;margin:.25rem 0 1.5rem}.form-group{margin-bottom:1rem}.form-label{display:block;font-weight:600;margin-bottom:.35rem}.form-input{width:100%;padding:.75rem .9rem;border:1px solid #dcdcdc;border-radius:8px;background:#fff;outline:none;transition:border-color .2s ease-in-out,box-shadow .2s ease-in-out;font-size:.95rem}.form-input:focus{border-color:var(--primary-color);box-shadow:0 0 0 .15rem #26a73726}.form-row{display:flex;align-items:center;gap:.5rem;margin:.25rem 0 1rem}.btn{width:100%;padding:.85rem 1rem;border:none;border-radius:10px;font-weight:700;font-family:var(--font-family-heading);cursor:pointer;transition:transform .05s ease-in-out,filter .2s ease-in-out}.btn:active{transform:translateY(1px)}.btn-primary{background:var(--primary-color);color:#fff}.btn-primary:hover{filter:brightness(1.03)}.btn-outline{background:#fff;color:#0f172a;border:1px solid #e5e7eb}.btn-outline:hover{filter:brightness(.98)}.helper{display:block;text-align:center;margin-top:1rem;font-size:.85rem;color:#6b7280}.error-box{background:#ef4e0014;border:1px solid rgba(239,78,0,.3);color:var(--error-color);padding:.75rem;border-radius:8px;margin-bottom:.75rem}.chat-page{height:100%;width:100%;display:flex;justify-content:center;background:#fff;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,"Apple Color Emoji","Segoe UI Emoji";color:#0f172a}.chat-container{width:min(1200px,100%);height:calc(100vh - 64px);display:flex;flex-direction:column;padding:18px 16px 14px;gap:12px;background:transparent}.chat-messages{flex:1;overflow:auto;padding:10px 6px;scroll-behavior:smooth}.chat-row{display:flex;align-items:flex-start;gap:10px;margin:12px 0}.chat-row.is-assistant{justify-content:flex-start}.chat-row.is-user{justify-content:flex-end}.chat-avatar{width:34px;height:34px;flex:0 0 34px;border-radius:999px;overflow:hidden;background:#fff;border:1px solid rgba(15,23,42,.1);box-shadow:0 1px 2px #0f172a0f;margin-top:2px}.chat-avatar img{width:100%;height:100%;object-fit:cover;display:block}.chat-bubble{max-width:92%;padding:12px 14px;border-radius:14px;border:1px solid rgba(15,23,42,.1);background:#f7f7f8;color:#0f172a;box-shadow:0 1px 2px #0f172a0d}.chat-bubble.user{background:#e8f0ff;border-color:#3b82f633;color:#0b1220}.chat-bubble.assistant{background:#f7f7f8}.chat-text{white-space:pre-wrap;line-height:1.6;font-size:15px;letter-spacing:.1px}.chat-bubble a{color:#2563eb;text-decoration:none}.chat-bubble a:hover{text-decoration:underline}.chat-loading-icon{font-size:1.1rem;color:#888}.chat-loading-icon.inline{margin-right:8px;vertical-align:-2px}.chat-loading-row{margin-top:8px;display:inline-flex;align-items:center;gap:8px;opacity:.85;font-size:12px}.chat-inputbar{position:relative;display:flex;align-items:center;gap:10px}.chat-input{flex:1;border-radius:14px;border:1px solid rgba(15,23,42,.12);background:#fff;color:#0f172a;padding:12px 14px;outline:none;font-size:14px}.chat-input::placeholder{color:#0f172a8c}.chat-input:focus{border-color:#3b82f673;box-shadow:0 0 0 3px #3b82f61f}.chat-reset,.chat-send{border-radius:14px;padding:12px 14px;cursor:pointer;font-weight:700;font-size:13px;transition:background-color .15s ease,transform .05s ease}.chat-reset{border:1px solid rgba(15,23,42,.12);background:#fff;color:#0f172a}.chat-reset:hover{background:#f3f4f6}.chat-send{border:1px solid rgb(15,165,35);background:#26a737;color:#fff}.chat-send:hover{background:#0fa523}.chat-send:active,.chat-reset:active{transform:translateY(1px)}.chat-send:disabled,.chat-reset:disabled{opacity:.55;cursor:not-allowed}.chat-error{font-size:12px;color:#b91c1c;opacity:.95}.prompt-suggestions{margin-top:12px;padding-top:10px;border-top:1px solid rgba(15,23,42,.08)}.prompt-suggestions-title{font-size:12px;font-weight:800;color:#0f172ab3;margin-bottom:8px}.prompt-suggestions-list{display:flex;flex-wrap:wrap;gap:8px}.prompt-suggestion{border:1px solid rgba(15,23,42,.12);background:#fff;color:#0f172a;border-radius:999px;padding:7px 10px;font-size:12px;font-weight:650;cursor:pointer;transition:background-color .15s ease,transform .05s ease}.prompt-suggestion:hover{background:#f3f4f6}.prompt-suggestion:active{transform:translateY(1px)}.fca-preview{margin-top:10px;padding:12px;border-radius:12px;background:#fff;border:1px solid rgba(15,23,42,.1);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:12px;line-height:1.5;overflow-x:auto;white-space:pre-wrap}.chat-hint{margin-top:8px;font-size:12px;color:#0f172a99}.result-preview{margin-top:10px;padding-top:10px;border-top:1px solid rgba(15,23,42,.08)}.result-preview-title{font-size:12px;color:#0f172ab3;margin-bottom:8px;font-weight:700}.result-preview-table-wrap{overflow:auto;border-radius:12px;border:1px solid rgba(15,23,42,.1);background:#fff}.result-preview-table{width:100%;border-collapse:collapse;table-layout:auto;font-size:12px}.result-preview-table th,.result-preview-table td{padding:9px 10px;border-bottom:1px solid rgba(15,23,42,.08);white-space:nowrap;color:#0f172a}.result-preview-table th{text-align:left;font-weight:800;background:#f3f4f6}.result-preview-table tr:hover td{background:#f9fafb}.chat-messages::-webkit-scrollbar,.result-preview-table-wrap::-webkit-scrollbar,.fca-preview::-webkit-scrollbar{width:10px;height:10px}.chat-messages::-webkit-scrollbar-track,.result-preview-table-wrap::-webkit-scrollbar-track,.fca-preview::-webkit-scrollbar-track{background:transparent}.chat-messages::-webkit-scrollbar-thumb,.result-preview-table-wrap::-webkit-scrollbar-thumb,.fca-preview::-webkit-scrollbar-thumb{background:#0f172a2e;border-radius:999px}.chat-messages::-webkit-scrollbar-thumb:hover,.result-preview-table-wrap::-webkit-scrollbar-thumb:hover,.fca-preview::-webkit-scrollbar-thumb:hover{background:#0f172a47}.chat-messages,.result-preview-table-wrap,.fca-preview{scrollbar-width:thin;scrollbar-color:rgba(15,23,42,.28) transparent}@media(max-width:768px){.chat-container{height:calc(100vh - 56px);padding:14px 12px 12px}.chat-bubble{max-width:94%}.chat-inputbar{gap:8px}.chat-reset,.chat-send{padding:11px 12px;font-size:12px}.chat-input{font-size:13px}}.config-page{height:100%;width:100%;background:#fff;display:flex;justify-content:center;padding:18px;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,"Apple Color Emoji","Segoe UI Emoji";color:#0f172a}.config-card{width:min(1200px,100%);background:#fff;border:1px solid rgba(15,23,42,.1);border-radius:16px;padding:18px;box-shadow:0 1px 2px #0f172a0f}.config-header{padding-bottom:12px;border-bottom:1px solid rgba(15,23,42,.08);margin-bottom:14px}.config-title{font-size:16px;font-weight:900}.config-subtitle{font-size:13px;color:#0f172ab3;margin-top:6px}.config-section{margin-top:32px}.config-label{font-size:13px;font-weight:800;margin-bottom:8px}.config-row{display:flex;align-items:center;gap:12px}.config-help{font-size:13px;color:#0f172ab3;line-height:1.5;margin:10px 0}.config-select{width:100%;border-radius:14px;border:1px solid rgba(15,23,42,.12);background:#fff;color:#0f172a;padding:12px 14px;outline:none;font-size:14px}.config-select:focus{border-color:#3b82f673;box-shadow:0 0 0 3px #3b82f61f}.config-actions{margin-top:16px;display:flex;align-items:center;gap:12px}.config-btn{border-radius:14px;border:1px solid rgba(15,23,42,.12);background:#111827;color:#fff;padding:12px 14px;cursor:pointer;font-weight:800;font-size:13px;display:inline-flex;align-items:center;gap:8px}.config-btn:hover{background:#0b1220}.config-saved{font-size:13px;font-weight:800;color:#16a34a}.switch{position:relative;display:inline-block;width:46px;height:26px}.switch input{opacity:0;width:0;height:0}.slider{position:absolute;cursor:pointer;inset:0;background-color:#e5e7eb;transition:.2s;border-radius:999px}.slider:before{position:absolute;content:"";height:20px;width:20px;left:3px;top:3px;background-color:#fff;transition:.2s;border-radius:999px;box-shadow:0 1px 2px #0f172a2e}.switch input:checked+.slider{background-color:#111827}.switch input:checked+.slider:before{transform:translate(20px)}.config-strategy-list{margin:8px 0 0;padding-left:18px}.config-strategy-list li{margin-bottom:8px;line-height:1.4}.config-strategy-list span{color:#555;font-size:.9rem}:root{--primary-color: rgb(38, 167, 55);--primary-color-text: rgb(255, 255, 255);--highlight-bg: rgb(93, 177, 47);--highlight-text-color: rgb(255, 255, 255);--info-color: rgb(45, 179, 158);--warning-color: rgb(252, 207, 5);--error-color: rgb(239, 78, 0);--font-family-base: "Maitree", serif;--font-family-heading: "Kanit", sans-serif;--border-radius: 6px;--transition-fast: .2s ease-in-out}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html,body,#root{height:100%;width:100%;font-size:16px;font-family:var(--font-family-base);background-color:#fafafa;color:#333;line-height:1.5}body{overflow-x:hidden}h1,h2,h3,h4,h5,h6,.title,.gov-header,.gov-toolbar{font-family:var(--font-family-heading);font-weight:700;color:var(--primary-color)}p{margin-bottom:1rem}a{color:var(--primary-color);text-decoration:none;transition:color var(--transition-fast)}a:hover{color:var(--highlight-bg)}.p-button{font-family:var(--font-family-heading);font-weight:600;border-radius:var(--border-radius);transition:background-color var(--transition-fast),transform var(--transition-fast)}.p-button:focus{outline:none!important;box-shadow:0 0 0 .1rem #26a7374d}.p-button.p-button-success{background-color:var(--primary-color);border-color:var(--primary-color);color:var(--primary-color-text)}.p-button.p-button-success:hover{background-color:var(--highlight-bg);border-color:var(--highlight-bg)}.p-button.p-button-warning{background-color:var(--warning-color);border-color:var(--warning-color);color:#000}.p-button.p-button-danger{background-color:var(--error-color);border-color:var(--error-color);color:#fff}.section-title{font-family:var(--font-family-heading);font-weight:700;font-size:1.5rem;color:var(--primary-color);margin-bottom:1rem;text-transform:uppercase;letter-spacing:.5px}.page-container{padding:2rem;max-width:1200px;margin:0 auto}.bg-sema-green{background-color:var(--primary-color);color:var(--primary-color-text)}.text-primary{color:var(--primary-color)!important}.text-warning{color:var(--warning-color)!important}.text-error{color:var(--error-color)!important}.text-info{color:var(--info-color)!important}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-thumb{background-color:var(--primary-color);border-radius:6px}::-webkit-scrollbar-thumb:hover{background-color:var(--highlight-bg)}::-webkit-scrollbar-track{background-color:#eaeaea}@media(max-width:768px){.page-container{padding:1rem}.section-title{font-size:1.25rem}}@font-face{font-family:primeicons;font-display:block;src:url(/joe/ui/assets/primeicons-DMOk5skT.eot);src:url(/joe/ui/assets/primeicons-DMOk5skT.eot?#iefix) format("embedded-opentype"),url(/joe/ui/assets/primeicons-C6QP2o4f.woff2) format("woff2"),url(/joe/ui/assets/primeicons-WjwUDZjB.woff) format("woff"),url(/joe/ui/assets/primeicons-MpK4pl85.ttf) format("truetype"),url(/joe/ui/assets/primeicons-Dr5RGzOO.svg?#primeicons) format("svg");font-weight:400;font-style:normal}.pi{font-family:primeicons;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;display:inline-block;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.pi:before{--webkit-backface-visibility:hidden;backface-visibility:hidden}.pi-fw{width:1.28571429em;text-align:center}.pi-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}@media(prefers-reduced-motion:reduce){.pi-spin{-webkit-animation-delay:-1ms;animation-delay:-1ms;-webkit-animation-duration:1ms;animation-duration:1ms;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-transition-delay:0s;transition-delay:0s;-webkit-transition-duration:0s;transition-duration:0s}}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.pi-folder-plus:before{content:""}.pi-receipt:before{content:""}.pi-asterisk:before{content:""}.pi-face-smile:before{content:""}.pi-pinterest:before{content:""}.pi-expand:before{content:""}.pi-pen-to-square:before{content:""}.pi-wave-pulse:before{content:""}.pi-turkish-lira:before{content:""}.pi-spinner-dotted:before{content:""}.pi-crown:before{content:""}.pi-pause-circle:before{content:""}.pi-warehouse:before{content:""}.pi-objects-column:before{content:""}.pi-clipboard:before{content:""}.pi-play-circle:before{content:""}.pi-venus:before{content:""}.pi-cart-minus:before{content:""}.pi-file-plus:before{content:""}.pi-microchip:before{content:""}.pi-twitch:before{content:""}.pi-building-columns:before{content:""}.pi-file-check:before{content:""}.pi-microchip-ai:before{content:""}.pi-trophy:before{content:""}.pi-barcode:before{content:""}.pi-file-arrow-up:before{content:""}.pi-mars:before{content:""}.pi-tiktok:before{content:""}.pi-arrow-up-right-and-arrow-down-left-from-center:before{content:""}.pi-ethereum:before{content:""}.pi-list-check:before{content:""}.pi-thumbtack:before{content:""}.pi-arrow-down-left-and-arrow-up-right-to-center:before{content:""}.pi-equals:before{content:""}.pi-lightbulb:before{content:""}.pi-star-half:before{content:""}.pi-address-book:before{content:""}.pi-chart-scatter:before{content:""}.pi-indian-rupee:before{content:""}.pi-star-half-fill:before{content:""}.pi-cart-arrow-down:before{content:""}.pi-calendar-clock:before{content:""}.pi-sort-up-fill:before{content:""}.pi-sparkles:before{content:""}.pi-bullseye:before{content:""}.pi-sort-down-fill:before{content:""}.pi-graduation-cap:before{content:""}.pi-hammer:before{content:""}.pi-bell-slash:before{content:""}.pi-gauge:before{content:""}.pi-shop:before{content:""}.pi-headphones:before{content:""}.pi-eraser:before{content:""}.pi-stopwatch:before{content:""}.pi-verified:before{content:""}.pi-delete-left:before{content:""}.pi-hourglass:before{content:""}.pi-truck:before{content:""}.pi-wrench:before{content:""}.pi-microphone:before{content:""}.pi-megaphone:before{content:""}.pi-arrow-right-arrow-left:before{content:""}.pi-bitcoin:before{content:""}.pi-file-edit:before{content:""}.pi-language:before{content:""}.pi-file-export:before{content:""}.pi-file-import:before{content:""}.pi-file-word:before{content:""}.pi-gift:before{content:""}.pi-cart-plus:before{content:""}.pi-thumbs-down-fill:before{content:""}.pi-thumbs-up-fill:before{content:""}.pi-arrows-alt:before{content:""}.pi-calculator:before{content:""}.pi-sort-alt-slash:before{content:""}.pi-arrows-h:before{content:""}.pi-arrows-v:before{content:""}.pi-pound:before{content:""}.pi-prime:before{content:""}.pi-chart-pie:before{content:""}.pi-reddit:before{content:""}.pi-code:before{content:""}.pi-sync:before{content:""}.pi-shopping-bag:before{content:""}.pi-server:before{content:""}.pi-database:before{content:""}.pi-hashtag:before{content:""}.pi-bookmark-fill:before{content:""}.pi-filter-fill:before{content:""}.pi-heart-fill:before{content:""}.pi-flag-fill:before{content:""}.pi-circle:before{content:""}.pi-circle-fill:before{content:""}.pi-bolt:before{content:""}.pi-history:before{content:""}.pi-box:before{content:""}.pi-at:before{content:""}.pi-arrow-up-right:before{content:""}.pi-arrow-up-left:before{content:""}.pi-arrow-down-left:before{content:""}.pi-arrow-down-right:before{content:""}.pi-telegram:before{content:""}.pi-stop-circle:before{content:""}.pi-stop:before{content:""}.pi-whatsapp:before{content:""}.pi-building:before{content:""}.pi-qrcode:before{content:""}.pi-car:before{content:""}.pi-instagram:before{content:""}.pi-linkedin:before{content:""}.pi-send:before{content:""}.pi-slack:before{content:""}.pi-sun:before{content:""}.pi-moon:before{content:""}.pi-vimeo:before{content:""}.pi-youtube:before{content:""}.pi-flag:before{content:""}.pi-wallet:before{content:""}.pi-map:before{content:""}.pi-link:before{content:""}.pi-credit-card:before{content:""}.pi-discord:before{content:""}.pi-percentage:before{content:""}.pi-euro:before{content:""}.pi-book:before{content:""}.pi-shield:before{content:""}.pi-paypal:before{content:""}.pi-amazon:before{content:""}.pi-phone:before{content:""}.pi-filter-slash:before{content:""}.pi-facebook:before{content:""}.pi-github:before{content:""}.pi-twitter:before{content:""}.pi-step-backward-alt:before{content:""}.pi-step-forward-alt:before{content:""}.pi-forward:before{content:""}.pi-backward:before{content:""}.pi-fast-backward:before{content:""}.pi-fast-forward:before{content:""}.pi-pause:before{content:""}.pi-play:before{content:""}.pi-compass:before{content:""}.pi-id-card:before{content:""}.pi-ticket:before{content:""}.pi-file-o:before{content:""}.pi-reply:before{content:""}.pi-directions-alt:before{content:""}.pi-directions:before{content:""}.pi-thumbs-up:before{content:""}.pi-thumbs-down:before{content:""}.pi-sort-numeric-down-alt:before{content:""}.pi-sort-numeric-up-alt:before{content:""}.pi-sort-alpha-down-alt:before{content:""}.pi-sort-alpha-up-alt:before{content:""}.pi-sort-numeric-down:before{content:""}.pi-sort-numeric-up:before{content:""}.pi-sort-alpha-down:before{content:""}.pi-sort-alpha-up:before{content:""}.pi-sort-alt:before{content:""}.pi-sort-amount-up:before{content:""}.pi-sort-amount-down:before{content:""}.pi-sort-amount-down-alt:before{content:""}.pi-sort-amount-up-alt:before{content:""}.pi-palette:before{content:""}.pi-undo:before{content:""}.pi-desktop:before{content:""}.pi-sliders-v:before{content:""}.pi-sliders-h:before{content:""}.pi-search-plus:before{content:""}.pi-search-minus:before{content:""}.pi-file-excel:before{content:""}.pi-file-pdf:before{content:""}.pi-check-square:before{content:""}.pi-chart-line:before{content:""}.pi-user-edit:before{content:""}.pi-exclamation-circle:before{content:""}.pi-android:before{content:""}.pi-google:before{content:""}.pi-apple:before{content:""}.pi-microsoft:before{content:""}.pi-heart:before{content:""}.pi-mobile:before{content:""}.pi-tablet:before{content:""}.pi-key:before{content:""}.pi-shopping-cart:before{content:""}.pi-comments:before{content:""}.pi-comment:before{content:""}.pi-briefcase:before{content:""}.pi-bell:before{content:""}.pi-paperclip:before{content:""}.pi-share-alt:before{content:""}.pi-envelope:before{content:""}.pi-volume-down:before{content:""}.pi-volume-up:before{content:""}.pi-volume-off:before{content:""}.pi-eject:before{content:""}.pi-money-bill:before{content:""}.pi-images:before{content:""}.pi-image:before{content:""}.pi-sign-in:before{content:""}.pi-sign-out:before{content:""}.pi-wifi:before{content:""}.pi-sitemap:before{content:""}.pi-chart-bar:before{content:""}.pi-camera:before{content:""}.pi-dollar:before{content:""}.pi-lock-open:before{content:""}.pi-table:before{content:""}.pi-map-marker:before{content:""}.pi-list:before{content:""}.pi-eye-slash:before{content:""}.pi-eye:before{content:""}.pi-folder-open:before{content:""}.pi-folder:before{content:""}.pi-video:before{content:""}.pi-inbox:before{content:""}.pi-lock:before{content:""}.pi-unlock:before{content:""}.pi-tags:before{content:""}.pi-tag:before{content:""}.pi-power-off:before{content:""}.pi-save:before{content:""}.pi-question-circle:before{content:""}.pi-question:before{content:""}.pi-copy:before{content:""}.pi-file:before{content:""}.pi-clone:before{content:""}.pi-calendar-times:before{content:""}.pi-calendar-minus:before{content:""}.pi-calendar-plus:before{content:""}.pi-ellipsis-v:before{content:""}.pi-ellipsis-h:before{content:""}.pi-bookmark:before{content:""}.pi-globe:before{content:""}.pi-replay:before{content:""}.pi-filter:before{content:""}.pi-print:before{content:""}.pi-align-right:before{content:""}.pi-align-left:before{content:""}.pi-align-center:before{content:""}.pi-align-justify:before{content:""}.pi-cog:before{content:""}.pi-cloud-download:before{content:""}.pi-cloud-upload:before{content:""}.pi-cloud:before{content:""}.pi-pencil:before{content:""}.pi-users:before{content:""}.pi-clock:before{content:""}.pi-user-minus:before{content:""}.pi-user-plus:before{content:""}.pi-trash:before{content:""}.pi-external-link:before{content:""}.pi-window-maximize:before{content:""}.pi-window-minimize:before{content:""}.pi-refresh:before{content:""}.pi-user:before{content:""}.pi-exclamation-triangle:before{content:""}.pi-calendar:before{content:""}.pi-chevron-circle-left:before{content:""}.pi-chevron-circle-down:before{content:""}.pi-chevron-circle-right:before{content:""}.pi-chevron-circle-up:before{content:""}.pi-angle-double-down:before{content:""}.pi-angle-double-left:before{content:""}.pi-angle-double-right:before{content:""}.pi-angle-double-up:before{content:""}.pi-angle-down:before{content:""}.pi-angle-left:before{content:""}.pi-angle-right:before{content:""}.pi-angle-up:before{content:""}.pi-upload:before{content:""}.pi-download:before{content:""}.pi-ban:before{content:""}.pi-star-fill:before{content:""}.pi-star:before{content:""}.pi-chevron-left:before{content:""}.pi-chevron-right:before{content:""}.pi-chevron-down:before{content:""}.pi-chevron-up:before{content:""}.pi-caret-left:before{content:""}.pi-caret-right:before{content:""}.pi-caret-down:before{content:""}.pi-caret-up:before{content:""}.pi-search:before{content:""}.pi-check:before{content:""}.pi-check-circle:before{content:""}.pi-times:before{content:""}.pi-times-circle:before{content:""}.pi-plus:before{content:""}.pi-plus-circle:before{content:""}.pi-minus:before{content:""}.pi-minus-circle:before{content:""}.pi-circle-on:before{content:""}.pi-circle-off:before{content:""}.pi-sort-down:before{content:""}.pi-sort-up:before{content:""}.pi-sort:before{content:""}.pi-step-backward:before{content:""}.pi-step-forward:before{content:""}.pi-th-large:before{content:""}.pi-arrow-down:before{content:""}.pi-arrow-left:before{content:""}.pi-arrow-right:before{content:""}.pi-arrow-up:before{content:""}.pi-bars:before{content:""}.pi-arrow-circle-down:before{content:""}.pi-arrow-circle-left:before{content:""}.pi-arrow-circle-right:before{content:""}.pi-arrow-circle-up:before{content:""}.pi-info:before{content:""}.pi-info-circle:before{content:""}.pi-home:before{content:""}.pi-spinner:before{content:""}.sidebar-wrapper{position:relative;width:250px;height:100vh;flex:0 0 250px;transition:width .25s ease-in-out,flex-basis .25s ease-in-out;overflow:visible}.sidebar-wrapper.collapsed{width:0;flex-basis:0}.sidebar-wrapper.collapsed .sidebar{pointer-events:none}.toggle-button{position:absolute;top:10px;left:10px;z-index:1100;background:#fff;color:#333;border:1px solid rgba(0,0,0,.14);cursor:pointer;font-size:1.1rem;border-radius:8px;padding:6px 10px;transition:background-color .2s ease,color .2s ease,border-color .2s ease}.toggle-button:hover{background-color:var(--primary-color);border-color:var(--primary-color);color:#fff}.sidebar-wrapper.collapsed .toggle-button{left:10px}.sidebar{width:250px;height:100vh;background-color:#f8f9fa;border-right:1px solid rgba(0,0,0,.08);display:flex;flex-direction:column;transform:translate(0);transition:transform .25s ease-in-out;overflow:hidden}.sidebar-wrapper.collapsed .sidebar{transform:translate(-100%)}.logo-container{width:80%;height:80px;background-size:contain;background-repeat:no-repeat;background-position:center;margin:42px auto 18px}nav ul{list-style:none;padding:0;margin:0}nav ul li{padding:6px 14px}nav ul li a{text-decoration:none;color:#222;display:flex;align-items:center;gap:10px;font-weight:700;padding:10px 12px;border-radius:10px;transition:background-color .18s ease,color .18s ease}nav ul li a i{font-size:1rem;opacity:.95}nav ul li a:hover,nav ul li a.active{background-color:var(--primary-color);color:#fff}.nav__logout{width:100%;padding:10px;border:1px solid var(--error-color);color:var(--error-color);background:#fff;border-radius:10px;font-weight:800;cursor:pointer;transition:all .18s ease-in-out}.nav__logout:hover{background:var(--error-color);border-color:var(--error-color);color:#fff}@media(max-width:768px){.sidebar-wrapper{position:fixed;top:0;left:0;height:100vh;width:250px;flex:none;z-index:1200}.sidebar-wrapper.collapsed{width:0}.toggle-button{position:fixed;top:10px;left:10px;z-index:1300}}.protected-layout{height:100vh;width:100%;display:grid;grid-template-columns:250px 1fr;background:#fff}.protected-layout.nav-collapsed{grid-template-columns:0 1fr}.protected-content{min-width:0;height:100vh;overflow:hidden;background:#fff}@media(max-width:768px){.protected-layout,.protected-layout.nav-collapsed{grid-template-columns:1fr}}
