: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}}.layout{display:block;min-height:calc(100vh - 70px);margin-top:70px;background:#0f172a;width:100%;overflow-x:hidden;position:relative}.sidebar{width:280px;background:#1e293b;position:fixed;top:70px;left:0;height:calc(100vh - 70px);overflow-y:auto;transition:transform .3s ease;z-index:100;display:flex;flex-direction:column;border-right:1px solid #334155}.sidebar-open{transform:translate(0)}.sidebar-closed{transform:translate(-100%)}.sidebar-nav{flex:1;padding:1.5rem 1rem;display:flex;flex-direction:column;gap:.5rem}.nav-item{display:flex;align-items:center;gap:12px;padding:12px 16px;border-radius:10px;color:#94a3b8;text-decoration:none;transition:all .2s;font-size:14px;font-weight:500}.nav-item:hover{background:#334155;color:#f1f5f9}.nav-item.active{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff}.logout-btn{margin:1rem;padding:12px 16px;background:#ef44441a;border:1px solid rgba(239,68,68,.2);border-radius:10px;color:#f87171;display:flex;align-items:center;gap:12px;cursor:pointer;transition:all .2s;font-weight:500}.logout-btn:hover{background:#ef444433;color:#ef4444}.main{margin-left:280px;width:calc(100% - 280px);min-height:calc(100vh - 70px);background:#0f172a;transition:margin-left .3s ease,width .3s ease;padding:30px;box-sizing:border-box;display:block}.sidebar-closed+.main{margin-left:0;width:100%}.main-container{width:100%;max-width:1280px;margin:0 auto!important;box-sizing:border-box;display:block}.mobile-main{margin-left:0!important;width:100vw!important;max-width:100vw!important;padding:16px 16px 90px!important;min-height:calc(100vh - 70px);overflow-x:hidden;display:block}.mobile-main .main-container{max-width:100%}.mobile-overlay{position:fixed;inset:70px 0 0;background:#000000b3;z-index:99}.modal-overlay{position:fixed;inset:0;background:#000c;display:flex;align-items:center;justify-content:center;z-index:1000}.modal{background:#1e293b;border-radius:16px;padding:2rem;max-width:400px;width:90%;text-align:center;border:1px solid #334155}.modal-icon{color:#f59e0b;margin-bottom:1rem}.modal h3{color:#f1f5f9;font-size:1.5rem;margin-bottom:.5rem}.modal p{color:#94a3b8;margin-bottom:1.5rem}.modal-actions{display:flex;gap:1rem;justify-content:center}.btn-cancel{padding:10px 24px;background:#334155;border:none;border-radius:8px;color:#f1f5f9;cursor:pointer;font-weight:500}.btn-confirm{padding:10px 24px;background:#dc2626;border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:500}.sidebar::-webkit-scrollbar{width:6px}.sidebar::-webkit-scrollbar-track{background:#0f172a}.sidebar::-webkit-scrollbar-thumb{background:#475569;border-radius:3px}@media(max-width:768px){.sidebar{transform:translate(-100%)}.sidebar-open{transform:translate(0)}.main{margin-left:0!important;width:100%;padding:16px}.modal{padding:1.5rem;margin:1rem;width:85%}.modal h3{font-size:1.25rem}.modal p{font-size:.9rem}.modal-actions{flex-direction:column;gap:.75rem}.btn-cancel,.btn-confirm{padding:12px 20px}}.admin-mobile-bottom-bar{position:fixed;bottom:0;left:0;right:0;background:#1e293b;border-top:1px solid #334155;padding:.5rem 0;z-index:1000;box-shadow:0 -4px 12px #0000004d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1e293bf2}.admin-bottom-bar-content{display:flex;justify-content:space-around;align-items:center;max-width:100%}.admin-bottom-bar-tab{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:.5rem .25rem;text-decoration:none;color:#94a3b8;font-size:.7rem;font-weight:500;border:none;background:none;cursor:pointer;transition:all .2s ease;min-width:60px;gap:.25rem;border-radius:8px;flex:1}.admin-bottom-bar-tab:hover{color:#cbd5e1;background:#334155}.admin-bottom-bar-tab.active{color:#3b82f6;background:#3b82f61a}.admin-bottom-bar-tab span{font-size:.7rem;font-weight:500}.admin-more-overlay{position:fixed;inset:0;background:#000000b3;z-index:1100;display:flex;align-items:flex-end;animation:adminOverlayFadeIn .2s ease}.admin-more-overlay-content{background:#1e293b;width:100%;border-radius:20px 20px 0 0;padding:1.5rem;animation:adminSlideUp .3s ease;max-height:80vh;overflow-y:auto;border-top:1px solid #334155}.admin-more-overlay-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #334155}.admin-more-overlay-header h3{font-size:1.25rem;font-weight:600;color:#f1f5f9}.admin-close-button{background:#334155;border:none;font-size:1.5rem;color:#94a3b8;cursor:pointer;padding:0;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease;font-weight:700}.admin-close-button:hover{background:#475569;color:#f1f5f9}.admin-more-tabs-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.admin-more-tab-item{display:flex;flex-direction:column;align-items:center;padding:1rem .5rem;text-decoration:none;color:#94a3b8;border-radius:12px;transition:all .2s ease;gap:.5rem;border:1px solid #334155;background:#0f172a;cursor:pointer;font-size:.75rem;font-weight:500}.admin-more-tab-item:hover{background:#334155;color:#f1f5f9;border-color:#475569;transform:translateY(-2px)}.admin-more-tab-item.active{background:#3b82f633;color:#3b82f6;border-color:#3b82f6}.admin-more-tab-item span{font-size:.7rem;font-weight:500;text-align:center}.admin-logout-tab-item{color:#f87171!important;border-color:#7f1a1a!important}.admin-logout-tab-item:hover{background:#ef444433!important;border-color:#ef4444!important;color:#ef4444!important}.admin-modal-overlay{position:fixed;inset:0;background:#000000d9;display:flex;align-items:center;justify-content:center;z-index:1200;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);padding:1rem}.admin-logout-modal{background:#1e293b;border-radius:16px;padding:1.5rem;max-width:320px;width:100%;text-align:center;box-shadow:0 20px 60px #0006;animation:adminModalSlideIn .3s ease-out;border:1px solid #334155}.admin-modal-icon{margin-bottom:1rem}.admin-warning-icon{color:#f59e0b}.admin-logout-modal h3{font-size:1.25rem;font-weight:600;color:#f1f5f9;margin-bottom:.5rem}.admin-logout-modal p{color:#94a3b8;margin-bottom:1.5rem;line-height:1.5;font-size:.9rem}.admin-modal-actions{display:flex;gap:.75rem;justify-content:center}.admin-cancel-btn{padding:.75rem 1.5rem;border:1px solid #475569;background:#334155;color:#f1f5f9;border-radius:8px;font-weight:500;cursor:pointer;transition:all .2s ease;flex:1;font-size:.9rem}.admin-cancel-btn:hover{background:#475569;border-color:#5a6a7a}.admin-confirm-btn{padding:.75rem 1.5rem;border:none;background:#dc2626;color:#fff;border-radius:8px;font-weight:500;cursor:pointer;transition:all .2s ease;flex:1;font-size:.9rem}.admin-confirm-btn:hover{background:#b91c1c}@keyframes adminSlideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes adminOverlayFadeIn{0%{opacity:0}to{opacity:1}}@keyframes adminModalSlideIn{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@media(max-width:480px){.admin-more-tabs-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.admin-bottom-bar-tab{min-width:50px;padding:.4rem .2rem}.admin-bottom-bar-tab span{font-size:.65rem}.admin-logout-modal{padding:1.25rem;margin:.5rem}.admin-modal-actions{flex-direction:column}.admin-cancel-btn,.admin-confirm-btn{flex:none}}@media(max-width:380px){.admin-bottom-bar-tab span{font-size:.6rem}.admin-bottom-bar-tab svg{width:18px;height:18px}.admin-more-tab-item span{font-size:.65rem}.admin-more-tab-item svg{width:18px;height:18px}}@media(min-width:769px){.admin-mobile-bottom-bar,.admin-more-overlay,.admin-modal-overlay{display:none}}.ff-navbar{position:fixed;top:0;left:0;right:0;height:70px;background:#1e293b;border-bottom:1px solid #334155;z-index:200;box-shadow:0 2px 10px #0000004d}.ff-navbar-container{display:flex;align-items:center;justify-content:space-between;height:100%;padding:0 2rem;width:100%}.ff-navbar-left{display:flex;align-items:center;gap:1rem}.ff-navbar-menu-btn{background:transparent;border:none;color:#94a3b8;cursor:pointer;padding:8px;display:flex;align-items:center;justify-content:center;border-radius:8px;transition:all .2s}.ff-navbar-menu-btn:hover{background:#334155;color:#f1f5f9}.ff-navbar-brand{display:flex;align-items:center;gap:0;font-size:24px;font-weight:700;font-family:Inter,Poppins,-apple-system,BlinkMacSystemFont,sans-serif;letter-spacing:-.02em;line-height:1}.ff-navbar-fix-text{color:#fff;font-weight:700}.ff-navbar-flash-text{background:linear-gradient(90deg,#f4c430,#d4af37);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:700}.ff-navbar-role-badge{margin-left:12px;font-size:11px;font-weight:600;padding:4px 10px;border-radius:20px;text-transform:uppercase;letter-spacing:.5px;background:#334155;color:#94a3b8;white-space:nowrap}.ff-navbar-role-super-admin{background:linear-gradient(135deg,#f59e0b,#d97706);color:#0f172a;box-shadow:0 2px 8px #f59e0b4d}.ff-navbar-role-manager{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;box-shadow:0 2px 8px #3b82f64d}.ff-navbar-role-finance{background:linear-gradient(135deg,#10b981,#059669);color:#fff;box-shadow:0 2px 8px #10b9814d}.ff-navbar-role-support{background:linear-gradient(135deg,#8b5cf6,#7c3aed);color:#fff;box-shadow:0 2px 8px #8b5cf64d}.ff-navbar-role-staff{background:#475569;color:#cbd5e1;box-shadow:0 2px 8px #4755694d}.ff-navbar-user{display:flex;align-items:center;gap:8px;color:#94a3b8;background:#334155;padding:8px 16px;border-radius:8px;font-size:14px;font-weight:500}@media(max-width:768px){.ff-navbar-container{padding:0 1rem}.ff-navbar-brand{font-size:20px}.ff-navbar-role-badge{font-size:10px;padding:3px 8px;margin-left:8px;display:inline-flex}.ff-navbar-user span{display:inline-block}.ff-navbar-user{padding:8px 12px}.ff-navbar-menu-btn{display:none}}@media(max-width:480px){.ff-navbar-brand{gap:0}.ff-navbar-role-badge{font-size:9px;padding:2px 6px;margin-left:6px;display:inline-flex}.ff-navbar{height:60px}.ff-navbar-user span{display:none}.ff-navbar-user{padding:6px 10px}}.ff-login-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#0f172a,#1e293b);padding:20px;width:100%;position:fixed;inset:0;overflow:auto}.ff-login-card{background:#1e293bf2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;padding:40px;width:100%;max-width:450px;box-shadow:0 20px 60px #0000004d;border:1px solid rgba(255,255,255,.1);animation:ff-login-slideUp .6s ease-out;margin:0}@keyframes ff-login-slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.ff-login-header{text-align:center;margin-bottom:40px}.ff-login-logo-wrapper{display:flex;align-items:center;justify-content:center;gap:15px;margin-bottom:25px;flex-wrap:wrap}.ff-login-logo{font-size:42px;font-weight:800;letter-spacing:1.5px;background:linear-gradient(135deg,#667eea,#764ba2,#6b46c1);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;background-size:200% 200%;animation:ff-login-gradient-flow 6s ease infinite}@keyframes ff-login-gradient-flow{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.ff-login-badge{background:linear-gradient(135deg,#f59e0b,#d97706);color:#0f172a;font-size:14px;font-weight:700;padding:8px 16px;border-radius:20px;box-shadow:0 4px 15px #f59e0b66;text-transform:uppercase;letter-spacing:1px}.ff-login-title{color:#f8fafc;font-size:28px;font-weight:700;margin-bottom:10px}.ff-login-subtitle{color:#94a3b8;font-size:16px;margin:0}.ff-login-form{display:flex;flex-direction:column;gap:25px}.ff-login-error{display:flex;align-items:center;gap:10px;background:#ef44441a;border:1px solid rgba(239,68,68,.2);color:#fca5a5;padding:15px;border-radius:12px;font-size:14px;animation:ff-login-shake .5s}@keyframes ff-login-shake{0%,to{transform:translate(0)}25%{transform:translate(-5px)}75%{transform:translate(5px)}}.ff-login-field{display:flex;flex-direction:column;gap:8px}.ff-login-label{display:flex;align-items:center;gap:8px;color:#cbd5e1;font-size:14px;font-weight:500}.ff-login-label-icon{color:#94a3b8;width:18px;height:18px}.ff-login-input-wrapper{position:relative;width:100%}.ff-login-input-icon{position:absolute;left:16px;top:50%;transform:translateY(-50%);color:#64748b;width:18px;height:18px;pointer-events:none}.ff-login-input{width:100%;background:#0f172ab3;border:2px solid rgba(148,163,184,.2);border-radius:12px;padding:16px 20px 16px 48px;color:#f1f5f9;font-size:16px;transition:all .3s ease;outline:none}.ff-login-input:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f133}.ff-login-input::placeholder{color:#64748b}.ff-login-input:disabled{opacity:.6;cursor:not-allowed}.ff-login-button{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:12px;padding:18px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:10px;margin-top:10px}.ff-login-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 25px #667eea66}.ff-login-button:active:not(:disabled){transform:translateY(0)}.ff-login-button:disabled{opacity:.7;cursor:not-allowed}.ff-login-spinner{width:20px;height:20px;border:3px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:#fff;animation:ff-login-spin 1s linear infinite}@keyframes ff-login-spin{to{transform:rotate(360deg)}}@media(max-width:768px){.ff-login-container{padding:16px}.ff-login-card{padding:32px 28px;max-width:400px}.ff-login-logo{font-size:38px}.ff-login-badge{font-size:13px;padding:6px 14px}.ff-login-title{font-size:26px}.ff-login-subtitle{font-size:15px}.ff-login-input{padding:14px 18px 14px 44px;font-size:15px}.ff-login-input-icon{left:14px;width:16px;height:16px}.ff-login-button{padding:16px;font-size:15px}}@media(max-width:480px){.ff-login-container{padding:12px}.ff-login-card{padding:28px 20px;max-width:100%;border-radius:16px}.ff-login-logo-wrapper{gap:10px;margin-bottom:20px}.ff-login-logo{font-size:32px}.ff-login-badge{font-size:11px;padding:5px 12px}.ff-login-title{font-size:24px}.ff-login-subtitle{font-size:14px}.ff-login-header{margin-bottom:32px}.ff-login-form{gap:20px}.ff-login-label{font-size:13px}.ff-login-input{padding:12px 16px 12px 40px;font-size:14px;border-radius:10px}.ff-login-input-icon{left:12px;width:14px;height:14px}.ff-login-error{padding:12px;font-size:13px}.ff-login-button{padding:14px;font-size:14px}}@media(max-width:375px){.ff-login-container{padding:10px}.ff-login-card{padding:24px 16px}.ff-login-logo{font-size:28px}.ff-login-badge{font-size:10px;padding:4px 10px}.ff-login-title{font-size:22px}.ff-login-subtitle{font-size:13px}.ff-login-header{margin-bottom:28px}.ff-login-field{gap:6px}.ff-login-input{padding:10px 14px 10px 38px;font-size:13px}.ff-login-input-icon{left:10px;width:13px;height:13px}.ff-login-button{padding:12px;font-size:13px}.ff-login-error{padding:10px;font-size:12px}}.ff-scc-card{background:#1e293b;border-radius:12px;border:1px solid #334155;overflow:hidden;transition:all .3s ease;box-shadow:0 4px 6px -1px #0003}.ff-scc-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px #0000004d;border-color:#475569}.ff-scc-header{display:flex;justify-content:space-between;align-items:flex-start;padding:20px;border-bottom:1px solid #334155;background:linear-gradient(135deg,#0f172a,#1e293b);flex-wrap:wrap;gap:16px}.ff-scc-info{display:flex;align-items:center;gap:16px;flex:1;min-width:0}.ff-scc-avatar{width:56px;height:56px;background:linear-gradient(135deg,#7c3aed,#a78bfa);border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:24px;flex-shrink:0;box-shadow:0 4px 8px #7c3aed4d}.ff-scc-details{flex:1;min-width:0}.ff-scc-name{font-size:18px;font-weight:700;color:#f8fafc;margin:0 0 6px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ff-scc-owner{font-size:14px;color:#94a3b8;margin:0;display:flex;align-items:center;gap:6px}.ff-scc-owner svg{width:12px;height:12px}.ff-scc-status{display:flex;flex-direction:column;gap:8px;align-items:flex-end}.ff-scc-statusBadge,.ff-scc-availabilityBadge{padding:6px 12px;border-radius:20px;font-size:12px;font-weight:600;display:inline-flex;align-items:center;gap:6px;white-space:nowrap}.ff-scc-statusBadge svg,.ff-scc-availabilityBadge svg{width:12px;height:12px}.ff-scc-statusVerified,.ff-scc-availabilityOnline{background:#10b98126;color:#10b981;border:1px solid rgba(16,185,129,.3)}.ff-scc-statusPending,.ff-scc-availabilityBusy{background:#f59e0b26;color:#f59e0b;border:1px solid rgba(245,158,11,.3)}.ff-scc-statusRejected,.ff-scc-availabilityOffline{background:#ef444426;color:#ef4444;border:1px solid rgba(239,68,68,.3)}.ff-scc-statusSuspended{background:#94a3b826;color:#94a3b8;border:1px solid rgba(148,163,184,.3)}.ff-scc-body{padding:20px}.ff-scc-infoRow{display:flex;gap:20px;margin-bottom:16px;flex-wrap:wrap}.ff-scc-infoRow:last-child{margin-bottom:0}.ff-scc-infoItem{flex:1;display:flex;align-items:center;gap:10px;font-size:14px;color:#cbd5e1;min-width:0}.ff-scc-infoItem svg{color:#64748b;width:14px;height:14px;flex-shrink:0}.ff-scc-infoItem span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ff-scc-footer{padding:16px 20px;background:#0f172a;border-top:1px solid #334155;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px}.ff-scc-footerLeft{display:flex;gap:12px;align-items:center;flex-wrap:wrap}.ff-scc-pincodeBadge,.ff-scc-ordersBadge{padding:6px 12px;background:#1e293b;border:1px solid #475569;border-radius:20px;font-size:12px;font-weight:600;color:#94a3b8;display:inline-flex;align-items:center;gap:6px}.ff-scc-pincodeBadge svg,.ff-scc-ordersBadge svg{color:#64748b;width:11px;height:11px}.ff-scc-actions{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.ff-scc-viewBtn,.ff-scc-approveBtn,.ff-scc-rejectBtn,.ff-scc-suspendBtn,.ff-scc-activateBtn,.ff-scc-deleteBtn{padding:8px 16px;border-radius:8px;border:none;font-size:13px;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;gap:6px;transition:all .2s;white-space:nowrap}.ff-scc-viewBtn svg,.ff-scc-approveBtn svg,.ff-scc-rejectBtn svg,.ff-scc-suspendBtn svg,.ff-scc-activateBtn svg,.ff-scc-deleteBtn svg{width:14px;height:14px}.ff-scc-viewBtn{background:#334155;color:#cbd5e1}.ff-scc-viewBtn:hover{background:#475569;color:#f1f5f9;transform:translateY(-1px)}.ff-scc-approveBtn{background:#10b98126;color:#10b981;border:1px solid rgba(16,185,129,.3)}.ff-scc-approveBtn:hover{background:#10b98140;color:#34d399;transform:translateY(-1px)}.ff-scc-rejectBtn{background:#ef444426;color:#ef4444;border:1px solid rgba(239,68,68,.3)}.ff-scc-rejectBtn:hover{background:#ef444440;color:#f87171;transform:translateY(-1px)}.ff-scc-suspendBtn{background:#f59e0b26;color:#f59e0b;border:1px solid rgba(245,158,11,.3)}.ff-scc-suspendBtn:hover{background:#f59e0b40;color:#fbbf24;transform:translateY(-1px)}.ff-scc-activateBtn{background:#3b82f626;color:#3b82f6;border:1px solid rgba(59,130,246,.3)}.ff-scc-activateBtn:hover{background:#3b82f640;color:#60a5fa;transform:translateY(-1px)}.ff-scc-deleteBtn{background:#ef444426;color:#ef4444;padding:8px 12px;border:1px solid rgba(239,68,68,.3)}.ff-scc-deleteBtn:hover{background:#ef444440;color:#f87171;transform:translateY(-1px)}@media(max-width:768px){.ff-scc-header{flex-direction:column;align-items:stretch}.ff-scc-status{align-self:stretch;align-items:stretch}.ff-scc-statusBadge,.ff-scc-availabilityBadge{justify-content:center}.ff-scc-infoRow{flex-direction:column;gap:12px}.ff-scc-footer{flex-direction:column;align-items:stretch}.ff-scc-footerLeft,.ff-scc-actions{justify-content:center}}@media(max-width:480px){.ff-scc-info{flex-direction:column;text-align:center}.ff-scc-name{white-space:normal;text-align:center}.ff-scc-owner,.ff-scc-infoItem{justify-content:center}.ff-scc-actions{flex-wrap:wrap}.ff-scc-viewBtn,.ff-scc-approveBtn,.ff-scc-rejectBtn,.ff-scc-suspendBtn,.ff-scc-activateBtn,.ff-scc-deleteBtn{flex:1;justify-content:center}}.ff-scd-container{height:100%;display:flex;flex-direction:column;background:#1e293b;color:#e2e8f0;max-height:90vh;overflow:hidden}.ff-scd-header{padding:24px;background:#0f172a;border-bottom:1px solid #334155;flex-shrink:0}.ff-scd-header-main{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:16px;flex-wrap:wrap;gap:16px}.ff-scd-title-section{display:flex;align-items:center;gap:12px;flex:1}.ff-scd-title-section svg{color:#8b5cf6;flex-shrink:0}.ff-scd-title{font-size:24px;font-weight:700;color:#f8fafc;margin:0 0 4px;line-height:1.2}.ff-scd-subtitle{font-size:14px;color:#94a3b8;margin:0}.ff-scd-close-btn{background:none;border:none;color:#94a3b8;cursor:pointer;padding:8px;border-radius:8px;display:flex;align-items:center;justify-content:center;transition:all .2s;flex-shrink:0}.ff-scd-close-btn:hover{background:#334155;color:#f1f5f9}.ff-scd-status-bar{display:flex;gap:16px;flex-wrap:wrap;align-items:center}.ff-scd-status-item{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;background:#334155;border:1px solid #475569;border-radius:20px;font-size:14px;font-weight:600;flex-shrink:0}.ff-scd-status-text{color:#cbd5e1}.ff-scd-tabs{display:flex;gap:4px;padding:0 24px;background:#0f172a;border-bottom:1px solid #334155;flex-shrink:0;overflow-x:auto}.ff-scd-tab{padding:12px 20px;background:none;border:none;color:#94a3b8;font-size:14px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:8px;border-bottom:2px solid transparent;transition:all .2s;white-space:nowrap;flex-shrink:0}.ff-scd-tab:hover{color:#e2e8f0}.ff-scd-tab-active{color:#8b5cf6;border-bottom-color:#8b5cf6;background:#8b5cf61a}.ff-scd-content{flex:1;display:flex;flex-direction:column;min-height:0;overflow:hidden}.ff-scd-scroll-content{flex:1;overflow-y:auto;padding:24px;min-height:0}.ff-scd-section{margin-bottom:32px}.ff-scd-section:last-child{margin-bottom:0}.ff-scd-section-title{font-size:18px;font-weight:700;color:#f8fafc;margin:0 0 20px;padding-bottom:12px;border-bottom:1px solid #334155}.ff-scd-info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px}.ff-scd-info-item{display:flex;align-items:flex-start;gap:12px}.ff-scd-info-item svg{color:#64748b;width:16px;height:16px;margin-top:2px;flex-shrink:0}.ff-scd-info-label{font-size:12px;color:#94a3b8;margin:0 0 4px;text-transform:uppercase;letter-spacing:.5px}.ff-scd-info-value{font-size:14px;color:#f1f5f9;margin:0;font-weight:500;word-break:break-word}.ff-scd-location-card{background:#0f172a;border:1px solid #334155;border-radius:12px;padding:20px;display:flex;gap:16px;margin-bottom:20px;flex-wrap:wrap}.ff-scd-location-card svg{color:#8b5cf6;margin-top:2px;flex-shrink:0}.ff-scd-location-info{flex:1;min-width:0}.ff-scd-address{font-size:14px;color:#e2e8f0;margin:0 0 12px;line-height:1.5;word-break:break-word}.ff-scd-location-details{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.ff-scd-city,.ff-scd-state,.ff-scd-pincode{font-size:13px;color:#94a3b8;font-weight:500}.ff-scd-separator{color:#475569}.ff-scd-nearby{font-size:13px;color:#cbd5e1;margin:12px 0 0;padding-top:12px;border-top:1px solid #334155;word-break:break-word}.ff-scd-pincodes{background:#0f172a;border:1px solid #334155;border-radius:12px;padding:20px}.ff-scd-pincodes-title{font-size:14px;font-weight:600;color:#e2e8f0;margin:0 0 16px}.ff-scd-pincodes-list{display:flex;flex-wrap:wrap;gap:8px}.ff-scd-pincode-badge{padding:6px 12px;background:#8b5cf61a;color:#a78bfa;border:1px solid rgba(139,92,246,.3);border-radius:20px;font-size:13px;font-weight:500}.ff-scd-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px}.ff-scd-stat-card{background:#0f172a;border:1px solid #334155;border-radius:12px;padding:20px;display:flex;align-items:center;gap:16px;transition:all .2s}.ff-scd-stat-card:hover{border-color:#475569;transform:translateY(-2px)}.ff-scd-stat-card svg{color:#8b5cf6;flex-shrink:0}.ff-scd-stat-number{font-size:24px;font-weight:700;color:#f8fafc;margin:0 0 4px;line-height:1}.ff-scd-stat-label{font-size:13px;color:#94a3b8;margin:0}.ff-scd-documents-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:16px}.ff-scd-document-card{background:#0f172a;border:1px solid #334155;border-radius:12px;padding:16px;display:flex;align-items:center;gap:12px;transition:all .2s}.ff-scd-document-card:hover{border-color:#475569}.ff-scd-document-card svg{color:#8b5cf6;flex-shrink:0}.ff-scd-document-title{font-size:14px;font-weight:600;color:#e2e8f0;margin:0 0 8px}.ff-scd-document-btn{background:#8b5cf61a;color:#a78bfa;border:1px solid rgba(139,92,246,.3);border-radius:6px;padding:6px 12px;font-size:12px;font-weight:500;cursor:pointer;display:inline-flex;align-items:center;gap:6px;transition:all .2s}.ff-scd-document-btn:hover{background:#8b5cf633;border-color:#8b5cf680}.ff-scd-empty-documents{text-align:center;padding:60px 20px;color:#94a3b8}.ff-scd-empty-documents svg{color:#475569;margin-bottom:16px}.ff-scd-performance-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px}.ff-scd-metric-card{background:#0f172a;border:1px solid #334155;border-radius:12px;padding:20px}.ff-scd-metric-header{display:flex;align-items:center;gap:8px;margin-bottom:20px;font-size:14px;font-weight:600;color:#e2e8f0}.ff-scd-metric-header svg{color:#8b5cf6}.ff-scd-ratings-breakdown{display:flex;flex-direction:column;gap:12px}.ff-scd-rating-row{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:8px}.ff-scd-rating-stars{color:#fbbf24;font-size:16px}.ff-scd-rating-count{color:#cbd5e1;font-size:14px;font-weight:600}.ff-scd-no-data{text-align:center;color:#94a3b8;font-size:14px;margin:0;padding:20px 0}.ff-scd-verification-info{display:flex;flex-direction:column;gap:12px}.ff-scd-verification-item{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.ff-scd-verification-label{font-size:13px;color:#94a3b8;font-weight:500;min-width:100px}.ff-scd-verification-value{font-size:14px;color:#f1f5f9;font-weight:500;word-break:break-word}.ff-scd-verification-value--verified{color:#10b981}.ff-scd-verification-value--not_verified{color:#f59e0b}.ff-scd-verification-value--rejected{color:#ef4444}.ff-scd-actions{padding:24px;background:#0f172a;border-top:1px solid #334155;flex-shrink:0}.ff-scd-verification-notes{margin-bottom:20px}.ff-scd-notes-title{font-size:14px;font-weight:600;color:#e2e8f0;margin:0 0 12px}.ff-scd-notes-input{width:100%;padding:12px;background:#1e293b;border:1px solid #475569;border-radius:8px;color:#e2e8f0;font-size:14px;resize:vertical;min-height:80px;transition:all .2s;font-family:inherit}.ff-scd-notes-input:focus{outline:none;border-color:#8b5cf6;box-shadow:0 0 0 3px #8b5cf626}.ff-scd-action-buttons{display:flex;gap:12px;justify-content:flex-end;flex-wrap:wrap}.ff-scd-reject-btn,.ff-scd-approve-btn,.ff-scd-suspend-btn,.ff-scd-activate-btn{padding:12px 24px;border-radius:8px;border:none;font-size:14px;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;gap:8px;transition:all .2s;white-space:nowrap}.ff-scd-reject-btn{background:#ef444426;color:#ef4444;border:1px solid rgba(239,68,68,.3)}.ff-scd-reject-btn:hover{background:#ef444440;color:#f87171;transform:translateY(-1px)}.ff-scd-approve-btn{background:#10b98126;color:#10b981;border:1px solid rgba(16,185,129,.3)}.ff-scd-approve-btn:hover{background:#10b98140;color:#34d399;transform:translateY(-1px)}.ff-scd-suspend-btn{background:#f59e0b26;color:#f59e0b;border:1px solid rgba(245,158,11,.3)}.ff-scd-suspend-btn:hover{background:#f59e0b40;color:#fbbf24;transform:translateY(-1px)}.ff-scd-activate-btn{background:#3b82f626;color:#3b82f6;border:1px solid rgba(59,130,246,.3)}.ff-scd-activate-btn:hover{background:#3b82f640;color:#60a5fa;transform:translateY(-1px)}.ff-scd-scroll-content::-webkit-scrollbar{width:8px}.ff-scd-scroll-content::-webkit-scrollbar-track{background:#1e293b;border-radius:4px}.ff-scd-scroll-content::-webkit-scrollbar-thumb{background:#475569;border-radius:4px}.ff-scd-scroll-content::-webkit-scrollbar-thumb:hover{background:#64748b}.ff-scd-tabs::-webkit-scrollbar{height:4px}.ff-scd-tabs::-webkit-scrollbar-track{background:#0f172a}.ff-scd-tabs::-webkit-scrollbar-thumb{background:#475569;border-radius:2px}@media(max-width:768px){.ff-scd-container{max-height:95vh}.ff-scd-header,.ff-scd-tabs,.ff-scd-scroll-content,.ff-scd-actions{padding:16px}.ff-scd-header-main{flex-direction:column;align-items:stretch;gap:16px}.ff-scd-close-btn{align-self:flex-end}.ff-scd-title{font-size:20px}.ff-scd-status-bar{justify-content:center}.ff-scd-tabs{gap:2px}.ff-scd-tab{padding:10px 16px;font-size:13px}.ff-scd-info-grid,.ff-scd-stats-grid,.ff-scd-performance-grid,.ff-scd-documents-grid{grid-template-columns:1fr}.ff-scd-action-buttons{flex-direction:column}.ff-scd-reject-btn,.ff-scd-approve-btn,.ff-scd-suspend-btn,.ff-scd-activate-btn{width:100%;justify-content:center}.ff-scd-location-card{flex-direction:column}.ff-scd-location-details{flex-direction:column;align-items:flex-start;gap:4px}.ff-scd-separator{display:none}}@media(max-width:480px){.ff-scd-title{font-size:18px}.ff-scd-subtitle{font-size:12px}.ff-scd-status-item{padding:6px 12px;font-size:12px}.ff-scd-section-title{font-size:16px}.ff-scd-stat-number{font-size:20px}.ff-scd-stat-label{font-size:12px}.ff-scd-verification-item{flex-direction:column;align-items:flex-start;gap:4px}.ff-scd-verification-label{min-width:auto}}.ff-pa-container{width:100%}.ff-pa-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;color:#94a3b8}.ff-pa-spinner{width:40px;height:40px;border:3px solid #334155;border-top-color:#f59e0b;border-radius:50%;animation:ff-pa-spin 1s linear infinite;margin-bottom:16px}@keyframes ff-pa-spin{to{transform:rotate(360deg)}}.ff-pa-loadingText{margin:0;font-size:14px;color:#94a3b8}.ff-pa-empty{text-align:center;padding:80px 20px;color:#94a3b8}.ff-pa-empty svg{color:#475569;margin-bottom:20px}.ff-pa-emptyTitle{font-size:18px;color:#e2e8f0;margin:0 0 8px;font-weight:600}.ff-pa-emptyText{margin:0;font-size:14px;color:#94a3b8}.ff-pa-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;padding-bottom:16px;border-bottom:1px solid #334155;flex-wrap:wrap;gap:16px}.ff-pa-headerInfo{flex:1}.ff-pa-title{font-size:20px;font-weight:700;color:#f8fafc;margin:0 0 4px}.ff-pa-subtitle{font-size:14px;color:#94a3b8;margin:0}.ff-pa-headerStats{display:flex;gap:12px;align-items:center}.ff-pa-stat{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;background:#f59e0b26;color:#f59e0b;border:1px solid rgba(245,158,11,.3);border-radius:20px;font-size:14px;font-weight:600}.ff-pa-stat svg{width:16px;height:16px}.ff-pa-list{display:flex;flex-direction:column;gap:16px}.ff-pa-card{background:#0f172a;border-radius:12px;border:1px solid #334155;overflow:hidden;transition:all .3s ease}.ff-pa-card:hover{border-color:#475569;box-shadow:0 4px 12px #0003}.ff-pa-cardHeader{padding:20px;background:#f59e0b0d;border-bottom:1px solid #334155;display:flex;justify-content:space-between;align-items:flex-start;gap:16px;flex-wrap:wrap}.ff-pa-centerInfo{display:flex;align-items:center;gap:12px;flex:1;min-width:0}.ff-pa-avatar{width:48px;height:48px;background:linear-gradient(135deg,#f59e0b,#fbbf24);border-radius:10px;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}.ff-pa-avatar svg{width:20px;height:20px}.ff-pa-centerName{font-size:16px;font-weight:700;color:#f8fafc;margin:0 0 4px}.ff-pa-ownerName{font-size:14px;color:#94a3b8;margin:0}.ff-pa-badges{display:flex;flex-direction:column;gap:8px;align-items:flex-end}.ff-pa-statusBadge{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;background:#f59e0b26;color:#f59e0b;border:1px solid rgba(245,158,11,.3);border-radius:20px;font-size:12px;font-weight:600;white-space:nowrap}.ff-pa-timeBadge{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;background:#334155;color:#cbd5e1;border:1px solid #475569;border-radius:20px;font-size:12px;font-weight:600;white-space:nowrap}.ff-pa-statusBadge svg,.ff-pa-timeBadge svg{width:12px;height:12px}.ff-pa-cardBody{padding:20px}.ff-pa-infoGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:16px;margin-bottom:20px}.ff-pa-infoItem{display:flex;align-items:center;gap:8px;font-size:14px;color:#cbd5e1}.ff-pa-infoItem svg{color:#64748b;width:14px;height:14px;flex-shrink:0}.ff-pa-infoItem span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ff-pa-documents{background:#f59e0b0d;border:1px solid rgba(245,158,11,.1);border-radius:8px;padding:16px}.ff-pa-documentsTitle{font-size:14px;font-weight:600;color:#f59e0b;margin:0 0 12px}.ff-pa-documentsList{display:flex;flex-wrap:wrap;gap:8px}.ff-pa-documentBadge{padding:4px 12px;background:#f59e0b1a;color:#fbbf24;border:1px solid rgba(245,158,11,.2);border-radius:20px;font-size:12px;font-weight:500}.ff-pa-cardFooter{padding:16px 20px;background:#0f172a;border-top:1px solid #334155;display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap}.ff-pa-viewBtn,.ff-pa-approveBtn,.ff-pa-rejectBtn{padding:8px 16px;border-radius:8px;border:none;font-size:14px;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;gap:6px;transition:all .2s;white-space:nowrap}.ff-pa-viewBtn svg,.ff-pa-approveBtn svg,.ff-pa-rejectBtn svg{width:14px;height:14px}.ff-pa-viewBtn{background:#334155;color:#cbd5e1}.ff-pa-viewBtn:hover{background:#475569;color:#f1f5f9;transform:translateY(-1px)}.ff-pa-actionButtons{display:flex;gap:8px}.ff-pa-rejectBtn{background:#ef444426;color:#ef4444;border:1px solid rgba(239,68,68,.3)}.ff-pa-rejectBtn:hover{background:#ef444440;color:#f87171;border-color:#ef444480;transform:translateY(-1px)}.ff-pa-approveBtn{background:#10b98126;color:#10b981;border:1px solid rgba(16,185,129,.3)}.ff-pa-approveBtn:hover{background:#10b98140;color:#34d399;border-color:#10b98180;transform:translateY(-1px)}@media(max-width:768px){.ff-pa-header{flex-direction:column;align-items:flex-start}.ff-pa-cardHeader{flex-direction:column;align-items:stretch}.ff-pa-badges{align-items:stretch}.ff-pa-statusBadge,.ff-pa-timeBadge{justify-content:center}.ff-pa-infoGrid{grid-template-columns:1fr}.ff-pa-cardFooter{flex-direction:column;align-items:stretch}.ff-pa-viewBtn{width:100%;justify-content:center}.ff-pa-actionButtons{width:100%}.ff-pa-rejectBtn,.ff-pa-approveBtn{flex:1;justify-content:center}}@media(max-width:480px){.ff-pa-centerInfo{flex-direction:column;text-align:center}.ff-pa-centerName,.ff-pa-ownerName{text-align:center}.ff-pa-infoItem{justify-content:center}.ff-pa-infoItem span{white-space:normal;word-break:break-word}}.ff-sc-page{width:100%;background:#0f172a;min-height:calc(100vh - 64px);color:#e2e8f0}.ff-sc-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px;background:#1e293b;padding:24px;border-radius:12px;box-shadow:0 4px 6px -1px #0003;border:1px solid #334155;width:100%;flex-wrap:wrap;gap:20px}.ff-sc-header-left{flex:1}.ff-sc-title{font-size:28px;font-weight:700;color:#f8fafc;margin:0 0 8px}.ff-sc-subtitle{color:#94a3b8;margin:0;font-size:14px}.ff-sc-header-actions{display:flex;gap:12px;flex-wrap:wrap}.ff-sc-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 20px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s;border:none}.ff-sc-btn-primary{background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff}.ff-sc-btn-primary:hover{background:linear-gradient(135deg,#4f46e5,#7c3aed);transform:translateY(-1px);box-shadow:0 4px 12px #6366f14d}.ff-sc-btn-outline{background:#334155;color:#cbd5e1;border:1px solid #475569}.ff-sc-btn-outline:hover{background:#475569;color:#f1f5f9;border-color:#64748b}.ff-sc-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:20px;margin-bottom:32px;width:100%}.ff-sc-stat-card{background:#1e293b;border-radius:12px;padding:24px;display:flex;align-items:center;gap:20px;box-shadow:0 4px 6px -1px #0003;border:1px solid #334155;transition:all .3s ease}.ff-sc-stat-card:hover{transform:translateY(-2px);box-shadow:0 8px 16px #0000004d;border-color:#475569}.ff-sc-stat-icon{width:60px;height:60px;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}.ff-sc-stat-icon svg{width:24px;height:24px}.ff-sc-stat-icon-total{background:linear-gradient(135deg,#7c3aed,#a78bfa);box-shadow:0 4px 12px #7c3aed4d}.ff-sc-stat-icon-verified{background:linear-gradient(135deg,#10b981,#34d399);box-shadow:0 4px 12px #10b9814d}.ff-sc-stat-icon-pending{background:linear-gradient(135deg,#f59e0b,#fbbf24);box-shadow:0 4px 12px #f59e0b4d}.ff-sc-stat-icon-online{background:linear-gradient(135deg,#3b82f6,#60a5fa);box-shadow:0 4px 12px #3b82f64d}.ff-sc-stat-content{flex:1}.ff-sc-stat-number{font-size:32px;font-weight:700;color:#f8fafc;margin:0 0 4px;line-height:1}.ff-sc-stat-label{color:#94a3b8;margin:0;font-size:14px}.ff-sc-tabs-container{background:#1e293b;border-radius:12px;padding:16px 24px;margin-bottom:24px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:20px;box-shadow:0 4px 6px -1px #0003;border:1px solid #334155;width:100%}.ff-sc-tabs{display:flex;gap:8px;overflow-x:auto;padding-bottom:4px;flex-wrap:wrap}.ff-sc-tabs::-webkit-scrollbar{height:4px}.ff-sc-tabs::-webkit-scrollbar-track{background:#334155;border-radius:2px}.ff-sc-tabs::-webkit-scrollbar-thumb{background:#475569;border-radius:2px}.ff-sc-tab-btn{padding:10px 20px;border:none;background:#334155;color:#94a3b8;font-weight:600;font-size:14px;cursor:pointer;border-radius:8px;white-space:nowrap;position:relative;transition:all .2s;display:flex;align-items:center;gap:8px}.ff-sc-tab-btn:hover{background:#475569;color:#e2e8f0}.ff-sc-tab-btn-active{background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;box-shadow:0 2px 8px #6366f14d}.ff-sc-tab-count{background:#475569;color:#e2e8f0;font-size:12px;padding:2px 8px;border-radius:12px;font-weight:600}.ff-sc-tab-btn-active .ff-sc-tab-count{background:#fff3;color:#fff}.ff-sc-tab-badge{position:absolute;top:-8px;right:-8px;background:linear-gradient(135deg,#ef4444,#f87171);color:#fff;font-size:11px;width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;box-shadow:0 2px 4px #ef44444d}.ff-sc-search-bar{position:relative;min-width:280px;flex:1;max-width:400px}.ff-sc-search-bar svg{position:absolute;left:16px;top:50%;transform:translateY(-50%);color:#64748b;width:16px;height:16px}.ff-sc-search-input{width:100%;padding:12px 16px 12px 44px;border:1px solid #475569;border-radius:8px;font-size:14px;background:#0f172a;color:#e2e8f0;transition:all .2s}.ff-sc-search-input::placeholder{color:#64748b}.ff-sc-search-input:focus{outline:none;border-color:#6366f1;background:#1e293b;box-shadow:0 0 0 3px #6366f126}.ff-sc-clear-search{position:absolute;right:12px;top:50%;transform:translateY(-50%);background:none;border:none;color:#64748b;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center}.ff-sc-clear-search svg{position:static;transform:none;width:12px;height:12px}.ff-sc-clear-search:hover{color:#94a3b8}.ff-sc-content-area{min-height:400px;background:#1e293b;border-radius:12px;padding:24px;box-shadow:0 4px 6px -1px #0003;border:1px solid #334155;width:100%}.ff-sc-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 20px;color:#94a3b8}.ff-sc-spinner{width:48px;height:48px;border:4px solid #334155;border-top-color:#6366f1;border-radius:50%;animation:ff-sc-spin 1s linear infinite;margin-bottom:20px}@keyframes ff-sc-spin{to{transform:rotate(360deg)}}.ff-sc-loading-text{margin:0;font-size:14px}.ff-sc-empty{text-align:center;padding:80px 20px;color:#94a3b8}.ff-sc-empty svg{font-size:64px;color:#475569;margin-bottom:20px}.ff-sc-empty-title{font-size:20px;color:#e2e8f0;margin:0 0 8px}.ff-sc-empty-text{margin:0;font-size:14px}.ff-sc-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(380px,1fr));gap:24px;width:100%}.ff-sc-modal-overlay{position:fixed;inset:0;background:#000c;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:ff-sc-fadeIn .2s ease}@keyframes ff-sc-fadeIn{0%{opacity:0}to{opacity:1}}.ff-sc-modal{background:#1e293b;border-radius:16px;border:1px solid #475569;max-width:900px;width:100%;max-height:90vh;overflow:hidden;animation:ff-sc-slideUp .3s ease;box-shadow:0 20px 40px #0006}@keyframes ff-sc-slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media(max-width:1024px){.ff-sc-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr))}.ff-sc-stat-card{padding:20px}.ff-sc-stat-number{font-size:28px}}@media(max-width:768px){.ff-sc-page{padding:1rem}.ff-sc-header{flex-direction:column;gap:16px;align-items:stretch;padding:20px}.ff-sc-header-actions{justify-content:stretch}.ff-sc-header-actions .ff-sc-btn{flex:1;justify-content:center}.ff-sc-title{font-size:24px}.ff-sc-subtitle{font-size:13px}.ff-sc-stats-grid{grid-template-columns:1fr;gap:15px;margin-bottom:24px}.ff-sc-stat-card{padding:18px}.ff-sc-stat-icon{width:50px;height:50px}.ff-sc-stat-number{font-size:26px}.ff-sc-tabs-container{flex-direction:column;align-items:stretch;padding:16px}.ff-sc-tabs{justify-content:center}.ff-sc-tab-btn{padding:8px 16px;font-size:13px}.ff-sc-search-bar{min-width:100%;max-width:100%}.ff-sc-content-area{padding:16px}.ff-sc-grid{grid-template-columns:1fr;gap:16px}.ff-sc-modal{max-width:95%;max-height:85vh}.ff-sc-empty{padding:60px 20px}.ff-sc-empty-title{font-size:18px}.ff-sc-empty-text{font-size:13px}}@media(max-width:480px){.ff-sc-page{padding:.75rem}.ff-sc-header{padding:16px}.ff-sc-title{font-size:20px}.ff-sc-subtitle{font-size:12px}.ff-sc-btn{padding:8px 16px;font-size:13px}.ff-sc-stat-card{padding:16px;gap:12px}.ff-sc-stat-icon{width:44px;height:44px}.ff-sc-stat-icon svg{width:20px;height:20px}.ff-sc-stat-number{font-size:24px}.ff-sc-stat-label{font-size:12px}.ff-sc-tabs{flex-wrap:wrap;justify-content:center}.ff-sc-tab-btn{padding:6px 12px;font-size:12px}.ff-sc-tab-count{font-size:10px;padding:2px 6px}.ff-sc-tab-badge{width:16px;height:16px;font-size:9px;top:-6px;right:-6px}.ff-sc-search-input{padding:10px 12px 10px 38px;font-size:13px}.ff-sc-search-bar svg{left:12px;width:14px;height:14px}.ff-sc-content-area{padding:12px}.ff-sc-empty{padding:40px 16px}.ff-sc-empty svg{width:48px;height:48px}.ff-sc-empty-title{font-size:16px}.ff-sc-empty-text{font-size:12px}}@media(max-width:375px){.ff-sc-page{padding:.5rem}.ff-sc-header{padding:12px}.ff-sc-title{font-size:18px}.ff-sc-header-actions{flex-direction:column;gap:10px}.ff-sc-header-actions .ff-sc-btn{width:100%}.ff-sc-stat-card{padding:14px}.ff-sc-tab-btn{flex:1;justify-content:center}.ff-sc-modal{max-width:98%}}.ff-st-container{display:flex;flex-direction:column;padding:2rem;min-height:100vh;width:100%;background:#031120}.ff-st-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid #1e293b;flex-wrap:wrap;gap:1rem}.ff-st-header-left{display:flex;flex-direction:column;gap:.5rem}.ff-st-header-title{display:flex;align-items:center;gap:.75rem}.ff-st-header-title h1{font-size:1.75rem;font-weight:600;color:#e2e8f0;margin:0}.ff-st-header-subtitle{color:#94a3b8;font-size:.875rem;margin:0}.ff-st-header-actions{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.ff-st-import-export{display:flex;gap:.5rem}.ff-st-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.625rem 1.25rem;border-radius:.5rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s;border:1px solid transparent}.ff-st-btn-primary{background:#3b82f6;color:#fff;border:none}.ff-st-btn-primary:hover{background:#2563eb}.ff-st-btn-secondary{background:#1e293b;color:#e2e8f0;border:1px solid #334155}.ff-st-btn-secondary:hover{background:#334155;border-color:#475569}.ff-st-btn-outline{background:#1e293b;color:#e2e8f0;border:1px solid #334155}.ff-st-btn-outline:hover{background:#334155;border-color:#475569}.ff-st-btn-icon{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;border:1px solid #334155;background:#1e293b;border-radius:.375rem;color:#94a3b8;cursor:pointer;transition:all .2s;padding:0}.ff-st-btn-icon:hover{background:#334155;color:#e2e8f0}.ff-st-btn-danger{color:#ef4444!important}.ff-st-btn-danger:hover{background:#7f1a1a;color:#fecaca!important}.ff-st-filters{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.ff-st-search-box{position:relative;flex:1;max-width:400px}.ff-st-search-box input{width:100%;padding:.75rem 1rem .75rem 2.5rem;border:1px solid #334155;border-radius:.5rem;font-size:.875rem;background:#1e293b;color:#e2e8f0}.ff-st-search-box input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f633}.ff-st-search-box svg{position:absolute;left:.875rem;top:50%;transform:translateY(-50%);color:#94a3b8}.ff-st-clear-search{position:absolute;right:.875rem;top:50%;transform:translateY(-50%);background:none;border:none;font-size:1.25rem;color:#94a3b8;cursor:pointer;padding:0;width:1.5rem;height:1.5rem;display:flex;align-items:center;justify-content:center;border-radius:50%}.ff-st-clear-search:hover{background:#334155;color:#e2e8f0}.ff-st-filter-group{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.ff-st-filter-group select{padding:.75rem;border:1px solid #334155;border-radius:.5rem;font-size:.875rem;background:#1e293b;color:#e2e8f0;min-width:140px}.ff-st-filter-group select:focus{outline:none;border-color:#3b82f6}.ff-st-part-quality-filters{display:flex;align-items:center;gap:1rem;padding-top:.5rem;flex-wrap:wrap}.ff-st-filter-label{font-size:.875rem;font-weight:500;color:#94a3b8}.ff-st-part-quality-select{padding:.5rem 1rem;border:1px solid #334155;border-radius:.5rem;font-size:.875rem;background:#1e293b;color:#e2e8f0;cursor:pointer;min-width:200px}.ff-st-part-quality-select:focus{outline:none;border-color:#3b82f6}.ff-st-table-container{background:#1e293b;border-radius:.75rem;border:1px solid #334155;overflow-x:auto;box-shadow:0 1px 3px #0000004d}.ff-st-loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem;gap:1rem}.ff-st-loading-spinner{width:3rem;height:3rem;border:3px solid #334155;border-top-color:#3b82f6;border-radius:50%;animation:ff-st-spin 1s linear infinite}@keyframes ff-st-spin{to{transform:rotate(360deg)}}.ff-st-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem;text-align:center;gap:1rem}.ff-st-empty-state h3{font-size:1.25rem;font-weight:600;color:#e2e8f0;margin:0}.ff-st-empty-state p{color:#94a3b8;margin:0;max-width:300px}.ff-st-table{width:100%;border-collapse:collapse;min-width:800px}.ff-st-table thead{background:#0f172a;border-bottom:2px solid #334155}.ff-st-table th{padding:1rem;text-align:left;font-weight:600;color:#e2e8f0;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em;cursor:pointer;-webkit-user-select:none;user-select:none}.ff-st-table th:hover{background:#334155}.ff-st-table th span{display:flex;align-items:center;gap:.5rem}.ff-st-table td{padding:1rem;border-bottom:1px solid #334155;font-size:.875rem;color:#cbd5e1}.ff-st-table tbody tr:hover{background:#1e293b}.ff-st-name-cell{display:flex;align-items:flex-start;gap:.75rem}.ff-st-icon{flex-shrink:0;margin-top:.125rem}.ff-st-name{font-weight:500;color:#e2e8f0;margin-bottom:.25rem}.ff-st-description{color:#94a3b8;font-size:.8125rem;line-height:1.4}.ff-st-featured-badge{display:inline-flex;align-items:center;gap:.25rem;background:#78350f;color:#f59e0b;padding:.25rem .5rem;border-radius:1rem;font-size:.75rem;font-weight:500;margin-left:auto}.ff-st-category-cell{display:flex;align-items:center;gap:.5rem}.ff-st-category-dot{width:.5rem;height:.5rem;border-radius:50%}.ff-st-complexity-badge{display:inline-block;padding:.25rem .75rem;border-radius:1rem;font-size:.75rem;font-weight:500;text-transform:capitalize}.ff-st-part-quality-badges{display:flex;flex-wrap:wrap;gap:.375rem}.ff-st-part-quality-badge{display:inline-block;padding:.25rem .75rem;border-radius:1rem;font-size:.75rem;font-weight:500;text-transform:capitalize}.ff-st-time-cell{display:flex;align-items:center;gap:.5rem;color:#e2e8f0}.ff-st-requirements-cell{max-width:200px}.ff-st-requirements-tags{display:flex;flex-wrap:wrap;gap:.375rem}.ff-st-requirement-tag{background:#334155;color:#94a3b8;padding:.25rem .5rem;border-radius:.25rem;font-size:.75rem;border:1px solid #475569}.ff-st-more-tag{background:#475569;color:#e2e8f0;padding:.25rem .5rem;border-radius:.25rem;font-size:.75rem;font-weight:500}.ff-st-usage-cell{display:flex;align-items:center;gap:.5rem;color:#e2e8f0}.ff-st-order-cell{font-weight:500;color:#e2e8f0}.ff-st-status-badge{display:inline-flex;align-items:center;gap:.375rem;padding:.375rem .75rem;border-radius:1rem;font-size:.75rem;font-weight:500}.ff-st-status-active{background:#065f46;color:#6ee7b7}.ff-st-status-inactive{background:#7f1a1a;color:#fecaca}.ff-st-actions-cell{display:flex;gap:.5rem;justify-content:flex-start}.ff-st-pagination{display:flex;justify-content:center;align-items:center;gap:1rem;margin-top:2rem;padding:1rem}.ff-st-page-info{font-size:.875rem;color:#94a3b8}.ff-st-modal-overlay{position:fixed;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.ff-st-modal{background:#1e293b;border-radius:1rem;width:100%;max-width:800px;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 20px 25px -5px #0000004d}.ff-st-modal-lg{max-width:1000px}.ff-st-modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #334155}.ff-st-modal-header h2{font-size:1.5rem;font-weight:600;color:#e2e8f0;margin:0}.ff-st-modal-content{padding:1.5rem;overflow-y:auto;flex:1;background:#1e293b}.ff-st-modal-footer{display:flex;justify-content:flex-end;gap:.75rem;padding:1.5rem;border-top:1px solid #334155;background:#0f172a}.ff-st-detail-container{display:flex;flex-direction:column;gap:1.5rem}.ff-st-detail-header{display:flex;align-items:center;gap:1rem;padding-bottom:1rem;border-bottom:1px solid #334155}.ff-st-detail-icon{width:3rem;height:3rem;border-radius:.75rem;background:#0f172a;display:flex;align-items:center;justify-content:center;flex-shrink:0}.ff-st-detail-header h3{font-size:1.5rem;font-weight:600;color:#e2e8f0;margin:0 0 .5rem}.ff-st-detail-meta{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.ff-st-detail-time{display:flex;align-items:center;gap:.375rem;color:#94a3b8;font-size:.875rem}.ff-st-featured-badge-lg{display:inline-flex;align-items:center;gap:.375rem;background:#78350f;color:#f59e0b;padding:.375rem .75rem;border-radius:1rem;font-size:.75rem;font-weight:500}.ff-st-detail-section h4{font-size:1.125rem;font-weight:600;color:#e2e8f0;margin-bottom:.75rem}.ff-st-detail-section p{color:#cbd5e1;line-height:1.6;margin:0}.ff-st-detail-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}.ff-st-detail-item{display:flex;flex-direction:column;gap:.25rem}.ff-st-detail-label{font-size:.875rem;color:#94a3b8}.ff-st-detail-value{font-weight:500;color:#e2e8f0}.ff-st-requirements-list{display:flex;flex-direction:column;gap:.5rem}.ff-st-requirement-item{display:flex;align-items:center;gap:.5rem;padding:.5rem;background:#0f172a;border-radius:.375rem;border:1px solid #334155;color:#cbd5e1}.ff-st-tags-list{display:flex;flex-wrap:wrap;gap:.5rem}.ff-st-tag-item{display:inline-flex;align-items:center;gap:.375rem;background:#0f172a;color:#3b82f6;padding:.375rem .75rem;border-radius:1rem;font-size:.75rem;font-weight:500;border:1px solid #334155}.ff-st-specifications-table{display:flex;flex-direction:column;gap:.5rem}.ff-st-spec-row{display:flex;gap:1rem;padding:.75rem;background:#0f172a;border-radius:.375rem;border:1px solid #334155;flex-wrap:wrap}.ff-st-spec-key{font-weight:500;color:#e2e8f0;min-width:150px}.ff-st-spec-value{color:#94a3b8;flex:1}.ff-st-stats-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1rem}.ff-st-stat-item{display:flex;flex-direction:column;gap:.25rem}.ff-st-stat-label{font-size:.875rem;color:#94a3b8}.ff-st-stat-value{font-weight:500;color:#e2e8f0}.ff-st-text-muted{color:#94a3b8;font-style:italic}@media(max-width:1024px){.ff-st-filters{flex-direction:column;align-items:stretch}.ff-st-search-box{max-width:none}.ff-st-filter-group{flex-wrap:wrap}}@media(max-width:768px){.ff-st-container{padding:1rem}.ff-st-header{flex-direction:column;align-items:stretch;gap:1rem}.ff-st-header-actions{flex-wrap:wrap;justify-content:flex-start}.ff-st-header-title h1{font-size:1.5rem}.ff-st-filter-group{flex-direction:column;width:100%}.ff-st-filter-group select{width:100%;min-width:auto}.ff-st-part-quality-filters{flex-direction:column;align-items:flex-start;width:100%}.ff-st-part-quality-select{width:100%;min-width:auto}.ff-st-btn{padding:.5rem 1rem;font-size:.8125rem}.ff-st-header-actions{width:100%}.ff-st-header-actions .ff-st-btn,.ff-st-import-export .ff-st-btn{flex:1;justify-content:center}.ff-st-table-container{overflow-x:auto;-webkit-overflow-scrolling:touch}.ff-st-table{min-width:700px}.ff-st-table th,.ff-st-table td{padding:.75rem;font-size:.8125rem}.ff-st-modal{margin:1rem;max-height:85vh}.ff-st-modal-header{padding:1rem}.ff-st-modal-header h2{font-size:1.25rem}.ff-st-modal-content,.ff-st-modal-footer{padding:1rem}.ff-st-detail-header{flex-direction:column;text-align:center}.ff-st-detail-header h3{font-size:1.25rem}.ff-st-detail-meta{justify-content:center}.ff-st-detail-grid,.ff-st-stats-grid{grid-template-columns:1fr}.ff-st-spec-row{flex-direction:column;gap:.5rem}.ff-st-spec-key{min-width:auto}.ff-st-empty-state{padding:2rem}.ff-st-empty-state h3{font-size:1.125rem}.ff-st-pagination{flex-wrap:wrap}}@media(max-width:480px){.ff-st-container{padding:.75rem}.ff-st-header-title h1{font-size:1.25rem}.ff-st-header-subtitle{font-size:.75rem}.ff-st-btn{padding:.5rem .75rem;font-size:.75rem}.ff-st-btn-icon{width:1.75rem;height:1.75rem}.ff-st-search-box input{padding:.625rem 1rem .625rem 2.25rem;font-size:.8125rem}.ff-st-filter-group select{padding:.625rem;font-size:.8125rem}.ff-st-table th,.ff-st-table td{padding:.625rem;font-size:.75rem}.ff-st-name{font-size:.8125rem}.ff-st-description{font-size:.6875rem}.ff-st-complexity-badge,.ff-st-part-quality-badge,.ff-st-status-badge{padding:.1875rem .5rem;font-size:.6875rem}.ff-st-modal-header{padding:.875rem}.ff-st-modal-header h2{font-size:1.125rem}.ff-st-modal-content,.ff-st-modal-footer{padding:.875rem}.ff-st-detail-header h3{font-size:1.125rem}.ff-st-detail-section h4{font-size:1rem}.ff-st-detail-label,.ff-st-detail-value{font-size:.8125rem}.ff-st-pagination .ff-st-btn{padding:.5rem .75rem}.ff-st-page-info{font-size:.75rem}}@media(max-width:375px){.ff-st-container{padding:.5rem}.ff-st-header-actions{flex-direction:column;width:100%}.ff-st-import-export{width:100%}.ff-st-import-export .ff-st-btn{flex:1}.ff-st-btn-primary,.ff-st-btn-secondary,.ff-st-btn-outline{width:100%;justify-content:center}.ff-st-actions-cell{flex-wrap:wrap}.ff-st-table{min-width:600px}}.ff-tf-modal-overlay{position:fixed;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.ff-tf-modal{background:#1e293b;border-radius:1rem;width:100%;max-width:800px;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 20px 25px -5px #0000004d;border:1px solid #334155}.ff-tf-modal-lg{max-width:1000px}.ff-tf-modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #334155}.ff-tf-modal-header h2{font-size:1.5rem;font-weight:600;color:#e2e8f0;margin:0}.ff-tf-modal-content{padding:1.5rem;overflow-y:auto;flex:1;background:#1e293b}.ff-tf-modal-footer{display:flex;justify-content:flex-end;gap:.75rem;padding:1.5rem;border-top:1px solid #334155;background:#0f172a}.ff-tf-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.625rem 1.25rem;border-radius:.5rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s;border:1px solid transparent}.ff-tf-btn-primary{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff}.ff-tf-btn-primary:hover{background:linear-gradient(135deg,#2563eb,#1d4ed8);transform:translateY(-1px)}.ff-tf-btn-outline{background:#1e293b;color:#e2e8f0;border:1px solid #334155}.ff-tf-btn-outline:hover{background:#334155;border-color:#475569}.ff-tf-btn-icon{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;background:#1e293b;border:1px solid #334155;border-radius:.375rem;color:#94a3b8;cursor:pointer;transition:all .2s;font-size:1.25rem}.ff-tf-btn-icon:hover{background:#334155;color:#e2e8f0}.ff-tf-btn-danger{color:#ef4444}.ff-tf-btn-danger:hover{background:#ef444433;color:#f87171}.ff-tf-grid{display:grid;gap:2rem}.ff-tf-section{background:#0f172a;border-radius:.75rem;padding:1.5rem;border:1px solid #334155}.ff-tf-section h3{font-size:1.125rem;font-weight:600;color:#e2e8f0;margin:0 0 1.25rem;padding-bottom:.75rem;border-bottom:1px solid #334155}.ff-tf-group{margin-bottom:1.25rem}.ff-tf-group label{display:block;font-size:.875rem;font-weight:500;color:#e2e8f0;margin-bottom:.5rem}.ff-tf-group input,.ff-tf-group select,.ff-tf-group textarea{width:100%;padding:.75rem;border:1px solid #334155;border-radius:.5rem;font-size:.875rem;background:#1e293b;color:#e2e8f0;transition:all .2s}.ff-tf-group input:focus,.ff-tf-group select:focus,.ff-tf-group textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f633}.ff-tf-group textarea{resize:vertical;min-height:80px}.ff-tf-char-count{text-align:right;font-size:.75rem;color:#94a3b8;margin-top:.25rem}.ff-tf-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:1rem}.ff-tf-checkbox-group{display:flex;align-items:center}.ff-tf-checkbox-group label{display:flex;align-items:center;gap:.5rem;cursor:pointer;margin-bottom:0;color:#e2e8f0}.ff-tf-checkbox-group input[type=checkbox]{width:auto;cursor:pointer}.ff-tf-specifications-container{display:flex;flex-direction:column;gap:.75rem}.ff-tf-specification-row{display:flex;gap:.75rem;align-items:center}.ff-tf-specification-row input{flex:1;padding:.5rem .75rem;border:1px solid #334155;border-radius:.375rem;font-size:.875rem;background:#1e293b;color:#e2e8f0}.ff-tf-specification-row input:focus{outline:none;border-color:#3b82f6}.ff-tf-part-quality-select{width:100%;padding:.75rem;border:1px solid #334155;border-radius:.5rem;font-size:.875rem;background:#1e293b;color:#e2e8f0;cursor:pointer}.ff-tf-part-quality-select:focus{outline:none;border-color:#3b82f6}.ff-tf-part-quality-info{margin-top:.5rem;padding:.5rem;background:#0f172a;border-radius:.375rem;border:1px solid #334155}.ff-tf-part-quality-selected{font-size:.875rem;color:#e2e8f0;margin-bottom:.25rem}.ff-tf-part-quality-selected strong{font-weight:600;margin-right:.5rem;color:#8b5cf6}.ff-tf-hint{display:block;font-size:.75rem;color:#94a3b8;margin-top:.25rem}@media(max-width:768px){.ff-tf-modal{margin:0;max-height:95vh}.ff-tf-modal-header{padding:1rem}.ff-tf-modal-header h2{font-size:1.25rem}.ff-tf-modal-content,.ff-tf-modal-footer,.ff-tf-section{padding:1rem}.ff-tf-section h3{font-size:1rem;margin-bottom:1rem}.ff-tf-row{grid-template-columns:1fr;gap:.75rem}.ff-tf-group{margin-bottom:1rem}.ff-tf-specification-row{flex-wrap:wrap;gap:.5rem}.ff-tf-specification-row input{width:100%}.ff-tf-btn{padding:.5rem 1rem;font-size:.8125rem}.ff-tf-modal-footer{flex-direction:column;gap:.5rem}.ff-tf-modal-footer .ff-tf-btn{width:100%;justify-content:center}}@media(max-width:480px){.ff-tf-modal-overlay{padding:.5rem}.ff-tf-modal-header{padding:.875rem}.ff-tf-modal-header h2{font-size:1.125rem}.ff-tf-modal-content,.ff-tf-section{padding:.875rem}.ff-tf-group input,.ff-tf-group select,.ff-tf-group textarea{padding:.625rem;font-size:.8125rem}.ff-tf-group label{font-size:.8125rem}.ff-tf-char-count{font-size:.6875rem}.ff-tf-part-quality-selected{font-size:.8125rem}.ff-tf-hint{font-size:.6875rem}.ff-tf-btn-icon{width:1.75rem;height:1.75rem;font-size:1rem}}.ff-ts-container{background:#1e293b;border-radius:.75rem;padding:1.5rem;margin-bottom:2rem;border:1px solid #334155;box-shadow:0 1px 3px #0000004d;width:100%}.ff-ts-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;flex-wrap:wrap;gap:12px}.ff-ts-title{display:flex;align-items:center;gap:.75rem}.ff-ts-title h3{font-size:1.25rem;font-weight:600;margin:0;color:#e2e8f0}.ff-ts-title svg{color:#8b5cf6}.ff-ts-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.625rem 1.25rem;border-radius:.5rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s;border:1px solid transparent}.ff-ts-btn-outline{background:#1e293b;color:#e2e8f0;border:1px solid #334155}.ff-ts-btn-outline:hover{background:#334155;border-color:#475569}.ff-ts-btn-sm{padding:.5rem 1rem;font-size:.8125rem}.ff-ts-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:2rem}.ff-ts-card{background:#0f172a;border-radius:.5rem;padding:1.25rem;display:flex;align-items:center;gap:1rem;border:1px solid #334155;transition:all .2s}.ff-ts-card:hover{transform:translateY(-2px);border-color:#475569}.ff-ts-icon{width:3rem;height:3rem;border-radius:.5rem;background:#8b5cf61a;display:flex;align-items:center;justify-content:center;color:#8b5cf6;flex-shrink:0}.ff-ts-content{flex:1}.ff-ts-value{font-size:1.5rem;font-weight:600;color:#e2e8f0;line-height:1.2}.ff-ts-label{font-size:.875rem;color:#94a3b8;margin-top:.25rem}.ff-ts-category-breakdown{margin-top:2rem}.ff-ts-category-breakdown h4{font-size:1.125rem;font-weight:600;margin-bottom:1rem;color:#e2e8f0}.ff-ts-category-list{display:flex;flex-direction:column;gap:.75rem}.ff-ts-category-item{background:#0f172a;border-radius:.5rem;padding:1rem;border:1px solid #334155;transition:all .2s}.ff-ts-category-item:hover{border-color:#475569}.ff-ts-category-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem;flex-wrap:wrap;gap:8px}.ff-ts-category-name{font-weight:500;color:#e2e8f0;text-transform:capitalize}.ff-ts-category-count{font-size:.875rem;color:#94a3b8}.ff-ts-category-stats{display:flex;gap:1rem;font-size:.875rem;flex-wrap:wrap}.ff-ts-stat-item{color:#94a3b8}.ff-ts-spinner{width:3rem;height:3rem;border:3px solid #334155;border-top-color:#8b5cf6;border-radius:50%;animation:ff-ts-spin 1s linear infinite;margin:2rem auto}@keyframes ff-ts-spin{to{transform:rotate(360deg)}}@media(max-width:768px){.ff-ts-container{padding:1rem}.ff-ts-header{flex-direction:column;align-items:flex-start}.ff-ts-grid{grid-template-columns:1fr;gap:.75rem}.ff-ts-card{padding:1rem}.ff-ts-icon{width:2.5rem;height:2.5rem}.ff-ts-value{font-size:1.25rem}.ff-ts-category-stats{flex-direction:column;gap:.5rem}.ff-ts-category-header{flex-direction:column;align-items:flex-start}}@media(max-width:480px){.ff-ts-container{padding:.875rem}.ff-ts-title h3{font-size:1.125rem}.ff-ts-btn-sm{padding:.375rem .75rem;font-size:.75rem}.ff-ts-card{padding:.875rem}.ff-ts-icon{width:2rem;height:2rem}.ff-ts-icon svg{width:16px;height:16px}.ff-ts-value{font-size:1.125rem}.ff-ts-label{font-size:.75rem}.ff-ts-category-item{padding:.875rem}.ff-ts-category-name{font-size:.875rem}.ff-ts-category-count,.ff-ts-stat-item{font-size:.75rem}}.ff-cm-overlay{position:fixed;inset:0;background:#000000b3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;animation:ff-cm-fadeIn .2s ease}@keyframes ff-cm-fadeIn{0%{opacity:0}to{opacity:1}}.ff-cm-modal{background:#1e293b;border:1px solid #334155;border-radius:1rem;width:100%;max-width:500px;box-shadow:0 25px 50px -12px #00000080;animation:ff-cm-slideIn .3s cubic-bezier(.4,0,.2,1)}@keyframes ff-cm-slideIn{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.ff-cm-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #334155}.ff-cm-header h3{font-size:1.25rem;font-weight:600;color:#e2e8f0;margin:0}.ff-cm-close{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;background:#0f172a;border:1px solid #334155;border-radius:.5rem;color:#94a3b8;cursor:pointer;transition:all .2s}.ff-cm-close:hover{background:#334155;color:#e2e8f0;transform:rotate(90deg)}.ff-cm-content{padding:2rem;text-align:center}.ff-cm-icon{margin-bottom:1.5rem}.ff-cm-icon-primary{color:#3b82f6}.ff-cm-icon-danger{color:#ef4444}.ff-cm-icon-warning{color:#f59e0b}.ff-cm-icon-success{color:#10b981}.ff-cm-message{margin:1rem 0;font-size:1rem;color:#94a3b8;line-height:1.5}.ff-cm-footer{display:flex;justify-content:flex-end;gap:.75rem;padding:1.5rem;border-top:1px solid #334155;background:#0f172a;border-radius:0 0 1rem 1rem}.ff-cm-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.625rem 1.25rem;border-radius:.5rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s;border:1px solid transparent}.ff-cm-btn-primary{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff}.ff-cm-btn-primary:hover{background:linear-gradient(135deg,#2563eb,#1d4ed8);transform:translateY(-1px);box-shadow:0 4px 12px #3b82f64d}.ff-cm-btn-danger{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff}.ff-cm-btn-danger:hover{background:linear-gradient(135deg,#dc2626,#b91c1c);transform:translateY(-1px);box-shadow:0 4px 12px #ef44444d}.ff-cm-btn-warning{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff}.ff-cm-btn-warning:hover{background:linear-gradient(135deg,#d97706,#b45309);transform:translateY(-1px);box-shadow:0 4px 12px #f59e0b4d}.ff-cm-btn-success{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.ff-cm-btn-success:hover{background:linear-gradient(135deg,#059669,#047857);transform:translateY(-1px);box-shadow:0 4px 12px #10b9814d}.ff-cm-btn-outline{background:#1e293b;color:#e2e8f0;border:1px solid #334155}.ff-cm-btn-outline:hover{background:#334155;border-color:#475569}@media(max-width:640px){.ff-cm-modal{margin:1rem;max-width:calc(100% - 2rem)}.ff-cm-header{padding:1.25rem}.ff-cm-header h3{font-size:1.125rem}.ff-cm-content{padding:1.5rem}.ff-cm-icon svg{width:40px;height:40px}.ff-cm-message{font-size:.875rem}.ff-cm-footer{flex-direction:column;padding:1.25rem;gap:.75rem}.ff-cm-footer .ff-cm-btn{width:100%;justify-content:center;padding:.75rem}}@media(max-width:480px){.ff-cm-header{padding:1rem}.ff-cm-header h3{font-size:1rem}.ff-cm-content{padding:1.25rem}.ff-cm-icon svg{width:36px;height:36px}.ff-cm-message{font-size:.8125rem}.ff-cm-footer{padding:1rem}.ff-cm-btn{padding:.625rem;font-size:.8125rem}}.ff-dpt-container{padding:20px;background-color:#0f172a;min-height:100vh;color:#e2e8f0;width:100%;max-width:100%;box-sizing:border-box;overflow-x:hidden}.ff-dpt-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px;padding:20px;background:#1e293b;border-radius:12px;border:1px solid #334155;box-shadow:0 2px 8px #0000004d;flex-wrap:wrap;gap:16px;width:100%;max-width:100%;box-sizing:border-box}.ff-dpt-headerLeft{display:flex;align-items:center;gap:20px;flex-wrap:wrap}.ff-dpt-backBtn{background:#334155;border:1px solid #475569;color:#94a3b8;cursor:pointer;padding:10px;border-radius:10px;display:flex;align-items:center;justify-content:center;transition:all .2s}.ff-dpt-backBtn:hover{background:#3b82f6;color:#fff;border-color:#3b82f6;transform:translateY(-1px)}.ff-dpt-headerInfo{flex:1}.ff-dpt-title{color:#f8fafc;font-size:24px;font-weight:600;margin:0 0 5px;display:flex;align-items:center;gap:10px}.ff-dpt-description{color:#94a3b8;font-size:14px;margin:0}.ff-dpt-metaIcons{display:flex;gap:15px;margin-top:8px;flex-wrap:wrap}.ff-dpt-metaIcon{display:flex;align-items:center;gap:5px;font-size:12px;color:#94a3b8;background:#334155;padding:4px 10px;border-radius:20px}.ff-dpt-headerActions{display:flex;gap:10px;align-items:center}.ff-dpt-selectedCounter{font-size:14px;color:#94a3b8;padding:8px 16px;background:#334155;border-radius:8px;display:flex;align-items:center;gap:8px}.ff-dpt-controls{background:#1e293b;padding:24px;border-radius:12px;margin-bottom:20px;border:1px solid #334155;width:100%;max-width:100%;box-sizing:border-box}.ff-dpt-controlsRow{display:flex;gap:20px;margin-bottom:20px;flex-wrap:wrap}.ff-dpt-brandFilter{flex:1;min-width:200px}.ff-dpt-bulkEligibility{flex:1;min-width:280px}.ff-dpt-bulkEligibilityInput{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.ff-dpt-filterLabel{font-size:14px;color:#94a3b8;font-weight:500;display:flex;align-items:center;gap:5px;margin-bottom:8px}.ff-dpt-filterSelect{width:100%;padding:10px 12px;border:1px solid #475569;border-radius:8px;font-size:14px;background:#0f172a;color:#e2e8f0;box-sizing:border-box}.ff-dpt-filterSelect:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f633}.ff-dpt-bulkActions{display:flex;gap:10px;align-items:center}.ff-dpt-bulkInput{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.ff-dpt-priceInputWithIcon{display:flex;align-items:center;gap:8px;padding:8px 12px;border:1px solid #475569;border-radius:8px;background:#0f172a;box-sizing:border-box}.ff-dpt-bulkInputField{border:none;padding:0;width:80px;font-size:14px;color:#e2e8f0;background:transparent}.ff-dpt-bulkInputField:focus{outline:none}.ff-dpt-applyBulkBtn{padding:8px 16px;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:14px;transition:all .2s;display:flex;align-items:center;gap:8px}.ff-dpt-applyBulkBtn:hover:not(:disabled){background:linear-gradient(135deg,#059669,#047857);transform:translateY(-1px)}.ff-dpt-applyBulkBtn:disabled{opacity:.5;cursor:not-allowed}.ff-dpt-controlsFooter{display:flex;justify-content:space-between;align-items:center;margin-top:15px;flex-wrap:wrap;gap:12px}.ff-dpt-devicesCount{color:#94a3b8;font-size:14px;display:flex;align-items:center;gap:8px}.ff-dpt-rowsPerPage{display:flex;align-items:center;gap:8px}.ff-dpt-rowsLabel{font-size:14px;color:#94a3b8}.ff-dpt-rowsSelect{padding:6px 12px;border:1px solid #475569;border-radius:6px;background:#0f172a;font-size:14px;color:#e2e8f0}.ff-dpt-tableContainer{background:#1e293b;border-radius:12px;border:1px solid #334155;margin-bottom:20px;position:relative;width:100%;max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;box-sizing:border-box;display:block}.ff-dpt-table{width:100%;border-collapse:collapse;min-width:1000px}.ff-dpt-tableHead{background:linear-gradient(135deg,#2d3748,#1a202c);border-bottom:1px solid #334155}.ff-dpt-tableHeadRow{color:#e2e8f0}.ff-dpt-tableHeader{padding:14px 12px;text-align:left;font-weight:600;font-size:13px;position:sticky;top:0;z-index:10;white-space:nowrap}.ff-dpt-selectAllCheckbox{width:18px;height:18px;cursor:pointer;accent-color:#3b82f6}.ff-dpt-tableBody{background:#1e293b}.ff-dpt-row{border-bottom:1px solid #334155;transition:all .2s ease}.ff-dpt-row:hover{background:#334155}.ff-dpt-row-selected{background:#2c3e50;border-left:3px solid #3b82f6}.ff-dpt-row-modified{background:#3d3a2c}.ff-dpt-checkboxCell{text-align:center;width:50px;padding:12px}.ff-dpt-checkbox{width:18px;height:18px;cursor:pointer;accent-color:#3b82f6}.ff-dpt-brandCell{padding:12px;display:flex;align-items:center;gap:12px;min-width:150px}.ff-dpt-brandLogo{width:32px;height:32px;border-radius:50%;object-fit:cover;border:2px solid #475569}.ff-dpt-brandIconPlaceholder{width:32px;height:32px;border-radius:50%;background:#334155;display:flex;align-items:center;justify-content:center;color:#94a3b8}.ff-dpt-brandInfo{display:flex;flex-direction:column}.ff-dpt-brandName{font-weight:600;color:#f8fafc}.ff-dpt-deviceCount{font-size:12px;color:#94a3b8}.ff-dpt-modelCell{padding:12px;min-width:150px}.ff-dpt-modelName{font-weight:500;color:#f8fafc}.ff-dpt-deviceType{font-size:12px;color:#94a3b8;margin-top:4px}.ff-dpt-eligibilityCell{padding:12px;min-width:150px}.ff-dpt-eligibilityGroup{display:flex;flex-direction:column;gap:6px}.ff-dpt-eligibilitySelect{padding:8px 10px;border:1px solid #475569;border-radius:8px;font-size:13px;background:#0f172a;color:#e2e8f0;cursor:pointer;width:100%}.ff-dpt-eligibilitySelect-notEligible{background-color:#ef444426;border-color:#ef4444;color:#f87171}.ff-dpt-eligibilitySelect:focus{outline:none;border-color:#3b82f6}.ff-dpt-eligibilityBadge{font-size:11px;color:#f87171;display:flex;align-items:center;gap:4px;padding:4px 8px;background:#ef444426;border-radius:6px;align-self:flex-start}.ff-dpt-eligibilityModifiedBadge{font-size:10px;color:#fbbf24;display:flex;align-items:center;gap:4px;padding:4px 8px;background:#f59e0b26;border-radius:6px;align-self:flex-start}.ff-dpt-priceCell{padding:12px;min-width:180px}.ff-dpt-priceGroup{display:flex;flex-direction:column;gap:8px}.ff-dpt-priceLabel{font-size:12px;color:#94a3b8;display:flex;align-items:center;gap:5px}.ff-dpt-priceInput{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.ff-dpt-currency{color:#94a3b8}.ff-dpt-priceInputField{flex:1;padding:8px 10px;border:1px solid #475569;border-radius:8px;font-size:14px;color:#e2e8f0;background:#0f172a;min-width:100px;box-sizing:border-box}.ff-dpt-priceInputField:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f633}.ff-dpt-priceInputField:disabled{background-color:#1e293b;color:#64748b;cursor:not-allowed}.ff-dpt-priceSaveBtn{padding:6px 12px;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:11px;font-weight:500;transition:all .2s;display:inline-flex;align-items:center;gap:4px}.ff-dpt-priceSaveBtn:hover:not(:disabled){background:linear-gradient(135deg,#059669,#047857);transform:translateY(-1px)}.ff-dpt-statusCell{padding:12px;text-align:center;min-width:100px}.ff-dpt-statusBadge{display:inline-flex;align-items:center;gap:5px;padding:4px 10px;border-radius:20px;font-size:12px;font-weight:500}.ff-dpt-statusActive{background:#065f46;color:#6ee7b7}.ff-dpt-statusPending{background:#78350f;color:#fbbf24}.ff-dpt-actionsCell{padding:12px;text-align:center;min-width:140px}.ff-dpt-actionButtons{display:flex;gap:8px;justify-content:center;flex-wrap:wrap}.ff-dpt-actionBtn{padding:6px 12px;border:none;border-radius:6px;cursor:pointer;font-size:12px;transition:all .2s;display:inline-flex;align-items:center;gap:5px}.ff-dpt-actionBtn-saveAll{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.ff-dpt-actionBtn-saveAll:hover:not(:disabled){background:linear-gradient(135deg,#059669,#047857);transform:translateY(-1px)}.ff-dpt-actionBtn-eligibility{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff}.ff-dpt-actionBtn-eligibility:hover:not(:disabled){background:linear-gradient(135deg,#d97706,#b45309);transform:translateY(-1px)}.ff-dpt-noChanges{color:#64748b;font-size:12px}.ff-dpt-loadingOverlay{position:absolute;inset:0;background:#1e293bf2;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:100;border-radius:12px}.ff-dpt-loadingSpinner{color:#3b82f6;margin-bottom:15px}.ff-dpt-loadingText{color:#94a3b8;font-size:14px}.ff-dpt-emptyState{text-align:center;padding:60px 20px}.ff-dpt-emptyIcon{color:#475569;margin-bottom:20px}.ff-dpt-emptyTitle{color:#e2e8f0;font-size:20px;margin-bottom:10px}.ff-dpt-emptyText{color:#94a3b8;margin-bottom:20px}.ff-dpt-emptyBtn{padding:10px 20px;background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:14px;display:inline-flex;align-items:center;gap:8px;transition:all .2s}.ff-dpt-emptyBtn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #3b82f64d}.ff-dpt-footer{background:#1e293b;padding:20px;border-radius:12px;display:flex;justify-content:space-between;align-items:center;border:1px solid #334155;flex-wrap:wrap;gap:16px;width:100%;max-width:100%;box-sizing:border-box}.ff-dpt-paginationInfo{color:#94a3b8;font-size:14px}.ff-dpt-paginationControls{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.ff-dpt-paginationBtn{padding:8px;border:1px solid #475569;background:#0f172a;border-radius:6px;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;min-width:36px;height:36px;color:#94a3b8}.ff-dpt-paginationBtn:hover:not(:disabled){background:#3b82f6;color:#fff;border-color:#3b82f6}.ff-dpt-paginationBtn:disabled{opacity:.5;cursor:not-allowed}.ff-dpt-pageNumbers{display:flex;gap:6px;flex-wrap:wrap}.ff-dpt-pageNumber{padding:8px 12px;border:1px solid #475569;background:#0f172a;border-radius:6px;cursor:pointer;transition:all .2s;min-width:36px;height:36px;display:flex;align-items:center;justify-content:center;font-size:14px;color:#94a3b8}.ff-dpt-pageNumber:hover{background:#334155}.ff-dpt-pageNumber-active{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;border-color:#3b82f6}.ff-dpt-saveSection{display:flex;gap:12px;flex-wrap:wrap}.ff-dpt-saveBtn{padding:10px 20px;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s;display:flex;align-items:center;gap:8px;font-size:14px}.ff-dpt-saveBtn-cancel{background:#334155;color:#cbd5e1;border:1px solid #475569}.ff-dpt-saveBtn-cancel:hover{background:#475569;color:#f8fafc}.ff-dpt-saveBtn-saveAll{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff}.ff-dpt-saveBtn-saveAll:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #3b82f64d}.ff-dpt-saveBtn-saveAll:disabled{opacity:.5;cursor:not-allowed}.ff-dpt-saveSpinner{animation:ff-dpt-spin 1s linear infinite}@keyframes ff-dpt-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.ff-dpt-spin{animation:ff-dpt-spin 1s linear infinite}@media(max-width:1024px){.ff-dpt-header,.ff-dpt-headerLeft{flex-direction:column;text-align:center}.ff-dpt-controlsRow{flex-direction:column}.ff-dpt-footer{flex-direction:column;text-align:center}.ff-dpt-saveSection{width:100%;justify-content:center}}@media(max-width:768px){.ff-dpt-container{padding:12px}.ff-dpt-metaIcons,.ff-dpt-paginationControls{justify-content:center}.ff-dpt-tableHeader{font-size:12px;padding:10px 8px}.ff-dpt-priceCell,.ff-dpt-eligibilityCell,.ff-dpt-actionsCell{min-width:140px}.ff-dpt-priceInput{flex-direction:column;align-items:flex-start}.ff-dpt-priceSaveBtn{align-self:flex-end}.ff-dpt-bulkInput{flex-direction:column;width:100%}.ff-dpt-priceInputWithIcon,.ff-dpt-bulkInputField{width:100%}.ff-dpt-applyBulkBtn{width:100%;justify-content:center}.ff-dpt-bulkEligibilityInput{flex-direction:column}.ff-dpt-bulkEligibilityInput select,.ff-dpt-bulkEligibilityInput button{width:100%}}@media(max-width:480px){.ff-dpt-title{font-size:20px}.ff-dpt-header,.ff-dpt-controls{padding:16px}.ff-dpt-table{min-width:800px}.ff-dpt-paginationBtn,.ff-dpt-pageNumber{min-width:32px;height:32px;font-size:12px}.ff-dpt-saveBtn{padding:8px 16px;font-size:13px}.ff-dpt-selectedCounter{font-size:12px;padding:6px 12px}.ff-dpt-metaIcon{font-size:10px;padding:3px 8px}}.ff-dm-overlay{position:fixed;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000;animation:ff-dm-fadeIn .2s ease;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);padding:1rem}@keyframes ff-dm-fadeIn{0%{opacity:0}to{opacity:1}}.ff-dm-modal{background:#1e293b;border:1px solid #334155;border-radius:20px;width:90%;max-width:800px;max-height:90vh;overflow-y:auto;animation:ff-dm-slideUp .3s ease;box-shadow:0 20px 60px #0006}@keyframes ff-dm-slideUp{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}.ff-dm-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid #334155;background:linear-gradient(135deg,#1e293b,#0f172a);border-radius:20px 20px 0 0;position:sticky;top:0;z-index:10}.ff-dm-title{display:flex;align-items:center;gap:12px;color:#f8fafc}.ff-dm-title h2{margin:0;font-size:20px;font-weight:600;color:#f8fafc}.ff-dm-close{background:#ffffff1a;border:1px solid #475569;width:36px;height:36px;border-radius:10px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;padding:0}.ff-dm-close:hover{background:#ef444433;border-color:#ef4444;transform:scale(1.05)}.ff-dm-close svg{color:#94a3b8!important;width:20px;height:20px}.ff-dm-close:hover svg{color:#ef4444!important}.ff-dm-body{padding:24px;max-height:calc(90vh - 140px);overflow-y:auto}.ff-dm-section{margin-bottom:28px;padding-bottom:20px;border-bottom:1px solid #334155}.ff-dm-section:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.ff-dm-sectionTitle{display:flex;align-items:center;gap:8px;font-size:16px;font-weight:600;color:#f8fafc;margin-bottom:20px;padding-bottom:8px;border-bottom:2px solid #3b82f6;display:inline-flex}.ff-dm-row{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-bottom:20px}.ff-dm-group{display:flex;flex-direction:column;gap:8px}.ff-dm-group label{font-size:13px;font-weight:500;color:#cbd5e1;display:flex;align-items:center;gap:6px}.ff-dm-group input,.ff-dm-group select,.ff-dm-group textarea{padding:12px 14px;border:1px solid #475569;border-radius:10px;font-size:14px;transition:all .2s;font-family:inherit;background:#0f172a;color:#f8fafc}.ff-dm-group input:focus,.ff-dm-group select:focus,.ff-dm-group textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f633}.ff-dm-group input::placeholder{color:#64748b}.ff-dm-modelWrapper{display:flex;gap:8px;align-items:center}.ff-dm-modelWrapper input{flex:1}.ff-dm-searchBtn{background:#334155;border:1px solid #475569;border-radius:10px;padding:12px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;color:#94a3b8}.ff-dm-searchBtn:hover{background:#3b82f6;border-color:#3b82f6;color:#fff;transform:translateY(-1px)}.ff-dm-searchLinkContainer{margin-top:12px;padding:10px 14px;background:#0f172a;border-radius:10px;border-left:3px solid #3b82f6}.ff-dm-searchLink{display:inline-flex;align-items:center;gap:8px;color:#3b82f6;text-decoration:none;font-size:13px;font-weight:500;transition:all .2s}.ff-dm-searchLink:hover{color:#60a5fa;text-decoration:underline}.ff-dm-hint{font-size:11px;color:#64748b;margin-top:4px;display:block;line-height:1.4}.ff-dm-radioGroup{display:flex;gap:20px;margin-bottom:16px;padding:12px;background:#0f172a;border-radius:12px;border:1px solid #334155}.ff-dm-radioLabel{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#cbd5e1;cursor:pointer}.ff-dm-radioLabel input{margin:0;cursor:pointer;accent-color:#3b82f6}.ff-dm-colorPickerWrapper{display:inline-block}.ff-dm-colorPicker{width:46px;height:46px;border:1px solid #475569;border-radius:10px;cursor:pointer;padding:3px;background:#0f172a}.ff-dm-colorPicker::-webkit-color-swatch-wrapper{padding:0}.ff-dm-colorPicker::-webkit-color-swatch{border:none;border-radius:8px}.ff-dm-colorTextWrapper{position:relative;flex:1}.ff-dm-colorTextInput{width:100%;padding:12px 14px;border:1px solid #475569;border-radius:10px;font-size:14px;font-family:monospace;transition:all .2s;background:#0f172a;color:#f8fafc}.ff-dm-colorTextInput:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f633}.ff-dm-colorTextInput.ff-dm-error{border-color:#ef4444;background:#ef44441a}.ff-dm-colorError{font-size:11px;color:#ef4444;margin-top:4px;display:block}.ff-dm-variantInputGroup{display:flex;gap:12px;margin-bottom:16px;align-items:flex-end;flex-wrap:wrap}.ff-dm-addVariantBtn{padding:12px 24px;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;border-radius:10px;cursor:pointer;display:flex;align-items:center;gap:8px;font-size:14px;font-weight:500;transition:all .2s;height:46px}.ff-dm-addVariantBtn:hover{background:linear-gradient(135deg,#059669,#047857);transform:translateY(-1px);box-shadow:0 4px 12px #10b9814d}.ff-dm-variantsList{display:flex;flex-wrap:wrap;gap:10px;margin-top:12px}.ff-dm-variantItem{display:flex;align-items:center;gap:10px;padding:8px 12px;background:#0f172a;border-radius:10px;border:1px solid #334155;transition:all .2s}.ff-dm-variantItem:hover{background:#1e293b;border-color:#475569}.ff-dm-variantColor{width:24px;height:24px;border-radius:8px;border:1px solid #475569;flex-shrink:0}.ff-dm-variantName{font-size:14px;color:#f8fafc;font-weight:500}.ff-dm-variantCode{font-size:11px;font-family:monospace;color:#94a3b8;background:#334155;padding:2px 6px;border-radius:6px}.ff-dm-removeVariantBtn{background:transparent;border:none;cursor:pointer;color:#ef4444;padding:4px;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:all .2s}.ff-dm-removeVariantBtn:hover{background:#ef444426;transform:scale(1.1)}.ff-dm-footer{display:flex;justify-content:flex-end;gap:12px;padding:20px 24px;border-top:1px solid #334155;background:#0f172a;border-radius:0 0 20px 20px}.ff-dm-btn{padding:12px 24px;border:none;border-radius:10px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s;display:inline-flex;align-items:center;gap:8px}.ff-dm-btn-primary{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;box-shadow:0 2px 8px #3b82f64d}.ff-dm-btn-primary:hover:not(:disabled){background:linear-gradient(135deg,#2563eb,#1e40af);transform:translateY(-1px);box-shadow:0 4px 12px #3b82f666}.ff-dm-btn-primary:disabled{opacity:.6;cursor:not-allowed;transform:none}.ff-dm-btn-secondary:hover{background:#475569;color:#f8fafc;transform:translateY(-1px)}.ff-dm-body::-webkit-scrollbar{width:8px}.ff-dm-body::-webkit-scrollbar-track{background:#0f172a;border-radius:4px}.ff-dm-body::-webkit-scrollbar-thumb{background:#475569;border-radius:4px}.ff-dm-body::-webkit-scrollbar-thumb:hover{background:#64748b}@media(max-width:768px){.ff-dm-modal{width:95%;max-height:95vh}.ff-dm-row{grid-template-columns:1fr;gap:15px}.ff-dm-variantInputGroup{flex-direction:column;align-items:stretch}.ff-dm-variantInputGroup .ff-dm-group{width:100%}.ff-dm-addVariantBtn{width:100%;justify-content:center}.ff-dm-header{padding:16px 20px}.ff-dm-title h2{font-size:18px}.ff-dm-body{padding:20px}.ff-dm-footer{padding:16px 20px}.ff-dm-btn{padding:10px 20px;font-size:13px}.ff-dm-radioGroup{flex-direction:column;gap:12px}.ff-dm-modelWrapper{flex-direction:column}.ff-dm-searchBtn{width:100%}}@media(max-width:480px){.ff-dm-modal{width:98%;border-radius:16px}.ff-dm-header{padding:14px 16px}.ff-dm-title h2{font-size:16px}.ff-dm-title svg{width:20px;height:20px}.ff-dm-close{width:32px;height:32px}.ff-dm-body{padding:16px}.ff-dm-sectionTitle{font-size:14px}.ff-dm-group label{font-size:12px}.ff-dm-group input,.ff-dm-group select{padding:10px 12px;font-size:13px}.ff-dm-colorPicker{width:42px;height:42px}.ff-dm-colorTextInput{padding:10px 12px;font-size:13px}.ff-dm-addVariantBtn{padding:10px 20px;height:42px;font-size:13px}.ff-dm-variantItem{padding:6px 10px}.ff-dm-variantName{font-size:13px}.ff-dm-btn{padding:8px 16px;font-size:12px}.ff-dm-footer{padding:14px 16px}}.table-wrapper{width:100%;max-width:100%;background:#1e293b;border-radius:12px;border:1px solid #334155;overflow:hidden;box-sizing:border-box}.table-scroll{overflow-x:auto;width:100%;max-width:100%;-webkit-overflow-scrolling:touch;box-sizing:border-box;display:block}.device-table{width:100%;border-collapse:collapse;font-size:13px;min-width:900px}@media(min-width:1200px){.device-table{min-width:100%;width:100%}}.device-table thead{background:#0f172a;border-bottom:2px solid #334155}.device-table th{padding:14px 12px;text-align:left;font-weight:600;color:#cbd5e1;font-size:12px;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap}.device-table td{padding:12px;border-bottom:1px solid #334155;vertical-align:middle;white-space:nowrap}.device-table tbody tr:hover{background:#334155}.table-row-inactive{opacity:.7;background:#f59e0b1a}.cell-brand{font-weight:600;color:#f8fafc}.cell-model strong{color:#e2e8f0;font-weight:600}.table-badge{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;border-radius:20px;font-size:11px;font-weight:500;white-space:nowrap;text-transform:capitalize}.table-badge-success{background:#065f46;color:#6ee7b7}.table-badge-warning{background:#78350f;color:#fbbf24}.table-badge-info{background:#1e3a8a;color:#93c5fd}.table-badge-secondary{background:#334155;color:#94a3b8}.status-badge{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;border-radius:20px;font-size:11px;font-weight:500;white-space:nowrap}.status-incomplete{background:#78350f;color:#fbbf24}.status-complete{background:#065f46;color:#6ee7b7}.action-buttons{display:flex;gap:6px}.action-btn{padding:6px;border:none;border-radius:6px;cursor:pointer;background:transparent;transition:all .2s;display:inline-flex;align-items:center;justify-content:center}.action-edit{color:#3b82f6}.action-edit:hover{background:#1e3a8a;color:#60a5fa}.action-delete{color:#ef4444}.action-delete:hover{background:#7f1a1a;color:#f87171}.table-empty{text-align:center;padding:60px 20px;background:#1e293b;border-radius:12px;border:1px solid #334155}.table-empty svg{color:#475569;margin-bottom:16px}.table-empty h3{color:#e2e8f0;font-size:18px;margin-bottom:8px}.table-empty p{color:#94a3b8;font-size:14px;margin:0}.table-icon{flex-shrink:0}.devices-page{width:100%;background:transparent;min-height:calc(100vh - 70px);color:#e2e8f0;box-sizing:border-box;min-width:0;overflow-x:hidden}.page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;padding:20px;background:#1e293b;border-radius:12px;border:1px solid #334155;flex-wrap:wrap;gap:16px}.page-header h1{font-size:24px;font-weight:600;margin:0 0 4px;display:flex;align-items:center;gap:10px;color:#f8fafc}.page-header p{color:#94a3b8;font-size:14px;margin:0}.header-actions{display:flex;gap:12px;flex-wrap:wrap}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:16px;margin-bottom:24px}.stat-card{background:#1e293b;padding:16px;border-radius:12px;border:1px solid #334155;border-left:4px solid #3b82f6}.stat-card.success{border-left-color:#10b981}.stat-card.warning{border-left-color:#f59e0b}.stat-card.danger{border-left-color:#ef4444}.stat-title{font-size:12px;color:#94a3b8;text-transform:uppercase;margin-bottom:8px;display:flex;align-items:center;gap:6px}.stat-value{font-size:28px;font-weight:700;color:#f8fafc}.search-filter{background:#1e293b;padding:20px;border-radius:12px;border:1px solid #334155;margin-bottom:20px}.search-box{position:relative;margin-bottom:16px}.search-box svg{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#64748b}.search-box input{width:100%;padding:12px 12px 12px 40px;border:1px solid #475569;border-radius:8px;background:#0f172a;color:#e2e8f0;font-size:14px;box-sizing:border-box}.search-box input:focus{outline:none;border-color:#3b82f6}.filter-group{display:flex;gap:16px;flex-wrap:wrap}.filter-item{display:flex;align-items:center;gap:8px;flex:1;min-width:150px}.filter-item label{font-size:13px;color:#94a3b8;white-space:nowrap;display:flex;align-items:center;gap:4px}.filter-item select{flex:1;padding:8px 12px;border:1px solid #475569;border-radius:6px;background:#0f172a;color:#e2e8f0;font-size:13px;cursor:pointer;transition:all .2s}.filter-item select:hover{border-color:#3b82f6}.filter-item select:focus{outline:none;border-color:#3b82f6}.table-footer{display:flex;justify-content:space-between;align-items:center;margin-top:20px;padding:16px;background:#1e293b;border-radius:12px;border:1px solid #334155;flex-wrap:wrap;gap:12px}.pagination-info{font-size:13px;color:#94a3b8}.rows-select{display:flex;align-items:center;gap:8px;font-size:13px;color:#94a3b8}.rows-select select{padding:4px 8px;border:1px solid #475569;border-radius:4px;background:#0f172a;color:#e2e8f0;cursor:pointer}.pagination{display:flex;gap:6px;align-items:center;flex-wrap:wrap}.page-btn{padding:6px 10px;border:1px solid #475569;border-radius:6px;background:#0f172a;color:#94a3b8;cursor:pointer;transition:all .2s;display:inline-flex;align-items:center}.page-btn:hover:not(:disabled){background:#334155;color:#e2e8f0;border-color:#3b82f6}.page-btn:disabled{opacity:.5;cursor:not-allowed}.page-number{min-width:34px;padding:6px 10px;border:1px solid #475569;border-radius:6px;background:#0f172a;color:#94a3b8;cursor:pointer;text-align:center}.page-number:hover{background:#334155}.page-number.active{background:#3b82f6;color:#fff;border-color:#3b82f6}.loading-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px;background:#1e293b;border-radius:12px;border:1px solid #334155}.spinner{animation:spin 1s linear infinite;color:#3b82f6;margin-bottom:16px}.modal-overlay{position:fixed;inset:0;background:#000c;display:flex;align-items:center;justify-content:center;z-index:1000;padding:16px}.modal{background:#1e293b;border-radius:16px;width:90%;max-width:400px;border:1px solid #334155}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:16px;border-bottom:1px solid #334155}.modal-header h3{margin:0;color:#f8fafc;font-size:18px}.modal-close{background:none;border:none;font-size:24px;cursor:pointer;color:#94a3b8}.modal-body{padding:20px;text-align:center}.warning-icon{color:#f59e0b;margin-bottom:16px}.modal-body p{margin:8px 0;color:#cbd5e1}.text-muted{color:#94a3b8;font-size:13px}.modal-footer{display:flex;justify-content:flex-end;gap:12px;padding:16px;border-top:1px solid #334155}.btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:8px 16px;border-radius:8px;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s;border:none}.btn-primary{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff}.btn-primary:hover{background:linear-gradient(135deg,#2563eb,#1d4ed8);transform:translateY(-1px)}.btn-secondary{background:#334155;color:#cbd5e1;border:1px solid #475569}.btn-secondary:hover{background:#475569;color:#f8fafc}.btn-outline{background:transparent;border:1px solid #3b82f6;color:#3b82f6}.btn-outline:hover{background:#3b82f6;color:#fff}.btn-danger{background:#ef4444;color:#fff}.btn-danger:hover{background:#dc2626}@media(max-width:768px){.page-header{flex-direction:column;align-items:stretch;padding:16px}.page-header h1{font-size:20px}.header-actions{width:100%}.header-actions .btn{flex:1;justify-content:center}.stats-grid{grid-template-columns:repeat(2,1fr);gap:12px}.stat-card{padding:16px}.stat-value{font-size:24px}.filter-group{flex-direction:column}.filter-item{width:100%}.table-footer{flex-direction:column;align-items:stretch;text-align:center}.pagination-info{text-align:center}.rows-select,.pagination{justify-content:center}.modal-footer{flex-direction:column}.modal-footer .btn{width:100%;justify-content:center}}@media(max-width:480px){.page-header h1{font-size:18px}.stats-grid{grid-template-columns:repeat(2,1fr);gap:10px}.stat-card{display:block;padding:12px}.stat-title{font-size:10px;margin-bottom:4px}.stat-title svg{width:12px;height:12px}.stat-value{font-size:20px}.filter-item{flex-direction:column;align-items:flex-start;gap:4px}.filter-item label{font-size:12px}.filter-item select{width:100%;padding:8px}}.ff-dm-container{width:100%;background:transparent;min-height:calc(100vh - 64px);color:#e2e8f0;box-sizing:border-box;overflow-x:hidden}.ff-dm-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px;padding:20px;background:#1e293b;border-radius:12px;box-shadow:0 2px 8px #0003;border:1px solid #334155;flex-wrap:wrap;gap:16px;width:100%;box-sizing:border-box}.ff-dm-header h1{color:#f8fafc;font-size:28px;font-weight:600;margin:0;display:flex;align-items:center;gap:10px}.ff-dm-header-actions{display:flex;gap:15px;align-items:center;flex-wrap:wrap}.ff-dm-tabs{display:flex;gap:10px;margin-bottom:25px;background:#1e293b;padding:10px 20px;border-radius:12px;border:1px solid #334155;flex-wrap:wrap;width:100%;box-sizing:border-box}.ff-dm-tab-btn{display:flex;align-items:center;gap:8px;padding:10px 20px;background:transparent;border:none;border-radius:8px;font-size:14px;font-weight:500;color:#94a3b8;cursor:pointer;transition:all .2s}.ff-dm-tab-btn:hover{background:#334155;color:#e2e8f0}.ff-dm-tab-btn-active{background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;box-shadow:0 2px 8px #6366f14d}.ff-dm-content{background:transparent;width:100%;box-sizing:border-box}.ff-dm-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;margin-bottom:30px}.ff-dm-stat-card{background:#1e293b;padding:24px;border-radius:12px;border:1px solid #334155;transition:all .3s ease;cursor:pointer;border-left:5px solid #3b82f6}.ff-dm-stat-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px #0000004d;border-color:#475569}.ff-dm-stat-card-warning{border-left-color:#f59e0b}.ff-dm-stat-card-success{border-left-color:#10b981}.ff-dm-stat-card-danger{border-left-color:#ef4444}.ff-dm-stat-title{font-size:14px;color:#94a3b8;text-transform:uppercase;letter-spacing:.5px;margin-bottom:10px;display:flex;align-items:center;gap:8px}.ff-dm-stat-value{font-size:32px;font-weight:700;color:#f8fafc;margin-bottom:5px}.ff-dm-stat-description{font-size:12px;color:#64748b}.ff-dm-search-filter-section{background:#1e293b;padding:24px;border-radius:12px;margin-bottom:30px;border:1px solid #334155;width:100%;box-sizing:border-box}.ff-dm-search-box{display:flex;gap:15px;margin-bottom:20px;flex-wrap:wrap}.ff-dm-search-input-wrapper{position:relative;flex:1}.ff-dm-search-icon{position:absolute;left:15px;top:50%;transform:translateY(-50%);color:#64748b}.ff-dm-search-input-wrapper input{width:100%;padding:12px 20px 12px 45px;border:1px solid #475569;border-radius:8px;font-size:16px;background:#0f172a;color:#e2e8f0;transition:all .2s;box-sizing:border-box}.ff-dm-search-input-wrapper input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f633}.ff-dm-filter-controls{display:flex;gap:20px;align-items:center;flex-wrap:wrap}.ff-dm-filter-group{display:flex;align-items:center;gap:10px}.ff-dm-filter-group label{font-size:14px;color:#94a3b8;font-weight:500;display:flex;align-items:center;gap:5px}.ff-dm-filter-group select{padding:8px 15px;border:1px solid #475569;border-radius:6px;background:#0f172a;color:#e2e8f0;font-size:14px;min-width:140px;cursor:pointer}.ff-dm-templates-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;flex-wrap:wrap;gap:12px}.ff-dm-templates-header h2{display:flex;align-items:center;gap:8px;font-size:20px;font-weight:600;color:#f8fafc;margin:0}.ff-dm-templates-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:24px;margin-top:20px}.ff-dm-template-card{background:#1e293b;border-radius:12px;overflow:hidden;box-shadow:0 4px 12px #0003;transition:all .3s ease;cursor:pointer;border:2px solid transparent}.ff-dm-template-card:hover{transform:translateY(-8px);box-shadow:0 12px 28px #0000004d;border-color:#3b82f6}.ff-dm-template-header{padding:24px;background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;position:relative}.ff-dm-template-card:nth-child(2) .ff-dm-template-header{background:linear-gradient(135deg,#f59e0b,#d97706)}.ff-dm-template-card:nth-child(3) .ff-dm-template-header{background:linear-gradient(135deg,#10b981,#059669)}.ff-dm-template-card:nth-child(4) .ff-dm-template-header{background:linear-gradient(135deg,#ef4444,#dc2626)}.ff-dm-template-card:nth-child(5) .ff-dm-template-header{background:linear-gradient(135deg,#8b5cf6,#6d28d9)}.ff-dm-template-card:nth-child(6) .ff-dm-template-header{background:linear-gradient(135deg,#06b6d4,#0891b2)}.ff-dm-template-icon{margin-bottom:15px;display:flex;align-items:center;justify-content:center;width:60px;height:60px;background:#fff3;border-radius:12px}.ff-dm-template-name{font-size:20px;font-weight:600;margin-bottom:5px}.ff-dm-template-category{font-size:14px;opacity:.9;margin-bottom:10px;text-transform:capitalize}.ff-dm-template-badge{display:inline-flex;align-items:center;gap:5px;padding:4px 10px;border-radius:20px;font-size:11px;font-weight:500;margin-bottom:10px}.ff-dm-template-badge-success{background:#2ecc7133;color:#6ee7b7}.ff-dm-template-badge-warning{background:#f59e0b33;color:#fbbf24}.ff-dm-template-badge-danger{background:#ef444433;color:#fca5a5}.ff-dm-template-stats{display:flex;justify-content:space-between;font-size:12px;opacity:.8;margin-top:15px;padding-top:15px;border-top:1px solid rgba(255,255,255,.2)}.ff-dm-template-stats span{display:flex;align-items:center;gap:5px}.ff-dm-template-body{padding:20px}.ff-dm-template-description{color:#cbd5e1;font-size:14px;line-height:1.6;margin-bottom:15px;min-height:60px;overflow:hidden;text-overflow:ellipsis}.ff-dm-template-meta{display:flex;justify-content:space-between;align-items:center;font-size:13px;color:#94a3b8;margin-bottom:15px;flex-wrap:wrap;gap:10px}.ff-dm-template-time{display:flex;align-items:center;gap:5px}.ff-dm-template-complexity{display:inline-block;padding:4px 10px;border-radius:20px;font-size:12px;font-weight:500;text-transform:capitalize}.ff-dm-complexity-basic{background:#065f46;color:#6ee7b7}.ff-dm-complexity-intermediate{background:#78350f;color:#fbbf24}.ff-dm-complexity-advanced{background:#7f1a1a;color:#fca5a5}.ff-dm-template-action{text-align:center}.ff-dm-template-action .ff-dm-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:8px}.ff-dm-no-templates{text-align:center;padding:60px 20px;background:#1e293b;border-radius:12px;border:1px solid #334155;grid-column:1 / -1}.ff-dm-no-templates-icon{margin-bottom:20px;color:#475569}.ff-dm-no-templates h3{color:#e2e8f0;font-size:20px;margin-bottom:10px}.ff-dm-no-templates p{color:#94a3b8;margin-bottom:20px}.ff-dm-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;background:#1e293b;border-radius:12px;border:1px solid #334155}.ff-dm-loading-spinner{animation:ff-dm-spin 1s linear infinite;color:#3b82f6;margin-bottom:20px}@keyframes ff-dm-spin{to{transform:rotate(360deg)}}.ff-dm-btn{padding:10px 20px;border:none;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s;display:inline-flex;align-items:center;justify-content:center;gap:8px}.ff-dm-btn-primary{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff}.ff-dm-btn-primary:hover{background:linear-gradient(135deg,#2563eb,#1d4ed8);transform:translateY(-1px);box-shadow:0 4px 12px #3b82f64d}.ff-dm-btn-secondary{background:#334155;color:#cbd5e1;border:1px solid #475569}.ff-dm-btn-secondary:hover{background:#475569;color:#f8fafc}.ff-dm-btn-outline{background:transparent;border:1px solid #3b82f6;color:#3b82f6}.ff-dm-btn-outline:hover{background:#3b82f6;color:#fff}.ff-dm-btn-sm{padding:6px 12px;font-size:12px}.ff-dm-text-muted{color:#94a3b8}.ff-dm-animate-spin{animation:ff-dm-spin 1s linear infinite}@media(max-width:768px){.ff-dm-header{flex-direction:column;gap:16px;text-align:center}.ff-dm-header h1{justify-content:center;font-size:24px}.ff-dm-header-actions{justify-content:stretch;width:100%}.ff-dm-header-actions .ff-dm-btn{flex:1;justify-content:center}.ff-dm-tabs{flex-direction:column}.ff-dm-tab-btn{justify-content:center}.ff-dm-stats-grid{grid-template-columns:repeat(2,1fr);gap:12px}.ff-dm-stat-card{padding:16px}.ff-dm-stat-value{font-size:24px}.ff-dm-search-box{flex-direction:column}.ff-dm-filter-controls,.ff-dm-filter-group{flex-direction:column;align-items:stretch}.ff-dm-filter-group select{width:100%}.ff-dm-templates-grid{grid-template-columns:1fr}.ff-dm-template-header{padding:20px}.ff-dm-template-name{font-size:18px}.ff-dm-template-stats{flex-direction:column;gap:8px}}@media(max-width:480px){.ff-dm-header h1{font-size:20px}.ff-dm-stats-grid{grid-template-columns:repeat(2,1fr);gap:10px}.ff-dm-stat-card{padding:12px}.ff-dm-stat-title{font-size:10px;margin-bottom:4px}.ff-dm-stat-title svg{width:12px;height:12px}.ff-dm-stat-value{font-size:20px;margin-bottom:2px}.ff-dm-stat-description{font-size:10px;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ff-dm-search-input-wrapper input{font-size:14px;padding:10px 16px 10px 40px}.ff-dm-search-icon{left:12px;width:16px;height:16px}.ff-dm-filter-group label{font-size:13px}.ff-dm-filter-group select{font-size:13px;padding:6px 12px}.ff-dm-template-body{padding:16px}.ff-dm-template-description{font-size:13px}.ff-dm-btn{padding:8px 16px;font-size:13px}.ff-dm-templates-header h2{font-size:18px}.ff-dm-templates-header{flex-direction:column;align-items:flex-start}}@media(max-width:375px){.ff-dm-header{padding:16px}.ff-dm-header h1{font-size:18px}.ff-dm-template-meta{flex-direction:column;align-items:flex-start}.ff-dm-template-action .ff-dm-btn{width:100%}}.ff-settings-page{display:flex;flex-direction:column;padding:2rem;min-height:100vh;width:100%;background:#031120}.ff-settings-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px;padding-bottom:24px;border-bottom:1px solid #334155;width:100%;flex-wrap:wrap;gap:1rem}.ff-settings-header-left{display:flex;align-items:center;gap:12px}.ff-settings-title{font-size:28px;font-weight:700;color:#f8fafc;margin:0}.ff-settings-header-left svg{color:#3b82f6}.ff-settings-header-actions{display:flex;gap:12px;flex-wrap:wrap}.ff-settings-btn-primary,.ff-settings-btn-secondary{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 20px;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s;border:none;outline:none}.ff-settings-btn-primary{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;box-shadow:0 2px 4px #3b82f64d}.ff-settings-btn-primary:hover:not(:disabled){background:linear-gradient(135deg,#2563eb,#1e40af);transform:translateY(-1px);box-shadow:0 4px 8px #3b82f666}.ff-settings-btn-primary:disabled{opacity:.6;cursor:not-allowed}.ff-settings-btn-secondary{background:#1e293b;color:#cbd5e0;border:1px solid #475569}.ff-settings-btn-secondary:hover:not(:disabled){background:#334155;border-color:#64748b}.ff-settings-btn-secondary:disabled{opacity:.6;cursor:not-allowed}.ff-settings-message{display:flex;align-items:center;gap:10px;padding:14px 20px;border-radius:8px;margin-bottom:24px;font-size:14px;font-weight:500;animation:ff-settings-slideIn .3s ease-out;width:100%}.ff-settings-message-success{background:#064e3b;color:#6ee7b7;border-left:4px solid #10b981}.ff-settings-message-error{background:#7f1d1d;color:#fca5a5;border-left:4px solid #ef4444}@keyframes ff-settings-slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.ff-settings-debug{margin-bottom:20px;background:#1e293b;border:1px solid #334155;border-radius:8px;padding:10px;width:100%}.ff-settings-debug summary{font-weight:600;color:#cbd5e0;cursor:pointer;padding:8px;background:#0f172a;border-radius:6px;border:none;outline:none}.ff-settings-debug summary:hover{background:#1e293b}.ff-settings-debug-content{margin-top:10px;padding:12px;background:#0f172a;border-radius:6px;border:1px solid #334155;font-size:12px;color:#94a3b8}.ff-settings-debug-content p{margin:4px 0}.ff-settings-tabs{width:100%;flex:1}.ff-settings-tabs-nav{display:flex;gap:4px;margin-bottom:32px;background:#1e293b;padding:4px;border-radius:12px;border:1px solid #334155;overflow-x:auto;width:100%;scrollbar-width:thin;scrollbar-color:#3b82f6 #1e293b}.ff-settings-tabs-nav::-webkit-scrollbar{height:6px}.ff-settings-tabs-nav::-webkit-scrollbar-track{background:#1e293b;border-radius:3px}.ff-settings-tabs-nav::-webkit-scrollbar-thumb{background:#3b82f6;border-radius:3px}.ff-settings-tab-btn{display:flex;align-items:center;gap:8px;padding:12px 20px;background:transparent;border:none;border-radius:8px;font-size:14px;font-weight:500;color:#94a3b8;cursor:pointer;transition:all .2s;flex-shrink:0;white-space:nowrap}.ff-settings-tab-btn:hover:not(.ff-settings-tab-btn-active){background:#334155;color:#cbd5e0}.ff-settings-tab-btn-active{background:#0f172a;color:#3b82f6;box-shadow:0 2px 8px #0000004d}.ff-settings-tab-btn svg{transition:transform .2s;width:18px;height:18px}.ff-settings-tab-btn-active svg{transform:scale(1.1);color:#3b82f6}.ff-settings-tab-content{flex:1}.ff-settings-card{background:#1e293b;border-radius:16px;box-shadow:0 4px 20px #0003;border:1px solid #334155;overflow:hidden;animation:ff-settings-fadeIn .3s ease-out;width:100%}@keyframes ff-settings-fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.ff-settings-card-header{padding:24px;border-bottom:1px solid #334155;background:linear-gradient(to right,#1e293b,#0f172a)}.ff-settings-card-title{font-size:20px;font-weight:700;color:#f8fafc;margin:0 0 8px}.ff-settings-card-description{font-size:14px;color:#94a3b8;margin:0}.ff-settings-card-body{padding:24px}.ff-settings-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:24px}.ff-settings-item{display:flex;flex-direction:column;gap:8px}.ff-settings-label{font-size:14px;font-weight:600;color:#e2e8f0}.ff-settings-item input[type=number],.ff-settings-item input[type=text]{padding:12px;border:2px solid #475569;border-radius:8px;font-size:14px;transition:all .2s;background:#0f172a;color:#f8fafc;width:100%}.ff-settings-item input[type=number]:focus,.ff-settings-item input[type=text]:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.ff-settings-input-error{border-color:#ef4444!important}.ff-settings-error{font-size:12px;color:#ef4444;margin:4px 0 0}.ff-settings-description{font-size:12px;color:#94a3b8;line-height:1.5;margin:4px 0 0}.ff-settings-toggle{position:relative;display:inline-block}.ff-settings-toggle input{opacity:0;width:0;height:0;position:absolute}.ff-settings-toggle-slider{position:relative;display:inline-block;width:52px;height:28px;background:#475569;border-radius:14px;cursor:pointer;transition:all .2s}.ff-settings-toggle-slider:before{content:"";position:absolute;width:24px;height:24px;left:2px;top:2px;background:#fff;border-radius:50%;transition:all .2s;box-shadow:0 2px 4px #0003}.ff-settings-toggle input:checked+.ff-settings-toggle-slider{background:#3b82f6}.ff-settings-toggle input:checked+.ff-settings-toggle-slider:before{transform:translate(24px)}.ff-settings-toggle input:focus+.ff-settings-toggle-slider{box-shadow:0 0 0 3px #3b82f64d}.ff-settings-commission-section{margin-top:32px;padding-top:24px;border-top:2px dashed #475569}.ff-settings-section-title{display:flex;align-items:center;gap:10px;font-size:16px;font-weight:600;color:#f8fafc;margin:0 0 20px}.ff-settings-section-title svg{color:#8b5cf6}.ff-pincode-add-section{margin-bottom:32px;padding-bottom:24px;border-bottom:2px dashed #475569}.ff-pincode-add-single{margin-top:16px}.ff-pincode-input-group{display:flex;gap:12px;align-items:center;flex-wrap:wrap}.ff-pincode-input-group input{flex:1;min-width:200px;padding:12px;border:2px solid #475569;border-radius:8px;background:#0f172a;color:#f8fafc;font-size:16px;transition:all .2s}.ff-pincode-input-group input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.ff-pincode-input-group input.ff-settings-input-error{border-color:#ef4444}.ff-pincode-add-bulk{margin-top:16px}.ff-pincode-add-bulk textarea{width:100%;padding:12px;border:2px solid #475569;border-radius:8px;background:#0f172a;color:#f8fafc;font-size:14px;resize:vertical;margin-bottom:12px;font-family:inherit}.ff-pincode-add-bulk textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.ff-pincode-add-bulk textarea.ff-settings-input-error{border-color:#ef4444}.ff-pincode-bulk-actions{display:flex;gap:12px;align-items:center;flex-wrap:wrap}.ff-pincode-list-section{margin-top:24px}.ff-pincode-stats{background:#0f172a;border-radius:8px;padding:16px;margin-bottom:20px;border:1px solid #334155}.ff-pincode-stat-item{display:inline-flex;align-items:center;gap:8px;background:#1e293b;padding:8px 16px;border-radius:20px}.ff-pincode-stat-label{color:#94a3b8;font-size:14px}.ff-pincode-stat-value{color:#3b82f6;font-weight:700;font-size:18px}.ff-pincode-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:12px;margin-top:16px}.ff-pincode-item{display:flex;align-items:center;justify-content:space-between;background:#0f172a;border:1px solid #334155;border-radius:8px;padding:10px 12px;transition:all .2s}.ff-pincode-item:hover{border-color:#475569;transform:translateY(-1px);box-shadow:0 2px 8px #0003}.ff-pincode-value{font-size:14px;font-weight:600;color:#f8fafc;letter-spacing:.5px}.ff-pincode-remove-btn{background:transparent;border:none;color:#ef4444;cursor:pointer;padding:4px;border-radius:4px;display:flex;align-items:center;justify-content:center;transition:all .2s;opacity:.6}.ff-pincode-remove-btn:hover:not(:disabled){opacity:1;background:#ef44441a;transform:scale(1.1)}.ff-pincode-remove-btn:disabled{opacity:.3;cursor:not-allowed}.ff-pincode-empty{text-align:center;padding:40px;background:#0f172a;border-radius:8px;border:2px dashed #475569;color:#94a3b8;font-size:14px}.ff-settings-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;gap:20px;width:100%}.ff-settings-spin{animation:ff-settings-spin 1s linear infinite}@keyframes ff-settings-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.ff-settings-loading p{color:#94a3b8;font-size:16px}.ff-settings-debug-text{font-size:12px;color:#94a3b8;margin-top:10px;max-width:600px;text-align:center;background:#1e293b;padding:8px;border-radius:6px}.ff-settings-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;text-align:center;gap:20px;background:#1e293b;border-radius:16px;padding:48px;box-shadow:0 4px 20px #0003;border:1px solid #334155;width:100%}.ff-settings-empty svg{color:#94a3b8}.ff-settings-empty-title{font-size:24px;font-weight:700;color:#f8fafc;margin:0}.ff-settings-empty-text{color:#94a3b8;margin:0}.ff-settings-troubleshoot{text-align:left;margin:20px 0;padding:15px;background:#0f172a;border-radius:8px;border-left:4px solid #3b82f6;max-width:500px}.ff-settings-troubleshoot p{margin:8px 0;font-size:13px;color:#cbd5e0}.ff-settings-debug-info{background:#0f172a;border:1px solid #334155;border-radius:8px;padding:20px;width:100%;max-width:600px;margin:20px 0}.ff-settings-debug-info h4{display:flex;align-items:center;gap:8px;color:#cbd5e0;margin-bottom:12px;font-size:16px}.ff-settings-debug-info p{margin:8px 0;color:#94a3b8;font-size:14px}.ff-settings-actions{display:flex;gap:12px;margin-top:20px;flex-wrap:wrap;justify-content:center}.ff-settings-item input:hover:not(:focus):not(.ff-settings-input-error){border-color:#64748b}.ff-settings-toggle-slider:hover{background:#64748b}.ff-settings-toggle input:checked+.ff-settings-toggle-slider:hover{background:#2563eb}.ff-settings-btn-primary:active:not(:disabled){transform:translateY(0);box-shadow:0 2px 4px #3b82f64d}.ff-settings-tab-btn:focus-visible{outline:2px solid #3b82f6;outline-offset:2px}.ff-settings-btn-primary:focus-visible,.ff-settings-btn-secondary:focus-visible{outline:2px solid #3b82f6;outline-offset:2px}.ff-settings-item input:focus-visible{outline:2px solid #3b82f6;outline-offset:2px;border-color:transparent}@media(max-width:1024px){.ff-settings-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}}@media(max-width:768px){.ff-settings-page{padding:1rem}.ff-settings-header{flex-direction:column;align-items:flex-start;gap:16px;margin-bottom:20px;padding-bottom:16px}.ff-settings-header-actions{width:100%;justify-content:flex-start;flex-wrap:wrap}.ff-settings-header-actions .ff-settings-btn-primary,.ff-settings-header-actions .ff-settings-btn-secondary{flex:1;justify-content:center}.ff-settings-title{font-size:24px}.ff-settings-grid{grid-template-columns:1fr;gap:20px}.ff-settings-card{margin:0;border-radius:12px}.ff-settings-card-header,.ff-settings-card-body{padding:20px}.ff-settings-tabs-nav{flex-wrap:wrap;justify-content:center;margin-bottom:20px}.ff-settings-tab-btn{padding:10px 16px;font-size:13px}.ff-settings-empty{padding:24px;margin:0 -16px;border-radius:0;border-left:none;border-right:none}.ff-pincode-input-group{flex-direction:column;align-items:stretch}.ff-pincode-input-group input,.ff-pincode-input-group button{width:100%}.ff-pincode-grid{grid-template-columns:repeat(auto-fill,minmax(100px,1fr))}.ff-pincode-bulk-actions{flex-direction:column}.ff-pincode-bulk-actions button{width:100%}}@media(max-width:480px){.ff-settings-page{padding:.75rem}.ff-settings-title{font-size:20px}.ff-settings-btn-primary,.ff-settings-btn-secondary{padding:8px 16px;font-size:13px}.ff-settings-tab-btn{flex:1;min-width:120px;justify-content:center;padding:8px 12px;font-size:12px}.ff-settings-card-title{font-size:18px}.ff-settings-card-description{font-size:12px}.ff-settings-label{font-size:13px}.ff-settings-item input[type=number],.ff-settings-item input[type=text]{padding:10px;font-size:13px}.ff-pincode-grid{grid-template-columns:1fr}.ff-pincode-item{padding:12px}.ff-pincode-stat-item{width:100%;justify-content:center}.ff-settings-actions{flex-direction:column;width:100%}.ff-settings-actions button{width:100%}.ff-settings-empty-title{font-size:20px}.ff-settings-empty-text{font-size:14px}}@media(max-width:375px){.ff-settings-page{padding:.5rem}.ff-settings-header-actions{flex-direction:column;width:100%}.ff-settings-header-actions .ff-settings-btn-primary,.ff-settings-header-actions .ff-settings-btn-secondary{width:100%}.ff-settings-tab-btn{min-width:100px;font-size:11px}.ff-settings-card-header,.ff-settings-card-body{padding:16px}.ff-pincode-input-group input{font-size:14px}.ff-pincode-add-bulk textarea{font-size:12px}}.ff-settings-page::-webkit-scrollbar{width:8px}.ff-settings-page::-webkit-scrollbar-track{background:#0f172a}.ff-settings-page::-webkit-scrollbar-thumb{background:#475569;border-radius:4px}.ff-settings-page::-webkit-scrollbar-thumb:hover{background:#64748b}.ff-analytics-container{width:100%;background:transparent;min-height:calc(100vh - 64px);color:#e2e8f0;box-sizing:border-box;overflow-x:hidden}.ff-analytics-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px;padding-bottom:16px;border-bottom:1px solid #334155;flex-wrap:wrap;gap:16px;width:100%;box-sizing:border-box}.ff-analytics-title-section{display:flex;align-items:center;gap:16px}.ff-analytics-title-icon{color:#3b82f6;background:#3b82f61a;padding:12px;border-radius:12px}.ff-analytics-title{font-size:28px;font-weight:700;color:#f8fafc;margin:0}.ff-analytics-subtitle{font-size:14px;color:#94a3b8;margin:4px 0 0}.ff-analytics-refresh-btn{background:#3b82f6;color:#fff;border:none;padding:10px 20px;border-radius:8px;font-weight:500;cursor:pointer;transition:all .2s}.ff-analytics-refresh-btn:hover{background:#2563eb;transform:translateY(-1px)}.ff-analytics-tabs{display:flex;gap:8px;margin-bottom:24px;border-bottom:1px solid #334155;padding-bottom:0;flex-wrap:wrap;width:100%;box-sizing:border-box}.ff-analytics-tab-btn{display:flex;align-items:center;gap:8px;padding:12px 20px;background:none;border:none;font-weight:500;color:#94a3b8;cursor:pointer;border-bottom:3px solid transparent;transition:all .2s}.ff-analytics-tab-btn:hover{color:#cbd5e1}.ff-analytics-tab-btn-active{color:#3b82f6;border-bottom-color:#3b82f6;background:#3b82f61a;border-radius:8px 8px 0 0}.ff-analytics-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:20px;margin-bottom:32px}.ff-analytics-stat-card{background:#1e293b;border:1px solid #334155;border-radius:12px;padding:24px;display:flex;align-items:center;gap:20px;transition:all .3s ease}.ff-analytics-stat-card:hover{transform:translateY(-2px);border-color:#475569;box-shadow:0 8px 16px #0000004d}.ff-analytics-stat-icon{width:56px;height:56px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.ff-analytics-stat-icon-total{background:linear-gradient(135deg,#1d4ed8,#3b82f6);color:#fff}.ff-analytics-stat-icon-today{background:linear-gradient(135deg,#0ea5e9,#38bdf8);color:#fff}.ff-analytics-stat-icon-trend{background:linear-gradient(135deg,#16a34a,#22c55e);color:#fff}.ff-analytics-stat-icon-device{background:linear-gradient(135deg,#d97706,#f59e0b);color:#fff}.ff-analytics-stat-content{flex:1}.ff-analytics-stat-value{font-size:32px;font-weight:700;color:#f8fafc;margin:0 0 4px}.ff-analytics-stat-label{font-size:14px;color:#94a3b8;margin:0}.ff-analytics-stat-subtext{font-size:12px;color:#64748b;margin:2px 0 0}.ff-analytics-section{background:#1e293b;border:1px solid #334155;border-radius:12px;padding:24px;margin-bottom:24px;width:100%;box-sizing:border-box}.ff-analytics-section-title{display:flex;align-items:center;gap:10px;font-size:18px;font-weight:600;color:#f8fafc;margin:0 0 20px}.ff-analytics-section-title svg{color:#94a3b8}.ff-analytics-page-views{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;margin-top:16px}.ff-analytics-page-view-item{background:#0f172a;padding:20px;border-radius:10px;text-align:center;border:1px solid #334155}.ff-analytics-page-view-label{font-size:14px;color:#94a3b8;margin-bottom:8px}.ff-analytics-page-view-value{font-size:28px;font-weight:700;color:#f8fafc}.ff-analytics-top-pages{display:flex;flex-direction:column;gap:12px}.ff-analytics-page-item{display:flex;align-items:center;padding:16px;background:#0f172a;border-radius:8px;transition:all .2s;border:1px solid #334155}.ff-analytics-page-item:hover{background:#1e293b;border-color:#475569}.ff-analytics-page-rank{background:#3b82f6;color:#fff;font-weight:600;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:8px;margin-right:16px;flex-shrink:0}.ff-analytics-page-info{flex:1}.ff-analytics-page-path{font-weight:500;color:#f8fafc;margin:0 0 4px;word-break:break-all;font-size:14px}.ff-analytics-page-stats{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.ff-analytics-page-count,.ff-analytics-page-views{display:inline-flex;align-items:center;gap:4px;font-size:12px;color:#94a3b8;background:#334155;padding:4px 8px;border-radius:6px}.ff-analytics-page-arrow{color:#64748b;flex-shrink:0}.ff-analytics-logs-table-container{overflow-x:auto;width:100%;-webkit-overflow-scrolling:touch}.ff-analytics-logs-table{width:100%;border-collapse:collapse;min-width:700px}.ff-analytics-logs-table thead{background:#0f172a;border-bottom:2px solid #334155}.ff-analytics-logs-table th{padding:16px;text-align:left;font-weight:600;color:#cbd5e1;font-size:13px;text-transform:uppercase;letter-spacing:.5px}.ff-analytics-logs-table td{padding:16px;border-bottom:1px solid #334155;font-size:14px}.ff-analytics-log-time{color:#94a3b8;white-space:nowrap}.ff-analytics-log-date{font-size:11px;color:#64748b;margin-top:2px}.ff-analytics-log-page{color:#f8fafc;font-weight:500;max-width:300px;overflow:hidden;text-overflow:ellipsis;word-break:break-all}.ff-analytics-log-session{white-space:nowrap}.ff-analytics-session-badge{display:inline-block;padding:4px 10px;border-radius:20px;font-size:12px;font-weight:500}.ff-analytics-session-new{background:#065f46;color:#6ee7b7}.ff-analytics-session-returning{background:#78350f;color:#fbbf24}.ff-analytics-device-badge{display:inline-flex;align-items:center;gap:6px;background:#334155;padding:6px 12px;border-radius:20px;font-size:12px;color:#cbd5e1}.ff-analytics-log-ip{font-family:monospace;color:#94a3b8;font-size:13px}.ff-analytics-no-logs,.ff-analytics-no-data{text-align:center;color:#64748b;padding:40px;font-style:italic}.ff-analytics-logs-pagination{display:flex;justify-content:center;align-items:center;gap:20px;margin-top:24px;padding-top:24px;border-top:1px solid #334155}.ff-analytics-pagination-btn{background:#334155;border:none;padding:8px 16px;border-radius:6px;font-weight:500;color:#cbd5e1;cursor:pointer;transition:all .2s}.ff-analytics-pagination-btn:hover:not(:disabled){background:#475569;color:#f8fafc}.ff-analytics-pagination-btn:disabled{opacity:.5;cursor:not-allowed}.ff-analytics-pagination-info{font-size:14px;color:#94a3b8}.ff-analytics-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;gap:16px}.ff-analytics-spinner{width:50px;height:50px;border:4px solid #334155;border-top-color:#3b82f6;border-radius:50%;animation:ff-analytics-spin 1s linear infinite}@keyframes ff-analytics-spin{to{transform:rotate(360deg)}}@media(max-width:768px){.ff-analytics-header{flex-direction:column;align-items:flex-start}.ff-analytics-title{font-size:24px}.ff-analytics-stats-grid{grid-template-columns:repeat(2,1fr);gap:12px}.ff-analytics-stat-card{padding:16px}.ff-analytics-stat-value{font-size:28px}.ff-analytics-page-views{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.ff-analytics-page-view-value{font-size:24px}.ff-analytics-tabs{flex-wrap:wrap}.ff-analytics-tab-btn{padding:8px 16px;font-size:13px}.ff-analytics-section{padding:16px}.ff-analytics-logs-table th,.ff-analytics-logs-table td{padding:12px 8px;font-size:13px}}@media(max-width:480px){.ff-analytics-title{font-size:20px}.ff-analytics-subtitle{font-size:12px}.ff-analytics-title-icon{padding:10px}.ff-analytics-title-icon svg{width:20px;height:20px}.ff-analytics-refresh-btn{padding:8px 16px;font-size:13px;width:100%;text-align:center}.ff-analytics-tabs{width:100%}.ff-analytics-tab-btn{flex:1;justify-content:center}.ff-analytics-stats-grid{grid-template-columns:repeat(2,1fr);gap:10px}.ff-analytics-stat-card{padding:12px;flex-direction:column;align-items:flex-start;gap:8px}.ff-analytics-stat-icon{width:32px;height:32px;border-radius:8px}.ff-analytics-stat-icon svg{width:16px;height:16px}.ff-analytics-stat-value{font-size:20px}.ff-analytics-stat-label{font-size:11px}.ff-analytics-stat-subtext{font-size:10px}.ff-analytics-page-views{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.ff-analytics-page-view-item{padding:12px 8px;display:flex;flex-direction:column;justify-content:center;align-items:center}.ff-analytics-page-view-label{font-size:11px;margin-bottom:4px;text-align:center;word-wrap:break-word;white-space:normal}.ff-analytics-page-view-value{font-size:18px}.ff-analytics-page-item{padding:12px;gap:10px}.ff-analytics-page-rank{width:28px;height:28px;font-size:12px;margin-right:0}.ff-analytics-page-path{font-size:13px}.ff-analytics-page-stats{flex-direction:row;align-items:center;gap:6px}.ff-analytics-logs-table{min-width:600px}.ff-analytics-logs-pagination{flex-wrap:wrap;gap:10px}.ff-analytics-pagination-btn{padding:6px 12px;font-size:12px}}@media(max-width:375px){.ff-analytics-title{font-size:18px}.ff-analytics-title-section{gap:10px}}.ff-at-container{background:#1e293b;border:1px solid #334155;border-radius:16px;overflow:hidden;box-shadow:0 4px 20px #0003;width:100%}.ff-at-table{width:100%;border-collapse:collapse;min-width:800px}.ff-at-table th{text-align:left;padding:1.2rem 1rem;background:#0f172a;color:#94a3b8;font-weight:600;font-size:.85rem;text-transform:uppercase;letter-spacing:.5px;border-bottom:1px solid #334155}.ff-at-table td{padding:1rem;color:#f8fafc;border-bottom:1px solid #334155}.ff-at-row:hover{background:#ffffff05}.ff-at-adminCell{display:flex;align-items:center;gap:.75rem}.ff-at-avatar{width:40px;height:40px;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:1.1rem;color:#fff;flex-shrink:0}.ff-at-name{display:flex;flex-direction:column;gap:.25rem}.ff-at-name small{color:#94a3b8;font-size:.75rem}.ff-at-usernameCell .ff-at-usernameText{color:#94a3b8;font-size:.9rem;font-family:monospace;background:#0f172a;padding:.3rem .6rem;border-radius:6px;border:1px solid #334155}.ff-at-roleBadge{display:inline-block;padding:.3rem .8rem;border-radius:20px;font-size:.8rem;font-weight:600;text-transform:capitalize}.ff-at-roleSuperAdmin{background:linear-gradient(135deg,#f59e0b,#d97706);color:#000}.ff-at-roleManager{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff}.ff-at-roleStaff{background:linear-gradient(135deg,#64748b,#475569);color:#fff}.ff-at-roleFinance{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.ff-at-roleSupport{background:linear-gradient(135deg,#8b5cf6,#7c3aed);color:#fff}.ff-at-statusBadge{display:inline-block;padding:.3rem .8rem;border-radius:20px;font-size:.8rem;font-weight:600}.ff-at-statusActive{background:#10b98133;color:#10b981;border:1px solid rgba(16,185,129,.3)}.ff-at-statusInactive{background:#64748b33;color:#94a3b8;border:1px solid rgba(100,116,139,.3)}.ff-at-statusSuspended{background:#ef444433;color:#ef4444;border:1px solid rgba(239,68,68,.3)}.ff-at-lastLogin{display:flex;align-items:center;gap:.4rem;color:#94a3b8;font-size:.85rem}.ff-at-lastLogin svg{color:#64748b;stroke:#64748b;flex-shrink:0}.ff-at-createdCell{color:#94a3b8;font-size:.85rem}.ff-at-actionsCell{display:flex;gap:.5rem;align-items:center}.ff-at-actionBtn{width:34px;height:34px;border-radius:8px;border:none;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;background:#0f172a;border:1px solid #334155;padding:0}.ff-at-actionBtn svg{width:16px;height:16px;flex-shrink:0;stroke-width:2;fill:none}.ff-at-editBtn{color:#3b82f6}.ff-at-editBtn svg{stroke:#3b82f6}.ff-at-editBtn:hover{background:#3b82f6;color:#fff;border-color:#3b82f6;transform:translateY(-2px)}.ff-at-editBtn:hover svg{stroke:#fff}.ff-at-deleteBtn{color:#ef4444}.ff-at-deleteBtn svg{stroke:#ef4444}.ff-at-deleteBtn:hover{background:#ef4444;color:#fff;border-color:#ef4444;transform:translateY(-2px)}.ff-at-deleteBtn:hover svg{stroke:#fff}.ff-at-pagination{display:flex;align-items:center;justify-content:center;gap:1.5rem;padding:1.5rem;border-top:1px solid #334155;background:#0f172a}.ff-at-paginationBtn{width:36px;height:36px;border-radius:8px;border:1px solid #334155;background:#1e293b;color:#94a3b8;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.ff-at-paginationBtn svg{stroke:currentColor;flex-shrink:0}.ff-at-paginationBtn:hover:not(:disabled){background:#3b82f6;color:#fff;border-color:#3b82f6}.ff-at-paginationBtn:disabled{opacity:.5;cursor:not-allowed}.ff-at-paginationInfo{color:#94a3b8;font-size:.9rem}.ff-at-loading{background:#1e293b;border:1px solid #334155;border-radius:16px;padding:4rem;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem}.ff-at-spinner{width:40px;height:40px;border:3px solid #334155;border-top-color:#3b82f6;border-radius:50%;animation:ff-at-spin 1s linear infinite}@keyframes ff-at-spin{to{transform:rotate(360deg)}}.ff-at-loading p{color:#94a3b8;margin:0}.ff-at-empty{background:#1e293b;border:1px solid #334155;border-radius:16px;padding:4rem;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;text-align:center}.ff-at-emptyIcon{color:#334155;stroke:#334155}.ff-at-empty h3{color:#f8fafc;margin:0;font-size:1.3rem}.ff-at-empty p{color:#94a3b8;margin:0}@media(max-width:1024px){.ff-at-container{overflow-x:auto}.ff-at-table{min-width:900px}}@media(max-width:768px){.ff-at-actionsCell{flex-direction:column;gap:.5rem}.ff-at-actionBtn{width:32px;height:32px}.ff-at-pagination{flex-wrap:wrap;gap:1rem;padding:1rem}.ff-at-loading,.ff-at-empty{padding:2rem}.ff-at-empty h3{font-size:1.1rem}.ff-at-empty p{font-size:.875rem}}@media(max-width:480px){.ff-at-adminCell{flex-direction:column;align-items:flex-start;gap:.5rem}.ff-at-avatar{width:32px;height:32px;font-size:.9rem}.ff-at-name small{font-size:.7rem}.ff-at-usernameText{font-size:.8rem;padding:.25rem .5rem}.ff-at-roleBadge,.ff-at-statusBadge{padding:.25rem .6rem;font-size:.7rem}.ff-at-lastLogin,.ff-at-createdCell{font-size:.75rem}.ff-at-paginationBtn{width:32px;height:32px}.ff-at-paginationInfo{font-size:.8rem}}.ff-af-overlay{position:fixed;inset:0;background:#000000b3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:2000;animation:ff-af-fadeIn .3s ease;padding:1rem}@keyframes ff-af-fadeIn{0%{opacity:0}to{opacity:1}}.ff-af-modal{background:#1e293b;border:1px solid #334155;border-radius:24px;width:100%;max-width:500px;max-height:90vh;overflow-y:auto;box-shadow:0 25px 50px -12px #00000080;animation:ff-af-slideIn .4s cubic-bezier(.4,0,.2,1)}@keyframes ff-af-slideIn{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.ff-af-header{padding:1.5rem 2rem;border-bottom:1px solid #334155;display:flex;justify-content:space-between;align-items:flex-start;position:sticky;top:0;background:#1e293b;z-index:10;border-radius:24px 24px 0 0;flex-wrap:wrap;gap:1rem}.ff-af-titleSection{display:flex;align-items:center;gap:1rem}.ff-af-titleIcon{color:#3b82f6;background:#3b82f61a;padding:.75rem;border-radius:12px}.ff-af-titleSection h2{color:#f8fafc;font-size:1.3rem;margin:0 0 .25rem}.ff-af-titleSection p{color:#94a3b8;font-size:.85rem;margin:0}.ff-af-closeBtn{background:#0f172a;border:1px solid #334155;color:#94a3b8;width:36px;height:36px;border-radius:10px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;flex-shrink:0}.ff-af-closeBtn:hover{background:#ef4444;color:#fff;border-color:#ef4444;transform:rotate(90deg)}.ff-af-body{padding:2rem}.ff-af-group{margin-bottom:1.5rem}.ff-af-label{display:block;color:#f8fafc;font-size:.9rem;font-weight:500;margin-bottom:.5rem}.ff-af-required{color:#ef4444;margin-left:.25rem}.ff-af-input,.ff-af-select{width:100%;padding:.75rem 1rem;background:#0f172a;border:1px solid #334155;border-radius:10px;color:#f8fafc;font-size:.95rem;transition:all .2s ease}.ff-af-input:focus,.ff-af-select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f633}.ff-af-input-error{border-color:#ef4444!important}.ff-af-input-error:focus{box-shadow:0 0 0 3px #ef444433!important}.ff-af-input:disabled,.ff-af-select:disabled{opacity:.6;cursor:not-allowed}.ff-af-passwordWrapper{position:relative}.ff-af-passwordToggle{position:absolute;right:12px;top:50%;transform:translateY(-50%);background:none;border:none;color:#64748b;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0}.ff-af-passwordToggle:hover{color:#3b82f6}.ff-af-error{display:flex;align-items:center;gap:.4rem;color:#ef4444;font-size:.8rem;margin-top:.4rem;background:#ef44441a;padding:.5rem .75rem;border-radius:6px;border:1px solid rgba(239,68,68,.2)}.ff-af-hint{display:block;color:#64748b;font-size:.75rem;margin-top:.4rem}.ff-af-roleDesc{margin-top:.75rem;padding:.75rem 1rem;background:#0f172a;border:1px solid #334155;border-radius:8px;color:#94a3b8;font-size:.85rem;line-height:1.5}.ff-af-roleDesc strong{color:#f8fafc;display:block;margin-bottom:.25rem}.ff-af-actions{display:flex;gap:1rem;margin-top:2rem;padding-top:1.5rem;border-top:1px solid #334155}.ff-af-btn{flex:1;padding:.875rem 1.5rem;border-radius:12px;font-weight:600;font-size:.95rem;cursor:pointer;transition:all .3s ease;border:none;display:flex;align-items:center;justify-content:center;gap:.5rem}.ff-af-btn-primary{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;box-shadow:0 4px 12px #3b82f64d}.ff-af-btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 16px #3b82f666}.ff-af-btn-secondary{background:#334155;color:#94a3b8;border:1px solid #475569}.ff-af-btn-secondary:hover:not(:disabled){background:#475569;color:#f8fafc}.ff-af-btn-primary:disabled,.ff-af-btn-secondary:disabled{opacity:.6;cursor:not-allowed}.ff-af-spinner{width:18px;height:18px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:ff-af-spin .8s linear infinite}@keyframes ff-af-spin{to{transform:rotate(360deg)}}.ff-af-modal::-webkit-scrollbar{width:8px}.ff-af-modal::-webkit-scrollbar-track{background:#0f172a}.ff-af-modal::-webkit-scrollbar-thumb{background:#334155;border-radius:4px}.ff-af-modal::-webkit-scrollbar-thumb:hover{background:#475569}@media(max-width:768px){.ff-af-modal{max-height:95vh}.ff-af-header{padding:1.25rem 1.5rem}.ff-af-body{padding:1.5rem}.ff-af-actions{flex-direction:column;gap:.75rem}.ff-af-btn{width:100%}}@media(max-width:480px){.ff-af-titleSection{flex-direction:column;align-items:flex-start;gap:.5rem}.ff-af-titleSection h2{font-size:1.1rem}.ff-af-titleSection p{font-size:.8rem}.ff-af-titleIcon{padding:.5rem}.ff-af-titleIcon svg{width:20px;height:20px}.ff-af-header{padding:1rem}.ff-af-body{padding:1.25rem}.ff-af-label{font-size:.85rem}.ff-af-input,.ff-af-select{padding:.625rem .875rem;font-size:.875rem}.ff-af-roleDesc{font-size:.75rem;padding:.625rem .875rem}.ff-af-btn{padding:.75rem 1.25rem;font-size:.875rem}}.ff-am-page{width:100%;background:#0f172a;min-height:calc(100vh - 64px);color:#e2e8f0}.ff-am-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px;background:#1e293b;padding:24px;border-radius:12px;border:1px solid #334155;flex-wrap:wrap;gap:20px}.ff-am-title-section{display:flex;align-items:center;gap:16px}.ff-am-title-icon{color:#3b82f6;background:#3b82f61a;padding:12px;border-radius:12px}.ff-am-title{font-size:28px;font-weight:700;color:#f8fafc;margin:0 0 4px}.ff-am-subtitle{color:#94a3b8;font-size:14px;margin:0}.ff-am-add-button{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;border:none;padding:12px 24px;border-radius:12px;font-weight:600;font-size:14px;display:flex;align-items:center;gap:8px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #3b82f64d}.ff-am-add-button:hover{transform:translateY(-2px);box-shadow:0 6px 16px #3b82f666;background:linear-gradient(135deg,#2563eb,#1e40af)}.ff-am-filters{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;background:#1e293b;padding:16px 24px;border-radius:12px;border:1px solid #334155;flex-wrap:wrap;gap:16px}.ff-am-search{position:relative;flex:1;min-width:280px}.ff-am-search-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#64748b}.ff-am-search-input{width:100%;padding:12px 16px 12px 44px;background:#0f172a;border:1px solid #334155;border-radius:10px;color:#f8fafc;font-size:14px;transition:all .3s ease}.ff-am-search-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f633}.ff-am-search-input::placeholder{color:#64748b}.ff-am-filter-group{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.ff-am-filter-icon{color:#94a3b8}.ff-am-filter-select{padding:10px 32px 10px 16px;background:#0f172a;border:1px solid #334155;border-radius:10px;color:#f8fafc;font-size:14px;cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2394a3b8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;min-width:140px}.ff-am-filter-select:focus{outline:none;border-color:#3b82f6}.ff-am-refresh-button{background:#0f172a;border:1px solid #334155;color:#94a3b8;width:42px;height:42px;border-radius:10px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease}.ff-am-refresh-button:hover{color:#3b82f6;border-color:#3b82f6;transform:rotate(180deg)}.ff-am-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:20px;margin-bottom:24px}.ff-am-stat-card{background:#1e293b;border:1px solid #334155;border-radius:12px;padding:20px;text-align:center;transition:all .3s ease}.ff-am-stat-card:hover{transform:translateY(-4px);border-color:#3b82f6;box-shadow:0 8px 24px #0003}.ff-am-stat-value{font-size:32px;font-weight:700;color:#3b82f6;margin-bottom:8px}.ff-am-stat-label{color:#94a3b8;font-size:14px;text-transform:uppercase;letter-spacing:.5px}.ff-am-modal-overlay{position:fixed;inset:0;background:#000c;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:2000;animation:ff-am-fadeIn .3s ease}@keyframes ff-am-fadeIn{0%{opacity:0}to{opacity:1}}.ff-am-modal{background:#1e293b;border:1px solid #334155;border-radius:20px;width:90%;max-width:500px;animation:ff-am-slideIn .4s cubic-bezier(.4,0,.2,1)}@keyframes ff-am-slideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.ff-am-delete-modal{max-width:450px}.ff-am-modal-header{padding:20px 24px;border-bottom:1px solid #334155}.ff-am-modal-header h2{color:#f8fafc;font-size:20px;margin:0}.ff-am-modal-body{padding:24px;text-align:center}.ff-am-modal-body p{color:#94a3b8;margin:0 0 12px;line-height:1.6}.ff-am-delete-name{font-size:16px;color:#f8fafc!important;background:#0f172a;padding:12px;border-radius:10px;margin:12px 0!important}.ff-am-delete-warning{color:#ef4444!important;font-size:13px;font-weight:500}.ff-am-modal-footer{padding:20px 24px;border-top:1px solid #334155;display:flex;gap:12px;justify-content:flex-end}.ff-am-button-secondary,.ff-am-button-danger{padding:10px 20px;border-radius:10px;font-weight:600;font-size:14px;cursor:pointer;transition:all .3s ease;border:none}.ff-am-button-secondary{background:#334155;color:#94a3b8;border:1px solid #475569}.ff-am-button-secondary:hover{background:#475569;color:#f8fafc}.ff-am-button-danger{background:#ef4444;color:#fff}.ff-am-button-danger:hover{background:#dc2626;transform:translateY(-2px);box-shadow:0 6px 16px #ef44444d}.ff-am-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px;color:#94a3b8}.ff-am-loading-spinner{width:50px;height:50px;border:3px solid #334155;border-top-color:#3b82f6;border-radius:50%;animation:ff-am-spin 1s linear infinite;margin-bottom:16px}@keyframes ff-am-spin{to{transform:rotate(360deg)}}@media(max-width:768px){.ff-am-page{padding:16px}.ff-am-header{flex-direction:column;align-items:flex-start;padding:20px}.ff-am-add-button{width:100%;justify-content:center}.ff-am-title{font-size:24px}.ff-am-subtitle{font-size:13px}.ff-am-filters{flex-direction:column;align-items:stretch;padding:16px}.ff-am-search{min-width:100%}.ff-am-filter-group{justify-content:space-between;flex-wrap:wrap}.ff-am-filter-select{flex:1;min-width:120px}.ff-am-stats{grid-template-columns:1fr;gap:12px}.ff-am-stat-card{padding:16px}.ff-am-stat-value{font-size:28px}.ff-am-modal-footer{flex-direction:column}.ff-am-button-secondary,.ff-am-button-danger{width:100%;text-align:center}}@media(max-width:480px){.ff-am-page{padding:12px}.ff-am-header{padding:16px}.ff-am-title-section{gap:12px}.ff-am-title-icon{padding:10px}.ff-am-title-icon svg{width:22px;height:22px}.ff-am-title{font-size:20px}.ff-am-subtitle{font-size:12px}.ff-am-add-button{padding:10px 20px;font-size:13px}.ff-am-filters{padding:12px}.ff-am-search-input{padding:10px 12px 10px 40px;font-size:13px}.ff-am-search-icon{left:10px;width:16px;height:16px}.ff-am-filter-group{flex-direction:column;width:100%}.ff-am-filter-select{width:100%;min-width:100%}.ff-am-refresh-button{width:100%;height:40px}.ff-am-stat-card{padding:14px}.ff-am-stat-value{font-size:24px}.ff-am-stat-label{font-size:12px}.ff-am-modal-header{padding:16px 20px}.ff-am-modal-header h2{font-size:18px}.ff-am-modal-body{padding:20px}.ff-am-modal-body p{font-size:14px}.ff-am-delete-name{font-size:14px;padding:10px}.ff-am-delete-warning{font-size:12px}.ff-am-modal-footer{padding:16px 20px}.ff-am-button-secondary,.ff-am-button-danger{padding:10px;font-size:13px}}@media(max-width:375px){.ff-am-page{padding:8px}.ff-am-header{padding:12px}.ff-am-title{font-size:18px}.ff-am-title-icon{padding:8px}.ff-am-title-icon svg{width:20px;height:20px}.ff-am-filters{padding:10px}.ff-am-stat-value{font-size:22px}.ff-am-modal{width:95%}}.loading-overlay{position:fixed;inset:0;background:#0f172ae6;display:flex;align-items:center;justify-content:center;z-index:9999;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.loading-spinner{text-align:center}.loading-spinner .spinner{width:50px;height:50px;border:4px solid rgba(99,102,241,.3);border-radius:50%;border-top-color:#6366f1;animation:spin 1s linear infinite;margin:0 auto 20px}@keyframes spin{to{transform:rotate(360deg)}}.loading-text{color:#cbd5e1;font-size:16px;font-weight:500}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#0f172a;color:#f1f5f9;overflow-x:hidden}.app{min-height:100vh;width:100%;position:relative;background:#0f172a}.toast-container{position:fixed;bottom:20px;right:20px;z-index:9999;display:flex;flex-direction:column;gap:10px}.toast{padding:12px 20px;border-radius:8px;box-shadow:0 4px 12px #0000004d;animation:slideIn .3s ease;min-width:250px;font-weight:500}.toast-success{background:#065f46;color:#a7f3d0;border-left:4px solid #10b981}.toast-error{background:#991b1b;color:#fecaca;border-left:4px solid #ef4444}.toast-info{background:#1e40af;color:#bfdbfe;border-left:4px solid #3b82f6}.toast-warning{background:#92400e;color:#fed7aa;border-left:4px solid #f59e0b}@keyframes slideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}@media(max-width:768px){.toast-container{bottom:10px;right:10px;left:10px}.toast{min-width:auto}}
