@import "https://fonts.googleapis.com/css2?family=Nunito&display=swap";*{box-sizing:border-box;margin:0;padding:0}html{color:#333;font:300 13px/18px Open Sans,Tahoma,sans-serif}body{width:100vw;min-height:100vh}.App{width:100%;min-height:100vh}.session-loading-screen{background:#f8fafc;justify-content:center;align-items:center;min-height:100vh;display:flex}.session-loading-container{flex-direction:column;align-items:center;gap:16px;display:flex}.session-loading-logo{width:64px;height:auto;animation:1.8s ease-in-out infinite logo-pulse}.session-loading-dots{justify-content:center;align-items:center;gap:6px;display:flex}.session-loading-dots .dot{background-color:#962828;border-radius:50%;width:10px;height:10px;animation:1.4s ease-in-out infinite both dots-bounce;display:inline-block}.session-loading-dots .dot:first-child{animation-delay:-.32s}.session-loading-dots .dot:nth-child(2){animation-delay:-.16s}@keyframes logo-pulse{0%,to{opacity:.9;transform:scale(1)}50%{opacity:1;transform:scale(1.05)}}@keyframes dots-bounce{0%,80%,to{opacity:.3;transform:scale(0)}40%{opacity:1;transform:scale(1)}}.page{flex-direction:column;justify-content:space-between;min-height:100vh;display:flex}.page>*{width:100%}.inner-element{text-align:left;margin-left:auto;margin-right:auto}.page header{background-image:linear-gradient(10deg,#6e0000,#963232);height:60px;box-shadow:0 8px 2px #000}.page main{background-color:#ddd;flex-grow:1;justify-content:center;align-items:center;display:flex}.page main>.box{background-color:#9acd32;width:200px;height:300px}.page main>.box1{height:100px}.page footer{background-image:linear-gradient(10deg,#6e0000,#963232);height:50px}.cookie-banner-overlay{z-index:10000;max-width:650px;margin:0 auto;animation:.6s cubic-bezier(.16,1,.3,1) forwards slideUp;position:fixed;bottom:24px;left:24px;right:24px}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.cookie-banner-card{-webkit-backdrop-filter:blur(16px);background:#ffffffd9;border:1px solid #e2e8f0cc;border-radius:16px;padding:24px;box-shadow:0 20px 40px #00000014,0 1px 3px #00000005}.cookie-banner-content{flex-direction:column;gap:16px;display:flex}@media (width>=640px){.cookie-banner-content{flex-direction:row;justify-content:space-between;align-items:center;gap:24px}}.cookie-banner-text{color:#334155;margin:0;font-family:Inter,sans-serif;font-size:.95rem;line-height:1.5}.cookie-banner-link{color:#962828;font-weight:600;text-decoration:none}.cookie-banner-link:hover{text-decoration:underline}.cookie-banner-actions{flex-shrink:0;gap:12px;display:flex}.cookie-btn{cursor:pointer;border:none;border-radius:8px;padding:10px 18px;font-family:Outfit,sans-serif;font-size:.9rem;font-weight:600;transition:all .2s}.btn-decline{color:#64748b;background-color:#0000;border:1px solid #e2e8f0}.btn-decline:hover{color:#334155;background-color:#f1f5f9}.btn-accept{color:#fff;background-color:#962828}.btn-accept:hover{background-color:#781e1e;transform:translateY(-1px);box-shadow:0 4px 12px #96282833}.btn-accept:active{transform:translateY(0)}header{background-image:linear-gradient(10deg,#6e0000,#963232);height:60px;box-shadow:0 8px 2px #000}header>.inner-element{width:92%;height:100%;display:flex}.header-logo{width:12%;height:100%;padding-top:20px}.header-menu{flex-grow:1;height:100%;padding-top:0}.header-menu>nav{height:100%}nav ul{justify-content:center;font:300 14px/80px Open Sans,Tahoma,sans-serif;list-style:none;display:flex}nav ul li{margin-right:60px}nav a{color:#fff;text-decoration:none}.header-icons{align-items:last baseline;width:fit-content;height:100%;display:flex}.header-icons .icon{cursor:pointer;margin:10px;position:relative}.dropdown-content{color:#463232;text-align:left;z-index:1;background-color:#fa9696;min-width:160px;padding:5px 4px 0;position:absolute;top:40px;left:-100px;box-shadow:0 8px 16px #0003}.dropdown-content>div{border-bottom:1px solid #ac7f7f;min-height:35px;padding:7px 5px 0 10px}.dropdown-content>div:last-child{border:none}.dropdown-content>div:hover{color:#eca3a3;background-color:#966464}.dropdown-content a{color:#463232;text-decoration:none}.dropdown-content>div:hover a{color:#eca3a3}footer span{color:#fff;margin:2em;padding:10px;font-size:1em;position:relative;top:1.2em;left:10em}footer span:hover{cursor:pointer;background-color:#963232}.marketing-header{z-index:1000;background-image:linear-gradient(10deg,#6e0000,#963232);height:60px;position:sticky;top:0;box-shadow:0 2px 8px #00000026}.marketing-header>.inner-element{justify-content:space-between;align-items:center;width:92%;height:100%;margin:0 auto;display:flex}.marketing-header .header-logo{align-items:center;width:auto;height:100%;display:flex}.marketing-header .header-menu{flex-grow:1;justify-content:center;align-items:center;height:100%;display:flex}.marketing-header .header-menu>nav{align-items:center;height:100%;display:flex}.marketing-header nav ul{justify-content:center;align-items:center;margin:0;padding:0;font:500 14px/60px Outfit,Open Sans,sans-serif;list-style:none;display:flex}.marketing-header nav ul li{margin-right:40px}.marketing-header nav a{color:#fff;text-decoration:none;transition:opacity .2s}.marketing-header nav a:hover{opacity:.8}.marketing-header .header-icons{align-items:center;width:auto;height:100%;display:flex}.marketing-header .header-icons .icon{cursor:pointer;align-items:center;margin:0 10px;display:flex;position:relative}.marketing-header .header-icons .icon img{filter:brightness(0)invert();transition:opacity .2s}.marketing-header .header-icons .icon:hover img{opacity:.8}.marketing-header .dropdown-content{color:#463232;text-align:left;z-index:1;background-color:#fa9696;min-width:160px;padding:5px 4px 0;position:absolute;top:40px;left:-100px;box-shadow:0 8px 16px #0003}.marketing-header .dropdown-content>div{border-bottom:1px solid #ac7f7f;min-height:35px;padding:7px 5px 0 10px}.marketing-header .dropdown-content>div:last-child{border:none}.marketing-header .dropdown-content>div:hover{color:#eca3a3;background-color:#966464}.marketing-header .dropdown-content a{color:#463232;text-decoration:none}.marketing-header .dropdown-content>div:hover a{color:#eca3a3}.search-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9999;background:#0f172a99;justify-content:center;align-items:flex-start;padding-top:100px;animation:.15s ease-out fadeIn;display:flex;position:fixed;inset:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.search-modal{background:#fff;border:1px solid #e2e8f0;border-radius:12px;flex-direction:column;width:90%;max-width:580px;font-family:Outfit,Nunito,sans-serif;animation:.15s ease-out scaleUp;display:flex;overflow:hidden;box-shadow:0 25px 50px -12px #00000040}@keyframes scaleUp{0%{transform:scale(.95)}to{transform:scale(1)}}.search-modal-header{border-bottom:1px solid #e2e8f0;align-items:center;gap:12px;padding:16px 20px;display:flex}.search-modal-input{color:#1e293b;border:none;outline:none;flex-grow:1;font-size:1.1rem;font-weight:500}.search-modal-close{cursor:pointer;color:#94a3b8;background:0 0;border:none;font-size:1.3rem;transition:color .2s}.search-modal-close:hover{color:#475569}.search-modal-results{background:#f8fafc;flex-direction:column;gap:6px;max-height:380px;padding:12px;display:flex;overflow-y:auto}.search-result-item{cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:8px;flex-direction:column;gap:3px;padding:12px 16px;text-decoration:none;transition:all .2s;display:flex}.search-result-item:hover{background:#96282803;border-color:#962828;transform:translate(2px)}.search-result-title{color:#6e0000;font-size:.98rem;font-weight:700}.search-result-desc{color:#64748b;font-size:.85rem;line-height:1.4}.search-result-badge{color:#475569;text-transform:uppercase;background:#f1f5f9;border-radius:4px;width:fit-content;margin-top:4px;padding:2px 8px;font-size:.7rem;font-weight:700}.search-no-results{text-align:center;color:#64748b;padding:30px;font-size:.95rem}.mobile-menu-toggle{cursor:pointer;z-index:10001;background:0 0;border:none;flex-direction:column;justify-content:space-between;width:24px;height:18px;margin-left:15px;padding:0;display:none}.mobile-menu-toggle .bar{background-color:#fff;border-radius:2px;width:100%;height:2px;transition:all .3s}.mobile-menu-toggle.open .bar:first-child{transform:translateY(8px)rotate(45deg)}.mobile-menu-toggle.open .bar:nth-child(2){opacity:0}.mobile-menu-toggle.open .bar:nth-child(3){transform:translateY(-8px)rotate(-45deg)}.mobile-sidebar{z-index:10000;box-sizing:border-box;background-color:#fff;flex-direction:column;width:280px;max-width:85%;padding:24px;font-family:Outfit,Nunito,sans-serif;transition:transform .3s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;bottom:0;right:0;transform:translate(100%);box-shadow:-4px 0 16px #00000026}.mobile-sidebar.open{transform:translate(0)}.mobile-sidebar-header{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;margin-bottom:24px;padding-bottom:20px;display:flex}.mobile-sidebar-title{color:#6e0000;letter-spacing:.3px;font-size:1.15rem;font-weight:800}.mobile-sidebar-close{cursor:pointer;color:#94a3b8;background:0 0;border:none;padding:0;font-size:1.8rem;line-height:1}.mobile-sidebar-close:hover{color:#6e0000}.mobile-sidebar-nav ul{flex-direction:column;gap:18px;margin:0;padding:0;list-style:none;display:flex}.mobile-sidebar-nav a{color:#334155;border-bottom:1px solid #f8fafc;padding:8px 0;font-size:1.05rem;font-weight:600;text-decoration:none;transition:all .2s;display:block}.mobile-sidebar-nav a:hover{color:#962828;padding-left:4px}.mobile-sidebar-backdrop{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:9999;background:#0f172a66;position:fixed;inset:0}@media (width<=768px){.marketing-header .header-menu{display:none!important}.mobile-menu-toggle{display:flex!important}.marketing-header .header-logo{padding-top:5px!important}}.marketing-footer{color:#fff;background:linear-gradient(10deg,#5a0000,#821e1e);flex-direction:column;min-height:250px;padding:40px 60px 20px;font-family:Open Sans,sans-serif;display:flex;box-shadow:0 -4px 15px #00000026;height:auto!important}.marketing-footer .footer-content{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:40px;width:100%;max-width:1200px;margin:0 auto;display:grid}.marketing-footer .footer-column{flex-direction:column;display:flex}.marketing-footer .footer-column h4{color:#fcc;margin-bottom:18px;padding-bottom:8px;font-size:1.1rem;font-weight:700;position:relative}.marketing-footer .footer-column h4:after{content:"";background-color:#f88;width:30px;height:2px;position:absolute;bottom:0;left:0}.marketing-footer .footer-column a{color:#e0e0e0;cursor:pointer;margin-bottom:10px;font-size:.9rem;text-decoration:none;transition:color .2s,padding-left .2s}.marketing-footer .footer-column a:hover{color:#fff;padding-left:4px}.marketing-footer .footer-bottom{border-top:1px solid #ffffff1a;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:15px;width:100%;max-width:1200px;margin-top:40px;margin-left:auto;margin-right:auto;padding-top:20px;display:flex}.marketing-footer .footer-bottom-links{gap:20px;display:flex}.marketing-footer .footer-bottom-links a{color:#ccc;font-size:.85rem;text-decoration:none;transition:color .2s}.marketing-footer .footer-bottom-links a:hover{color:#fff}.marketing-footer .cookie-pref-btn{color:#ccc;cursor:pointer;background:0 0;border:none;margin:0;padding:0;font-family:inherit;font-size:.85rem;text-decoration:none;transition:color .2s}.marketing-footer .cookie-pref-btn:hover{color:#fff}.marketing-footer .footer-copyright{color:#bbb;font-size:.85rem}.welcome-hero{text-align:center;background:radial-gradient(circle,#fff,#f9fafb);flex-direction:column;justify-content:center;align-items:center;width:100%;padding:100px 20px 80px;display:flex}.hero-split-container{text-align:left;justify-content:space-between;align-items:center;gap:50px;width:100%;max-width:1200px;margin:0 auto;display:flex}.hero-left-content{flex-direction:column;flex:1.1;align-items:flex-start;display:flex}.hero-left-content .welcome-title{text-align:left;max-width:100%;margin-bottom:20px;font-size:3.2rem}.hero-left-content .welcome-subtitle{text-align:left;max-width:100%;margin-bottom:30px;font-size:1.2rem}.hero-left-content .welcome-buttons{margin-bottom:0}.hero-right-image-container{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff9;border:1px solid #e2e8f0cc;border-radius:20px;flex:1.3;padding:10px;transition:transform .3s,box-shadow .3s;box-shadow:0 20px 50px #00000014}.hero-right-image-container:hover{transform:translateY(-5px);box-shadow:0 30px 60px #96282826}.hero-split-image{border-radius:14px;width:100%;height:auto;display:block}@media (width<=991px){.hero-split-container{text-align:center;flex-direction:column;gap:30px}.hero-left-content{align-items:center}.hero-left-content .welcome-title,.hero-left-content .welcome-subtitle{text-align:center}}.welcome-title{color:#6e0000;letter-spacing:-.5px;max-width:950px;margin-bottom:24px;font-family:Outfit,Nunito,sans-serif;font-size:3.4rem;font-weight:800;line-height:1.15}.welcome-subtitle{color:#4b5563;max-width:850px;margin-bottom:40px;font-size:1.3rem;line-height:1.6}.welcome-buttons{gap:20px;margin-bottom:50px;display:flex}.hero-image-container{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff9;border:1px solid #e2e8f0cc;border-radius:16px;width:100%;max-width:1000px;margin-top:20px;padding:10px;transition:transform .3s,box-shadow .3s;box-shadow:0 20px 50px #0000001a}.hero-image-container:hover{transform:translateY(-5px);box-shadow:0 30px 60px #96282826}.hero-image{border-radius:12px;width:100%;height:auto;display:block}.why-zoptim-content{align-items:center;gap:50px;margin-top:20px;display:flex}.why-zoptim-info{flex-direction:column;flex:1;gap:20px;display:flex}.why-zoptim-image-container{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff9;border:1px solid #e2e8f0cc;border-radius:16px;flex:1.2;padding:10px;transition:transform .3s,box-shadow .3s;box-shadow:0 20px 50px #0000000d}.why-zoptim-image-container:hover{transform:translateY(-5px);box-shadow:0 30px 60px #9628281a}.why-zoptim-image{border-radius:12px;width:100%;height:auto;display:block}@media (width<=991px){.why-zoptim-content{flex-direction:column;gap:30px}}.btn-primary{color:#fff;cursor:pointer;background-color:#962828;border:none;border-radius:8px;padding:14px 32px;font-size:1.05rem;font-weight:700;text-decoration:none;transition:all .3s;box-shadow:0 4px 15px #96282833}.btn-primary:hover{background-color:#6e0000;transform:translateY(-2px);box-shadow:0 6px 20px #6e00004d}.btn-secondary{color:#962828;cursor:pointer;background-color:#0000;border:2px solid #962828;border-radius:8px;padding:14px 32px;font-size:1.05rem;font-weight:700;text-decoration:none;transition:all .3s}.btn-secondary:hover{background-color:#9628280d;transform:translateY(-2px)}.landing-section{border-top:1px solid #f1f5f9;flex-direction:column;align-items:center;width:100%;padding:90px 20px;display:flex}.landing-section.alternate{background-color:#f8fafc}.section-container{width:100%;max-width:1150px}.section-header{text-align:center;margin-bottom:50px}.section-header h2{color:#6e0000;margin-bottom:15px;font-family:Outfit,sans-serif;font-size:2.4rem;font-weight:800}.section-header p{color:#64748b;max-width:750px;margin:0 auto;font-size:1.15rem}.props-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;display:grid}.prop-card{text-align:left;background:#fff;border:1px solid #f1f5f9;border-radius:16px;padding:40px 30px;transition:all .3s;box-shadow:0 10px 30px #00000008}.prop-card:hover{border-color:#96282826;transform:translateY(-5px);box-shadow:0 20px 40px #9628280d}.prop-card h3{color:#6e0000;margin-bottom:15px;font-size:1.45rem;font-weight:700}.prop-card p{color:#475569;font-size:1rem;line-height:1.6}.feature-showcase-list{flex-direction:column;gap:50px;display:flex}.feature-showcase-item{background:#fff;border:1px solid #f1f5f9;border-radius:20px;align-items:center;gap:50px;padding:45px;display:flex;box-shadow:0 10px 30px #00000005}.feature-showcase-item.reverse{flex-direction:row-reverse}.feature-info{flex:1}.feature-info h3{color:#6e0000;margin-bottom:18px;font-size:1.95rem;font-weight:800}.feature-info p{color:#475569;margin-bottom:25px;font-size:1.05rem;line-height:1.6}.feature-points{margin:0;padding:0;list-style:none}.feature-points li{color:#334155;align-items:center;gap:10px;margin-bottom:12px;font-size:.95rem;font-weight:500;display:flex}.feature-points li:before{content:"✓";color:#962828;font-weight:700}.feature-demo-box-interactive{background:#fff;border:1px solid #e2e8f0;border-radius:16px;flex-direction:column;flex:1.2;min-height:340px;display:flex;position:relative;overflow:hidden;box-shadow:0 15px 35px #0000000a}.demo-header{color:#334155;background:#f8fafc;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:12px 18px;font-size:.9rem;font-weight:700;display:flex}.demo-badge{color:#962828;background:#9628281a;border-radius:20px;padding:4px 10px;font-size:.75rem}.demo-controls{background:#f1f5f9;gap:10px;padding:12px 18px;display:flex}.demo-input{border:1px solid #cbd5e1;border-radius:6px;outline:none;flex:2;padding:8px 12px;font-size:.85rem}.demo-select{background-color:#fff;border:1px solid #cbd5e1;border-radius:6px;outline:none;flex:1;padding:8px;font-size:.85rem}.demo-table-container{flex-grow:1;max-height:200px;overflow-y:auto}.demo-table{border-collapse:collapse;text-align:left;width:100%;font-size:.85rem}.demo-table th,.demo-table td{border-bottom:1px solid #f1f5f9;padding:10px 18px}.demo-table th{color:#475569;background:#f8fafc;font-weight:600;position:sticky;top:0}.demo-table tr{cursor:pointer;transition:background .2s}.demo-table tr:hover{background:#f8fafc}.demo-table tr.active-row{background:#9628280d}.status-badge{border-radius:12px;padding:2px 8px;font-size:.75rem;font-weight:700}.status-badge.approved{color:#166534;background:#dcfce7}.status-badge.draft{color:#475569;background:#f1f5f9}.status-badge.under-review{color:#854d0e;background:#fef9c3}.demo-detail-drawer{z-index:10;background:#fff;border-top:2px solid #962828;padding:18px;animation:.3s ease-out slideUp;position:absolute;bottom:0;left:0;right:0;box-shadow:0 -8px 20px #0000000f}.demo-detail-drawer h4{color:#6e0000;margin-bottom:8px;font-weight:700}.demo-detail-drawer p{color:#475569;margin-bottom:12px;font-size:.85rem;line-height:1.5}.btn-close-drawer{cursor:pointer;color:#334155;background:#cbd5e1;border:none;border-radius:4px;padding:5px 12px;font-size:.8rem;font-weight:600;transition:background .2s}.btn-close-drawer:hover{background:#94a3b8}.bpmn-canvas-preview{background:radial-gradient(#e2e8f0 1.5px,#0000 1.5px) 0 0/15px 15px;border-bottom:1px solid #e2e8f0;flex-grow:1;justify-content:center;align-items:center;padding:30px 15px;display:flex}.canvas-nodes-row{flex-wrap:wrap;justify-content:center;align-items:center;gap:8px;display:flex}.bpmn-node{cursor:pointer;-webkit-user-select:none;user-select:none;color:#334155;background:#fff;border:2px solid #94a3b8;border-radius:6px;padding:10px 14px;font-size:.8rem;font-weight:700;transition:all .2s}.bpmn-node:hover{transform:scale(1.05)}.bpmn-node.selected{color:#6e0000;background:#9628280d;border-color:#962828;box-shadow:0 4px 10px #96282826}.bpmn-node.start{border-color:#16a34a;border-radius:50%;justify-content:center;align-items:center;width:45px;height:45px;padding:0;display:flex}.bpmn-node.start.selected{background:#f0fdf4;border-color:#166534}.bpmn-node.end{border-width:3px;border-color:#dc2626;border-radius:50%;justify-content:center;align-items:center;width:45px;height:45px;padding:0;display:flex}.bpmn-node.end.selected{background:#fef2f2;border-color:#991b1b}.bpmn-arrow{color:#94a3b8;font-size:1.1rem;font-weight:700}.bpmn-node-info{background:#f8fafc;padding:15px 18px}.bpmn-node-info h4{color:#6e0000;margin-bottom:4px;font-size:.95rem;font-weight:700}.type-label{color:#475569;background:#e2e8f0;border-radius:4px;padding:2px 6px;font-family:monospace;font-size:.75rem}.node-desc{color:#475569;margin-top:8px;font-size:.85rem;line-height:1.4}.node-owner{color:#64748b;margin-top:6px;font-size:.8rem}.gov-stats-row{background:#f8fafc;border-bottom:1px solid #e2e8f0;justify-content:space-around;padding:20px 10px;display:flex}.gov-metric{text-align:center;flex-direction:column;align-items:center;display:flex}.metric-val{color:#962828;font-size:1.6rem;font-weight:800}.metric-lbl{color:#64748b;margin-top:4px;font-size:.75rem;font-weight:600}.gov-logs{flex-direction:column;flex-grow:1;padding:15px 18px;display:flex}.logs-header{color:#334155;justify-content:space-between;align-items:center;margin-bottom:10px;font-size:.85rem;font-weight:700;display:flex}.btn-action-simulate{color:#fff;cursor:pointer;background:#962828;border:none;border-radius:4px;padding:4px 10px;font-size:.75rem;font-weight:600}.btn-action-simulate:hover{background:#6e0000}.logs-list{flex-direction:column;gap:8px;max-height:120px;display:flex;overflow-y:auto}.log-item{border-left:3px solid #cbd5e1;border-radius:4px;align-items:center;gap:10px;padding:6px 10px;font-size:.75rem;display:flex}.log-item.success{color:#166534;background:#f0fdf4;border-left-color:#22c55e}.log-item.warning{color:#854d0e;background:#fffbeb;border-left-color:#f59e0b}.log-item.info{color:#075985;background:#f0f9ff;border-left-color:#0ea5e9}.log-time{color:#94a3b8;font-weight:700}.industry-tabs{flex-wrap:wrap;justify-content:center;gap:15px;margin-bottom:30px;display:flex}.industry-tab-btn{color:#475569;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:30px;padding:10px 24px;font-size:.95rem;font-weight:700;transition:all .2s}.industry-tab-btn:hover,.industry-tab-btn.active{color:#fff;background-color:#962828;border-color:#962828;box-shadow:0 4px 12px #96282826}.industry-pane{background:#fff;border:1px solid #f1f5f9;border-radius:16px;padding:45px;box-shadow:0 10px 30px #00000005}.industry-pane h3{color:#6e0000;margin-bottom:15px;font-size:1.7rem;font-weight:800}.industry-desc{color:#475569;max-width:850px;margin-bottom:25px;font-size:1.1rem;line-height:1.6}.industry-bullets{flex-wrap:wrap;justify-content:center;gap:20px;display:flex}.bullet-item{color:#334155;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;align-items:center;gap:8px;padding:8px 18px;font-size:.95rem;font-weight:600;display:flex}.bullet-check{color:#22c55e;font-weight:700}.roi-calculator-container{background:#fff;border:1px solid #f1f5f9;border-radius:20px;gap:40px;padding:40px;display:flex;box-shadow:0 10px 30px #00000005}.roi-sliders{flex-direction:column;flex:1.2;gap:25px;display:flex}.slider-group{flex-direction:column;gap:8px;display:flex}.slider-group label{color:#334155;font-size:.95rem;font-weight:600}.slider-group input[type=range]{accent-color:#962828;cursor:pointer;width:100%}.roi-results{flex-direction:column;flex:1;justify-content:center;gap:15px;display:flex}.roi-result-card{text-align:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;flex-direction:column;gap:5px;padding:20px;display:flex}.roi-result-card.highlighted{background:#9628280d;border-color:#96282833}.roi-result-lbl{color:#64748b;text-transform:uppercase;font-size:.85rem;font-weight:600}.roi-result-val{color:#6e0000;font-size:1.8rem;font-weight:800}.resources-two-columns{gap:40px;display:flex}.maturity-tool-container{background:#fff;border:1px solid #f1f5f9;border-radius:20px;flex:1.5;padding:40px;box-shadow:0 10px 30px #00000008}.maturity-tool-container h3{color:#6e0000;margin-bottom:6px;font-size:1.6rem;font-weight:850}.tool-subtitle{color:#64748b;margin-bottom:25px;font-size:1rem;font-weight:500}.assessment-intro p{color:#475569;margin-bottom:25px;font-size:1.05rem;line-height:1.6}.step-indicator{color:#962828;text-transform:uppercase;background:#96282814;border-radius:12px;padding:4px 10px;font-size:.8rem;font-weight:700}.assessment-question h4{color:#1e293b;margin-top:15px;margin-bottom:20px;font-size:1.25rem;font-weight:700}.quiz-options{flex-direction:column;gap:12px;display:flex}.quiz-opt-btn{text-align:left;color:#334155;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:8px;padding:14px 20px;font-size:.95rem;font-weight:600;transition:all .2s}.quiz-opt-btn:hover{color:#6e0000;background:#96282805;border-color:#962828;transform:translate(4px)}.assessment-lead-form{flex-direction:column;gap:15px;display:flex}.assessment-lead-form h4{color:#6e0000;font-size:1.2rem;font-weight:700}.assessment-lead-form p{color:#475569;margin-bottom:10px;font-size:.9rem;line-height:1.5}.form-group{flex-direction:column;gap:6px;display:flex}.assessment-results{text-align:center;flex-direction:column;align-items:center;gap:15px;display:flex}.score-badge{color:#065f46;background:#10b9811a;border-radius:30px;padding:10px 24px;font-size:1.1rem}.results-desc{color:#475569;font-size:.95rem;line-height:1.6}.resources-list-col{flex-direction:column;flex:1;gap:20px;display:flex}.resource-mini-card{cursor:pointer;background:#fff;border:1px solid #f1f5f9;border-radius:16px;flex-direction:column;gap:8px;padding:24px;transition:transform .2s,box-shadow .2s,border-color .2s;display:flex;box-shadow:0 10px 30px #00000005}.resource-mini-card:hover{border-color:#96282833;transform:translateY(-3px);box-shadow:0 15px 35px #96282814}.mini-card-header{flex-direction:column;gap:6px;display:flex}.mini-badge{color:#962828;text-transform:uppercase;letter-spacing:.5px;font-size:.7rem;font-weight:700}.resource-mini-card h4{color:#6e0000;font-size:1.15rem;font-weight:700}.resource-mini-card p{color:#64748b;font-size:.9rem;line-height:1.5}.resource-link{color:#962828;align-items:center;gap:5px;font-size:.9rem;font-weight:700;text-decoration:none;display:inline-flex}.resource-link:hover{color:#6e0000}.two-columns-info{gap:40px;display:flex}.info-block{flex-direction:column;flex:1;gap:20px;display:flex}.info-block h3{color:#6e0000;border-bottom:2px solid #e2e8f0;margin-bottom:10px;padding-bottom:10px;font-size:1.6rem;font-weight:800}.blog-item-row{background:#fff;border:1px solid #f1f5f9;border-radius:12px;padding:20px;box-shadow:0 5px 15px #00000003}.blog-cat{color:#962828;text-transform:uppercase;font-size:.75rem;font-weight:700}.blog-item-row h4{color:#1e293b;margin-top:4px;margin-bottom:8px;font-size:1.1rem;font-weight:700}.blog-item-row p{color:#64748b;font-size:.85rem;line-height:1.5}.webinar-card{background:#fff;border:1px solid #f1f5f9;border-radius:16px;flex-direction:column;gap:8px;padding:24px;display:flex;box-shadow:0 10px 25px #00000005}.webinar-time{color:#166534;background:#dcfce7;border-radius:20px;width:fit-content;padding:3px 10px;font-size:.8rem;font-weight:700}.webinar-card h4{color:#1e293b;font-size:1.15rem;font-weight:700}.webinar-card p{color:#64748b;font-size:.85rem;line-height:1.5}.webinar-register{color:#962828;cursor:pointer;font-size:.9rem;font-weight:700}.testimonials-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:30px;margin-bottom:50px;display:grid}.testimonial-card{background:#fff;border:1px solid #f1f5f9;border-radius:16px;flex-direction:column;justify-content:space-between;padding:35px 30px;display:flex;box-shadow:0 10px 30px #00000005}.testi-text{color:#475569;margin-bottom:20px;font-size:.98rem;font-style:italic;line-height:1.6}.testi-user{flex-direction:column;display:flex}.testi-user strong{color:#6e0000;font-size:.95rem}.testi-user span{color:#64748b;font-size:.8rem}.trust-footer-logos{text-align:center;border-top:1px solid #f1f5f9;margin-top:50px;padding-top:40px}.partner-logos-title{color:#64748b;text-transform:uppercase;letter-spacing:.5px;margin-bottom:25px;font-size:.9rem;font-weight:700}.logos-row{flex-wrap:wrap;justify-content:center;align-items:center;gap:20px;display:flex}.logo-badge-item{color:#475569;background:#f1f5f9;border-radius:6px;padding:10px 24px;font-size:.95rem;font-weight:700}.logo-badge-item.highlight-security{color:#0369a1;background:#e0f2fe;border:1px solid #bae6fd}.support-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:30px;display:grid}.support-card{background:#fff;border:1px solid #f1f5f9;border-radius:16px;padding:30px;box-shadow:0 10px 30px #00000005}.support-card h4{color:#6e0000;margin-bottom:12px;font-size:1.2rem;font-weight:700}.support-card p{color:#64748b;margin-bottom:20px;font-size:.9rem;line-height:1.5}.support-link{color:#962828;font-size:.9rem;font-weight:700;text-decoration:none}.final-cta-section{color:#fff;text-align:center;background:radial-gradient(circle,#962828,#6e0000);width:100%;padding:80px 20px}.cta-content{flex-direction:column;align-items:center;gap:20px;max-width:800px;margin:0 auto;display:flex}.cta-content h2{font-family:Outfit,sans-serif;font-size:2.6rem;font-weight:800}.cta-content p{opacity:.9;margin-bottom:10px;font-size:1.2rem}.cta-content .btn-primary{color:#6e0000;background:#fff;box-shadow:0 4px 15px #0000001a}.cta-content .btn-primary:hover{background:#f8fafc;transform:translateY(-2px)}.cta-content .btn-secondary{color:#fff;border-color:#fff}.cta-content .btn-secondary:hover{background:#ffffff1a}@media (width<=900px){.resources-two-columns,.two-columns-info,.roi-calculator-container{flex-direction:column}}@media (width<=768px){.welcome-title{font-size:2.3rem}.feature-showcase-item{flex-direction:column;padding:25px}.feature-showcase-item.reverse{flex-direction:column}}.resource-modal-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:100000;background:#0f172abf;justify-content:center;align-items:center;padding:20px;animation:.3s ease-out resourceFadeIn;display:flex;position:fixed;inset:0}@keyframes resourceFadeIn{0%{opacity:0}to{opacity:1}}.resource-modal-container{background:#fff;border:1px solid #96282826;border-radius:20px;flex-direction:column;width:100%;max-width:850px;max-height:85vh;font-family:Outfit,Nunito,sans-serif;animation:.3s cubic-bezier(.34,1.56,.64,1) resourceScaleUp;display:flex;overflow:hidden;box-shadow:0 25px 60px -15px #0000004d}@keyframes resourceScaleUp{0%{opacity:0;transform:scale(.9)translateY(20px)}to{opacity:1;transform:scale(1)translateY(0)}}.resource-modal-header{background:linear-gradient(90deg,#6e00000a,#fff0);border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:flex-start;padding:24px 30px 18px;display:flex}.resource-modal-header-info h3{color:#6e0000;margin:0 0 6px;font-size:1.6rem;font-weight:800}.resource-modal-header-info .modal-tag{color:#962828;text-transform:uppercase;letter-spacing:.5px;background:#9628281a;border-radius:12px;margin-bottom:8px;padding:2px 10px;font-size:.75rem;font-weight:700;display:inline-block}.resource-modal-header-info p{color:#64748b;margin:0;font-size:.95rem}.resource-modal-close-btn{color:#94a3b8;cursor:pointer;background:0 0;border:none;margin-left:20px;padding:0;font-size:2.2rem;line-height:1;transition:color .2s,transform .2s}.resource-modal-close-btn:hover{color:#6e0000;transform:rotate(90deg)}.resource-modal-body{background:#fff;flex-grow:1;padding:30px;overflow-y:auto}.resource-modal-footer{background:#f8fafc;border-top:1px solid #e2e8f0;justify-content:flex-end;align-items:center;gap:12px;padding:16px 30px;display:flex}.modal-tabs{border-bottom:2px solid #f1f5f9;gap:15px;margin-bottom:25px;display:flex}.modal-tab-btn{color:#64748b;cursor:pointer;background:0 0;border:none;border-bottom:3px solid #0000;padding:12px 6px;font-family:Outfit,sans-serif;font-size:.95rem;font-weight:700;transition:all .2s}.modal-tab-btn:hover{color:#962828}.modal-tab-btn.active{color:#6e0000;border-bottom-color:#962828}.bpmn-symbols-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px;margin-top:10px;display:grid}.bpmn-symbol-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;align-items:flex-start;gap:12px;padding:16px;transition:border-color .2s,box-shadow .2s;display:flex}.bpmn-symbol-card:hover{border-color:#9628284d;box-shadow:0 4px 12px #9628280d}.bpmn-icon-wrapper{background:#fff;border:2px solid #cbd5e1;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:1.1rem;font-weight:700;display:flex}.bpmn-icon-wrapper.start{color:#16a34a;background:#f0fdf4;border-color:#16a34a}.bpmn-icon-wrapper.task{color:#0284c7;background:#f0f9ff;border-color:#0284c7;border-radius:6px}.bpmn-icon-wrapper.gateway{color:#d97706;background:#fffbeb;border-color:#d97706;transform:rotate(45deg)}.bpmn-icon-wrapper.gateway span{transform:rotate(-45deg)}.bpmn-icon-wrapper.end{color:#dc2626;background:#fef2f2;border-width:3px;border-color:#dc2626}.bpmn-symbol-info h5{color:#6e0000;margin:0 0 4px;font-size:.95rem;font-weight:700}.bpmn-symbol-info p{color:#475569;margin:0;font-size:.82rem;line-height:1.4}.modeling-rules-container{flex-direction:column;gap:16px;display:flex}.rule-box{background:#f8fafc;border-left:4px solid #962828;border-radius:12px;gap:16px;padding:16px;display:flex}.rule-number{color:#6e0000;font-size:1.2rem;font-weight:800}.rule-content h5{color:#1e293b;margin:0 0 4px;font-size:1rem;font-weight:700}.rule-content p{color:#475569;margin:0;font-size:.88rem;line-height:1.4}.sim-container{text-align:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;margin-top:15px;padding:24px}.download-progress-track{background:#e2e8f0;border-radius:10px;height:10px;margin:20px 0 10px;overflow:hidden}.download-progress-bar{background:linear-gradient(90deg,#962828,#6e0000);border-radius:10px;height:100%;transition:width .1s linear}.progress-label{color:#64748b;font-size:.85rem;font-weight:700}.success-banner{color:#166534;background:#dcfce7;border:1px solid #bbf7d0;border-radius:8px;margin-top:15px;padding:12px;font-size:.9rem;font-weight:700;animation:.3s popIn}@keyframes popIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.raci-container{overflow-x:auto}.raci-table{border-collapse:collapse;text-align:left;width:100%;font-size:.9rem}.raci-table th,.raci-table td{border-bottom:1px solid #e2e8f0;padding:12px 16px}.raci-table th{color:#475569;background:#f8fafc;font-weight:700}.raci-select{color:#334155;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:6px;outline:none;padding:6px 12px;font-size:.85rem;font-weight:600;transition:border-color .2s}.raci-select:focus{border-color:#962828}.dept-badge{color:#475569;background:#e2e8f0;border-radius:4px;padding:3px 8px;font-size:.75rem;font-weight:700}.checklist-container{flex-direction:column;gap:12px;display:flex}.checklist-item{cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:8px;align-items:center;gap:12px;padding:12px 16px;transition:all .2s;display:flex}.checklist-item:hover{background:#f8fafc;border-color:#96282826}.checklist-item.checked{background:#16a34a05;border-color:#16a34a4d}.checklist-checkbox{color:#fff;border:2px solid #cbd5e1;border-radius:4px;justify-content:center;align-items:center;width:18px;height:18px;font-size:.75rem;font-weight:700;transition:all .2s;display:flex}.checklist-item.checked .checklist-checkbox{background:#16a34a;border-color:#16a34a}.checklist-label{color:#334155;font-size:.92rem;font-weight:500;transition:all .2s}.checklist-item.checked .checklist-label{color:#94a3b8;text-decoration:line-through}.benchmark-chart{flex-direction:column;gap:20px;margin-top:10px;display:flex}.benchmark-row{flex-direction:column;gap:6px;display:flex}.benchmark-label-row{color:#334155;justify-content:space-between;font-size:.9rem;font-weight:700;display:flex}.benchmark-gain{color:#16a34a;background:#f0fdf4;border-radius:10px;padding:1px 8px;font-size:.78rem}.benchmark-bars-container{background:#f8fafc;border-radius:8px;flex-direction:column;gap:8px;padding:12px;display:flex}.benchmark-bar-group{align-items:center;gap:12px;display:flex}.bar-name{color:#64748b;width:100px;font-size:.75rem;font-weight:700}.bar-track{background:#e2e8f0;border-radius:4px;flex-grow:1;height:16px;position:relative;overflow:hidden}.bar-fill{color:#fff;border-radius:4px;align-items:center;height:100%;padding-left:8px;font-size:.7rem;font-weight:700;transition:width 1s cubic-bezier(.16,1,.3,1);display:flex}.bar-fill.industry{background:#94a3b8}.bar-fill.zoptim{background:linear-gradient(90deg,#962828,#6e0000)}.report-form{flex-direction:column;gap:16px;max-width:500px;margin:0 auto;display:flex}.report-form .form-group{text-align:left;flex-direction:column;gap:6px;display:flex}.report-form label{color:#475569;font-size:.85rem;font-weight:700}.report-form input,.report-form select{border:1px solid #cbd5e1;border-radius:8px;outline:none;padding:10px 14px;font-size:.9rem;transition:border-color .2s,box-shadow .2s}.report-form input:focus,.report-form select:focus{border-color:#962828;box-shadow:0 0 0 3px #96282826}.btn-form-submit{color:#fff;cursor:pointer;background:#962828;border:none;border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:12px 24px;font-size:.95rem;font-weight:700;transition:all .2s;display:flex}.btn-form-submit:hover{background:#6e0000;transform:translateY(-1px)}.btn-form-submit:disabled{cursor:not-allowed;background:#cbd5e1;transform:none}.spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:16px;height:16px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}@media (width<=600px){.resource-modal-container{border-radius:12px;max-height:95vh}.resource-modal-header{padding:16px 20px}.resource-modal-body{padding:20px}.modal-tabs{gap:8px}.modal-tab-btn{padding:8px 4px;font-size:.85rem}.bpmn-symbols-grid{grid-template-columns:1fr}.raci-table th,.raci-table td{padding:8px;font-size:.8rem}.raci-select{padding:4px 6px;font-size:.8rem}}.document-preview-cover{color:#fff;text-align:center;background:linear-gradient(135deg,#1e293b,#0f172a);border:1px solid #ffffff1a;border-radius:12px;flex-direction:column;justify-content:space-between;align-items:center;width:210px;height:297px;margin:0 auto 20px;padding:24px 16px;display:flex;position:relative;overflow:hidden;box-shadow:0 15px 35px #00000040}.document-preview-cover:before{content:"";pointer-events:none;background:radial-gradient(circle,#96282826 0%,#0000 60%);width:200%;height:200%;position:absolute;top:-50%;left:-50%}.doc-cover-logo{object-fit:contain;filter:drop-shadow(0 4px 6px #00000026);z-index:2;width:auto;max-height:48px;margin-bottom:10px}.doc-cover-title-box{z-index:2;margin:auto 0}.doc-cover-title{color:#fff;margin-bottom:8px;font-family:Outfit,sans-serif;font-size:1.1rem;font-weight:850;line-height:1.3}.doc-cover-subtitle{color:#94a3b8;font-size:.75rem;font-weight:500}.doc-cover-footer{color:#64748b;text-transform:uppercase;letter-spacing:.5px;z-index:2;border-top:1px solid #ffffff1a;width:100%;padding-top:12px;font-size:.65rem;font-weight:700}.pricing-section{text-align:center;background-color:#fafafa;padding:80px 0}.pricing-section h2{color:#0f172a;margin-bottom:12px;font-family:Outfit,sans-serif;font-size:32px;font-weight:800}.pricing-section p.pricing-lead{color:#64748b;max-width:600px;margin:0 auto 50px;font-size:16px;line-height:1.6}.pricing-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;max-width:1200px;margin:0 auto;padding:0 20px;display:grid}.pricing-card{text-align:center;background:#fff;border:1px solid #e2e8f0;border-radius:12px;flex-direction:column;justify-content:space-between;padding:40px 30px;transition:all .3s;display:flex;position:relative;box-shadow:0 4px 6px #0000000d}.pricing-card:hover{border-color:#962828;transform:translateY(-5px);box-shadow:0 12px 20px #0000001a}.pricing-card.recommended{border:2px solid #962828;transform:scale(1.02);box-shadow:0 10px 25px #96282826}.pricing-card.recommended:hover{transform:scale(1.02)translateY(-5px);box-shadow:0 15px 30px #96282840}.pricing-card .badge{color:#fff;text-transform:uppercase;background:#962828;border-radius:12px;padding:4px 12px;font-size:11px;font-weight:700;position:absolute;top:-12px;left:50%;transform:translate(-50%)}.pricing-card h3{color:#0f172a;margin-bottom:10px;font-size:20px}.pricing-card .price{color:#0f172a;margin:20px 0;font-size:36px;font-weight:800}.pricing-card .price span{color:#64748b;font-size:14px;font-weight:400}.pricing-card ul{text-align:left;margin:30px 0;padding:0;list-style:none}.pricing-card ul li{color:#334155;align-items:center;margin-bottom:10px;font-size:14px;display:flex}.pricing-card ul li:before{content:"✓";color:#962828;margin-right:8px;font-weight:700}.pricing-card .btn-pricing{background:#0f172a;border-radius:6px;width:100%;padding:12px 20px;font-weight:700;text-decoration:none;transition:all .2s;display:block;color:#fff!important}.pricing-card .btn-pricing:hover{background:#1e293b}.pricing-card.recommended .btn-pricing{background:#962828}.pricing-card.recommended .btn-pricing:hover{background:#b91c1c;box-shadow:0 4px 10px #b91c1c66}section.section3{flex-direction:column;justify-content:flex-start;width:100%;max-width:600px;min-height:300px;padding:1rem;display:flex}section.section4{text-align:left;width:100%;max-width:400px;min-height:200px;margin-left:50px;padding:3rem}section.section3>h2{color:#963232}form>fieldset{border:none;border-top:1px solid #aba9a9;padding-top:10px}form>fieldset>legend{color:#863434;padding:0 10px 0 0;font-size:14px}form>fieldset>div{width:100%;padding-bottom:3px;display:flex}form>fieldset>div>*{flex-grow:1;margin-right:3px}#salutation,#country_region{flex-grow:0}.instructions{color:#963232;padding:.25rem;font-size:11px;line-height:1rem;display:inline;position:relative}.instructions>svg{margin-right:.5rem}.hide,.offscreen{display:none}.valid{color:#32cd32;margin:.25rem .5rem 0 0}.invalid{color:red;margin:.25rem .5rem 0 0}#term_condition_box{height:14px}form button{color:#fff;cursor:pointer;background-color:#963232;border:none;border-left:6px solid #c83232;outline:none;width:30%;height:35px;margin-top:20px}section.section1{color:#000;background-image:var(--login-illustration);filter:opacity(.4);background-position:0 100%;background-repeat:no-repeat;background-size:400px 300px;background-clip:border-box;flex-direction:column;justify-content:flex-start;width:100%;max-width:300px;min-height:230px;margin-top:30px;margin-right:50px;padding:3rem;display:flex}section.section2{flex-direction:column;justify-content:flex-start;width:100%;max-width:400px;min-height:300px;padding:1rem;display:flex}section.section2>h2{color:#963232}section>.sec-child{margin-top:10px}form{flex-direction:column;flex-grow:1;justify-content:space-between;padding-bottom:1rem;display:flex}form>*{margin-top:10px}form input,form select{background-color:#edecec;border:none;border-left:6px solid #aba9a9;outline:none;height:40px;padding:5px;position:relative}form button{color:#fff;cursor:pointer;background-color:#963232;border:none;border-left:6px solid #c83232;outline:none;height:35px}section label{padding-left:5px}section .smallfont10{margin-top:5px;font-size:11px}.auth-divider{color:#6b7280;align-items:center;gap:12px;width:100%;font-size:11px;font-weight:800;display:flex}.auth-divider:before,.auth-divider:after{content:"";background:#cbd5e1;flex:1;height:1px}.google-auth-button{align-items:center;min-height:42px;display:flex}.inline{margin-right:10px;display:inline-block}.inline>span>a,.inline>span>a:visited{color:#8e1818;padding-left:3px}.workspace-container{background-color:#f8fafc;flex-grow:1;min-height:calc(100vh - 110px);display:flex}.workspace-sidebar{background-color:#fff;border-right:1px solid #e2e8f0;flex-direction:column;flex-shrink:0;gap:8px;width:240px;padding:24px 16px;display:flex}.sidebar-nav{flex-direction:column;gap:8px;display:flex}.sidebar-nav-link{color:#475569;border-radius:8px;align-items:center;gap:12px;padding:12px 16px;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.sidebar-nav-link:hover{color:#962828;background-color:#f1f5f9}.sidebar-nav-link.active{color:#962828;background-color:#fff5f5;font-weight:700}.sidebar-icon{justify-content:center;align-items:center;width:20px;font-size:1.2rem;display:inline-flex}.workspace-content{flex-grow:1;overflow-x:hidden}@media (width<=768px){.workspace-container{flex-direction:column}.workspace-sidebar{border-bottom:1px solid #e2e8f0;border-right:none;width:100%;padding:12px}.sidebar-nav{flex-flow:wrap;justify-content:space-around}.sidebar-nav-link{padding:8px 12px;font-size:.85rem}}main.dashboard-page-main{background:#f8fafc;min-height:calc(100vh - 110px);padding:36px 24px;display:block}.dashboard-page{color:#172033;width:min(1200px,100%);margin:0 auto}.dashboard-welcome{color:#fff;background:linear-gradient(135deg,#962828,#5f1111);border-radius:8px;justify-content:space-between;align-items:center;gap:24px;padding:32px;display:flex;box-shadow:0 24px 60px #5f11112e}.dashboard-welcome p{text-transform:uppercase;margin:0 0 8px;font-size:.78rem;font-weight:900}.dashboard-welcome h1{margin:0;font-size:clamp(2rem,4vw,3.5rem);line-height:1.05}.dashboard-welcome span{color:#ffffffd1;margin-top:10px;line-height:1.6;display:block}.dashboard-welcome a{color:#fff;border:1px solid #ffffff80;border-radius:6px;justify-content:center;align-items:center;min-width:150px;min-height:42px;padding:0 18px;font-weight:900;text-decoration:none;display:inline-flex}.dashboard-notice{color:#92400e;background:#fffbeb;border:1px solid #fde68a;border-radius:8px;margin-top:18px;padding:12px 14px;font-weight:700}.dashboard-metrics-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-top:20px;display:grid}.metric-card,.dashboard-panel{background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 18px 50px #0f172a0f}.metric-card{flex-direction:column;justify-content:space-between;min-height:150px;padding:20px;display:flex}.metric-card span{color:#64748b;text-transform:uppercase;font-size:.78rem;font-weight:900}.metric-card strong{color:#962828;font-size:2.35rem;line-height:1}.metric-card p{color:#166534;background:#dcfce7;border-radius:999px;width:fit-content;margin:0;padding:4px 9px;font-size:.8rem;font-weight:800}.dashboard-columns{grid-template-columns:minmax(0,2fr) minmax(280px,.8fr);gap:20px;margin-top:20px;display:grid}.dashboard-stack{flex-direction:column;gap:20px;display:flex}.dashboard-panel{padding:22px}.dashboard-panel-heading{justify-content:space-between;align-items:center;gap:16px;margin-bottom:18px;display:flex}.dashboard-panel-heading h2{color:#111827;margin:0;font-size:1.2rem}.dashboard-panel-heading a{color:#962828;font-weight:900;text-decoration:none}.quick-actions-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.quick-actions-grid a{color:#334155;text-align:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;justify-content:center;align-items:center;min-height:84px;padding:14px;font-weight:900;text-decoration:none;display:flex}.quick-actions-grid a:hover{color:#962828;background:#fff5f5;border-color:#f1d0d0}.activity-list{flex-direction:column;gap:14px;max-height:280px;padding-right:8px;display:flex;overflow-y:auto}.team-list{flex-direction:column;gap:14px;display:flex}.activity-item{border-radius:6px;align-items:flex-start;gap:12px;margin:0;padding:8px;transition:background-color .2s,transform .2s;display:flex}.activity-item.clickable{cursor:pointer}.activity-item.clickable:hover{background-color:#f8fafc;transform:translate(4px)}.team-user-item{border-bottom:1px solid #f1f5f9;align-items:flex-start;gap:12px;padding-bottom:14px;display:flex}.activity-item:last-child,.team-user-item:last-child{border-bottom:0;padding-bottom:0}.activity-avatar,.team-user-item span{color:#fff;background:#962828;border-radius:50%;flex:none;justify-content:center;align-items:center;width:36px;height:36px;font-size:.78rem;font-weight:900;display:inline-flex}.activity-item p,.team-user-item p{color:#475569;margin:0;line-height:1.5}.activity-item strong,.team-user-item strong{color:#111827}.activity-item span{color:#94a3b8;margin-top:2px;font-size:.82rem;display:block}.dashboard-empty-state{text-align:center;background:#f8fafc;border:1px dashed #cbd5e1;border-radius:8px;padding:28px}.dashboard-empty-state h3{margin:0 0 8px}.dashboard-empty-state p{color:#64748b;margin:0;line-height:1.6}@media (width<=980px){.dashboard-metrics-grid,.dashboard-columns{grid-template-columns:repeat(2,minmax(0,1fr))}.team-panel{grid-column:1/-1}}@media (width<=680px){.dashboard-welcome{flex-direction:column;align-items:flex-start}.dashboard-metrics-grid,.dashboard-columns,.quick-actions-grid{grid-template-columns:1fr}}.modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#0f172a99;justify-content:center;align-items:center;width:100vw;height:100vh;animation:.2s ease-out fadeIn;display:flex;position:fixed;top:0;left:0}.modal-content.activity-detail-modal{background:#fff;border-radius:12px;width:90%;max-width:480px;animation:.3s cubic-bezier(.16,1,.3,1) slideUp;overflow:hidden;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.modal-header .close-btn{color:#64748b;cursor:pointer;background:0 0;border:none;padding:4px;font-size:1.5rem;line-height:1;transition:color .15s}.modal-header .close-btn:hover{color:#0f172a}.modal-body{padding:20px}.activity-detail-header{align-items:center;gap:16px;margin-bottom:20px;display:flex}.activity-avatar.large{background:#962828;width:48px;height:48px;font-size:1rem}.activity-detail-header h4{color:#0f172a;margin:0 0 4px;font-size:1.1rem;font-weight:600}.activity-time{color:#64748b;margin:0;font-size:.85rem}.activity-detail-body{background:#f8fafc;border-left:4px solid #962828;border-radius:8px;padding:16px}.activity-detail-body p{color:#334155;margin:0;font-size:.95rem;line-height:1.6}.cert-loading{text-align:center;color:#64748b;padding:20px;font-size:.9rem}.cert-empty-state{text-align:center;background:#f8fafc;border:1px dashed #cbd5e1;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;padding:30px 20px;display:flex}.cert-empty-icon{color:#cbd5e1;margin-bottom:12px;font-size:2rem}.cert-empty-state p{color:#64748b;margin:0 0 12px;font-size:.9rem}.cert-empty-link{color:#fff;background:#962828;border-radius:6px;padding:6px 16px;font-size:.85rem;font-weight:800;text-decoration:none;transition:background .2s;display:inline-block}.cert-empty-link:hover{background:#7d1c1c}.certificate-card{background:#fff;border:1px solid #e2e8f0;border-radius:8px;align-items:center;gap:16px;padding:16px;transition:transform .2s,box-shadow .2s;display:flex}.certificate-card:hover{transform:translateY(-2px);box-shadow:0 10px 20px #0000000d}.certificate-badge-container{color:#962828;background:#fdf2f2;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.5rem;display:inline-flex}.certificate-info{flex-direction:column;flex-grow:1;display:flex}.certificate-info h4{color:#0f172a;margin:0 0 4px;font-size:.95rem;font-weight:700}.cert-meta-level,.cert-meta-score,.cert-meta-date{color:#64748b;margin-bottom:2px;font-size:.8rem}.certificate-actions{flex-direction:column;flex-shrink:0;gap:8px;display:flex}.cert-btn{cursor:pointer;color:#334155;background:#fff;border:1px solid #e2e8f0;border-radius:4px;justify-content:center;align-items:center;gap:6px;min-height:28px;padding:0 10px;font-size:.75rem;font-weight:700;transition:all .2s;display:inline-flex}.cert-copy-btn{border-color:#cbd5e1}.cert-copy-btn:hover{background:#f8fafc;border-color:#94a3b8}.cert-view-btn{color:#fff;background:#962828;border-color:#962828}.cert-view-btn:hover{background:#7d1c1c;border-color:#7d1c1c}main.settings-page-main{background:#f8fafc;min-height:calc(100vh - 110px);padding:36px 24px;display:block}.settings-page{color:#172033;width:min(1120px,100%);margin:0 auto}.settings-page-header{justify-content:space-between;align-items:center;gap:20px;margin-bottom:24px;display:flex}.settings-page-header p{color:#962828;text-transform:uppercase;margin:0 0 6px;font-size:.78rem;font-weight:800}.settings-page-header h1{margin:0;font-size:clamp(2rem,4vw,3.4rem);line-height:1.05}.settings-profile-chip{background:#fff;border:1px solid #e2e8f0;border-radius:8px;align-items:center;gap:12px;min-width:220px;padding:12px 14px;display:flex}.settings-profile-chip span,.certificate-avatar{color:#fff;background:#962828;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-weight:800;display:inline-flex}.settings-profile-chip strong{overflow-wrap:anywhere}.settings-tabs{background:#fff;border:1px solid #e2e8f0;border-radius:8px;flex-wrap:wrap;gap:8px;padding:8px;display:flex}.settings-tabs button{color:#475569;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:6px;min-height:38px;padding:0 16px;font-weight:800}.settings-tabs button.active{color:#962828;background:#fff5f5;border-color:#f1d0d0}.settings-content{background:#fff;border:1px solid #e2e8f0;border-radius:8px;margin-top:18px;padding:28px;box-shadow:0 18px 50px #0f172a0f}.settings-section-heading{margin-bottom:22px}.settings-section-heading h3{color:#111827;margin:0 0 6px;font-size:1.2rem}.settings-section-heading p,.settings-muted,.settings-empty-state p{color:#64748b;margin:0;line-height:1.6}.settings-form{flex-direction:column;gap:18px;padding:0;display:flex}.settings-grid,.license-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.settings-field{color:#334155;flex-direction:column;gap:8px;font-weight:800;display:flex}.settings-field input,.settings-field select{color:#111827;width:100%;min-height:42px;font:inherit;background:#fff;border:1px solid #cbd5e1;border-radius:6px;padding:0 12px}.settings-field input:disabled,.settings-field select:disabled{color:#64748b;cursor:not-allowed;background:#f1f5f9}.settings-primary-button,.settings-danger-button,.certificate-list-item button,.certificate-close-button{color:#fff;cursor:pointer;background:#962828;border:1px solid #962828;border-radius:6px;align-self:flex-start;min-width:132px;min-height:40px;padding:0 16px;font-weight:800}.settings-danger-button{background:#b91c1c;border-color:#b91c1c}.settings-primary-button:disabled{cursor:not-allowed;opacity:.65}.settings-message{border-radius:8px;margin-top:16px;padding:12px 14px;font-weight:700}.settings-message.success{color:#166534;background:#f0fdf4;border:1px solid #bbf7d0}.settings-message.error{color:#991b1b;background:#fef2f2;border:1px solid #fecaca}.settings-empty-state{text-align:center;background:#f8fafc;border:1px dashed #cbd5e1;border-radius:8px;padding:34px}.settings-empty-state h3{color:#111827;margin:0 0 8px}.license-summary-grid>div{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;flex-direction:column;justify-content:center;gap:6px;min-height:78px;padding:14px;display:flex}.license-summary-grid span{color:#64748b;text-transform:uppercase;font-size:.78rem;font-weight:800}.license-summary-grid strong{color:#111827;overflow-wrap:anywhere}.status-active{color:#15803d!important}.status-expired{color:#b91c1c!important}.certificate-list{flex-direction:column;gap:14px;display:flex}.certificate-list-item{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;grid-template-columns:auto 1fr auto;align-items:center;gap:16px;padding:16px;display:grid}.certificate-list-item h3{color:#111827;margin:0 0 4px}.certificate-list-item p{color:#475569;margin:0 0 4px}.certificate-list-item span{color:#94a3b8;font-size:.82rem}.certificate-modal-backdrop{z-index:1000;background:#0f172aa6;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.certificate-modal{text-align:center;background:#fff;border:12px double #962828;border-radius:8px;width:min(760px,100%);padding:44px;position:relative}.certificate-modal img{object-fit:contain;width:56px;height:56px}.certificate-modal p{color:#962828;text-transform:uppercase;margin:14px 0 8px;font-weight:900}.certificate-modal h2{color:#111827;margin:0;font-size:clamp(2rem,5vw,3.5rem)}.certificate-modal h3{color:#334155;margin:16px 0 24px}.certificate-modal dl{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:0;display:grid}.certificate-modal dt{color:#64748b;text-transform:uppercase;font-size:.75rem;font-weight:900}.certificate-modal dd{color:#111827;overflow-wrap:anywhere;margin:4px 0 0;font-weight:800}.certificate-close-button{color:#962828;background:#fff;min-width:auto;min-height:32px;position:absolute;top:12px;right:12px}@media (width<=760px){.settings-page-header,.certificate-list-item{flex-direction:column;grid-template-columns:1fr;align-items:flex-start}.settings-grid,.license-summary-grid,.certificate-modal dl{grid-template-columns:1fr}.settings-content{padding:20px}}.preferences-form{flex-direction:column;gap:20px;padding-top:10px;display:flex}.pref-item{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;justify-content:space-between;align-items:center;padding:16px;display:flex}.pref-info strong{color:#0f172a;margin-bottom:4px;font-size:1rem;display:block}.pref-info p{color:#64748b;margin:0;font-size:.88rem}.switch{flex-shrink:0;width:52px;height:28px;display:inline-block;position:relative}.switch input{opacity:0;width:0;height:0}.slider{cursor:pointer;background-color:#cbd5e1;transition:all .4s;position:absolute;inset:0}.slider:before{content:"";background-color:#fff;width:20px;height:20px;transition:all .4s;position:absolute;bottom:4px;left:4px}input:checked+.slider{background-color:#962828}input:focus+.slider{box-shadow:0 0 1px #962828}input:checked+.slider:before{transform:translate(24px)}.slider.round{border-radius:34px}.slider.round:before{border-radius:50%}.upgrade-section{border-top:1px solid #e2e8f0;margin-top:36px;padding-top:24px}.upgrade-header{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.billing-toggle-container{background:#f1f5f9;border:1px solid #e2e8f0;border-radius:9999px;align-items:center;gap:8px;padding:4px;display:inline-flex}.billing-toggle-btn{color:#475569;cursor:pointer;background:0 0;border:none;border-radius:9999px;padding:6px 14px;font-size:.85rem;font-weight:700;transition:all .2s}.billing-toggle-btn.active{color:#fff;background:#962828;box-shadow:0 2px 4px #96282833}.upgrade-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;margin-top:16px;display:grid}.upgrade-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;flex-direction:column;padding:24px;transition:all .25s;display:flex;position:relative}.upgrade-card:hover{border-color:#cbd5e1;transform:translateY(-2px);box-shadow:0 10px 25px #0f172a0a}.upgrade-card.current{background:#fffdfd;border-color:#f1d0d0}.upgrade-card-header{margin-bottom:16px}.plan-title{color:#0f172a;font-size:1.25rem;font-weight:800}.plan-price-box{align-items:baseline;gap:4px;margin:14px 0;display:flex}.plan-price-amount{color:#0f172a;font-size:2.25rem;font-weight:800}.plan-price-period{color:#64748b;font-size:.9rem}.plan-price-annually-note{color:#059669;margin-top:4px;font-size:.78rem;font-weight:700}.plan-features-list{flex-direction:column;gap:10px;margin:16px 0 24px;padding:0;list-style:none;display:flex}.plan-features-list li{color:#475569;align-items:center;gap:8px;font-size:.9rem;display:flex}.plan-features-list li .check-icon{color:#059669;margin-right:4px;font-weight:700}.upgrade-card-btn{text-align:center;cursor:pointer;border-radius:8px;width:100%;margin-top:auto;padding:10px 16px;font-size:.9rem;font-weight:800;transition:all .2s}.upgrade-card-btn.primary{color:#fff;background:#962828;border:1px solid #962828}.upgrade-card-btn.primary:hover{background:#7d2020;border-color:#7d2020}.upgrade-card-btn.outline{color:#475569;background:0 0;border:1px solid #cbd5e1}.upgrade-card-btn.outline:hover{background:#f8fafc;border-color:#cbd5e1}.upgrade-card-btn.current-indicator{color:#15803d;cursor:default;background:#f0fdf4;border:1px solid #bbf7d0}.current-plan-badge{text-transform:uppercase;color:#962828;background:#fff5f5;border:1px solid #f1d0d0;border-radius:9999px;padding:4px 10px;font-size:.7rem;font-weight:800;position:absolute;top:16px;right:16px}@media (width<=768px){main.settings-page-main{padding:20px 12px}.settings-page-header{flex-direction:column;align-items:flex-start;gap:16px}.settings-profile-chip{box-sizing:border-box;width:100%}.settings-tabs{box-sizing:border-box;-webkit-overflow-scrolling:touch;flex-wrap:nowrap;justify-content:flex-start;gap:4px;width:100%;overflow-x:auto}.settings-tabs button{flex:none;min-height:36px;padding:0 12px;font-size:.85rem}.settings-content{margin-top:12px;padding:16px}.settings-grid,.license-summary-grid{grid-template-columns:1fr;gap:12px}.upgrade-header{flex-direction:column;align-items:flex-start;gap:16px}.upgrade-grid{grid-template-columns:1fr;gap:16px}}.user-management-page-container{color:#1e293b;max-width:1200px;margin:0 auto;padding:2.5rem 2rem}.user-management-header{border-bottom:1px solid #e2e8f0;margin-bottom:2rem;padding-bottom:1.5rem}.user-management-header h1{color:#0f172a;margin:0;font-size:2.2rem;font-weight:900}.user-management-header .subtitle{color:#64748b;margin-top:.35rem;font-size:.95rem}.user-management-desk{background-color:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1.5rem;box-shadow:0 4px 6px -1px #00000005}.user-desk-header{flex-wrap:wrap;justify-content:space-between;gap:16px;margin-bottom:1.5rem;display:flex}.search-users-input{border:1px solid #cbd5e1;border-radius:8px;outline:none;flex-grow:1;min-width:285px;padding:10px 14px;font-size:.9rem;transition:border-color .2s}.search-users-input:focus{border-color:#962828}.btn-refresh{color:#475569;cursor:pointer;background-color:#f1f5f9;border:1px solid #cbd5e1;border-radius:8px;padding:10px 16px;font-size:.88rem;font-weight:700;transition:background-color .2s}.btn-refresh:hover{color:#0f172a;background-color:#e2e8f0}.users-loading-spinner{color:#64748b;flex-direction:column;justify-content:center;align-items:center;padding:4rem 2rem;display:flex}.no-users-label{text-align:center;color:#94a3b8;padding:4rem 2rem}.users-table-wrapper{border:1px solid #e2e8f0;border-radius:8px;width:100%;overflow-x:auto}.users-directory-table{border-collapse:collapse;text-align:left;width:100%;font-size:.9rem}.users-directory-table th{color:#0f172a;background-color:#f8fafc;border-bottom:2px solid #e2e8f0;padding:14px 16px;font-weight:800}.users-directory-table td{vertical-align:middle;border-bottom:1px solid #e2e8f0;padding:14px 16px}.users-directory-table tr:last-child td{border-bottom:none}.users-directory-table tr:hover td{background-color:#f8fafc}.user-email-cell{flex-direction:column;display:flex}.user-email-cell strong{color:#0f172a}.user-uuid{color:#94a3b8;margin-top:2px;font-size:.72rem}.role-selector-dropdown{cursor:pointer;background-color:#fff;border:1px solid #cbd5e1;border-radius:6px;outline:none;padding:6px 12px;font-size:.8rem;font-weight:700}.role-selector-dropdown:focus{border-color:#962828}.status-badge-active{color:#166534;text-transform:uppercase;background-color:#dcfce7;border-radius:12px;padding:4px 8px;font-size:.75rem;font-weight:800}.user-footer-nav{margin-top:2rem;font-size:.88rem}.user-footer-nav a{color:#962828;margin-left:6px;font-weight:700;text-decoration:none}.user-footer-nav a:hover{text-decoration:underline}.modal-overlay{z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0f172a99;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal-box{background:#fff;border:1px solid #e2e8f0;border-radius:12px;width:min(500px,90%);padding:28px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.modal-header{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.form-group input{border:1px solid #cbd5e1;border-radius:6px;outline:none;padding:10px 12px;font-size:.9rem}.form-group input:focus{border-color:#962828}.form-row{grid-template-columns:1fr 1fr;gap:12px;display:grid}.btn-secondary{color:#475569;cursor:pointer;background-color:#fff;border:1px solid #cbd5e1;border-radius:6px;padding:8px 16px;font-weight:700}section.main{background:#fff;border:1px solid #e2e8f0;border-radius:12px;flex-direction:column;align-self:stretch;width:100%;display:flex;overflow:hidden;box-shadow:0 10px 30px #0f172a0a}section.section5{background:#f8fafc;border-bottom:1px solid #e2e8f0;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding:14px 24px;display:flex}section.tools{align-items:center;gap:8px;margin:0;padding:0;display:flex}section.tools>img{cursor:pointer;border:1px solid #0000;border-radius:6px;width:34px;height:34px;padding:7px;transition:all .2s}section.tools>img:hover{background-color:#fff;border-color:#cbd5e1;transform:translateY(-1px);box-shadow:0 4px 6px -1px #0000000d}section.tools>img:active{background-color:#f1f5f9;transform:translateY(0)}section.itempath{flex-grow:1;align-items:center;gap:10px;max-width:600px;display:flex}section.itempath>span{color:#64748b;letter-spacing:.5px;text-transform:uppercase;font-size:.78rem;font-weight:800}section.itempath>input{color:#475569;background:#fff;border:1px solid #cbd5e1;border-radius:6px;outline:none;width:100%;padding:6px 12px;font-size:.85rem;font-weight:500;box-shadow:inset 0 1px 2px #00000005}section.section6{flex-grow:1;height:calc(100vh - 280px);min-height:500px;display:flex}section.section7{background:#f8fafc;border-right:1px solid #e2e8f0;flex-direction:column;flex-shrink:0;width:250px;padding:20px;display:flex;overflow-y:auto}section.section7::-webkit-scrollbar{width:6px}section.section7::-webkit-scrollbar-thumb{background-color:#cbd5e1;border-radius:3px}.panel-title h5{color:#94a3b8;letter-spacing:1px;text-transform:uppercase;margin:0 0 16px;font-size:.72rem;font-weight:800}.directoryTab{color:#475569;-webkit-user-select:none;user-select:none;border-radius:6px;align-items:center;padding:8px 12px;font-size:.9rem;font-weight:500;transition:all .15s;display:flex}.directoryTab:hover{color:#1e293b;background-color:#f1f5f9}.directoryTab.active{color:#962828;background-color:#fdf2f2;font-weight:700}section.section8{grid-gap:20px;background:#fff;flex-grow:1;grid-template-columns:repeat(auto-fill,minmax(110px,1fr));grid-auto-rows:max-content;padding:24px;display:grid;overflow-y:auto}section.section8::-webkit-scrollbar{width:8px}section.section8::-webkit-scrollbar-thumb{background-color:#e2e8f0;border-radius:4px}section.section8>.items{cursor:pointer;border:1px solid #0000;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;width:100%;height:110px;padding:8px;transition:all .2s;display:flex}section.section8>.items:hover{background-color:#f8fafc;border-color:#e2e8f0;transform:translateY(-2px);box-shadow:0 4px 12px #0f172a08}section.section8>.selected{box-shadow:0 4px 12px #9628280f;background-color:#fdf2f2!important;border-color:#fca5a5!important}section.section8>.items>.tile-top{justify-content:center;align-items:center;width:100%;height:60px;display:flex}section.section8>.items>.tile-top>img{width:44px;height:44px;transition:transform .2s}section.section8>.items:hover>.tile-top>img{transform:scale(1.05)}section.section8>.items>.tile-bottom{text-align:center;word-break:break-all;text-overflow:ellipsis;-webkit-line-clamp:2;color:#334155;-webkit-box-orient:vertical;justify-content:center;align-items:flex-start;width:100%;margin-top:6px;font-size:.78rem;font-weight:600;line-height:1.25;display:-webkit-box;overflow:hidden}section.section8>.items>.tile-bottom #new{text-align:center;border:1px solid #cbd5e1;border-radius:4px;outline:none;width:100%;padding:2px 6px;font-size:.75rem}.tickets-page-container{color:#1e293b;max-width:1200px;margin:0 auto;padding:2rem;font-family:inherit}.tickets-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.tickets-header h1{color:#0f172a;margin:0;font-size:2rem;font-weight:800}.tickets-header .subtitle{color:#64748b;margin-top:.25rem;font-size:.95rem}.filters-section{background-color:#fff;border:1px solid #e2e8f0;border-radius:8px;flex-wrap:wrap;align-items:flex-end;gap:1.5rem;margin-bottom:2rem;padding:1.5rem;display:flex;box-shadow:0 1px 3px #0000000d}.filter-group{flex-direction:column;flex:1;gap:.5rem;min-width:150px;display:flex}.filter-group label{color:#475569;text-transform:uppercase;font-size:.8rem;font-weight:700}.filter-group select{color:#334155;background-color:#f8fafc;border:1px solid #cbd5e1;border-radius:6px;outline:none;padding:.6rem .8rem;font-size:.9rem;transition:border-color .2s,box-shadow .2s}.filter-group select:focus{border-color:#962828;box-shadow:0 0 0 3px #96282826}.btn-primary:active{transform:scale(.98)}.btn-primary:disabled{cursor:not-allowed;background-color:#cbd5e1}.btn-secondary{color:#475569;cursor:pointer;background-color:#f1f5f9;border:1px solid #e2e8f0;border-radius:6px;padding:.65rem 1.25rem;font-weight:700;transition:background-color .2s}.btn-secondary:hover{background-color:#e2e8f0}.btn-danger{color:#fff;cursor:pointer;background-color:#ef4444;border:none;border-radius:6px;padding:.65rem 1.25rem;font-weight:700;transition:background-color .2s}.btn-danger:hover{background-color:#dc2626}.tickets-layout{grid-template-columns:1.2fr 1.8fr;align-items:start;gap:2rem;display:grid}@media (width<=900px){.tickets-layout{grid-template-columns:1fr}}.tickets-list{flex-direction:column;gap:1rem;max-height:700px;padding-right:.5rem;display:flex;overflow-y:auto}.ticket-card{cursor:pointer;background-color:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:1.25rem;transition:border-color .2s,box-shadow .2s,transform .2s;box-shadow:0 1px 3px #00000005}.ticket-card:hover{border-color:#962828;transform:translateY(-2px);box-shadow:0 4px 12px #9628280d}.ticket-card.active{background-color:#fff8f8;border-color:#962828;box-shadow:0 4px 12px #96282814}.ticket-card-header{flex-wrap:wrap;gap:.5rem;margin-bottom:.75rem;display:flex}.badge{text-transform:uppercase;border-radius:20px;padding:.25rem .6rem;font-size:.7rem;font-weight:800}.ticket-card-title{color:#1e293b;margin:0 0 .5rem;font-size:1.1rem;font-weight:700}.ticket-card-desc{color:#64748b;margin-bottom:1rem;font-size:.88rem;line-height:1.4}.ticket-card-footer{color:#94a3b8;justify-content:space-between;font-size:.75rem;display:flex}.ticket-detail-panel{background-color:#fff;border:1px solid #e2e8f0;border-radius:8px;min-height:350px;padding:2rem;box-shadow:0 4px 6px -1px #0000000d}.ticket-detail h2{color:#0f172a;margin:0 0 1rem;font-size:1.6rem}.detail-meta{flex-wrap:wrap;gap:.75rem;margin-bottom:2rem;display:flex}.detail-section{margin-bottom:1.75rem}.detail-section h4{text-transform:uppercase;color:#475569;letter-spacing:.05em;margin:0 0 .75rem;font-size:.85rem;font-weight:800}.description-text{color:#334155;white-space:pre-wrap;font-size:.95rem;line-height:1.6}.border-top{border-top:1px solid #f1f5f9;padding-top:1.5rem}.info-grid{color:#475569;grid-template-columns:1fr 1fr;gap:1rem;font-size:.88rem;display:grid}.info-grid strong{color:#0f172a}.admin-controls{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:1.5rem;display:flex}.control-group{flex-direction:column;flex-grow:1;gap:.5rem;display:flex}.control-group label{color:#475569;font-size:.8rem;font-weight:700}.control-group select{background-color:#f8fafc;border:1px solid #cbd5e1;border-radius:6px;outline:none;padding:.6rem .8rem;font-size:.9rem}.no-detail,.tickets-loading,.no-tickets{text-align:center;color:#94a3b8;flex-direction:column;justify-content:center;align-items:center;padding:3rem;display:flex}.no-detail p,.no-tickets p{color:#64748b;font-size:1rem}.modal-overlay{z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#0f172a99;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.modal-box{background-color:#fff;border-radius:12px;width:min(600px,100%);animation:.2s ease-out modal-show;overflow:hidden;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}@keyframes modal-show{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.modal-header{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.modal-header h3{color:#0f172a;margin:0;font-size:1.25rem;font-weight:800}.modal-close{color:#94a3b8;cursor:pointer;background:0 0;border:none;font-size:1.75rem}.modal-close:hover{color:#475569}.modal-box form{padding:1.5rem}.form-group{flex-direction:column;gap:.5rem;margin-bottom:1.25rem;display:flex}.form-row{grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1.25rem;display:grid}@media (width<=500px){.form-row{grid-template-columns:1fr}}.form-group label{color:#475569;font-size:.85rem;font-weight:700}.form-group input,.form-group select,.form-group textarea{color:#1e293b;border:1px solid #cbd5e1;border-radius:6px;outline:none;padding:.7rem .9rem;font-size:.95rem}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#962828;box-shadow:0 0 0 3px #96282826}.modal-footer{border-top:1px solid #f1f5f9;justify-content:flex-end;gap:1rem;margin-top:1.75rem;padding-top:1.25rem;display:flex}.itsm-admin-standalone-layout{background-color:#f8fafc;flex-direction:column;min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;display:flex}.itsm-admin-topbar{color:#fff;background-color:#1e1b4b;border-bottom:2px solid #312e81;justify-content:space-between;align-items:center;padding:14px 24px;display:flex;box-shadow:0 4px 6px -1px #0000000d}.itsm-brand{align-items:center;gap:10px;display:flex}.brand-logo{color:#fff;background-color:#ef4444;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;font-size:1.2rem;font-weight:900;display:flex}.itsm-brand strong{letter-spacing:-.025em;color:#f8fafc;font-size:1.15rem}.itsm-user-actions{align-items:center;gap:12px;display:flex}.btn-exit{color:#cbd5e1;cursor:pointer;background-color:#0000;border:1px solid #475569;border-radius:6px;padding:6px 14px;font-size:.85rem;font-weight:700;transition:all .2s}.btn-exit:hover{color:#fff;background-color:#ffffff0d;border-color:#f8fafc}.btn-logout{color:#fff;cursor:pointer;background-color:#ef4444;border:none;border-radius:6px;padding:6px 14px;font-size:.85rem;font-weight:700;transition:background-color .2s}.btn-logout:hover{background-color:#dc2626}.itsm-admin-body{flex-grow:1;display:flex}.itsm-admin-sidebar{background-color:#0f172a;border-right:1px solid #1e293b;width:240px;padding:24px 12px}.itsm-sidebar-nav{flex-direction:column;gap:8px;display:flex}.itsm-nav-btn{text-align:left;color:#94a3b8;cursor:pointer;background:0 0;border:none;border-radius:8px;width:100%;padding:10px 16px;font-size:.9rem;font-weight:700;transition:all .2s;display:block}.itsm-nav-btn:hover{color:#fff;background-color:#1e293b}.itsm-nav-btn.active{color:#fff;background-color:#ef4444}.itsm-admin-workspace{flex-grow:1;max-height:calc(100vh - 62px);padding:32px;overflow-y:auto}.itsm-admin-container{color:#1e293b;max-width:1300px;margin:0 auto;font-family:inherit}.itsm-admin-header{border-bottom:1px solid #e2e8f0;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;margin-bottom:2rem;padding-bottom:1.5rem;display:flex}.itsm-admin-header h1{color:#0f172a;margin:0;font-size:2rem;font-weight:900}.itsm-admin-header .subtitle{color:#64748b;margin-top:.25rem;font-size:.95rem}.itsm-tabs{background-color:#f1f5f9;border:1px solid #e2e8f0;border-radius:8px;gap:8px;padding:6px;display:flex}.itsm-tabs button{color:#475569;cursor:pointer;background:0 0;border:none;border-radius:6px;padding:8px 18px;font-size:.9rem;font-weight:700;transition:all .2s}.itsm-tabs button:hover{color:#0f172a}.itsm-tabs button.active{color:#962828;background-color:#fff;box-shadow:0 1px 3px #0000000d}.error-banner{color:#b91c1c;background-color:#fef2f2;border-left:4px solid #ef4444;border-radius:4px;margin-bottom:1.5rem;padding:1rem;font-weight:500}.itsm-loading{color:#64748b;flex-direction:column;justify-content:center;align-items:center;padding:5rem;display:flex}.spinner{border:4px solid #e2e8f0;border-top-color:#962828;border-radius:50%;width:40px;height:40px;margin-bottom:1rem;animation:.8s linear infinite spin}.stats-row{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:16px;margin-bottom:2rem;display:grid}.stat-card{background-color:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:1.5rem;box-shadow:0 1px 3px #00000005}.stat-card h4{color:#64748b;text-transform:uppercase;letter-spacing:.05em;margin:0;font-size:.8rem;font-weight:700}.stat-card strong{color:#0f172a;margin-top:.5rem;font-size:2.2rem;font-weight:850;display:block}.stat-card.urgent-highlight{border-left:4px solid #ef4444}.stat-card.urgent-highlight strong{color:#ef4444}.stat-card.unassigned-highlight{border-left:4px solid #f97316}.stat-card.unassigned-highlight strong{color:#f97316}.stat-card.status-card.open{border-left:4px solid #22c55e}.stat-card.status-card.progress{border-left:4px solid #f59e0b}.stat-card.status-card.resolved{border-left:4px solid #3b82f6}.dashboard-grid{grid-template-columns:1fr 1fr;gap:2rem;display:grid}@media (width<=900px){.dashboard-grid{grid-template-columns:1fr}}.dashboard-section-card{background-color:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1.75rem;box-shadow:0 4px 6px -1px #00000005}.dashboard-section-card h3{color:#0f172a;margin:0 0 1.5rem;font-size:1.15rem;font-weight:800}.dist-item{align-items:center;gap:1rem;margin-bottom:1.25rem;display:flex}.dist-name{color:#475569;width:140px;font-size:.85rem;font-weight:700}.dist-bar-wrapper{background-color:#f1f5f9;border-radius:10px;flex-grow:1;height:8px;overflow:hidden}.dist-bar{background-color:#962828;border-radius:10px;height:100%}.dist-count{color:#1e293b;text-align:right;width:80px;font-size:.85rem;font-weight:700}.recent-list{flex-direction:column;gap:12px;display:flex}.recent-item{cursor:pointer;border-bottom:1px solid #f1f5f9;padding-bottom:10px}.recent-item:last-child{border-bottom:none;padding-bottom:0}.recent-item:hover h4{color:#962828}.recent-meta{gap:6px;margin-bottom:4px;display:flex}.recent-item h4{color:#1e293b;margin:0;font-size:.95rem;font-weight:700;transition:color .2s}.recent-item p{color:#94a3b8;margin:2px 0 0;font-size:.8rem}.badge{text-transform:uppercase;border-radius:12px;padding:.2rem .5rem;font-size:.65rem;font-weight:800;display:inline-block}.priority-low{color:#475569;border:1px solid #cbd5e1}.priority-medium{color:#854d0e;border:1px solid #fef08a}.priority-high{color:#c2410c;border:1px solid #fed7aa}.priority-urgent{color:#dc2626;border:1px solid #fecaca;font-weight:900}.category-support{color:#475569;background-color:#f1f5f9}.category-bug{color:#991b1b;background-color:#fee2e2}.category-feature_request{color:#1e40af;background-color:#dbeafe}.category-billing{color:#854d0e;background-color:#fef9c3}.status-open{color:#166534;background-color:#dcfce7}.status-in_progress{color:#9a3412;background-color:#ffedd5}.status-resolved{color:#0369a1;background-color:#e0f2fe}.status-closed{color:#64748b;background-color:#f1f5f9}.ops-filters{flex-wrap:wrap;gap:12px;margin-bottom:1.5rem;display:flex}.search-input{border:1px solid #cbd5e1;border-radius:6px;outline:none;flex-grow:1;min-width:250px;padding:10px 14px;font-size:.9rem}.ops-filters select{background-color:#fff;border:1px solid #cbd5e1;border-radius:6px;outline:none;padding:10px 14px;font-size:.9rem}.ops-workspace{grid-template-columns:1.2fr 1.8fr;align-items:start;gap:2rem;display:grid}@media (width<=960px){.ops-workspace{grid-template-columns:1fr}}.ops-ticket-list-panel{background-color:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden;box-shadow:0 1px 3px #00000005}.ops-tickets-table{border-collapse:collapse;text-align:left;width:100%;font-size:.88rem}.ops-tickets-table th{color:#475569;background-color:#f8fafc;border-bottom:2px solid #e2e8f0;padding:12px 16px;font-weight:700}.ops-tickets-table td{cursor:pointer;vertical-align:middle;border-bottom:1px solid #e2e8f0;padding:14px 16px}.ops-tickets-table tr:hover td{background-color:#f8fafc}.ops-tickets-table tr.active-row td{background-color:#fff5f5;border-left:3px solid #962828}.t-title{color:#1e293b;display:block}.t-id{color:#94a3b8;margin-top:2px;font-size:.75rem}.t-assignee{color:#64748b;font-weight:600}.ops-inspector-panel{background-color:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:2rem;box-shadow:0 4px 6px -1px #0000000d}.inspector-content h2{color:#0f172a;margin:0 0 1rem;font-size:1.4rem;font-weight:850}.description-box{background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;margin-bottom:1.5rem;padding:1.25rem}.description-box p{white-space:pre-wrap;margin:0;font-size:.95rem;line-height:1.5}.inspector-controls{background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:12px;margin-bottom:2rem;padding:1.25rem;display:grid}.ctrl-input{flex-direction:column;gap:4px;display:flex}.ctrl-input label{color:#475569;text-transform:uppercase;font-size:.78rem;font-weight:700}.ctrl-input select{background-color:#fff;border:1px solid #cbd5e1;border-radius:6px;outline:none;padding:8px 10px;font-size:.88rem}.comment-feed-section h3{color:#0f172a;border-bottom:1px solid #e2e8f0;margin:0 0 1rem;padding-bottom:6px;font-size:1.05rem;font-weight:800}.comments-scroll{flex-direction:column;gap:12px;max-height:350px;margin-bottom:1.5rem;padding-right:6px;display:flex;overflow-y:auto}.comment-bubble{background-color:#f1f5f9;border-radius:8px;padding:12px 16px}.comment-bubble.internal-note{background-color:#fffbeb;border-left:4px solid #eab308}.comment-meta{color:#64748b;justify-content:space-between;margin-bottom:6px;font-size:.75rem;display:flex}.internal-badge{color:#854d0e;background-color:#fef08a;border-radius:4px;padding:1px 6px;font-size:.65rem;font-weight:800}.comment-text{white-space:pre-wrap;margin:0;font-size:.88rem;line-height:1.4}.comment-input-form{border-top:1px solid #e2e8f0;flex-direction:column;gap:10px;padding-top:1.25rem;display:flex}.comment-input-form textarea{resize:vertical;border:1px solid #cbd5e1;border-radius:6px;outline:none;padding:10px 12px;font-size:.9rem}.comment-actions-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;display:flex}.checkbox-note-lbl{color:#854d0e;cursor:pointer;align-items:center;gap:6px;font-size:.85rem;font-weight:700;display:flex}.no-inspector-selection,.no-tickets-ops{text-align:center;color:#94a3b8;justify-content:center;align-items:center;padding:5rem;display:flex}.settings-split{grid-template-columns:1fr 1fr;gap:2rem;display:grid}@media (width<=900px){.settings-split{grid-template-columns:1fr}}.settings-panel-card{background-color:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:2rem;box-shadow:0 1px 3px #00000005}.settings-panel-card h3{color:#0f172a;margin:0 0 .5rem;font-size:1.15rem;font-weight:800}.desc-text-rbac{color:#64748b;margin-bottom:1.5rem;font-size:.88rem}.group-create-form{background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;flex-direction:column;gap:12px;margin-bottom:2rem;padding:1.25rem;display:flex}.form-group-itsm{flex-direction:column;gap:4px;display:flex}.form-group-itsm label{color:#475569;font-size:.8rem;font-weight:700}.form-group-itsm input{border:1px solid #cbd5e1;border-radius:6px;outline:none;padding:8px 12px;font-size:.9rem}.groups-list{flex-direction:column;gap:12px;display:flex}.group-list-item{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding-bottom:10px;display:flex}.group-list-item strong{color:#1e293b;font-size:.95rem}.group-list-item p{color:#64748b;margin:2px 0 0;font-size:.8rem}.btn-delete{color:#dc2626;cursor:pointer;background-color:#fef2f2;border:1px solid #fecaca;border-radius:4px;padding:4px 10px;font-size:.75rem;font-weight:700;transition:all .2s}.btn-delete:hover{background-color:#fee2e2}.users-rbac-list{border:1px solid #e2e8f0;border-radius:8px;overflow:hidden}.rbac-table{border-collapse:collapse;text-align:left;width:100%;font-size:.88rem}.rbac-table th{color:#475569;background-color:#f8fafc;border-bottom:2px solid #e2e8f0;padding:10px 14px;font-weight:700}.rbac-table td{vertical-align:middle;border-bottom:1px solid #e2e8f0;padding:12px 14px}.rbac-table td select{border:1px solid #cbd5e1;border-radius:6px;outline:none;padding:6px 10px;font-size:.8rem;font-weight:700}.sub-lbl{color:#94a3b8;font-size:.7rem}.btn-primary{color:#fff;cursor:pointer;background-color:#962828;border:none;border-radius:6px;padding:.6rem 1.2rem;font-weight:700;transition:background-color .2s}.btn-primary:hover{background-color:#7b1d1d}
