.auth-page{-webkit-font-smoothing:antialiased;background:#f4f5fb;justify-content:center;align-items:center;min-height:100vh;padding:24px;font-family:DM Sans,-apple-system,sans-serif;display:flex}.auth-card-full{background:#fff;border-radius:20px;width:100%;max-width:900px;min-height:580px;display:flex;overflow:hidden;box-shadow:0 2px 8px #0f14320f,0 16px 48px #5a5fd61a}@media (width<=700px){.auth-card-full{flex-direction:column}}.auth-left{flex-direction:column;flex:0 0 460px;justify-content:center;padding:48px 52px;display:flex}@media (width<=900px){.auth-left{padding:40px 36px}}@media (width<=700px){.auth-left{flex:none}}.auth-brand{align-items:center;gap:9px;margin-bottom:36px;display:flex}.auth-brand span{color:#5a5fd6;letter-spacing:-.2px;font-family:Syne,sans-serif;font-size:16px;font-weight:800}.auth-heading{margin-bottom:28px}.auth-heading h1{color:#0f1424;letter-spacing:-.4px;margin-bottom:6px;font-family:Syne,sans-serif;font-size:26px;font-weight:800}.auth-heading .subtitle{color:#64748b;font-size:14px;line-height:1.5}.error-banner{color:#ef4444;background:#fff5f5;border:1px solid #fecaca;border-radius:8px;align-items:center;gap:8px;margin-bottom:20px;padding:10px 14px;font-size:13px;font-weight:500;display:flex}form{width:100%}.form-group{margin-bottom:18px}.form-group label{color:#0f1424;letter-spacing:.01em;margin-bottom:6px;font-size:13px;font-weight:600;display:block}.form-group input[type=email],.form-group input[type=password],.form-group input[type=text]{color:#0f1424;background:#f8f9fc;border:1.5px solid #e2e6f0;border-radius:8px;outline:none;width:100%;padding:11px 14px;font-family:inherit;font-size:14px;transition:border-color .18s,box-shadow .18s,background .18s}.form-group input[type=email]::placeholder,.form-group input[type=password]::placeholder,.form-group input[type=text]::placeholder{color:#94a3b8}.form-group input[type=email]:focus,.form-group input[type=password]:focus,.form-group input[type=text]:focus{background:#fff;border-color:#5a5fd6;box-shadow:0 0 0 3px #5a5fd61a}.form-group .input-wrapper{position:relative}.form-group .input-wrapper input{padding-right:42px}.form-group--error input[type=email],.form-group--error input[type=password],.form-group--error input[type=text]{background:#fff5f5;border-color:#ef4444}.form-group--error input[type=email]:focus,.form-group--error input[type=password]:focus,.form-group--error input[type=text]:focus{border-color:#ef4444;box-shadow:0 0 0 3px #ef44441a}.field-error{color:#ef4444;align-items:center;gap:5px;margin-top:5px;font-size:12px;font-weight:500;display:flex}.field-error svg{flex-shrink:0}.toggle-pass{color:#94a3b8;cursor:pointer;background:0 0;border:none;align-items:center;padding:2px;transition:color .15s;display:flex;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.toggle-pass:hover{color:#5a5fd6}.form-options{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.remember-me{cursor:pointer;align-items:center;gap:8px;display:flex}.remember-me input[type=checkbox]{accent-color:#5a5fd6;cursor:pointer;width:16px;height:16px}.remember-me span{color:#64748b;font-size:13px}.forgot-link{color:#5a5fd6;font-size:13px;font-weight:600;text-decoration:none;transition:color .15s}.forgot-link:hover{color:#7b7fdf}.sign-in-btn{color:#fff;cursor:pointer;background:#5a5fd6;border:none;border-radius:8px;justify-content:center;align-items:center;gap:8px;width:100%;padding:13px;font-family:inherit;font-size:15px;font-weight:600;transition:background .18s,box-shadow .18s,opacity .18s;display:flex}.sign-in-btn:hover:not(:disabled){background:#7b7fdf;box-shadow:0 4px 16px #5a5fd659}.sign-in-btn:disabled{opacity:.65;cursor:not-allowed}.btn-spinner{border:2px solid #ffffff59;border-top-color:#fff;border-radius:50%;flex-shrink:0;width:16px;height:16px;animation:.65s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.auth-right{background:linear-gradient(145deg,#1a1d3a 0%,#2d3180 50%,#5a5fd6 100%);flex:1;align-items:flex-end;padding:48px;display:flex;position:relative}@media (width<=700px){.auth-right{min-height:220px;padding:32px}}.auth-right .overlay{background:radial-gradient(circle at 30% 20%,#ffffff0f 0%,#0000 60%),radial-gradient(circle at 80% 80%,#5a5fd64d 0%,#0000 50%);position:absolute;inset:0}.auth-right .quote-container{z-index:1;position:relative}.auth-right .quote-container .quote-mark{color:#fff3;margin-bottom:16px;font-family:Syne,sans-serif;font-size:72px;line-height:.5}.auth-right .quote-container p{color:#ffffffd9;max-width:320px;font-size:15px;font-style:italic;line-height:1.7}*{box-sizing:border-box;margin:0;padding:0}body{color:#0f1424;-webkit-font-smoothing:antialiased;background:#f4f5fb;font-family:DM Sans,-apple-system,sans-serif}.dashboard-container{min-height:100vh;padding:0 0 64px}header{z-index:100;background:#fff;border-bottom:1px solid #e2e6f0;justify-content:space-between;align-items:center;height:64px;padding:0 40px;display:flex;position:sticky;top:0;box-shadow:0 1px 8px #0f14320f}header .logo h2{color:#5a5fd6;letter-spacing:-.3px;font-family:Syne,sans-serif;font-size:20px;font-weight:800}header .logo h2:before{content:"⬡ ";opacity:.7;font-size:16px}header .user-info{align-items:center;gap:16px;display:flex}header .user-info span{color:#4a5568;font-size:13px}header .user-info span strong{color:#0f1424;font-weight:600}.logout-btn{color:#4a5568;cursor:pointer;background:0 0;border:1.5px solid #e2e6f0;border-radius:8px;padding:7px 16px;font-family:inherit;font-size:13px;font-weight:500;transition:all .18s}.logout-btn:hover{color:#ef4444;background:#fff0f0;border-color:#fca5a5}.intro{max-width:1200px;margin:0 auto;padding:52px 40px 0}.intro h1{color:#0f1424;letter-spacing:-.5px;font-family:Syne,sans-serif;font-size:2.5rem;font-weight:800;line-height:1.15}.intro h1 span{color:#5a5fd6}.intro p{color:#94a3b8;max-width:640px;margin-top:12px;font-size:15px;line-height:1.7}.tool-grid{grid-template-columns:repeat(3,1fr);gap:20px;max-width:1200px;margin:40px auto 0;padding:0 40px;display:grid}@media (width<=1024px){.tool-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.tool-grid{grid-template-columns:1fr;padding:0 20px}}.tool-card{cursor:pointer;background:#fff;border:1px solid #e2e6f0;border-radius:14px;padding:28px 28px 24px;transition:box-shadow .2s,transform .2s,border-color .2s;position:relative;overflow:hidden}.tool-card:before{content:"";opacity:0;background:#5a5fd6;border-radius:14px 14px 0 0;height:3px;transition:opacity .2s;position:absolute;top:0;left:0;right:0}.tool-card:hover{border-color:#5a5fd633;transform:translateY(-3px);box-shadow:0 8px 32px #5a5fd624}.tool-card:hover:before{opacity:1}.tool-card:first-child .tool-icon{color:#5a5fd6;background:#eef0ff}.tool-card:first-child:before{background:#5a5fd6}.tool-card:first-child:hover{border-color:#5a5fd640}.tool-card:nth-child(2) .tool-icon{color:#0ea5e9;background:#e0f5ff}.tool-card:nth-child(2):before{background:#0ea5e9}.tool-card:nth-child(2):hover{border-color:#0ea5e940}.tool-card:nth-child(3) .tool-icon{color:#10b981;background:#e6faf4}.tool-card:nth-child(3):before{background:#10b981}.tool-card:nth-child(3):hover{border-color:#10b98140}.tool-card:nth-child(4) .tool-icon{color:#f59e0b;background:#fff8e6}.tool-card:nth-child(4):before{background:#f59e0b}.tool-card:nth-child(4):hover{border-color:#f59e0b40}.tool-card:nth-child(5) .tool-icon{color:#8b5cf6;background:#f3eeff}.tool-card:nth-child(5):before{background:#8b5cf6}.tool-card:nth-child(5):hover{border-color:#8b5cf640}.tool-card:nth-child(6) .tool-icon{color:#ef4444;background:#fff0f0}.tool-card:nth-child(6):before{background:#ef4444}.tool-card:nth-child(6):hover{border-color:#ef444440}.tool-card .tool-icon{border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;margin-bottom:16px;font-size:18px;display:flex}.tool-card h3{color:#0f1424;letter-spacing:-.2px;margin-bottom:8px;font-family:Syne,sans-serif;font-size:16px;font-weight:700}.tool-card p{color:#94a3b8;font-size:13px;line-height:1.6}.tool-card:after{content:"→";color:#5a5fd6;opacity:0;font-size:16px;transition:opacity .2s,transform .2s;position:absolute;bottom:20px;right:24px;transform:translate(-6px)}.tool-card:hover:after{opacity:1;transform:translate(0)}.loading-state{color:#94a3b8;justify-content:center;align-items:center;gap:10px;min-height:100vh;font-size:15px;display:flex}.loading-state:before{content:"";border:2px solid #5a5fd633;border-top-color:#5a5fd6;border-radius:50%;width:18px;height:18px;animation:.7s linear infinite spin}.onboarding-page{background:#f4f5fb;flex-direction:column;align-items:center;min-height:100vh;padding:4rem 2rem;font-family:DM Sans,sans-serif;display:flex}.onboarding-container{background:#fff;border:1px solid #e2e6f0;border-radius:24px;width:100%;max-width:1100px;padding:3rem;box-shadow:0 10px 40px #5a5fd614}.ob-tabs{border-bottom:2px solid #f1f3f9;gap:1.5rem;margin-bottom:2.5rem;padding-bottom:1rem;display:flex}.ob-tabs .ob-tab{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;gap:.75rem;padding:.5rem 1rem;font-size:1rem;font-weight:600;transition:all .2s;display:flex}.ob-tabs .ob-tab:hover{color:#5a5fd6;background:#f8f9fc}.ob-tabs .ob-tab.active{color:#5a5fd6;background:#5a5fd614}h1,h2{color:#0f1424;margin-bottom:.5rem;font-family:Syne,sans-serif;font-weight:800}h1{font-size:2.25rem}h2{font-size:1.75rem}p{color:#64748b;margin-bottom:2rem;line-height:1.6}.ob-levels-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem;margin-bottom:2rem;display:grid}.ob-level-card{background:#f8f9fc;border:1.5px solid #e2e6f0;border-radius:16px;padding:1.5rem;position:relative}.ob-level-card .level-badge{color:#5a5fd6;background:#5a5fd61f;border-radius:6px;padding:.25rem .5rem;font-size:11px;font-weight:800;position:absolute;top:1.25rem;right:1.25rem}.ob-level-card h3{color:#011424;margin-bottom:.5rem;font-size:1.1rem}.ob-level-card p{margin:0;font-size:.9rem}.ob-info-banner{color:#92400e;background:#fff8e6;border:1px solid #fdecb2;border-radius:12px;align-items:center;gap:1rem;padding:1rem 1.5rem;font-size:.95rem;display:flex}.uam-header{justify-content:space-between;align-items:flex-start;margin-bottom:2rem;display:flex}.uam-add-btn{color:#fff;cursor:pointer;background:#5a5fd6;border:none;border-radius:8px;align-items:center;gap:.5rem;padding:.75rem 1.25rem;font-weight:700;transition:all .15s;display:flex}.uam-add-btn:hover{background:#4a4fc4;transform:translateY(-1px)}.uam-table-wrapper{background:#fff;border:1px solid #e2e6f0;border-radius:12px;overflow:hidden}.uam-table{border-collapse:collapse;text-align:left;width:100%}.uam-table th{color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;background:#f8f9fc;padding:1rem 1.5rem;font-size:.8rem;font-weight:800}.uam-table td{color:#334155;border-bottom:1px solid #f1f3f9;padding:1.25rem 1.5rem;font-size:.95rem}.uam-table .uam-email{color:#64748b;font-size:.85rem}.uam-select{color:#334155;cursor:pointer;background:#fff;border:1.5px solid #e2e6f0;border-radius:6px;padding:.5rem;font-size:.85rem}.uam-status{cursor:pointer;border:none;border-radius:6px;align-items:center;gap:.5rem;padding:.4rem .75rem;font-size:.8rem;font-weight:700;transition:opacity .15s;display:flex}.uam-status.active{color:#059669;background:#ecfdf5}.uam-status.inactive{color:#dc2626;background:#fef2f2}.uam-status:disabled{opacity:.5;cursor:default}.uam-modal-overlay{z-index:1000;background:#0f142466;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.uam-modal{background:#fff;border-radius:16px;width:100%;max-width:440px;padding:2.5rem;box-shadow:0 20px 50px #0f142426}.uam-modal-header{justify-content:space-between;margin-bottom:2rem;display:flex}.uam-modal-header button{color:#94a3b8;cursor:pointer;background:0 0;border:none}.uam-modal-header button:hover{color:#5a5fd6}.uam-form{flex-direction:column;gap:1.25rem;display:flex}.uam-form .form-group{flex-direction:column;gap:.5rem;display:flex}.uam-form .form-group label{color:#334155;font-size:.85rem;font-weight:700}.uam-form .form-group input,.uam-form .form-group select{border:1.5px solid #e2e6f0;border-radius:8px;outline:none;padding:.75rem;font-size:.95rem}.uam-form .form-group input:focus,.uam-form .form-group select:focus{background:#fafbff;border-color:#5a5fd6}.uam-submit-btn{color:#fff;cursor:pointer;background:#5a5fd6;border:none;border-radius:8px;margin-top:1rem;padding:1rem;font-weight:700;transition:background .2s}.uam-submit-btn:hover{background:#4a4fc4}.ob-toast{z-index:1100;color:#fff;background:#0f172a;border-radius:12px;padding:1rem 1.5rem;font-size:.9rem;font-weight:600;animation:.3s ease-out slideIn;position:fixed;top:2rem;right:2rem;box-shadow:0 10px 30px #0003}.ob-toast--error{color:#dc2626;background:#fee2e2;border:1px solid #fecaca}@keyframes slideIn{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:.4s ease-out fadeIn}@media (width<=800px){.ob-levels-grid{grid-template-columns:1fr}.uam-table th:nth-child(4),.uam-table td:nth-child(4){display:none}}*{box-sizing:border-box;margin:0;padding:0;font-family:Inter,system-ui,-apple-system,sans-serif}body{color:#344054;background-color:#fcfcfd}.toolbox-layout{background-color:#f9f9fb;height:100vh;display:flex;overflow:hidden}.toolbox-layout.sh-sidebar .sidebar{width:280px}.toolbox-layout.sh-sidebar .layout-content{flex:1}.toolbox-layout.sh-collapsed .sidebar{width:80px}.toolbox-layout.sh-collapsed .layout-content{flex:1}.toolbox-layout.is-mobile .sidebar{z-index:1001;height:100%;transition:left .3s;position:fixed;left:-100%}.toolbox-layout.is-mobile .sidebar.open{left:0}.toolbox-layout .mobile-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#00000080;position:fixed;inset:0}.sidebar{background-color:#fff;border-right:1px solid #eaecf0;flex-direction:column;transition:width .3s;display:flex;position:relative}.sidebar .sidebar-header{justify-content:space-between;align-items:center;margin-bottom:2rem;padding:1.5rem;display:flex}.sidebar .sidebar-header .logo{align-items:center;gap:.75rem;display:flex}.sidebar .sidebar-header .logo .logo-icon{color:#ffeb3b;background:#000;border-radius:12px;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.sidebar .sidebar-header .logo .logo-text{color:#101828;font-size:1.25rem;font-weight:700}.sidebar .sidebar-header .toggle-btn{cursor:pointer;color:#667085;background:0 0;border:none}.sidebar .sidebar-header .toggle-btn:hover{color:#101828}.sidebar .region-switcher{margin-bottom:.5rem;padding:0 1rem 1rem}.sidebar .region-switcher .region-select-wrap{background:#f9fafb;border:1px solid #eaecf0;border-radius:10px;align-items:center;gap:.75rem;padding:.5rem .75rem;transition:border-color .2s;display:flex}.sidebar .region-switcher .region-select-wrap:hover{border-color:#5a5fd6}.sidebar .region-switcher .region-select-wrap .region-icon-box{align-items:center;display:flex}.sidebar .region-switcher .region-select-wrap .region-select{color:#101828;cursor:pointer;text-transform:uppercase;background:0 0;border:none;outline:none;flex:1;font-size:.85rem;font-weight:700}.sidebar .region-switcher .region-mini-badge{color:#fff;background:#5a5fd6;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;margin:0 auto;font-size:.9rem;font-weight:800;display:flex;box-shadow:0 4px 10px #5a5fd633}.sidebar .sidebar-nav{flex:1;padding:1rem;overflow-y:auto}.sidebar .sidebar-nav .nav-group{margin-bottom:2rem}.sidebar .sidebar-nav .nav-group .group-title{text-transform:uppercase;letter-spacing:.05em;color:#98a2b3;margin-bottom:1rem;padding-left:.75rem;font-size:.75rem}.sidebar .sidebar-nav .nav-group .nav-list{list-style:none}.sidebar .sidebar-nav .nav-group .nav-list .nav-item{cursor:pointer;color:#667085;border-radius:8px;align-items:center;gap:.75rem;padding:.75rem;font-weight:500;transition:all .2s;display:flex}.sidebar .sidebar-nav .nav-group .nav-list .nav-item:hover{color:#101828;background:#f9fafb}.sidebar .sidebar-nav .nav-group .nav-list .nav-item.active{color:#101828;background:#f2f4f7}.sidebar .sidebar-nav .nav-group .nav-list .nav-item .item-icon{justify-content:center;display:flex}.sidebar .sidebar-footer{padding:1rem}.sidebar .sidebar-footer .extension-banner{cursor:pointer;background:linear-gradient(90deg,#e3f9ff,#d1ffd6);border-radius:12px;align-items:center;gap:.75rem;padding:1rem;display:flex}.sidebar .sidebar-footer .extension-banner .ext-icon{background:#fff;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.sidebar .sidebar-footer .extension-banner .ext-title{font-size:.85rem;font-weight:600}.sidebar .sidebar-footer .extension-banner .ext-link{color:#00875a;font-size:.75rem;font-weight:500}.sidebar .sidebar-footer .mini-ext{background:#f2f4f7;border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;margin:0 auto;display:flex}.layout-content{flex-direction:column;height:100vh;display:flex}.layout-content .main-header{background:#fff;border-bottom:1px solid #eaecf0;justify-content:space-between;align-items:center;height:72px;padding:0 2rem;display:flex}.layout-content .main-header .header-breadcrumbs{align-items:center;gap:.5rem;font-size:.9rem;display:flex}.layout-content .main-header .header-breadcrumbs .breadcrumb.grey{color:#667085}.layout-content .main-header .header-breadcrumbs .breadcrumb.dark{color:#101828;font-weight:600}.layout-content .main-header .header-search{flex:1;max-width:460px;margin:0 2rem}.layout-content .main-header .header-search .search-input-wrapper{position:relative}.layout-content .main-header .header-search .search-input-wrapper svg{color:#667085;position:absolute;top:10px;left:1rem}.layout-content .main-header .header-search .search-input-wrapper input{background:#f9fafb;border:1px solid #d0d5dd;border-radius:12px;outline:none;width:100%;padding:.6rem 1rem .6rem 2.8rem;font-size:.95rem}.layout-content .main-header .header-search .search-input-wrapper input:focus{border-color:#344054}.layout-content .main-header .header-search .search-input-wrapper .search-shortcut{background:#fff;border:1px solid #d0d5dd;border-radius:4px;padding:2px 5px;font-size:.7rem;position:absolute;top:10px;right:1rem}.layout-content .main-header .header-actions{align-items:center;gap:1rem;display:flex}.layout-content .main-header .header-actions .action-btn{color:#344054;cursor:pointer;background:#fff;border:1px solid #d0d5dd;border-radius:8px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.85rem;font-weight:600;display:flex}.layout-content .main-header .header-actions .action-btn:hover{background:#f9fafb}.layout-content .main-header .header-actions .user-profile-menu{border-left:1px solid #eaecf0;align-items:center;gap:.75rem;padding-left:1.5rem;display:flex}.layout-content .main-header .header-actions .user-profile-menu .user-avatar{background:#f2f4f7;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.layout-content .main-header .header-actions .user-profile-menu .user-info .user-name{color:#101828;font-size:.85rem;font-weight:600}.layout-content .main-header .header-actions .user-profile-menu .user-info .user-role{color:#667085;font-size:.75rem}.layout-content .main-header .header-actions .user-profile-menu .logout-inline{color:#d92d20;cursor:pointer;background:0 0;border:1px solid #fecdca;border-radius:6px;padding:.3rem .6rem;font-size:.75rem;font-weight:600}.layout-content .main-header .header-actions .user-profile-menu .logout-inline:hover{background:#fef3f2}.layout-content .scroll-area{background-color:#f9fafb;flex:1;padding:2.5rem;overflow-y:auto}.layout-content .scroll-area .content-inner{max-width:1400px;margin:0 auto}@media (width<=768px){.main-header .header-breadcrumbs,.main-header .header-search{display:none}}.ff-page{color:#0f1424;-webkit-font-smoothing:antialiased;background:#f4f5fb;min-height:100vh;padding:36px 44px 60px;font-family:DM Sans,-apple-system,sans-serif}@media (width<=900px){.ff-page{padding:24px 20px 48px}}.ff-header{justify-content:space-between;align-items:flex-start;margin-bottom:28px;display:flex}.ff-header__eyebrow{color:#5a5fd6;letter-spacing:.08em;text-transform:uppercase;align-items:center;gap:7px;margin-bottom:6px;font-size:11px;font-weight:600;display:flex}.ff-header__title{color:#0f1424;letter-spacing:-.4px;margin-bottom:4px;font-family:Syne,sans-serif;font-size:26px;font-weight:800}.ff-header__sub{color:#94a3b8;font-size:13px}.ff-stats{grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:24px;display:grid}@media (width<=700px){.ff-stats{grid-template-columns:repeat(2,1fr)}}.ff-stat{background:#fff;border:1px solid #e4e7f0;border-left:3px solid #0000;border-radius:12px;padding:16px 20px;transition:box-shadow .18s;box-shadow:0 1px 3px #0f14320f,0 1px 8px #0f14320a}.ff-stat:hover{box-shadow:0 4px 16px #5a5fd61a,0 1px 4px #0f14320f}.ff-stat__val{margin-bottom:4px;font-family:Syne,sans-serif;font-size:26px;font-weight:800;line-height:1;display:block}.ff-stat__label{text-transform:uppercase;letter-spacing:.07em;color:#94a3b8;font-size:11px;font-weight:600}.ff-stat--purple{border-left-color:#5a5fd6}.ff-stat--purple .ff-stat__val{color:#5a5fd6}.ff-stat--green{border-left-color:#16a34a}.ff-stat--green .ff-stat__val{color:#16a34a}.ff-stat--red{border-left-color:#dc2626}.ff-stat--red .ff-stat__val{color:#dc2626}.ff-stat--amber{border-left-color:#d97706}.ff-stat--amber .ff-stat__val{color:#d97706}.ff-filters{background:#fff;border:1px solid #e4e7f0;border-radius:12px;flex-direction:column;gap:12px;margin-bottom:18px;padding:14px 18px;display:flex;box-shadow:0 1px 3px #0f14320f,0 1px 8px #0f14320a}.ff-search{background:#f4f5fb;border:1.5px solid #e4e7f0;border-radius:8px;align-items:center;gap:10px;padding:8px 14px;transition:border-color .18s,box-shadow .18s;display:flex}.ff-search svg{color:#94a3b8;flex-shrink:0}.ff-search input{color:#0f1424;background:0 0;border:none;outline:none;flex:1;font-family:inherit;font-size:13px}.ff-search input::placeholder{color:#94a3b8}.ff-search:focus-within{border-color:#5a5fd6;box-shadow:0 0 0 3px #5a5fd614}.ff-filter-row{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.ff-filter-divider{background:#e4e7f0;width:1px;height:20px;margin:0 4px}.ff-chip{color:#4a5568;cursor:pointer;background:#f4f5fb;border:1px solid #e4e7f0;border-radius:100px;padding:5px 14px;font-family:inherit;font-size:12px;font-weight:500;transition:all .15s}.ff-chip:hover{color:#5a5fd6;border-color:#5a5fd633}.ff-chip--active{color:#5a5fd6;background:#5a5fd614;border-color:#5a5fd633;font-weight:600}.ff-chip--state{color:#16a34a;background:#f0fdf4;border-color:#bbf7d0;font-weight:600}.ff-table{background:#fff;border:1px solid #e4e7f0;border-radius:12px;overflow:hidden;box-shadow:0 1px 3px #0f14320f,0 1px 8px #0f14320a}.ff-table__head{background:#f8f9fc;border-bottom:1px solid #e4e7f0;grid-template-columns:60px 220px 150px 110px 1fr 210px;gap:0;padding:10px 20px;display:grid}.ff-table__head span{color:#94a3b8;text-transform:uppercase;letter-spacing:.07em;font-size:11px;font-weight:700}@media (width<=1100px){.ff-table__head{display:none}}.ff-table__body{flex-direction:column;display:flex}.ff-row-wrap{border-bottom:1px solid #e4e7f0;animation:.22s both ffFadeIn}.ff-row-wrap:last-child{border-bottom:none}@keyframes ffFadeIn{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:none}}.ff-row{grid-template-columns:60px 220px 150px 110px 1fr 210px;align-items:center;gap:0;padding:13px 20px;transition:background .15s;display:grid}.ff-row:hover{background:#fafbff}.ff-row--inactive{opacity:.55;background:#fafafa}.ff-row--inactive .ff-code{color:#94a3b8}.ff-row__toggle{align-items:center;display:flex}.ff-row__key,.ff-row__value{padding-right:12px}.ff-row__description{color:#94a3b8;text-overflow:ellipsis;white-space:nowrap;padding-right:16px;font-size:12px;overflow:hidden}.ff-row__actions{flex-wrap:wrap;align-items:center;gap:5px;display:flex}@media (width<=1100px){.ff-row{grid-template-rows:auto auto auto;grid-template-columns:44px 1fr;gap:6px;padding:14px 16px}.ff-row__key,.ff-row__value,.ff-row__category,.ff-row__description,.ff-row__actions{grid-column:2}}.ff-code{color:#5a5fd6;white-space:nowrap;text-overflow:ellipsis;background:#5a5fd614;border:1px solid #5a5fd633;border-radius:5px;max-width:200px;padding:2px 8px;font-family:JetBrains Mono,Fira Code,monospace;font-size:12px;display:inline-block;overflow:hidden}.ff-value{color:#4a5568;text-overflow:ellipsis;white-space:nowrap;background:#f8f9fc;border:1px solid #e4e7f0;border-radius:5px;max-width:140px;padding:2px 8px;font-family:JetBrains Mono,Fira Code,monospace;font-size:12px;display:inline-block;overflow:hidden}.ff-badge{letter-spacing:.04em;text-transform:uppercase;white-space:nowrap;border-radius:100px;align-items:center;gap:5px;padding:3px 10px;font-size:11px;font-weight:600;display:inline-flex}.ff-badge--purple{color:#7c3aed;background:#f5f3ff;border:1px solid #ddd6fe}.ff-badge--blue{color:#2563eb;background:#eff6ff;border:1px solid #bfdbfe}.ff-badge--green{color:#16a34a;background:#f0fdf4;border:1px solid #bbf7d0}.ff-badge--amber{color:#d97706;background:#fffbeb;border:1px solid #fde68a}.ff-toggle{cursor:pointer;background:#e2e6f0;border:1.5px solid #d0d5e8;border-radius:11px;width:40px;height:22px;padding:0;transition:background .2s,border-color .2s;position:relative}.ff-toggle__thumb{background:#fff;border-radius:50%;width:14px;height:14px;transition:left .2s,box-shadow .2s;position:absolute;top:2px;left:2px;box-shadow:0 1px 3px #0003}.ff-toggle--on{background:#5a5fd6;border-color:#5a5fd6}.ff-toggle--on .ff-toggle__thumb{left:20px;box-shadow:0 1px 4px #5a5fd666}.ff-toggle:hover{filter:brightness(.96)}.ff-action-btn{color:#4a5568;cursor:pointer;white-space:nowrap;background:#f4f5fb;border:1px solid #e4e7f0;border-radius:6px;align-items:center;gap:4px;padding:4px 10px;font-family:inherit;font-size:11px;font-weight:500;transition:all .15s;display:inline-flex}.ff-action-btn:hover{color:#5a5fd6;background:#5a5fd614;border-color:#5a5fd633}.ff-action-btn--copied,.ff-action-btn--confirm{color:#16a34a;background:#f0fdf4;border-color:#bbf7d0}.ff-action-btn--delete{color:#dc2626;background:#fff5f5;border-color:#fecaca}.ff-action-btn--delete:hover{background:#ffe6e6}.ff-empty{color:#94a3b8;flex-direction:column;justify-content:center;align-items:center;gap:10px;padding:56px 24px;display:flex}.ff-empty p{font-size:14px}.ff-btn{cursor:pointer;border:1.5px solid #0000;border-radius:8px;align-items:center;gap:7px;padding:10px 20px;font-family:inherit;font-size:13px;font-weight:600;transition:all .18s;display:inline-flex}.ff-btn--primary{color:#fff;background:#5a5fd6;border-color:#5a5fd6;box-shadow:0 2px 10px #5a5fd640}.ff-btn--primary:hover{background:#7b7fdf;box-shadow:0 4px 18px #5a5fd659}.ff-btn--primary:disabled{opacity:.55;cursor:not-allowed}.ff-btn--ghost{color:#4a5568;background:0 0;border-color:#e4e7f0}.ff-btn--ghost:hover{color:#5a5fd6;border-color:#5a5fd633}.ff-overlay{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:1000;background:#0f143273;justify-content:center;align-items:center;padding:24px;animation:.15s ffFadeIn;display:flex;position:fixed;inset:0}.ff-modal{background:#fff;border:1px solid #e4e7f0;border-radius:16px;width:100%;max-width:480px;overflow:hidden;box-shadow:0 24px 64px #0f14322e}.ff-modal__header{justify-content:space-between;align-items:center;padding:22px 28px 0;display:flex}.ff-modal__header h2{color:#0f1424;font-family:Syne,sans-serif;font-size:17px;font-weight:700}.ff-modal__close{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-radius:6px;padding:4px;transition:color .15s,background .15s}.ff-modal__close:hover{color:#0f1424;background:#f4f5fb}.ff-modal__body{flex-direction:column;gap:16px;padding:20px 28px;display:flex}.ff-modal__footer{justify-content:flex-end;gap:10px;padding:0 28px 24px;display:flex}.ff-field label{color:#4a5568;text-transform:uppercase;letter-spacing:.06em;margin-bottom:7px;font-size:12px;font-weight:600;display:block}.ff-field input[type=text],.ff-field input[type=email],.ff-field textarea,.ff-field select.ff-select-input{color:#0f1424;background:#f4f5fb;border:1.5px solid #e4e7f0;border-radius:8px;outline:none;width:100%;padding:10px 14px;font-family:JetBrains Mono,monospace;font-size:13px;transition:border-color .18s,box-shadow .18s}.ff-field input[type=text]::placeholder,.ff-field input[type=email]::placeholder,.ff-field textarea::placeholder,.ff-field select.ff-select-input::placeholder{color:#94a3b8;font-family:inherit}.ff-field input[type=text]:focus,.ff-field input[type=email]:focus,.ff-field textarea:focus,.ff-field select.ff-select-input:focus{border-color:#5a5fd6;box-shadow:0 0 0 3px #5a5fd614}.ff-field textarea{resize:vertical;min-height:80px}.ff-field__hint{color:#94a3b8;margin-top:4px;font-size:11px;display:block}.ff-field--row{justify-content:space-between;align-items:center;display:flex}.ff-field--row label{margin-bottom:0}.ff-cat-radio{flex-wrap:wrap;gap:8px;display:flex}.ff-cat-radio input[type=radio]{display:none}.ff-cat-option{cursor:pointer;opacity:.6;border-radius:100px;transition:opacity .15s}.ff-cat-option:hover{opacity:.85}.ff-cat-option--active{opacity:1}.ff-toast{z-index:2000;border-radius:8px;align-items:center;gap:8px;padding:11px 18px;font-size:13px;font-weight:500;animation:.2s ffFadeIn;display:flex;position:fixed;top:24px;right:24px;box-shadow:0 4px 16px #5a5fd61a,0 1px 4px #0f14320f}.ff-toast--success{color:#16a34a;background:#f0fdf4;border:1px solid #bbf7d0}.ff-toast--error{color:#dc2626;background:#fff5f5;border:1px solid #fecaca}.ff-footer{color:#94a3b8;border-top:1px solid #e4e7f0;justify-content:space-between;align-items:center;margin-top:18px;padding-top:16px;font-size:12px;display:flex}.ff-footer strong{color:#4a5568}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:#f4f5fb}::-webkit-scrollbar-thumb{background:#d0d5e8;border-radius:3px}
