.auth-footer{text-align:center;width:100%;margin-top:auto;padding:1.5rem}.auth-footer-links{flex-wrap:wrap;justify-content:center;gap:.5rem 1rem;margin-bottom:.75rem;display:flex}.auth-footer-link{color:#64748b;font-size:.85rem;text-decoration:none;transition:color .2s}.auth-footer-link:hover{color:#334155;text-decoration:underline}.auth-footer-copyright{color:#94a3b8;font-size:.75rem}@media (width<=768px){.auth-footer{padding:1rem}.auth-footer-links{gap:.4rem .75rem}.auth-footer-link{font-size:.8rem}.auth-footer-copyright{font-size:.7rem}}@media (width<=480px){.auth-footer{padding:.75rem}.auth-footer-links{flex-wrap:wrap;gap:.4rem .75rem}.auth-footer-link{font-size:.75rem}}body,html,#root{background:#f0f4f8}.login-page{box-sizing:border-box;flex-direction:column;justify-content:flex-start;align-items:center;min-height:100vh;padding-top:3rem;padding-bottom:1rem;display:flex}.login-page .header{align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.login-page .header-logo{width:auto;height:auto;max-height:80px;transition:transform .2s,opacity .2s}.login-page .header a:hover .header-logo{opacity:.8;transform:scale(1.05)}.login-page .header h1{color:#2c3e50;margin:0;font-size:2rem;font-weight:600}.login-card{text-align:center;background:#fff;border-radius:8px;width:100%;max-width:450px;padding:2rem 2.5rem;box-shadow:0 4px 6px #0000001a}.login-card h2{color:#2c3e50;margin:0 0 .5rem;font-size:1.75rem;font-weight:600}.login-card p{color:#64748b;margin-bottom:2rem}.login-subheading{color:#64748b;margin-bottom:2rem;font-size:.95rem;line-height:1.5}.login-form #pin{text-align:center}.login-form .primary{color:#fff;cursor:pointer;background:#3498db;border:none;border-radius:6px;padding:.75rem 1.25rem;font-size:1rem;font-weight:600;transition:background .2s,transform 50ms}.login-form .primary:hover{background:#2980b9}.login-form .primary:active{transform:translateY(1px)}.login-form .primary:disabled{opacity:.6;cursor:not-allowed}.login-card .link{color:#3498db;cursor:pointer;background:0 0;border:none;padding:0;font-size:.95rem}.login-card .link:hover{text-decoration:underline}.login-form input[type=email],.login-form input[type=password],.login-form input[type=text],.login-form input[type=number]{border:1px solid #e2e8f0;border-radius:6px;outline:none;width:100%;margin-bottom:.75rem;padding:.75rem .9rem;font-size:.95rem;transition:border-color .15s,box-shadow .15s}.login-form input:focus{border-color:#93c5fd;box-shadow:0 0 0 3px #93c5fd59}.login-form input.valid{border-color:#22c55e;box-shadow:0 0 0 3px #22c55e33}.login-form input.invalid{border-color:#ef4444;box-shadow:0 0 0 3px #ef444433}.login-form input.warning{border-color:#f59e0b;box-shadow:0 0 0 3px #f59e0b33}.strength-meter{background:#e2e8f0;border-radius:999px;height:8px;margin:6px 0 10px;overflow:hidden}.strength-meter .bar{height:100%;transition:width .25s,background .25s}.strength-meter--segments{grid-template-columns:repeat(4,1fr);gap:6px;margin:6px 0 10px;display:grid}.strength-meter--segments .segment{background:#e5e7eb;border-radius:999px;height:8px;transition:background-color .2s}.strength-meter--segments.strength-1 .segment:nth-child(-n+1){background:#f97316}.strength-meter--segments.strength-2 .segment:nth-child(-n+2){background:#f59e0b}.strength-meter--segments.strength-3 .segment:nth-child(-n+3){background:#84cc16}.strength-meter--segments.strength-4 .segment:nth-child(-n+4){background:#22c55e}.login-form .field{text-align:left;margin-bottom:.75rem}.login-form .label{color:#334155;margin-bottom:.35rem;font-size:.9rem;font-weight:600;display:block}.login-form .hint{color:#64748b;margin:6px 0 10px;font-size:.85rem}.login-form .error{color:#b00020}.criteria{text-align:left;margin:6px 0 10px;padding:0;list-style:none}.criteria li{color:#64748b;align-items:center;gap:8px;font-size:.9rem;display:flex}.criteria li:before{content:"•";color:#cbd5e1}.criteria li.valid{color:#16a34a}.criteria li.valid:before{content:"✓";color:#16a34a}.criteria li.invalid{color:#ef4444}.criteria li.invalid:before{content:"✗";color:#ef4444}.toggle-link{color:#3498db;cursor:pointer;margin-top:4px;font-size:.85rem;display:inline-block}.toggle-link:hover{text-decoration:underline}.toggle-row{text-align:right;margin-top:4px}.small-hint{color:#64748b;margin:6px 0 10px;font-size:.85rem}.small-hint.error{color:#b00020}.input-with-toggle{position:relative}.login-form .has-toggle{padding-right:2.25rem}.input-with-toggle .input-toggle-btn{cursor:pointer;color:#64748b;background:0 0;border:none;justify-content:center;align-items:center;width:24px;height:24px;padding:0;line-height:0;display:inline-flex;position:absolute;top:50%;right:10px;transform:translateY(-70%)}.input-with-toggle .input-toggle-btn svg{display:block}.input-with-toggle .input-toggle-btn:hover{color:#1f2937}.auth-version a{color:#94a3b8;text-decoration:none}.auth-version a:hover{color:#64748b;text-decoration:underline}.pin-page-footer{text-align:center;margin-top:40px;padding:20px}.pin-page-footer .powered-by{color:#64748b;justify-content:center;align-items:center;gap:8px;font-size:14px;font-weight:500;display:flex}.pin-page-footer .honeycake-logo{width:24px;height:24px}.login-page-footer{text-align:center;margin-top:40px;padding:20px}.login-page-footer .powered-by{color:#64748b;justify-content:center;align-items:center;gap:8px;font-size:14px;font-weight:500;display:flex}.login-page-footer .honeycake-logo{width:24px;height:24px}@media (width<=768px){.login-page{padding-top:2rem;padding-left:1rem;padding-right:1rem}.login-page .header{margin-bottom:1.5rem}.login-page .header-logo{max-height:60px}.login-page .header h1{font-size:1.5rem}.login-card{max-width:100%;padding:1.5rem}.login-card h2{font-size:1.5rem}.login-card p{margin-bottom:1.5rem}.login-subheading{font-size:.9rem}.login-form input[type=email],.login-form input[type=password],.login-form input[type=text],.login-form input[type=number]{padding:.75rem;font-size:16px}.login-form .primary{width:100%;padding:.75rem 1rem}.strength-meter--segments{gap:4px}.pin-page-footer,.login-page-footer{margin-top:30px;padding:15px}.pin-page-footer .powered-by,.login-page-footer .powered-by{font-size:13px}}@media (width<=480px){.login-page{padding-top:1.5rem;padding-left:.75rem;padding-right:.75rem}.login-page .header-logo{max-height:50px}.login-card{padding:1.25rem}.login-card h2{font-size:1.35rem}.login-subheading{margin-bottom:1.5rem;font-size:.85rem}.login-form .label{font-size:.85rem}.login-form .hint,.small-hint{font-size:.8rem}.criteria li{font-size:.85rem}.auth-version{margin-top:1rem;padding-top:.75rem;font-size:.65rem}}.branded-login-form{width:100%;max-width:450px;margin:0 auto}.branded-login-card{background:#fff;border-radius:12px;padding:40px;box-shadow:0 4px 12px #0000001a}.branded-login-logo{width:auto;max-height:80px;margin:0 auto 24px;display:block}.branded-login-title{text-align:center;color:#2c3e50;margin-bottom:32px;font-size:1.75rem;font-weight:600}.branded-login-form-content{flex-direction:column;gap:20px;display:flex}.branded-login-field{flex-direction:column;gap:8px;display:flex}.branded-login-field label{color:#475569;font-size:14px;font-weight:600}.branded-login-field input{box-sizing:border-box;border:2px solid #e2e8f0;border-radius:6px;width:100%;padding:12px 16px;font-size:16px;transition:all .2s}.branded-login-field input:focus{border-color:var(--brand-primary-color,#f4a261);outline:none;box-shadow:0 0 0 3px #f4a2611a}.branded-login-field input:disabled{cursor:not-allowed;background:#f5f5f5}.branded-login-forgot{text-align:right;margin-top:-8px}.branded-login-forgot a{color:var(--brand-primary-color,#f4a261);font-size:14px;font-weight:500;text-decoration:none}.branded-login-forgot a:hover{text-decoration:underline}.branded-login-button{background:var(--brand-primary-color,#f4a261);color:#fff;cursor:pointer;border:none;border-radius:8px;width:100%;margin-top:8px;padding:14px 24px;font-size:16px;font-weight:600;transition:all .2s}.branded-login-button:hover:not(:disabled){filter:brightness(.9);transform:translateY(-1px)}.branded-login-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.branded-login-signup{text-align:center;color:#64748b;margin-top:8px;font-size:14px}.branded-login-signup a{color:var(--brand-primary-color,#f4a261);font-weight:600;text-decoration:none}.branded-login-signup a:hover{text-decoration:underline}.login-alt-page{background:var(--org-secondary-color,#f0f4f8);flex-direction:column;align-items:center;min-height:100vh;padding:20px;display:flex}.login-alt-header{justify-content:space-between;align-items:center;width:100%;max-width:800px;margin-bottom:40px;padding:20px 0;display:flex}.login-alt-org-logo{width:auto;height:auto;max-height:80px}.login-alt-login-btn{background:var(--org-primary-color,#f4a261);color:#fff;cursor:pointer;border:none;border-radius:6px;padding:10px 24px;font-size:16px;font-weight:600;transition:all .2s}.login-alt-login-btn:hover{filter:brightness(.9);transform:translateY(-1px)}.login-alt-content{background:#fff;border-radius:12px;width:100%;max-width:600px;margin-bottom:40px;padding:40px;box-shadow:0 4px 12px #0000001a}.login-alt-title{text-align:center;color:#2c3e50;margin-bottom:30px;font-size:2rem;font-weight:600}.login-alt-drop-zone{text-align:center;cursor:pointer;background:#f8fafc;border:3px dashed #cbd5e1;border-radius:12px;margin-bottom:20px;padding:60px 40px;transition:all .3s}.login-alt-drop-zone:hover{border-color:var(--org-primary-color,#f4a261);background:#f1f5f9}.login-alt-drop-zone.dragging{border-color:var(--org-primary-color,#f4a261);background:#e0f2fe}.login-alt-drop-zone.has-file{border-color:var(--org-primary-color,#f4a261);background:#f0fdf4}.login-alt-cake-logo{opacity:.8;width:80px;height:auto;margin-bottom:20px}.login-alt-lock-icon{color:#888;stroke:#888;width:80px;height:80px;margin-bottom:20px}.login-alt-drop-zone-text{color:#64748b;font-size:16px;font-weight:500}.login-alt-drop-zone-text p{margin:0}.login-alt-actions{gap:12px;margin-bottom:24px;display:flex}.login-alt-upload-button{background:var(--org-primary-color,#f4a261);color:#fff;cursor:pointer;border:none;border-radius:8px;flex:1;padding:14px 24px;font-size:16px;font-weight:600;transition:all .2s}.login-alt-upload-button:hover:not(:disabled){filter:brightness(.9);transform:translateY(-1px)}.login-alt-upload-button:disabled{opacity:.5;cursor:not-allowed}.login-alt-clear-button{color:#475569;cursor:pointer;background:#e2e8f0;border:none;border-radius:8px;padding:14px 24px;font-size:16px;font-weight:600;transition:all .2s}.login-alt-clear-button:hover{background:#cbd5e1}.login-alt-form-field{margin-bottom:20px}.login-alt-form-field label{color:#475569;margin-bottom:8px;font-size:14px;font-weight:600;display:block}.login-alt-text-input{box-sizing:border-box;border:2px solid #e2e8f0;border-radius:6px;width:100%;padding:12px 16px;font-size:16px;transition:all .2s}.login-alt-text-input:focus{border-color:var(--org-primary-color,#f4a261);outline:none;box-shadow:0 0 0 3px #f4a2611a}.login-alt-text-input:disabled{cursor:not-allowed;background:#f5f5f5}.login-alt-progress-section{margin:24px 0}.login-alt-progress-bar{background:#e2e8f0;border-radius:6px;width:100%;height:12px;margin-bottom:8px;overflow:hidden}.login-alt-progress-fill{background:var(--org-primary-color,#f4a261);border-radius:6px;height:100%;transition:width .3s}.login-alt-progress-text{text-align:center;color:#64748b;font-size:14px;font-weight:600}.login-alt-upload-status{text-align:center;border-radius:8px;margin:24px 0;padding:16px}.login-alt-status-success{color:#166534;background:#dcfce7;border:2px solid #22c55e}.login-alt-status-success strong{font-size:18px}.login-alt-security-note{text-align:center;color:#64748b;background:#f8fafc;border-radius:6px;margin-top:24px;padding:12px;font-size:13px}.login-alt-footer{text-align:center;margin-top:40px;padding:20px}.login-alt-powered-by{color:#64748b;justify-content:center;align-items:center;gap:8px;font-size:14px;font-weight:500;display:flex}.login-alt-honeycake-logo{width:24px;height:24px}.login-alt-loading,.login-alt-error{text-align:center;color:#64748b;padding:60px 20px;font-size:18px}.login-alt-error{color:#dc2626}.signup-page{box-sizing:border-box;flex-direction:column;justify-content:flex-start;align-items:center;min-height:100vh;padding-top:3rem;padding-bottom:1rem;display:flex}.signup-page .header{align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.signup-page .header-logo{max-width:50px}.signup-page .header h1{color:#2c3e50;margin:0;font-size:2rem;font-weight:600}@media (width<=768px){.signup-page{padding-top:2rem;padding-left:1rem;padding-right:1rem}.signup-page .header{margin-bottom:1.5rem}.signup-page .header-logo{max-width:45px}.signup-page .header h1{font-size:1.5rem}}@media (width<=480px){.signup-page{padding-top:1.5rem;padding-left:.75rem;padding-right:.75rem}.signup-page .header-logo{max-width:40px}.signup-page .header h1{font-size:1.35rem}}.verify-email-page{box-sizing:border-box;flex-direction:column;justify-content:flex-start;align-items:center;min-height:100vh;padding-top:3rem;padding-bottom:1rem;display:flex}.verify-email-page .header{align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.verify-email-page .header-logo{max-width:50px}.verify-email-page .header h1{color:#2c3e50;margin:0;font-size:2rem;font-weight:600}.setup-pin-page{box-sizing:border-box;flex-direction:column;justify-content:flex-start;align-items:center;min-height:100vh;padding-top:3rem;padding-bottom:1rem;display:flex}.setup-pin-page .header{align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.setup-pin-page .header-logo{width:auto;height:auto;max-height:80px}.setup-pin-page .header h1{color:#2c3e50;margin:0;font-size:2rem;font-weight:600}.pin-warning{text-align:left;color:#1e40af;background:#eff6ff;border:1px solid #bfdbfe;border-radius:6px;margin-bottom:20px;padding:12px;font-size:.9rem;line-height:1.5}.pin-warning strong{color:#1e3a8a;margin-bottom:4px;display:block}.setup-pin-footer{text-align:center;margin-top:40px;padding:20px}.setup-pin-footer .powered-by{color:#64748b;justify-content:center;align-items:center;gap:8px;font-size:14px;font-weight:500;display:flex}.setup-pin-footer .honeycake-logo{width:24px;height:24px}@media (width<=768px){.setup-pin-page{padding-top:2rem;padding-left:1rem;padding-right:1rem}.setup-pin-page .header{margin-bottom:1.5rem}.setup-pin-page .header-logo{max-height:60px}.setup-pin-page .header h1{font-size:1.5rem}.pin-warning{padding:10px;font-size:.85rem}.setup-pin-footer{margin-top:30px;padding:15px}.setup-pin-footer .powered-by{font-size:13px}}@media (width<=480px){.setup-pin-page{padding-top:1.5rem;padding-left:.75rem;padding-right:.75rem}.setup-pin-page .header-logo{max-height:50px}.setup-pin-page .header h1{font-size:1.35rem}.pin-warning{font-size:.8rem}}.eula-page{box-sizing:border-box;flex-direction:column;justify-content:flex-start;align-items:center;min-height:100vh;padding-top:3rem;padding-bottom:1rem;display:flex}.eula-page .header{align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.eula-page .header-logo{max-width:50px}.eula-page .header h1{color:#2c3e50;margin:0;font-size:2rem;font-weight:600}.eula-card{background:#fff;border-radius:8px;width:100%;max-width:700px;padding:2rem 2.5rem;box-shadow:0 4px 6px #0000001a}.eula-card h2{color:#2c3e50;text-align:center;margin:0 0 .5rem;font-size:1.75rem;font-weight:600}.eula-card>p{color:#64748b;text-align:center;margin-bottom:1.5rem}.eula-content{background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;max-height:400px;margin-bottom:1.5rem;padding:1.5rem;overflow-y:auto}.eula-content pre{white-space:pre-wrap;word-wrap:break-word;color:#334155;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.85rem;line-height:1.6}.eula-acceptance{margin-bottom:1.5rem}.checkbox-label{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:flex-start;gap:10px;display:flex}.checkbox-label input[type=checkbox]{cursor:pointer;flex-shrink:0;width:18px;height:18px;margin-top:2px}.checkbox-label span{color:#334155;font-size:.95rem;line-height:1.5}.checkbox-label input[type=checkbox]:disabled{opacity:.5;cursor:not-allowed}.eula-actions{gap:12px;display:flex}.decline-button{color:#64748b;cursor:pointer;background:0 0;border:1px solid #e2e8f0;border-radius:6px;flex:1;padding:.75rem 1.25rem;font-size:1rem;font-weight:600;transition:all .2s}.decline-button:hover{background:#f8fafc;border-color:#cbd5e1}.decline-button:disabled{opacity:.6;cursor:not-allowed}.accept-button{flex:2}.primary{color:#fff;cursor:pointer;background:#f4a261;border:none;border-radius:6px;padding:.75rem 1.25rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:600;transition:background .2s,transform 50ms}.primary:hover:not(:disabled){background:#e89350}.primary:active{transform:translateY(1px)}.primary:disabled{opacity:.6;cursor:not-allowed;background:#cbd5e1}.auth-version{text-align:center;color:#cbd5e1;border-top:1px solid #f1f5f9;margin-top:1.5rem;padding-top:1rem;font-size:.7rem;font-weight:400}.error{text-align:center}@media (width<=768px){.eula-page{padding-top:2rem;padding-left:1rem;padding-right:1rem}.eula-page .header{margin-bottom:1.5rem}.eula-page .header-logo{max-width:45px}.eula-page .header h1{font-size:1.5rem}.eula-card{max-width:100%;padding:1.5rem}.eula-card h2{font-size:1.5rem}.eula-content{max-height:300px;padding:1rem}.eula-content pre{font-size:.8rem}.eula-actions{flex-direction:column}.decline-button,.accept-button{flex:1}.checkbox-label span{font-size:.9rem}}@media (width<=480px){.eula-page{padding-top:1.5rem;padding-left:.75rem;padding-right:.75rem}.eula-page .header-logo{max-width:40px}.eula-page .header h1{font-size:1.35rem}.eula-card{padding:1.25rem}.eula-card h2{font-size:1.35rem}.eula-content{max-height:250px;padding:.75rem}.eula-content pre{font-size:.75rem}.checkbox-label span{font-size:.85rem}.primary,.decline-button{padding:.65rem 1rem;font-size:.95rem}}body{background:var(--org-secondary-color,#f0f4f8);max-width:1200px;margin:0 auto;padding:20px;font-family:Arial,sans-serif}h1{color:#2c3e50;text-align:center;margin-bottom:20px;font-size:2rem;font-weight:600}.tabs{justify-content:flex-start;gap:1rem;margin-bottom:0;padding-bottom:8px;display:flex;position:relative}.tabs:after{content:"";background:var(--org-primary-color,#f4a261);border-radius:2px;height:3px;transition:background .4s;position:absolute;bottom:0;left:0;right:0;box-shadow:0 2px 4px #f4a26133}.tab{cursor:pointer;color:#2c3e50;background:#fff;border-radius:6px;padding:.75rem 1.5rem;font-weight:500;transition:all .3s;box-shadow:0 2px 4px #0000000d}.tab:hover{background:var(--org-primary-color,#3498db);color:#fff}.tab.active{background:var(--org-primary-color,#2980b9);color:#fff}.tab.active.upload-tab-active,.tab.active.open-cake-tab-active{background:var(--org-primary-color,#f4a261);color:#fff}.tab.upload-tab-hover,.tab.open-cake-tab-hover,.tab.file-tools-tab-hover{color:#2c3e50;background:#fff}.tab.upload-tab-hover:hover,.tab.open-cake-tab-hover:hover,.tab.file-tools-tab-hover:hover{background:var(--org-primary-color,#f4a261);color:#fff}.tab.admin-active{background:var(--org-primary-color,#2980b9);color:#fff}.tab.admin-active:hover{background:var(--org-primary-color,#3498db);filter:brightness(1.1)}.tab.download-app-btn{background:var(--org-primary-color,#f4a261);color:#fff;font-weight:600}.tab.download-app-btn:hover{background:var(--org-primary-color,#f4a261);filter:brightness(.9);color:#fff;transform:translateY(-1px);box-shadow:0 4px 8px #f4a2614d}.admin-toggle-container{justify-content:flex-end!important;align-items:center!important;margin-top:0!important;margin-bottom:0!important;padding:6px .5rem!important;display:flex!important}.dashboard-scope-select{color:#2c3e50;cursor:pointer;appearance:none;background:#fff url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232c3e50' 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") right .5rem center/.85em no-repeat;border:2px solid #e2e8f0;border-radius:6px;min-width:150px;height:34px;padding:0 2rem 0 .75rem;font-size:.85rem;font-weight:500;transition:all .2s}.dashboard-scope-select:hover{border-color:var(--org-primary-color,#f4a261)}.dashboard-scope-select:focus{border-color:var(--org-primary-color,#f4a261);outline:none;box-shadow:0 0 0 3px #f4a26126}.dashboard-scope-select option{padding:.5rem;font-size:.9rem}.section{display:none}.section.active{animation:.3s ease-in fadeIn;display:block}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.card{background:#fff;border-radius:8px;margin-bottom:1rem;padding:1.5rem;box-shadow:0 4px 6px #0000001a}table{border-collapse:collapse;width:100%;margin-top:1rem}th,td{text-align:left;border-bottom:1px solid #edf2f7;padding:.75rem}th{color:#2c3e50;cursor:pointer;-webkit-user-select:none;user-select:none;background:#e2e8f0;padding-right:25px;font-weight:600;position:relative}th.sort-asc:after{content:"↑";color:#2980b9;position:absolute;right:8px}th.sort-desc:after{content:"↓";color:#2980b9;position:absolute;right:8px}.stats{gap:1.5rem;margin-top:1rem;display:flex}.stat{text-align:center;background:#fff;border-radius:8px;flex:1;padding:1.5rem;transition:transform .3s;box-shadow:0 4px 6px #0000001a}input{box-sizing:border-box;border:2px solid #e2e8f0;border-radius:6px;width:100%;margin-bottom:1rem;padding:.75rem;font-size:.95rem;transition:all .3s}input:focus{border-color:#3498db;outline:none;box-shadow:0 0 0 3px #3498db1a}.header-logo{cursor:pointer;width:auto;height:auto;max-height:80px;margin:0;transition:transform .2s,opacity .2s;display:block}.header a:hover .header-logo{opacity:.8;transform:scale(1.05)}.file-row{cursor:pointer;border-bottom:1px solid #e2e8f0;transition:background-color .2s}.file-details{background:#f8fafc;border-top:1px solid #e2e8f0;border-bottom:2px solid #e2e8f0;width:100%;padding:1.5rem;display:none}.file-details td{padding:0}.file-row:last-child,.file-details:last-child{border-bottom:none}.file-row+.file-row{border-top:1px solid #e2e8f0}.file-analytics{grid-template-columns:repeat(2,1fr);gap:1.5rem;width:100%;margin-top:1rem;display:grid}.analytics-card{background:#fff;border-radius:8px;padding:1.5rem;overflow:hidden;box-shadow:0 2px 4px #0000000d}.analytics-card h3{color:#2c3e50;z-index:1;margin:0 0 1rem;font-size:1.1rem;position:relative}.activity-list{margin:0;padding:0;list-style:none}.activity-item{border-bottom:1px solid #eee;grid-template-columns:1fr auto auto;align-items:center;gap:1rem;padding:10px 0;display:grid}.activity-description{white-space:nowrap;text-overflow:ellipsis;min-width:0;overflow:hidden}.activity-status{text-align:center;white-space:nowrap;border-radius:4px;padding:.25rem .5rem;font-size:.8rem;font-weight:500}.activity-time{color:#666;text-align:right;white-space:nowrap}.activity-item:last-child{border-bottom:none}.status-success{color:#166534;background:#dcfce7}.status-1fa{color:#92400e;background:#fef3c7}.trend-container{flex-direction:column;align-items:center;margin-top:1rem;display:flex}.trend-chart{background:#f8fafc;border-radius:4px;justify-content:flex-start;gap:4px;height:140px;padding:10px;display:flex;position:relative}.trend-bar{width:100%;transition:height .3s ease-out}.trend-bar:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.trend-bar.info{background:#3b82f6}.trend-bar.success{background:#22c55e}.trend-bar.warning{background:#eab308}.trend-bar.blocked{background:#ef4444}.trend-bar-stack{flex-direction:column;justify-content:flex-end;width:100%;display:flex;position:relative}.chart-tooltip{color:#fff;white-space:pre-line;z-index:1001;text-align:left;pointer-events:none;opacity:0;background:#2c3e50;border-radius:4px;min-width:120px;margin-top:-10px;padding:8px 12px;font-size:.85rem;transition:opacity .2s;position:fixed;transform:translate(-50%,-100%);box-shadow:0 2px 8px #00000026}.trend-legend{color:#6b7280;flex-wrap:wrap;justify-content:center;align-items:center;gap:1.5rem;padding-top:1rem;font-size:.85rem;display:flex}.trend-legend>div{align-items:center;display:flex}.trend-bar-wrapper{flex-direction:column;flex:1;justify-content:flex-end;align-items:center;height:100%;display:flex}.trend-legend-color{background:#3b82f6;border-radius:2px;width:12px;height:12px;margin-right:8px;display:inline-block}.trend-legend-color.success{background:#22c55e}.trend-legend-color.blocked{background:#ef4444}.trend-legend-color.info{background:#3b82f6}.trend-legend-color.warning{background:#f39c12}.expand-icon{text-align:center;-webkit-user-select:none;user-select:none;font-weight:700;transition:transform .2s;display:inline-block}.expand-icon.expanded{transform:rotate(90deg)}.document-link{color:#3498db;cursor:pointer;text-decoration:none}.access-management{padding:1rem 0}.access-management .activity-item{grid-template-columns:auto 1fr auto}.access-management .activity-description{white-space:normal;text-overflow:clip;overflow:visible}.direction-indicator{text-align:center;width:1.5rem;font-size:1.1rem;font-weight:700}.direction-plus{color:#27ae60}.direction-minus{color:#e74c3c}.access-list{margin-bottom:1rem}.access-list h4{color:#2c3e50;margin:0 0 .5rem;font-size:.9rem}.access-controls{align-items:center;gap:.5rem;display:flex}.access-type{color:#2c3e50;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:4px;padding:.25rem .5rem;font-size:.85rem}.access-type[value="1fa"]{color:#92400e;background:#fef3c7;border-color:#fbbf24}.access-type[value="2fa"]{color:#166534;background:#dcfce7;border-color:#22c55e}.remove-access{color:#991b1b;cursor:pointer;background:#fee2e2;border:none;border-radius:4px;justify-content:center;align-items:center;width:24px;height:24px;padding:0;font-size:1.2rem;line-height:1;transition:all .2s;display:flex}.remove-access:hover{background:#fecaca}.add-access{gap:.5rem;margin-top:1rem;display:flex}.access-input{box-sizing:border-box;border:1px solid #e2e8f0;border-radius:4px;flex:1;height:36px;padding:0 .5rem;font-size:.9rem}.add-access-btn,.deny-access-btn{color:#fff;cursor:pointer;box-sizing:border-box;border:none;border-radius:4px;justify-content:center;align-items:center;width:36px;height:36px;font-size:1.2rem;font-weight:700;transition:all .2s;display:flex}.add-access-btn{background:#27ae60}.add-access-btn:hover{background:#229954}.deny-access-btn{background:#e74c3c}.deny-access-btn:hover{background:#c0392b}.layered-access{padding:1rem 0}.layered-item{align-items:center;gap:1rem;display:flex}.page-range,.column-name{color:#2c3e50;min-width:100px;font-weight:500}.layered-input{background:#fff;border:1px solid #e2e8f0;border-radius:4px;flex:1;padding:.5rem;font-size:.9rem}.layered-input:focus{border-color:#3498db;outline:none;box-shadow:0 0 0 2px #3498db1a}.layered-input:hover{border-color:#3498db}.no-access-message{color:#64748b;font-size:.9rem;font-style:italic}.layered-sections{flex-direction:column;gap:1rem;display:flex}.layered-section{border:1px solid #e2e8f0;border-radius:6px;overflow:hidden}.layered-section-header{color:#2c3e50;background:#f8fafc;border-bottom:1px solid #e2e8f0;padding:.5rem 1rem;font-weight:600}.layered-section .access-management{padding:.5rem}.layered-section .access-list{margin-bottom:.5rem}.layered-section .add-access{gap:.5rem;display:flex}.layered-section .access-input{flex:1;padding:.4rem .5rem;font-size:.85rem}.layered-section .add-access-btn,.layered-section .deny-access-btn{width:30px;height:30px;font-size:1rem}.layered-section .activity-list{margin:0;padding:0}.layered-section .activity-item{padding:.4rem .5rem}.no-access{color:#94a3b8;font-style:italic}.user-info{align-items:center;gap:1rem;display:flex;position:absolute;top:20px;right:20px}.user-email{color:#2c3e50;cursor:pointer;align-items:center;gap:.5rem;font-size:.9rem;-webkit-text-decoration:underline dotted #b6bbc4;text-decoration:underline dotted #b6bbc4;text-decoration-thickness:1px;transition:color .2s;display:flex}.user-email:hover{color:#2980b9}.user-plan{color:#64748b;font-size:.85rem}.logout-btn{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:.5rem;transition:all .2s;display:flex}.logout-btn:hover{color:#2c3e50;background:#f1f5f9}.logout-icon{fill:currentColor;width:20px;height:20px}.footer{text-align:center;border-top:1px solid #e2e8f0;margin-top:3rem;padding-top:2rem}.footer-links{justify-content:center;gap:2rem;margin-bottom:1rem;display:flex}.footer-link{color:#64748b;font-size:.9rem;text-decoration:none;transition:color .2s}.footer-link:hover{color:#2c3e50}.copyright{color:#94a3b8;font-size:.8rem}.header{align-items:center;gap:1rem;margin-bottom:20px;display:flex}.search-container{flex-wrap:wrap;gap:1rem;margin-bottom:1rem;display:flex}.search-container input[type=text]{flex:1;min-width:200px}.search-container input[type=text],.search-container input[type=date]{height:42px;margin-bottom:0}.search-container select{box-sizing:border-box;color:#2c3e50;cursor:pointer;appearance:auto;background:#fff;border:2px solid #e2e8f0;border-radius:6px;width:150px;height:42px;padding:0 .75rem;font-size:.95rem;transition:all .2s}.search-container select:hover{border-color:#3498db}.search-container select:focus{background-color:#fff;border-color:#3498db;outline:none;box-shadow:0 0 0 3px #3498db1a}.search-container select option{padding:.5rem;font-size:.95rem}.date-range span{color:#64748b;font-size:.9rem}.account-modal{z-index:1000;background:#2c3e5026;justify-content:center;align-items:center;width:100vw;height:100vh;display:none;position:fixed;top:0;left:0}.account-modal.active{display:flex}.account-content{background:#fff;border-radius:10px;min-width:350px;max-width:95vw;max-height:90vh;padding:2rem 2.5rem;position:relative;overflow-y:auto;box-shadow:0 8px 32px #2c3e502e}.account-content h2{color:#2c3e50;margin-top:0;font-size:1.5rem;font-weight:600}.account-section{margin-bottom:2rem}.account-section label{color:#64748b;margin-bottom:.5rem;font-size:.95rem;font-weight:500;display:block}.account-section input[type=text],.account-section input[type=email],.account-section input[type=password]{box-sizing:border-box;border:2px solid #e2e8f0;border-radius:6px;width:100%;margin-bottom:1rem;padding:.75rem;font-size:1rem}.account-section input:focus{border-color:#3498db;outline:none}.account-section .account-btn{color:#fff;cursor:pointer;background:#3498db;border:none;border-radius:6px;margin-top:.5rem;padding:.6rem 1.2rem;font-size:1rem;transition:background .2s}.account-section .account-btn:hover{background:#2980b9}.account-section .account-btn.btn-delete{background:#b00020}.account-section .account-btn.btn-delete:hover{background:#8e001a}.account-section .account-btn.btn-signout{background:#ef4444}.account-section .account-btn.btn-signout:hover{background:#dc2626}.hc-checkbox{appearance:none;cursor:pointer;vertical-align:middle;background-color:#fff;border:2px solid #e2e8f0;border-radius:4px;width:18px;height:18px;transition:border-color .15s,background-color .15s,box-shadow .15s;display:inline-block;position:relative}.hc-checkbox:hover{border-color:#b9c6d6}.hc-checkbox:focus{outline:none;box-shadow:0 0 0 3px #3498db26}.hc-checkbox:checked{background-color:#b00020;border-color:#b00020}.hc-checkbox:checked:after{content:"";border:2px solid #fff;border-width:0 2px 2px 0;width:7px;height:12px;position:absolute;top:50%;left:50%;transform:translate(-50%,-60%)rotate(45deg)}.close-account-modal{color:#64748b;cursor:pointer;background:0 0;border:none;font-size:1.5rem;transition:color .2s;position:absolute;top:1rem;right:1rem}.close-account-modal:hover{color:#2c3e50}.account-section select{color:#2c3e50;cursor:pointer;appearance:none;background:#fff url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232c3e50' 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") right .75rem center/1em no-repeat;border:2px solid #e2e8f0;border-radius:6px;width:100%;height:42px;margin-bottom:1rem;padding:0 2.5rem 0 .75rem;font-size:1rem;line-height:1;transition:all .2s}.account-section select:focus{background-color:#fff;border-color:#3498db;outline:none;box-shadow:0 0 0 3px #3498db1a}.account-section select option{padding:.5rem;font-size:1rem}.status-blocked{color:#991b1b;background:#fee2e2}.status-warning{color:#92400e;background:#fef3c7}.action-success{color:#166534;background:#dcfce7;border-radius:4px;padding:.25rem .5rem;font-size:.85rem;font-weight:500}.action-warning{color:#92400e;background:#fef3c7;border-radius:4px;padding:.25rem .5rem;font-size:.85rem;font-weight:500}.action-blocked{color:#991b1b;background:#fee2e2;border-radius:4px;padding:.25rem .5rem;font-size:.85rem;font-weight:500}.portal-container{max-width:1200px;margin:0 auto;padding:20px}@keyframes flash-success{0%{background-color:#dcfce7}to{background-color:#fff}}.layered-input.flash-success{animation:1s ease-out flash-success}.date-management-panel{grid-column:span 2}.dashboard-container{animation:.3s ease-in fadeIn}.dashboard-range-bar{background:#f1f5f9;border-radius:8px;gap:.25rem;width:fit-content;margin-bottom:1rem;padding:.25rem;display:flex}.dashboard-range-btn{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:6px;padding:.375rem .75rem;font-size:.8rem;font-weight:500;transition:all .15s}.dashboard-range-btn:hover{color:#334155;background:#ffffff80}.dashboard-range-btn-active{color:#1e293b;background:#fff;font-weight:600;box-shadow:0 1px 3px #0000001a}.dashboard-connector-alert{background:#fef3c7;border:1px solid #f59e0b;border-radius:8px;margin-bottom:1rem;padding:.75rem 1rem}.connector-alert-item{color:#92400e;align-items:center;gap:.5rem;font-size:.9rem;font-weight:500;display:flex}.connector-alert-item+.connector-alert-item{margin-top:.5rem}.connector-alert-icon{color:#fff;background:#f59e0b;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;font-size:.75rem;font-weight:700;display:inline-flex}.dashboard-stats-grid{grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:1.5rem;display:grid}.dashboard-stat-card{background:#fff;border-radius:8px;padding:1.25rem;transition:transform .2s,box-shadow .2s;box-shadow:0 2px 4px #0000000f}.dashboard-stat-clickable{cursor:pointer}.dashboard-stat-clickable:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.dashboard-stat-label{color:#64748b;text-transform:uppercase;letter-spacing:.03em;margin-bottom:.25rem;font-size:.8rem;font-weight:600}.dashboard-stat-value{color:#2c3e50;font-size:2rem;font-weight:700;line-height:1.2}.dashboard-stat-subtext{color:#94a3b8;margin-bottom:.75rem;font-size:.8rem}.dashboard-stat-secondary{color:#64748b;border-top:1px solid #f1f5f9;justify-content:space-between;padding-top:.5rem;font-size:.8rem;display:flex}.dashboard-stat-active{color:#3b82f6;margin-top:.5rem;font-size:.8rem}.dashboard-stat-link{color:var(--org-primary-color,#f4a261);margin-top:.5rem;font-size:.75rem;font-weight:600}.dashboard-stat-warning{border-left:3px solid #f59e0b}.dashboard-stat-warning .dashboard-stat-value{color:#b45309}.dashboard-stat-danger{border-left:3px solid #ef4444}.dashboard-stat-danger .dashboard-stat-value{color:#dc2626}.dashboard-exposure-section{background:color-mix(in srgb, var(--org-primary-color,#f4a261) 8%, #f8fafc);border:1px solid color-mix(in srgb, var(--org-primary-color,#f4a261) 20%, #e2e8f0);border-radius:10px;margin-bottom:1.5rem;padding:1.25rem}.dashboard-exposure-section .dashboard-stats-grid{margin-bottom:0}.dashboard-exposure-title{color:#475569;letter-spacing:.02em;margin:0 0 1rem;font-size:.9rem;font-weight:600}.dashboard-stat-description{color:#94a3b8;margin-bottom:.5rem;font-size:.72rem;line-height:1.3}.exposure-toggle-section{grid-template-columns:repeat(4,1fr);gap:.75rem;margin-bottom:1rem;display:grid}.exposure-toggle-card{cursor:pointer;background:#f8fafc;border:2px solid #e2e8f0;border-radius:8px;padding:.75rem;transition:all .2s}.exposure-toggle-card:hover{border-color:var(--org-primary-color,#f4a261);background:#fff;transform:translateY(-1px)}.exposure-toggle-active{border-color:var(--org-primary-color,#f4a261);background:#fff;box-shadow:0 2px 8px #f4a26133}.exposure-toggle-active .exposure-toggle-label{color:var(--org-primary-color,#f4a261)}.exposure-toggle-label{color:#64748b;text-transform:uppercase;letter-spacing:.03em;margin-bottom:.25rem;font-size:.8rem;font-weight:600}.exposure-toggle-count{color:#334155;margin-bottom:.25rem;font-size:1.25rem;font-weight:700}.exposure-toggle-active .exposure-toggle-count{color:var(--org-primary-color,#f4a261)}.exposure-toggle-description{color:#94a3b8;font-size:.72rem;line-height:1.3}.dashboard-bottom-grid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.dashboard-panel{background:#fff;border-radius:8px;padding:1.25rem;box-shadow:0 2px 4px #0000000f}.dashboard-panel-title{color:#2c3e50;margin:0 0 1rem;font-size:1rem;font-weight:600}.dashboard-empty-text{color:#94a3b8;font-size:.9rem;font-style:italic}.dashboard-alerts-list{flex-direction:column;display:flex}.dashboard-alert-row{border-bottom:1px solid #f1f5f9;border-radius:4px;justify-content:space-between;align-items:flex-start;padding:.75rem .5rem;transition:background .15s;display:flex}.dashboard-alert-row:hover{background:#f8fafc}.dashboard-alert-row:last-child{border-bottom:none}.dashboard-alert-info{flex-direction:column;gap:.25rem;min-width:0;display:flex}.dashboard-alert-action{color:#991b1b;font-size:.85rem;font-weight:600}.dashboard-alert-detail{color:#64748b;white-space:nowrap;text-overflow:ellipsis;font-size:.8rem;overflow:hidden}.dashboard-alert-time{color:#94a3b8;white-space:nowrap;flex-shrink:0;margin-left:1rem;font-size:.75rem}.dashboard-connectors-list{flex-direction:column;gap:.5rem;display:flex}.dashboard-connector-row{align-items:center;gap:.75rem;padding:.5rem 0;display:flex}.dashboard-connector-dot{border-radius:50%;flex-shrink:0;width:10px;height:10px}.dashboard-connector-dot.connector-healthy{background:#22c55e}.dashboard-connector-dot.connector-unhealthy{background:#ef4444}.dashboard-connector-name{color:#2c3e50;font-size:.9rem;font-weight:500}.dashboard-connector-type{color:#94a3b8;text-transform:capitalize;font-size:.8rem}.dashboard-connector-status{color:#64748b;text-transform:capitalize;margin-left:auto;font-size:.8rem}.mobile-nav{display:none;position:relative}.hamburger-btn{cursor:pointer;background:#fff;border:none;border-radius:8px;align-items:center;gap:12px;width:100%;padding:10px 16px;transition:background .2s;display:flex;box-shadow:0 2px 4px #0000001a}.hamburger-btn:hover{background:#f8fafc}.hamburger-icon{flex-direction:column;justify-content:space-between;width:20px;height:16px;display:flex;position:relative}.hamburger-icon span{transform-origin:50%;background:#2c3e50;border-radius:1px;width:100%;height:2px;transition:all .3s;display:block}.hamburger-icon.open span:first-child{transform:translateY(7px)rotate(45deg)}.hamburger-icon.open span:nth-child(2){opacity:0}.hamburger-icon.open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.current-tab-label{color:#2c3e50;font-size:1rem;font-weight:600}.current-mode-badge{background:var(--org-primary-color,#f4a261);color:#fff;border-radius:12px;margin-left:auto;padding:4px 10px;font-size:.75rem;font-weight:500}.mobile-menu-dropdown{z-index:1000;background:#fff;border-radius:12px;animation:.2s slideDown;position:absolute;top:calc(100% + 8px);left:0;right:0;overflow:hidden;box-shadow:0 8px 24px #00000026}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.mobile-menu-section{padding:12px 0}.mobile-menu-section-title{color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;padding:4px 16px 8px;font-size:.75rem;font-weight:600}.mobile-menu-item{color:#2c3e50;cursor:pointer;padding:12px 16px;font-size:1rem;transition:background .15s}.mobile-menu-item:hover{background:#f1f5f9}.mobile-menu-item.active{background:var(--org-primary-color,#f4a261);color:#fff;font-weight:500}.mobile-menu-divider{background:#e2e8f0;height:1px;margin:0}.mobile-scope-select{color:#2c3e50;cursor:pointer;appearance:none;box-sizing:border-box;background:#fff url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232c3e50' 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") right .5rem center/.85em no-repeat;border:2px solid #e2e8f0;border-radius:6px;width:calc(100% - 32px);height:38px;margin:8px 16px;padding:0 2rem 0 .75rem;font-size:.9rem;font-weight:500;transition:all .2s}.mobile-scope-select:focus{border-color:var(--org-primary-color,#f4a261);outline:none;box-shadow:0 0 0 3px #f4a26126}.desktop-tabs{display:flex}.desktop-admin-toggle{display:block}@media (width<=768px){body,.portal-container{padding:10px}h1{margin-bottom:15px;font-size:1.5rem}.header{flex-direction:column;align-items:flex-start;gap:.5rem}.header-logo{max-height:60px}.user-info{flex-wrap:wrap;justify-content:flex-start;gap:.5rem;width:100%;margin-bottom:1rem;position:relative;top:auto;right:auto}.user-email{font-size:.85rem}.mobile-nav{margin-bottom:12px;display:block}.desktop-tabs,.desktop-admin-toggle{display:none!important}.tabs{-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;gap:.5rem;padding-bottom:12px;overflow-x:auto}.tabs::-webkit-scrollbar{display:none}.tab{white-space:nowrap;flex-shrink:0;padding:.6rem 1rem;font-size:.85rem}.admin-toggle-container{padding:6px 0!important}.admin-toggle-label{font-size:13px!important}.stats{flex-direction:column;gap:1rem}.stat{padding:1rem}.stat h2{font-size:1.5rem}.card{padding:1rem}.search-container{flex-direction:column;gap:.75rem}.search-container input[type=text]{width:100%;min-width:100%}.search-container select{width:100%}.date-range{flex-direction:column;align-items:stretch;width:100%}.date-range input[type=date]{width:100%}.date-range span{text-align:center}th,td{padding:.5rem;font-size:.85rem}.file-analytics{grid-template-columns:1fr;gap:1rem}.analytics-card{padding:1rem}.analytics-card h3{font-size:1rem}.activity-item{grid-template-columns:1fr;gap:.5rem}.activity-description{white-space:normal}.activity-status{justify-self:start}.activity-time{text-align:left;font-size:.75rem}.trend-legend{gap:.75rem;font-size:.75rem}.add-access{flex-direction:column}.access-input{width:100%}.layered-item{flex-direction:column;align-items:stretch;gap:.5rem}.page-range,.column-name{min-width:auto}.account-content{width:95%;min-width:auto;max-height:85vh;padding:1.5rem}.account-section{margin-bottom:1.5rem}.footer{margin-top:2rem;padding-top:1.5rem}.footer-links{flex-wrap:wrap;gap:.5rem 1.5rem}.user-type-tabs{-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-wrap:nowrap;overflow-x:auto}.user-type-tabs::-webkit-scrollbar{display:none}.user-tab{white-space:nowrap;flex-shrink:0;padding:.5rem 1rem}.date-management-panel{grid-column:span 1}.dashboard-stats-grid{grid-template-columns:repeat(2,1fr)}.dashboard-bottom-grid{grid-template-columns:1fr}.exposure-toggle-section{grid-template-columns:repeat(2,1fr)}}@media (width<=480px){body,.portal-container{padding:8px}h1{font-size:1.25rem}.header-logo{max-height:50px}.tab{padding:.5rem .75rem;font-size:.8rem}.stat{padding:.75rem}.stat h2{font-size:1.25rem}.stat p{font-size:.8rem}.card{padding:.75rem}th,td{padding:.4rem;font-size:.8rem}.analytics-card{padding:.75rem}.account-content{width:98%;padding:1rem}.account-content h2{font-size:1.25rem}.dashboard-stats-grid,.exposure-toggle-section{grid-template-columns:1fr}input,.account-section input[type=text],.account-section input[type=email],.account-section input[type=password]{font-size:16px}}.account-modal{z-index:1000;opacity:0;visibility:hidden;background-color:#00000080;justify-content:center;align-items:center;width:100%;height:100%;transition:opacity .3s,visibility .3s;display:flex;position:fixed;top:0;left:0}.account-modal.active{opacity:1;visibility:visible}.account-content{background-color:#fff;border-radius:8px;width:90%;max-width:500px;padding:2rem;position:relative;box-shadow:0 4px 6px #0000001a}.close-account-modal{cursor:pointer;color:#888;background:0 0;border:none;font-size:1.5rem;position:absolute;top:10px;right:15px}.account-section{border-bottom:1px solid #eee;margin-bottom:1.5rem;padding-bottom:1.5rem}.account-section:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.account-section label{color:#333;margin-bottom:.5rem;font-weight:700;display:block}.account-section input,.account-section select{border:1px solid #ccc;border-radius:4px;width:100%;padding:.75rem;font-size:1rem}.account-section input[readonly]{cursor:not-allowed;background-color:#f4f4f4}.account-btn{color:#fff;cursor:pointer;background-color:#007bff;border:none;border-radius:4px;margin-top:.5rem;padding:.75rem 1.5rem;font-size:1rem;transition:background-color .3s}.account-btn:hover{background-color:#0056b3}@media (width<=768px){.account-content{width:95%;max-height:90vh;padding:1.5rem;overflow-y:auto}.account-section{margin-bottom:1.25rem;padding-bottom:1.25rem}.account-section label{font-size:.9rem}.account-section input,.account-section select{padding:.65rem;font-size:16px}.account-btn{width:100%;padding:.75rem 1rem}.close-account-modal{font-size:1.25rem;top:8px;right:10px}}@media (width<=480px){.account-content{width:98%;margin:10px;padding:1rem}.account-section{margin-bottom:1rem;padding-bottom:1rem}.account-section label{font-size:.85rem}.account-btn{font-size:.95rem}}.help-menu{display:inline-flex;position:relative}.help-menu-trigger{cursor:pointer;color:#64748b;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;padding:0;transition:all .2s;display:flex}.help-menu-trigger:hover{color:#334155;background:#0000000d}.help-menu-trigger svg{flex-shrink:0;width:20px;height:20px;overflow:visible}.help-menu-dropdown{z-index:1000;background:#fff;border:1px solid #e2e8f0;border-radius:8px;min-width:180px;margin-top:8px;position:absolute;top:100%;right:0;overflow:hidden;box-shadow:0 4px 12px #00000026}.help-menu-item{color:#334155;padding:12px 16px;font-size:.9rem;text-decoration:none;transition:background .15s;display:block}.help-menu-item:hover{color:#1e293b;background:#f8fafc}.help-menu-item:not(:last-child){border-bottom:1px solid #f1f5f9}@media (width<=768px){.help-menu-dropdown{min-width:160px}.help-menu-item{padding:10px 14px;font-size:.85rem}}@media (width<=480px){.help-menu-trigger{width:28px;height:28px}.help-menu-trigger svg{width:18px;height:18px}.help-menu-dropdown{min-width:150px;right:-10px}.help-menu-item{padding:10px 12px;font-size:.8rem}}.date-management-content{grid-template-columns:1fr 1fr;align-items:end;gap:1rem;margin-top:1rem;display:grid}.date-input-group{flex-direction:column;gap:.5rem;display:flex}.date-input{color:#495057;background-color:#f8f9fa;border:1px solid #ccc;border-radius:4px;padding:8px;font-size:14px}.update-dates-btn{color:#fff;cursor:pointer;background-color:#3498db;border:none;border-radius:4px;grid-column:2/3;justify-self:end;padding:8px 16px;transition:background-color .2s}.update-dates-btn:hover{background-color:#2980b9}.update-dates-btn:disabled{cursor:not-allowed;background-color:#ccc}.modal-overlay{z-index:1000;background-color:#0009;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal-content{text-align:center;background:#fff;border-radius:6px;width:90%;max-width:400px;padding:1.75rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.modal-content h2{color:#2c3e50;margin-top:0;font-size:1.25rem;font-weight:600}.modal-content p{color:#666;margin-bottom:1rem;line-height:1.6}.highlight-info{color:#333;background-color:#f0f8ff;border:1px solid #b0e0e6;border-radius:5px;margin:10px 0;padding:10px;font-weight:700;display:block}.modal-actions{justify-content:flex-end;gap:.75rem;display:flex}.btn{cursor:pointer;letter-spacing:.025em;border:1px solid #0000;border-radius:4px;padding:.6rem 1.2rem;font-size:.9rem;font-weight:600;transition:all .2s}.btn-secondary{color:#4a5568;background-color:#0000;border-color:#cbd5e1}.btn-secondary:hover{background-color:#edf2f7;border-color:#a0aec0;transform:translateY(-1px)}.btn-primary{color:#fff;background-color:#2980b9;border-color:#2980b9}.btn-primary:hover{background-color:#3498db;border-color:#3498db;transform:translateY(-1px)}.skeleton{animation:1.5s infinite pulse}.skeleton .skeleton-text,.skeleton .skeleton-icon{animation:2s cubic-bezier(.4,0,.6,1) infinite pulse}.skeleton-icon{background-color:#e0e0e0;border-radius:50%;width:20px;height:20px;margin:0 auto}.skeleton-text{background-color:#e0e0e0;border-radius:4px;height:20px}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.card{background:#fff;border-radius:8px;padding:20px;box-shadow:0 2px 4px #0000001a}.search-container{align-items:center;gap:16px;margin-bottom:20px;display:flex}.search-container input[type=text]{border:1px solid #ddd;border-radius:4px;flex:1;padding:8px 12px;font-size:14px}th{text-align:left;cursor:pointer;-webkit-user-select:none;user-select:none;border-bottom:2px solid #ddd;padding:12px}th:hover{background-color:#f5f5f5}td{border-bottom:1px solid #f0f0f0;padding:12px}.filename-cell{white-space:nowrap;max-width:350px;overflow:hidden}.file-row{cursor:pointer;transition:background-color .2s}.file-row:hover{background-color:#f5f5f5}.row-light{background-color:#fff}.row-dark{background-color:#f9f9f9}.expand-icon{cursor:pointer;width:16px;height:16px;display:inline-block;position:relative}.expand-icon:before,.expand-icon:after{content:"";background-color:#333;transition:all .3s ease-in-out;position:absolute}.expand-icon:after{width:10px;height:2px;top:7px;left:3px}.expand-icon:before{width:2px;height:10px;top:3px;left:7px}.expand-icon.expanded:before{opacity:0;transform:rotate(90deg)}.file-details{background-color:#f9f9f9;display:none}.file-details.active{display:table-row}.error-cell{text-align:center;padding:20px}.error{color:#dc3545;text-align:center;background-color:#f8d7da;border-radius:4px;margin:0;padding:12px}.filter-tag-container{padding:.5rem 0 1rem}.filter-tag{align-items:center;font-size:.9rem;font-weight:500;display:inline-flex}.close-tag-btn{color:#2c3e50;cursor:pointer;background-color:#e2e8f0;border:1px solid #cbd5e1;border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;margin-left:.5rem;font-size:1.2rem;transition:all .2s;display:flex}.close-tag-btn:hover{background-color:#cbd5e1}.file-analytics .skeleton-card{background-color:#f0f0f0;border-radius:8px;height:200px;animation:1.5s ease-in-out infinite files-tab-pulse}@keyframes files-tab-pulse{0%{background-color:#f0f0f0}50%{background-color:#e0e0e0}to{background-color:#f0f0f0}}.read-receipt-cell{text-align:center;width:60px;padding:8px}.status-icon{width:18px;height:18px;display:inline-block}.status-unopened{color:#95a5a6}.status-read{width:24px;height:18px;display:inline-flex;position:relative}.status-opened{color:#08c}.status-opened.status-double{position:absolute;top:0;left:6px}.status-expired-unopened{color:#e74c3c}.status-expired-opened{color:#e67e22}.status-tooltip-wrapper{cursor:pointer;display:inline-flex;position:relative}.status-tooltip-wrapper:after{content:attr(data-tooltip);color:#fff;white-space:nowrap;opacity:0;pointer-events:none;z-index:1000;background-color:#333;border-radius:4px;padding:6px 10px;font-size:12px;transition:opacity .2s;position:absolute;bottom:100%;left:50%;transform:translate(-50%)translateY(-8px)}.status-tooltip-wrapper:before{content:"";opacity:0;pointer-events:none;z-index:1000;border:4px solid #0000;border-top-color:#333;transition:opacity .2s;position:absolute;bottom:100%;left:50%;transform:translate(-50%)translateY(-2px)}.status-tooltip-wrapper:hover:after,.status-tooltip-wrapper:hover:before{opacity:1}@media (width<=768px){.card{padding:15px}.search-container{flex-direction:column;gap:10px}.search-container input[type=text]{width:100%;min-width:100%}.date-range{flex-direction:column;gap:8px;width:100%}.date-range input[type=date],.search-container select{width:100%}table{min-width:600px}th,td{padding:8px 6px;font-size:.85rem}.filename-cell{max-width:150px}.filter-tag-container{padding:.5rem 0}.filter-tag{font-size:.85rem}.download-button{justify-content:center;width:100%}.file-analytics{grid-template-columns:1fr}.file-analytics .skeleton-card{height:150px}.expand-icon{width:14px;height:14px}.read-receipt-cell{width:40px;padding:6px}.status-icon{width:16px;height:16px}}@media (width<=480px){.card{padding:10px}table{min-width:500px}th,td{padding:6px 4px;font-size:.8rem}.filename-cell{max-width:100px}.download-button{min-width:36px;height:36px;padding:8px}.close-tag-btn{width:24px;height:24px;font-size:1rem}}.pagination-container{color:#4a5568;justify-content:space-between;align-items:center;padding:.5rem 1rem;font-size:.875rem;display:flex}.pagination-info,.pagination-controls{align-items:center;gap:.5rem;display:flex}.pagination-controls{gap:1rem}.pagination-container button{cursor:pointer;box-sizing:border-box;font-weight:500;font-size:inherit;background-color:#0000;border:1px solid #cbd5e0;border-radius:4px;padding:.2rem .8rem;font-family:inherit;transition:background-color .2s}.pagination-container button:hover:not(:disabled){background-color:#f7fafc}.pagination-container button:disabled{cursor:not-allowed;opacity:.5}.page-input-group{align-items:center;gap:.5rem;display:flex}.page-input{text-align:center;box-sizing:border-box;width:4rem;height:1.5rem;font-size:inherit;border:1px solid #cbd5e0;border-radius:4px;align-self:center;padding:.2rem .5rem;font-family:inherit}.pagination-info select{font-size:inherit;border:1px solid #cbd5e0;border-radius:4px;padding:.2rem .3rem;font-family:inherit}.item-count{color:#718096}@media (width<=768px){.pagination-container{flex-direction:column;gap:.75rem;padding:.5rem}.pagination-info,.pagination-controls{flex-wrap:wrap;justify-content:center}.page-input{width:3.5rem}}@media (width<=480px){.pagination-container{font-size:.8rem}.pagination-container button{padding:.2rem .6rem}.page-input{width:3rem;font-size:16px}.pagination-info select{font-size:16px}}.skeleton-text{background-color:#f0f0f0;border-radius:4px;height:1em;animation:1.5s ease-in-out infinite pulse}.skeleton-description{width:40%}.skeleton-status{width:20%}.skeleton-time{width:30%}.skeleton-text,.skeleton-input,.skeleton-button,.trend-bar-stack-skeleton{background-color:#f0f0f0;border-radius:4px;animation:1.5s ease-in-out infinite pulse}.trend-chart-container-skeleton{padding:20px}.trend-chart-skeleton{border-bottom:1px solid #eee;justify-content:space-around;align-items:flex-end;height:120px;margin-bottom:1rem;display:flex}.trend-bar-wrapper-skeleton{flex:1;justify-content:center;align-items:flex-end;display:flex}.trend-bar-stack-skeleton{width:50%}.trend-legend-skeleton{justify-content:center;gap:1rem;margin-top:10px;display:flex}.activity-item-skeleton{border-bottom:1px solid #eee;justify-content:space-between;align-items:center;padding:10px 0;display:flex}.skeleton-description{width:70%;height:1em}.skeleton-action{width:20%;height:1em}.add-access-skeleton{gap:10px;margin-top:1rem;display:flex}.skeleton-input{flex-grow:1;height:38px}.skeleton-button{width:100px;height:38px}.skeleton-layered-input{flex-grow:1;height:1em}.date-management-skeleton{flex-direction:column;gap:1rem;margin-top:1rem;display:flex}.date-input-skeleton{flex-direction:column;gap:.5rem;display:flex}.udp-info-grid{flex-direction:column;gap:.6rem;display:flex}.udp-info-row{align-items:center;gap:.75rem;display:flex}.udp-info-label{color:#64748b;flex-shrink:0;min-width:100px;font-size:.85rem}.udp-info-value{color:#1e293b;word-break:break-all;font-size:.85rem}.udp-badge{border-radius:4px;padding:.2rem .6rem;font-size:.8rem;font-weight:500;display:inline-block}.udp-badge-role{color:#1e40af;background:#dbeafe}.udp-badge-active{color:#166534;background:#dcfce7}.udp-badge-inactive{color:#92400e;background:#fef3c7}.udp-badge-banned{color:#991b1b;background:#fee2e2}.udp-stats-grid{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}.udp-stat-card{text-align:center;background:#f8fafc;border-radius:6px;padding:.75rem}.udp-stat-value{color:#1e293b;font-size:1.1rem;font-weight:700}.udp-stat-label{color:#94a3b8;margin-top:.15rem;font-size:.75rem}.udp-admin-actions{flex-direction:column;gap:.75rem;display:flex}.udp-action-row{align-items:center;gap:.5rem;display:flex}.udp-action-row label{color:#475569;min-width:40px;font-size:.85rem}.udp-action-row select{background:#fff;border:1px solid #d1d5db;border-radius:4px;flex:1;padding:.4rem .6rem;font-size:.85rem}.udp-action-buttons{gap:.5rem;display:flex}.udp-btn{cursor:pointer;border:none;border-radius:6px;padding:.5rem 1rem;font-size:.85rem;font-weight:500;transition:all .2s}.udp-btn:disabled{opacity:.5;cursor:not-allowed}.udp-btn-save{color:#1e40af;background:#dbeafe}.udp-btn-save:hover:not(:disabled){background:#bfdbfe}.udp-btn-ban{color:#991b1b;background:#fee2e2}.udp-btn-ban:hover:not(:disabled){background:#fecaca}.udp-btn-unban{color:#166534;background:#dcfce7}.udp-btn-unban:hover:not(:disabled){background:#bbf7d0}.udp-btn-deactivate{color:#92400e;background:#fef3c7}.udp-btn-deactivate:hover:not(:disabled){background:#fde68a}.udp-btn-activate{color:#166534;background:#dcfce7}.udp-btn-activate:hover:not(:disabled){background:#bbf7d0}.udp-btn-reset-pin{color:#92400e;background:#fef3c7}.udp-btn-reset-pin:hover:not(:disabled){background:#fde68a}.udp-files-tabs{border-bottom:1px solid #e2e8f0;margin-bottom:.75rem;display:flex}.udp-files-tab{cursor:pointer;color:#64748b;border-bottom:2px solid #0000;margin-bottom:-1px;padding:.5rem 1rem;font-size:.85rem;font-weight:500;transition:all .2s}.udp-files-tab:hover{color:#3498db}.udp-files-tab.active{color:#2980b9;border-bottom-color:#2980b9}.udp-files-list{max-height:300px;overflow-y:auto}.udp-empty{text-align:center;color:#94a3b8;font-size:.85rem}.udp-revoke-btn{color:#991b1b;cursor:pointer;background:#fee2e2;border:none;border-radius:4px;flex-shrink:0;padding:.25rem .5rem;font-size:.75rem;transition:background .2s}.udp-revoke-btn:hover{background:#fecaca}.udp-view-all-link{float:right;color:var(--org-primary-color,#f4a261);font-size:.8rem;font-weight:400}.udp-activity-list{max-height:300px;overflow-y:auto}@media (width<=768px){.udp-stats-grid{grid-template-columns:1fr}.udp-action-row,.udp-action-buttons{flex-wrap:wrap}}.user-type-tabs{border-bottom:2px solid #e2e8f0;gap:1rem;margin-bottom:1.5rem;display:flex}.user-tab{cursor:pointer;color:#64748b;border-bottom:2px solid #0000;margin-bottom:-2px;padding:.75rem 1.5rem;font-weight:500;transition:all .3s}.user-tab:hover{color:#3498db}.user-tab.active{color:#2980b9;border-bottom-color:#2980b9}.users-tab-description{color:#1e293b;border-left:3px solid var(--org-primary-color,#f4a261);text-align:center;background:#f1f5f9;border-radius:0 6px 6px 0;margin:0 0 1rem;padding:.6rem 1rem;font-size:.85rem}.user-table{display:none}.user-table.active{display:block}.account-btn:disabled{color:#9ca3af;cursor:not-allowed;background-color:#f3f4f6}@media (width<=768px){.user-type-tabs{-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-wrap:nowrap;overflow-x:auto}.user-type-tabs::-webkit-scrollbar{display:none}.user-tab{white-space:nowrap;flex-shrink:0;padding:.5rem 1rem;font-size:.9rem}.search-container{flex-direction:column;gap:10px}.search-container input[type=text]{width:100%;min-width:100%}.date-range{flex-direction:column;gap:8px;width:100%}.date-range input[type=date],.search-container select{width:100%}.download-button{justify-content:center;width:100%}.status-success,.status-warning,.status-blocked{padding:.2rem .4rem;font-size:.75rem}.account-btn{width:100%}}@media (width<=480px){.user-tab{padding:.4rem .75rem;font-size:.85rem}.download-button{min-width:36px;height:36px}}.table-container{background:#fff;border-radius:8px;width:100%;overflow-x:auto;box-shadow:0 4px 6px #0000001a}table{border-collapse:collapse;width:100%}th,td{text-align:left;vertical-align:middle;color:#000;border-bottom:1px solid #edf2f7;padding:.75rem 1rem;font-size:.9rem}th{cursor:pointer;-webkit-user-select:none;user-select:none;background:#e2e8f0;font-weight:600;position:relative}th:hover{background:#cbd5e1}tbody tr:nth-of-type(2n){background-color:#e2e8f0}tbody tr:hover{background-color:#cbd5e1!important}.truncate-text{white-space:nowrap;text-overflow:ellipsis;max-width:200px;overflow:hidden}td.action-cell{text-align:center}.action-badge{white-space:nowrap;border-radius:4px;padding:.25rem .5rem;font-size:.85rem;font-weight:500;display:inline-block}.action-success{color:#000;background:#dcfce7}.action-warning{color:#000;background:#fef3c7}.action-blocked{color:#000;background:#fee2e2}.document-link{color:#3498db;cursor:pointer;font-weight:500;text-decoration:none}.document-link:hover{text-decoration:underline}.table-wrapper{-webkit-overflow-scrolling:touch;width:100%;overflow-x:auto}@media (width<=768px){.truncate-text{max-width:100px}th,td{padding:8px 6px;font-size:.85rem}table{min-width:700px}.stats{flex-direction:column;gap:1rem}.stat{padding:1rem}.stat h2{font-size:1.5rem}.search-container{flex-direction:column;gap:10px}.search-container input[type=text]{width:100%;min-width:100%}.date-range{flex-direction:column;gap:8px;width:100%}.date-range input[type=date],.search-container select{width:100%}.filter-banner{text-align:center;flex-direction:column;gap:.5rem;margin:-1rem -1rem 1rem;padding:.75rem}.filter-tag-container{padding:8px 10px}.filter-tag{font-size:.85rem}.download-button{justify-content:center;width:100%}.action-badge{padding:.2rem .4rem;font-size:.75rem}}@media (width<=480px){.truncate-text{max-width:80px}th,td{padding:6px 4px;font-size:.8rem}table{min-width:600px}.stat{padding:.75rem}.stat h2{font-size:1.25rem}.stat p{font-size:.8rem}.download-button{min-width:36px;height:36px}}.stats{gap:1.5rem;display:flex}.stat{text-align:center;cursor:pointer;background:#fff;border-radius:8px;flex:1;padding:1.5rem;transition:transform .3s;box-shadow:0 4px 6px #0000001a}.stat:hover{transform:translateY(-5px)}.stat h2{color:#2980b9;margin:0;font-size:2rem;font-weight:600}.stat p{color:#64748b;margin:.5rem 0 0;font-weight:500}.stat.active,.stat.active h2{color:#fff!important;background:#2980b9!important}.stat.active p{color:#e0eaff!important}.filter-banner{background-color:#e2e8f0;border-bottom:1px solid #cbd5e1;border-radius:8px 8px 0 0;justify-content:space-between;align-items:center;margin:-1.5rem -1.5rem 1.5rem;padding:.75rem 1rem;display:flex}.filter-banner span{color:#2c3e50;font-weight:500}.clear-filter-btn{color:#fff;cursor:pointer;background:#3498db;border:none;border-radius:6px;padding:.4rem .8rem;font-size:.85rem;font-weight:500;transition:background-color .2s}.clear-filter-btn:hover{background-color:#2980b9}.filter-tag-container{background-color:#f9f9f9;border-bottom:1px solid #ddd;align-items:center;padding:10px 20px;display:flex}.filter-tag{background-color:#e0e0e0;border-radius:15px;align-items:center;padding:5px 12px;font-size:14px;font-weight:500;display:inline-flex}.close-tag-btn{cursor:pointer;color:#555;background:0 0;border:none;margin-left:8px;padding:0;font-size:18px;line-height:1}.close-tag-btn:hover{color:#000}.search-container{flex-wrap:wrap;align-items:center;gap:16px;margin-bottom:20px;display:flex}.search-container input[type=text]{border:1px solid #ddd;border-radius:4px;flex:1;min-width:200px;padding:8px 12px;font-size:14px}.date-range{align-items:center;gap:8px;display:flex}.date-range input[type=date]{border:1px solid #ddd;border-radius:4px;padding:8px;font-size:14px}.search-container select{background-color:#fff;border:1px solid #ddd;border-radius:4px;padding:8px 12px;font-size:14px}.download-button{color:#fff;cursor:pointer;background:#3498db;border:none;border-radius:6px;justify-content:center;align-items:center;min-width:40px;height:40px;padding:10px;transition:background-color .2s;display:flex}.download-button:hover{background-color:#2980b9}.download-button:active{background-color:#1f5f99}.download-button:focus{outline-offset:2px;outline:2px solid #3498db}._card_1ryqt_1{background:#fff;border:1px solid #e5e7eb;border-radius:12px;flex-direction:column;padding:24px;transition:all .2s;display:flex;position:relative}._card_1ryqt_1:hover{transform:translateY(-2px);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}._card_1ryqt_1._current_1ryqt_17{background:#eff6ff;border-color:#3b82f6}._header_1ryqt_22{margin-bottom:20px}._title_1ryqt_26{color:#111827;margin:0 0 8px;font-size:24px;font-weight:600}._badge_1ryqt_33{color:#fff;background:#3b82f6;border-radius:16px;padding:4px 12px;font-size:12px;font-weight:500;display:inline-block}._savings_1ryqt_43{color:#fff;background:#10b981;border-radius:16px;margin-left:8px;padding:4px 12px;font-size:12px;font-weight:500;display:inline-block}._pricing_1ryqt_54{align-items:baseline;gap:4px;margin-bottom:24px;display:flex}._price_1ryqt_61{color:#111827;font-size:36px;font-weight:700}._interval_1ryqt_67{color:#6b7280;font-size:18px}._monthlyEquiv_1ryqt_72{color:#6b7280;margin-top:4px;font-size:14px}._features_1ryqt_78{flex-grow:1;margin:0 0 24px;padding:0;list-style:none}._feature_1ryqt_78{color:#4b5563;align-items:center;gap:12px;padding:8px 0;font-size:14px;display:flex}._checkIcon_1ryqt_94{color:#10b981;flex-shrink:0;width:20px;height:20px}._button_1ryqt_101{color:#fff;cursor:pointer;background:#3b82f6;border:none;border-radius:8px;width:100%;padding:12px 24px;font-size:16px;font-weight:500;transition:background .2s}._button_1ryqt_101:hover:not(:disabled){background:#2563eb}._button_1ryqt_101:disabled{opacity:.5;cursor:not-allowed}._currentButton_1ryqt_123,._currentButton_1ryqt_123:hover{background:#6b7280}._container_1rjf2_1{background:#fff;border:1px solid #e5e7eb;border-radius:12px;margin-bottom:32px;padding:24px}._header_1rjf2_9{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}._title_1rjf2_16{color:#111827;margin:0;font-size:20px;font-weight:600}._status_1rjf2_23{text-transform:uppercase;border-radius:16px;padding:4px 12px;font-size:12px;font-weight:500}._statusActive_1rjf2_31{color:#065f46;background:#d1fae5}._statusTrialing_1rjf2_36{color:#1e40af;background:#dbeafe}._statusPastDue_1rjf2_41{color:#991b1b;background:#fee2e2}._statusCanceled_1rjf2_46{color:#6b7280;background:#f3f4f6}._details_1rjf2_51{margin-bottom:20px}._detailRow_1rjf2_55{border-bottom:1px solid #f3f4f6;justify-content:space-between;padding:8px 0;display:flex}._detailRow_1rjf2_55:last-child{border-bottom:none}._label_1rjf2_66{color:#6b7280;font-size:14px}._value_1rjf2_71{color:#111827;font-size:14px;font-weight:500}._alert_1rjf2_77{color:#991b1b;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;align-items:center;gap:12px;margin-bottom:20px;padding:12px;font-size:14px;display:flex}._alertIcon_1rjf2_90{flex-shrink:0;width:20px;height:20px}._manageButton_1rjf2_96{color:#3b82f6;cursor:pointer;background:#fff;border:1px solid #3b82f6;border-radius:8px;width:100%;padding:10px 20px;font-size:14px;font-weight:500;transition:all .2s}._manageButton_1rjf2_96:hover:not(:disabled){color:#fff;background:#3b82f6}._manageButton_1rjf2_96:disabled{opacity:.5;cursor:not-allowed}._container_12vkc_1{max-width:1200px;margin:0 auto;padding:24px}._header_12vkc_7{text-align:center;margin-bottom:48px}._title_12vkc_12{color:#111827;margin:0 0 12px;font-size:32px;font-weight:700}._subtitle_12vkc_19{color:#6b7280;margin:0;font-size:16px}._plansGrid_12vkc_25{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:24px;margin-bottom:48px;display:grid}._loading_12vkc_32{text-align:center;color:#6b7280;padding:48px;font-size:16px}._portalLink_12vkc_39{text-align:center;background:#f9fafb;border-radius:12px;padding:32px}._manageButton_12vkc_46{color:#3b82f6;cursor:pointer;background:#fff;border:2px solid #3b82f6;border-radius:8px;padding:12px 24px;font-size:16px;font-weight:500;transition:all .2s}._manageButton_12vkc_46:hover:not(:disabled){color:#fff;background:#3b82f6}._manageButton_12vkc_46:disabled{opacity:.5;cursor:not-allowed}._manageText_12vkc_68{color:#6b7280;margin:12px 0 0;font-size:14px}._embeddedContainer_12vkc_74{background:#fff;border-radius:12px;margin:20px 0;overflow:hidden;box-shadow:0 10px 25px #0000001a}._embeddedHeader_12vkc_82{background:#f9fafb;border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:20px;display:flex}._embeddedHeader_12vkc_82 h3{color:#111827;margin:0;font-size:18px}._closeButton_12vkc_97{color:#6b7280;cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;padding:0;font-size:24px;transition:all .2s;display:flex}._closeButton_12vkc_97:hover{color:#111827;background:#e5e7eb}._portalIframe_12vkc_118{border:none;width:100%;height:600px}.open-cake-tab{background-color:#f5f1e8;flex-direction:column;justify-content:flex-start;align-items:center;min-height:600px;padding:40px 20px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;display:flex}.open-cake-content{flex-direction:column;align-items:center;gap:30px;width:100%;max-width:600px;display:flex}.open-cake-actions{align-items:center;gap:15px;display:flex}.open-cake-button{color:#fff;cursor:pointer;background-color:#f4a261;border:none;border-radius:8px;padding:14px 40px;font-size:16px;font-weight:500;transition:all .3s;box-shadow:0 2px 8px #f4a2614d}.open-cake-button:hover:not(:disabled){background-color:#e89350;transform:translateY(-1px);box-shadow:0 4px 12px #f4a26166}.open-cake-button:active:not(:disabled){transform:translateY(0)}.open-cake-button:disabled{cursor:not-allowed;box-shadow:none;background-color:#ccc}.open-status{text-align:center;border-radius:8px;width:100%;max-width:500px;margin:10px 0;padding:16px 24px;font-size:15px;animation:.3s fadeIn}.open-status.status-info{color:#1565c0;background-color:#e3f2fd;border:1px solid #bbdefb}.open-status.status-success{color:#2e7d32;text-align:left;background-color:#e8f5e9;border:1px solid #c8e6c9}.open-status.status-error{color:#c62828;background-color:#ffebee;border:1px solid #ffcdd2}.open-status.processing{animation:1.5s ease-in-out infinite pulse}.large-file-warning{background-color:#fff3cd;border:1px solid #ffeaa7;border-radius:8px;align-items:flex-start;gap:15px;width:100%;max-width:500px;margin:20px 0;padding:20px;display:flex}.warning-icon{flex-shrink:0;font-size:24px}.warning-content h3{color:#856404;margin:0 0 10px;font-size:16px;font-weight:600}.warning-content p{color:#856404;margin:0 0 15px;font-size:14px;line-height:1.4}.warning-actions{flex-wrap:wrap;gap:10px;display:flex}.download-link{color:#fff;background-color:#f4a261;border-radius:6px;padding:8px 16px;font-size:14px;font-weight:500;text-decoration:none;transition:background-color .3s;display:inline-block}.download-link:hover{color:#fff;background-color:#e89350;text-decoration:none}.continue-button{color:#856404;cursor:pointer;background-color:#0000;border:1px solid #856404;border-radius:6px;padding:8px 16px;font-size:14px;font-weight:500;transition:all .3s}.continue-button:hover{color:#fff;background-color:#856404}.download-link-inline{color:#fff;background-color:#f4a261;border-radius:4px;margin-left:8px;padding:4px 12px;font-size:14px;font-weight:500;text-decoration:none;transition:background-color .3s;display:inline-block}.download-link-inline:hover{color:#fff;background-color:#e89350;text-decoration:none}.admin-only-message{text-align:center;color:#666;background-color:#f5f1e8;border-radius:8px;padding:30px;font-size:18px}@media (width<=768px){.open-cake-tab{min-height:500px;padding:20px 10px}.drop-zone{min-height:280px;padding:30px 20px}.cake-logo{width:100px;height:100px}.drop-zone-text{font-size:16px}.open-cake-actions{flex-direction:column;width:100%}.open-cake-button,.clear-button{width:100%}.large-file-warning{text-align:center;flex-direction:column}.warning-actions{justify-content:center}.download-link,.continue-button{flex:1;min-width:120px}}@media (width<=480px){.open-cake-tab{min-height:400px;padding:15px 8px}.drop-zone{min-height:220px;padding:20px 15px}.cake-logo{width:80px;height:80px}.drop-zone-text{font-size:14px}.open-cake-button,.clear-button{padding:12px 30px;font-size:14px}.large-file-warning{padding:15px}.warning-text{font-size:13px}.download-link,.continue-button{min-width:100px;padding:10px 20px;font-size:14px}.admin-only-message{padding:20px;font-size:15px}}.permission-editor{flex-direction:column;gap:12px;width:100%;max-width:500px;display:flex}.permission-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;display:flex}.save-shortcut-inline{color:#666;cursor:pointer;align-items:center;gap:6px;font-size:14px;font-weight:400;display:flex}.save-shortcut-inline input[type=checkbox]{cursor:pointer;accent-color:#f4a261;width:16px;height:16px}.save-shortcut-inline span{-webkit-user-select:none;user-select:none}.permission-chips{background-color:#faf8f3;border:2px solid #ddd;border-radius:8px;flex-wrap:wrap;gap:8px;min-height:48px;padding:12px;display:flex}.permission-chip{border-radius:16px;align-items:center;gap:6px;padding:6px 10px;font-size:14px;font-weight:500;transition:all .2s;display:inline-flex}.permission-chip.grant{color:#1565c0;background-color:#e3f2fd;border:1px solid #90caf9}.permission-chip.deny{color:#c62828;background-color:#ffebee;border:1px solid #ef9a9a}.chip-direction{font-size:13px;font-weight:700}.group-icon{font-size:14px}.chip-name{text-overflow:ellipsis;white-space:nowrap;max-width:200px;overflow:hidden}.remove-btn{width:18px;height:18px;color:inherit;cursor:pointer;opacity:.6;background-color:#0000;border:none;border-radius:50%;justify-content:center;align-items:center;margin-left:4px;padding:0;font-size:16px;font-weight:700;transition:all .2s;display:inline-flex}.remove-btn:hover{opacity:1;background-color:#0000001a}.permission-section{flex-direction:column;display:flex}.permission-section-header{color:#333;margin-bottom:8px;font-size:15px;font-weight:500;display:block}.permission-controls{align-items:center;gap:8px;display:flex}.permission-select,.permission-input{color:#333;box-sizing:border-box;vertical-align:middle;background-color:#fff;border:2px solid #ddd;border-radius:8px;flex:1;height:44px;margin:0;padding:0 14px;font-family:inherit;font-size:15px;line-height:40px;transition:border-color .3s}.permission-select:focus,.permission-input:focus{border-color:#f4a261;outline:none}.permission-select:disabled,.permission-input:disabled{cursor:not-allowed;background-color:#f5f5f5}.permission-select{cursor:pointer}.add-btn,.deny-btn{cursor:pointer;box-sizing:border-box;border:2px solid;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;padding:0;font-size:20px;font-weight:700;transition:all .2s;display:inline-flex}.add-btn{color:#1565c0;background-color:#e3f2fd;border-color:#90caf9}.add-btn:hover:not(:disabled){background-color:#bbdefb;border-color:#64b5f6}.add-btn:disabled{color:#bbb;cursor:not-allowed;background-color:#f5f5f5;border-color:#ddd}.deny-btn{color:#c62828;background-color:#ffebee;border-color:#ef9a9a}.deny-btn:hover:not(:disabled){background-color:#ffcdd2;border-color:#e57373}.deny-btn:disabled{color:#bbb;cursor:not-allowed;background-color:#f5f5f5;border-color:#ddd}@media (width<=768px){.permission-chips{padding:10px}.permission-chip{padding:5px 8px;font-size:13px}.chip-name{max-width:150px}.permission-controls{flex-wrap:wrap}.permission-select,.permission-input{width:100%;min-width:0}.add-btn,.deny-btn{width:36px;height:36px;font-size:18px}}@media (width<=480px){.permission-editor{gap:12px}.permission-chip{gap:4px;padding:4px 6px;font-size:12px}.chip-name{max-width:120px}.remove-btn{width:16px;height:16px;font-size:14px}.permission-section-header{font-size:14px}.permission-select,.permission-input{padding:10px 12px;font-size:16px}.add-btn,.deny-btn{width:44px;height:44px}.save-shortcut-label{font-size:14px}}.upload-tab{background-color:#f5f1e8;flex-direction:column;justify-content:flex-start;align-items:center;min-height:600px;padding:40px 20px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;display:flex}.upload-content{flex-direction:column;align-items:center;width:100%;max-width:600px;display:flex;gap:12px!important}.upload-content>.drop-zone{margin-top:0}.drop-zone{cursor:pointer;background-color:#faf8f3;border:3px dashed #999;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;width:100%;min-height:320px;padding:40px;transition:all .3s;display:flex}.drop-zone:hover{background-color:#fff;border-color:#666}.drop-zone.dragging{background-color:#fff5ed;border-style:solid;border-color:#f4a261}.drop-zone.has-file{border-color:#4a9d5f}.cake-logo{opacity:.9;width:120px;height:120px;margin-bottom:20px;transition:opacity .3s}.drop-zone:hover .cake-logo{opacity:1}.lock-icon{color:#999;opacity:.7;width:120px;height:120px;margin-bottom:20px;transition:all .3s}.drop-zone:hover .lock-icon{opacity:1;color:#666}.drop-zone.dragging .lock-icon,.drop-zone.has-file .lock-icon{color:#4a9d5f;opacity:1}.drop-zone-text{color:#333;text-align:center;word-wrap:break-word;max-width:400px;margin:0;font-size:18px;font-weight:400}.drop-zone.has-file .drop-zone-text{color:#4a9d5f;font-weight:500}.upload-actions{align-items:center;gap:15px;display:flex}.upload-button{color:#fff;cursor:pointer;background-color:#f4a261;border:none;border-radius:8px;padding:14px 40px;font-size:16px;font-weight:500;transition:all .3s;box-shadow:0 2px 8px #f4a2614d}.upload-button:hover:not(:disabled){background-color:#e89350;transform:translateY(-1px);box-shadow:0 4px 12px #f4a26166}.upload-button:active:not(:disabled){transform:translateY(0)}.upload-button:disabled{cursor:not-allowed;box-shadow:none;background-color:#ccc}.clear-button{color:#666;cursor:pointer;background-color:#0000;border:2px solid #ddd;border-radius:8px;padding:14px 24px;font-size:16px;font-weight:400;transition:all .3s}.clear-button:hover{color:#333;border-color:#999}.form-field{width:100%;max-width:500px}.form-field label{color:#333;margin-bottom:8px;font-size:15px;font-weight:500;display:block}.text-input,.select-input{color:#333;background-color:#fff;border:2px solid #ddd;border-radius:8px;width:100%;padding:12px 16px;font-family:inherit;font-size:15px;transition:border-color .3s}.text-input:focus,.select-input:focus{border-color:#f4a261;outline:none}.text-input:disabled,.select-input:disabled{cursor:not-allowed;background-color:#f5f5f5}.select-input{cursor:pointer}.progress-section{width:100%;max-width:500px}.progress-bar{background:#e0e0e0;border-radius:3px;width:100%;height:6px;overflow:hidden}.progress-fill{background:#f4a261;height:100%;transition:width .3s}.progress-text{text-align:center;color:#666;margin-top:8px;font-size:14px}.upload-status{text-align:center;border-radius:8px;width:100%;max-width:500px;margin:10px 0;padding:16px 24px;font-size:15px;animation:.3s fadeIn}.upload-status.status-success{color:#2e7d32;text-align:left;background-color:#e8f5e9;border:1px solid #c8e6c9}.upload-status.status-error{color:#c62828;background-color:#ffebee;border:1px solid #ffcdd2}.upload-status.status-info{color:#1565c0;background-color:#e3f2fd;border:1px solid #bbdefb}.download-promo-box{text-align:center;color:#fff;background:linear-gradient(135deg,#f4a261 0%,#e89350 100%);border-radius:8px;width:100%;max-width:500px;margin-top:20px;padding:20px;animation:.3s fadeIn;box-shadow:0 2px 8px #f4a2614d}.download-promo-box p{margin:0 0 15px;font-size:16px;line-height:1.5}.promo-download-button{color:#e89350;background:#fff;border-radius:5px;padding:10px 30px;font-weight:600;text-decoration:none;transition:transform .2s,box-shadow .2s;display:inline-block}.promo-download-button:hover{color:#d17a3a;text-decoration:none;transform:translateY(-2px);box-shadow:0 4px 12px #0003}.security-note{color:#666;text-align:center;margin:20px 0 0;font-size:14px;font-style:italic}@media (width<=768px){.upload-tab{min-height:500px;padding:20px 10px}.drop-zone{min-height:280px;padding:30px 20px}.cake-logo{width:100px;height:100px}.drop-zone-text{font-size:16px}.upload-actions{flex-direction:column;width:100%}.upload-button,.clear-button{width:100%}.key-actions{flex-direction:column}.key-action-btn{width:100%}}.public-upload-form{flex-direction:column;gap:16px;width:100%;max-width:500px;display:flex}.public-upload-form .form-row{gap:16px;display:flex}.public-upload-form .form-row .form-group{flex:1}.public-upload-form .form-group{flex-direction:column;gap:6px;display:flex}.public-upload-form label{color:#333;font-size:14px;font-weight:500}.public-upload-form input{border:1px solid #ccc;border-radius:6px;padding:12px 14px;font-size:15px;transition:border-color .2s,box-shadow .2s}.public-upload-form input:focus{border-color:#f4a261;outline:none;box-shadow:0 0 0 3px #f4a26133}.public-upload-form input:disabled{cursor:not-allowed;background-color:#f5f5f5}.public-upload-form input.input-locked{color:#555;cursor:default;background-color:#f0f0f0}.public-upload-form input::placeholder{color:#999}@media (width<=480px){.public-upload-form .form-row{flex-direction:column}.upload-tab{min-height:450px;padding:15px 8px}.drop-zone{min-height:240px;padding:25px 15px}.cake-logo,.lock-icon{width:80px;height:80px;margin-bottom:15px}.drop-zone-text{font-size:14px}.upload-button,.clear-button{padding:12px 30px;font-size:15px}.text-input,.select-input{padding:10px 14px;font-size:16px}.download-promo-box{padding:16px}.download-promo-box p{font-size:14px}.security-note{font-size:12px}}.selected-files-list{background-color:#faf8f3;border:1px solid #e0ddd6;border-radius:8px;width:100%;max-width:500px;padding:12px}.files-summary{color:#666;border-bottom:1px solid #e0ddd6;margin-bottom:8px;padding-bottom:8px;font-size:13px;font-weight:500}.selected-file-item{border-radius:4px;justify-content:space-between;align-items:center;padding:6px 8px;transition:background-color .15s;display:flex}.selected-file-item:hover{background-color:#f0ede5}.selected-file-name{color:#333;word-break:break-all;flex:1;min-width:0;font-size:14px}.file-remove-btn{color:#999;cursor:pointer;background:0 0;border:none;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;margin-left:8px;font-size:18px;line-height:1;transition:all .15s;display:flex}.file-remove-btn:hover{color:#c62828;background-color:#ffebee}.file-processing-indicator{color:#f4a261;flex-shrink:0;margin-left:8px;font-size:12px;font-weight:500}.portal-selector-row{align-items:center;gap:10px;width:100%;max-width:500px;display:flex}.portal-selector-label{color:#333;white-space:nowrap;font-size:15px;font-weight:500}.portal-selector-dropdown{cursor:pointer;color:#333;background-color:#fff;border:1px solid #ccc;border-radius:6px;flex:1;padding:10px 14px;font-size:15px;transition:border-color .2s,box-shadow .2s}.portal-selector-dropdown:focus{border-color:#f4a261;outline:none;box-shadow:0 0 0 3px #f4a26133}.portals-admin-container{max-width:1400px;margin:0 auto;padding:20px}.portals-admin-header{margin-bottom:30px}.portals-admin-header h2{color:#1a1a1a;margin:0 0 8px;font-size:28px;font-weight:600}.portals-admin-header .subtitle{color:#666;margin:0;font-size:14px}.unauthorized-message{text-align:center;color:#666;padding:60px 20px}.section-tabs{border-bottom:2px solid #e0e0e0;gap:10px;margin-bottom:30px;display:flex}.section-tab{color:#666;cursor:pointer;background:0 0;border:none;border-bottom:3px solid #0000;margin-bottom:-2px;padding:12px 24px;font-size:15px;font-weight:500;transition:all .2s}.section-tab:hover{color:#333;background:#f5f5f5}.section-tab.active{color:#ff7b00;border-bottom-color:#ff7b00}.section-header{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.section-header h3{color:#1a1a1a;margin:0;font-size:20px;font-weight:600}.create-btn,.create-btn-large{color:#fff;cursor:pointer;background:#ff7b00;border:none;border-radius:6px;align-items:center;gap:8px;padding:10px 18px;font-size:14px;font-weight:500;transition:background .2s;display:inline-flex}.create-btn:hover,.create-btn-large:hover{background:#e66d00}.create-btn-large{padding:14px 24px;font-size:16px}.loading-message,.empty-state{text-align:center;color:#666;padding:60px 20px}.empty-state p{margin-bottom:20px;font-size:16px}.connectors-grid{grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:20px;display:grid}.connector-card{background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:20px;transition:box-shadow .2s}.connector-card:hover{box-shadow:0 2px 8px #0000001a}.connector-header{border-bottom:1px solid #f0f0f0;justify-content:space-between;align-items:flex-start;margin-bottom:16px;padding-bottom:16px;display:flex}.connector-title{align-items:center;gap:10px;display:flex}.connector-title h4{color:#1a1a1a;margin:0;font-size:18px;font-weight:600}.connector-header-actions{align-items:center;gap:4px;display:flex}.edit-icon-btn,.delete-icon-btn{cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:4px;font-size:16px;transition:all .2s;display:inline-flex}.edit-icon-btn{color:#666}.edit-icon-btn:hover{color:#333;background:#f0f0f0}.delete-icon-btn{color:#dc3545}.delete-icon-btn:hover{color:#c82333;background:#dc354520}.connector-type{text-transform:capitalize;border-radius:12px;padding:4px 12px;font-size:12px;font-weight:500}.connector-type.dropbox{color:#0061ff;background:#0061ff20}.connector-type.gcs{color:#ea4335;background:#ea433520}.connector-type.s3{color:#f90;background:#ff990020}.connector-type.box{color:#0061d5;background:#0061d520}.connector-type.sharepoint{color:#03787c;background:#03787c20}.status-icon{font-size:20px}.status-icon.connected{color:#28a745}.status-icon.disconnected{color:#6c757d}.status-icon.expired{color:#ffc107}.status-icon.error{color:#dc3545}.connector-details{margin-bottom:16px}.detail-row{justify-content:space-between;padding:8px 0;font-size:14px;display:flex}.detail-row .label{color:#666;font-weight:500}.detail-row .value{color:#1a1a1a;text-align:right;text-overflow:ellipsis;white-space:nowrap;max-width:60%;overflow:hidden}.connector-actions{gap:10px;display:flex}.action-btn{cursor:pointer;border:none;border-radius:6px;flex:1;justify-content:center;align-items:center;gap:6px;padding:10px 16px;font-size:14px;font-weight:500;transition:all .2s;display:inline-flex}.action-btn.connect{color:#fff;background:#ff7b00}.action-btn.connect:hover{background:#e66d00}.action-btn.secondary{color:#333;background:#f0f0f0}.action-btn.secondary:hover{background:#e0e0e0}.action-btn.disconnect{color:#dc3545;background:#dc354520}.action-btn.disconnect:hover{background:#dc354530}.portals-table{background:#fff;border:1px solid #e0e0e0;border-radius:8px;overflow:hidden}.portals-table table{border-collapse:collapse;width:100%}.portals-table thead{background:#f8f8f8}.portals-table th{text-align:left;color:#666;text-transform:uppercase;letter-spacing:.5px;padding:14px 16px;font-size:13px;font-weight:600}.portals-table td{color:#1a1a1a;vertical-align:middle;border-top:1px solid #f0f0f0;padding:20px 16px;font-size:14px}.portal-table-name{align-items:center;gap:16px;display:flex}.portal-logo-small{object-fit:contain;flex-shrink:0;width:60px;height:60px}.portal-info{flex-direction:column;gap:4px;display:flex}.portal-company{color:#1a1a1a;font-size:15px;font-weight:500}.portal-info .domain-link{color:#666;font-size:13px;text-decoration:none;transition:color .2s}.portal-info .domain-link:hover,.domain-link{color:#ff7b00;text-decoration:none}.domain-link:hover{text-decoration:underline}.connector-badge{background:#f5f5f5;border-radius:12px;align-items:center;gap:6px;padding:4px 10px;font-size:13px;display:inline-flex}.no-connector{color:#999;font-style:italic}.status-badge{border-radius:12px;padding:4px 12px;font-size:12px;font-weight:500}.status-badge.active{color:#28a745;background:#28a74520}.status-badge.inactive{color:#6c757d;background:#6c757d20}.org-cell{flex-direction:column;gap:4px;display:flex}.public-badge{color:#007bff;background:#007bff20;border-radius:10px;width:fit-content;padding:2px 8px;font-size:11px;font-weight:600;display:inline-block}.modal-overlay{z-index:1000;background:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal-content{text-align:left;background:#fff;border-radius:12px;width:90%;max-width:500px;max-height:90vh;padding:30px;overflow-y:auto;box-shadow:0 4px 20px #00000026}.modal-content h3{color:#1a1a1a;margin:0;font-size:22px;font-weight:600}.modal-title-row{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.toggle-switch{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:10px;display:inline-flex}.toggle-switch input[type=checkbox]{opacity:0;width:0;height:0;position:absolute}.toggle-slider{background:#ccc;border-radius:12px;flex-shrink:0;width:44px;height:24px;transition:background .25s;position:relative}.toggle-slider:after{content:"";background:#fff;border-radius:50%;width:18px;height:18px;transition:transform .25s;position:absolute;top:3px;left:3px;box-shadow:0 1px 3px #00000026}.toggle-switch input:checked+.toggle-slider{background:#28a745}.toggle-switch input:checked+.toggle-slider:after{transform:translate(20px)}.toggle-switch input:disabled+.toggle-slider{opacity:.5;cursor:not-allowed}.toggle-label{font-size:13px;font-weight:500}.toggle-label.active{color:#28a745}.toggle-label.inactive{color:#999}.form-group{margin-bottom:20px}.form-group label{color:#333;margin-bottom:8px;font-size:14px;font-weight:500;display:block}.form-group input,.form-group select{border:1px solid #ddd;border-radius:6px;width:100%;padding:10px 14px;font-family:inherit;font-size:14px;transition:border-color .2s}.form-group input:focus,.form-group select:focus{border-color:#ff7b00;outline:none}.form-group input:disabled,.form-group select:disabled{cursor:not-allowed;background:#f5f5f5}.url-input-group{border:1px solid #ddd;border-radius:6px;align-items:center;transition:border-color .2s;display:flex;overflow:hidden}.url-input-group:focus-within{border-color:#ff7b00}.url-prefix{color:#666;white-space:nowrap;-webkit-user-select:all;user-select:all;background:#f5f5f5;border-right:1px solid #ddd;padding:10px 2px 10px 14px;font-size:14px}.url-input-group input{flex:1;min-width:0;border:none!important;border-radius:0!important}.url-input-group input:focus{outline:none;border-color:#0000!important}.form-group .field-hint{color:#666;margin-top:6px;font-size:12px;line-height:1.4;display:block}.form-group label .label-hint{color:#888;margin-top:2px;font-size:12px;font-weight:400;display:block}.account-mismatch-warning{color:#856404;background:#fff3cd;border:1px solid #ffc107;border-radius:6px;margin:12px 0;padding:8px 12px;font-size:13px;font-weight:500}.value.account-email{color:#ff7b00;font-weight:600}.table-actions{align-items:center;gap:8px;display:flex}.action-btn-small{cursor:pointer;border:none;border-radius:4px;padding:6px 12px;font-size:13px;font-weight:500;transition:all .2s}.action-btn-small.edit{color:#0061ff;background:#0061ff20}.action-btn-small.edit:hover{color:#0061ff;background:#0061ff30}.action-btn-small.delete{color:#dc3545;background:#dc354520;padding:6px 10px}.action-btn-small.delete:hover{color:#dc3545;background:#dc354530}.checkbox-label.checkbox-label{cursor:pointer;flex-direction:row;align-items:flex-start;gap:8px;margin-bottom:0;display:flex}.checkbox-label input[type=checkbox]{cursor:pointer;flex-shrink:0;margin:2px 0 0;width:auto!important}.checkbox-label>span{flex-direction:column;line-height:1.4;display:flex}.checkbox-label .label-hint{margin-top:2px}.modal-actions{gap:12px;margin-top:30px;display:flex}.cancel-btn{color:#333;cursor:pointer;background:#f0f0f0;border:none;border-radius:6px;flex:1;padding:10px 18px;font-size:14px;font-weight:500;transition:background .2s}.cancel-btn:hover:not(:disabled){background:#e0e0e0}.cancel-btn:disabled{opacity:.5;cursor:not-allowed}.modal-actions .create-btn{flex:1}.modal-actions .create-btn:disabled{opacity:.5;cursor:not-allowed}.org-name-cell{align-items:center;gap:10px;display:flex}.domains-list{flex-wrap:wrap;gap:6px;display:flex}.domain-tag{color:#495057;background:#e9ecef;border-radius:12px;padding:4px 10px;font-size:12px;display:inline-block}.no-domains{color:#999;font-size:13px;font-style:italic}.branding-preview{align-items:center;gap:8px;display:flex}.color-swatch{cursor:help;border:2px solid #ddd;border-radius:6px;width:30px;height:30px}.encryption-badge{border-radius:12px;padding:4px 10px;font-size:12px;font-weight:500}.encryption-badge.enabled{color:#28a745;background:#28a74520}.encryption-badge.disabled{color:#6c757d;background:#6c757d20}.domain-input-row{align-items:center;gap:10px;margin-bottom:10px;display:flex}.domain-input-row input{flex:1}.remove-domain-btn{color:#fff;cursor:pointer;background:#dc3545;border:none;border-radius:6px;justify-content:center;align-items:center;padding:8px 12px;transition:background .2s;display:flex}.remove-domain-btn:hover{background:#c82333}.remove-domain-btn:disabled{opacity:.5;cursor:not-allowed}.add-domain-btn{color:#fff;cursor:pointer;background:#007bff;border:none;border-radius:6px;align-items:center;gap:6px;margin-top:10px;padding:8px 16px;font-size:14px;font-weight:500;transition:background .2s;display:flex}.add-domain-btn:hover{background:#0056b3}.add-domain-btn:disabled{opacity:.5;cursor:not-allowed}.large-modal{max-width:600px}.section-header-actions{align-items:center;gap:12px;display:flex}.org-selector{background:#fff;border:1px solid #ddd;border-radius:6px;min-width:200px;padding:8px 12px;font-size:14px}.groups-list{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px;display:grid}.group-card{cursor:pointer;background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:16px;transition:all .2s}.group-card:hover{border-color:#ff7b00;box-shadow:0 2px 8px #0000001a}.group-card-header{justify-content:space-between;align-items:center;display:flex}.group-card-header h4{color:#1a1a1a;margin:0;font-size:16px;font-weight:600}.group-card-header .member-count{color:#666;background:#f5f5f5;border-radius:12px;padding:4px 10px;font-size:13px}.group-card-actions{gap:8px;display:flex}.icon-btn{cursor:pointer;border:none;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;font-size:16px;transition:all .2s;display:flex}.icon-btn.view-btn{color:#1976d2;background:#e3f2fd}.icon-btn.view-btn:hover{background:#bbdefb}.icon-btn.edit-btn{color:#f57c00;background:#fff3e0}.icon-btn.edit-btn:hover{background:#ffe0b2}.icon-btn.delete-btn{color:#c62828;background:#ffebee}.icon-btn.delete-btn:hover{background:#ffcdd2}.delete-confirm{background:#fff3e0;border:1px solid #ffcc80;border-radius:6px;margin-top:12px;padding:12px}.delete-confirm p{color:#e65100;margin:0 0 12px;font-size:14px}.delete-confirm-actions{justify-content:flex-end;gap:8px;display:flex}.delete-confirm .cancel-btn{cursor:pointer;background:#f5f5f5;border:1px solid #ddd;border-radius:4px;padding:6px 12px;font-size:13px}.delete-confirm .delete-btn{color:#fff;cursor:pointer;background:#c62828;border:none;border-radius:4px;padding:6px 12px;font-size:13px}.delete-confirm .delete-btn:hover{background:#b71c1c}.group-modal{max-width:500px}.group-details-view{margin-bottom:20px}.group-details-view .detail-row{border-bottom:1px solid #f0f0f0;padding:8px 0;display:flex}.group-details-view .detail-row:last-child{border-bottom:none}.group-details-view .label{color:#666;flex-shrink:0;width:120px;font-weight:500}.group-details-view .value{color:#1a1a1a}.members-section{border-top:1px solid #e0e0e0;margin-top:20px;padding-top:20px}.members-header{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.members-section h4{color:#1a1a1a;margin:0;font-size:15px;font-weight:600}.remove-all-btn{color:#e65100;cursor:pointer;background:#fff3e0;border:1px solid #ffcc80;border-radius:4px;padding:6px 12px;font-size:13px;transition:all .2s}.remove-all-btn:hover{background:#ffe0b2}.remove-all-btn:disabled{opacity:.5;cursor:not-allowed}.remove-all-confirm{background:#fff3e0;border:1px solid #ffcc80;border-radius:6px;margin-bottom:12px;padding:12px}.remove-all-confirm p{color:#e65100;margin:0 0 12px;font-size:14px}.confirm-actions{justify-content:flex-end;gap:8px;display:flex}.confirm-actions .cancel-btn{cursor:pointer;background:#f5f5f5;border:1px solid #ddd;border-radius:4px;padding:6px 12px;font-size:13px}.confirm-actions .delete-btn{color:#fff;cursor:pointer;background:#c62828;border:none;border-radius:4px;padding:6px 12px;font-size:13px}.confirm-actions .delete-btn:hover{background:#b71c1c}.confirm-actions .delete-btn:disabled{opacity:.7;cursor:not-allowed}.no-members{color:#666;font-size:14px;font-style:italic}.members-list{max-height:200px;margin:0 0 12px;padding:0;list-style:none;overflow-y:auto}.member-item{background:#f8f9fa;border-radius:4px;justify-content:space-between;align-items:center;margin-bottom:6px;padding:8px 12px;display:flex}.member-email{color:#1a1a1a;font-size:14px}.member-user-email{color:#666;margin-left:8px;font-size:12px}.remove-member-btn{color:#c62828;cursor:pointer;background:#ffebee;border:none;border-radius:4px;justify-content:center;align-items:center;width:24px;height:24px;font-size:16px;display:flex}.remove-member-btn:hover{background:#ffcdd2}.remove-member-btn:disabled{opacity:.5;cursor:not-allowed}.add-member-form{gap:8px;display:flex}.add-member-form input{border:1px solid #ddd;border-radius:6px;flex:1;padding:8px 12px;font-size:14px}.add-member-btn{color:#fff;cursor:pointer;background:#ff7b00;border:none;border-radius:6px;padding:8px 16px;font-size:14px}.add-member-btn:hover{background:#e66d00}.add-member-btn:disabled{opacity:.5;cursor:not-allowed}@media (width<=768px){.connectors-grid{grid-template-columns:1fr}.portals-table{overflow-x:auto}.portals-table table{min-width:700px}.modal-content{width:95%;padding:20px}}.portal-page{background-color:#f8f9fa;flex-direction:column;min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;display:flex}.portal-header{border-bottom:4px solid var(--portal-primary,#e67e22);background-color:#fff;justify-content:space-between;align-items:center;padding:25px 50px;display:flex;box-shadow:0 2px 4px #00000014}.portal-branding{align-items:center;display:flex}.portal-logo{object-fit:contain;max-width:300px;height:60px}.portal-name{color:#1a1a1a;letter-spacing:-.5px;margin:0;font-family:Georgia,serif;font-size:32px;font-weight:700}.user-info{align-items:center;gap:20px;display:flex}.portal-user-info{align-items:center;gap:.75rem;display:flex}.user-email{color:#666;font-size:14px;font-weight:500}.portal-page .logout-btn{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:.5rem;transition:all .2s;display:flex}.portal-page .logout-btn:hover{color:#2c3e50;background:#f1f5f9}.portal-page .logout-icon{fill:currentColor;width:20px;height:20px}.portal-page .login-btn{background-color:var(--portal-primary,#e67e22);color:#fff;cursor:pointer;border:none;border-radius:4px;padding:8px 20px;font-size:14px;font-weight:600;transition:all .2s}.portal-page .login-btn:hover{opacity:.9}.portal-main{flex-direction:column;flex:1;display:flex}.portal-page .upload-button{background-color:var(--portal-primary,#2c5f2d)}.portal-page .upload-button:hover:not(:disabled){background-color:var(--portal-secondary,#1a3a1b)}.portal-page .upload-actions .clear-button:hover{border-color:var(--portal-primary,#2c5f2d);color:var(--portal-primary,#2c5f2d)}.portal-page .key-action-btn{background-color:var(--portal-primary,#2c5f2d)}.portal-page .key-action-btn:hover{background-color:var(--portal-secondary,#1a3a1b)}.portal-page .drop-zone.dragging{border-color:var(--portal-primary,#2c5f2d)}.portal-footer{background-color:#f8f9fa;border-top:1px solid #e0e0e0;justify-content:center;align-items:center;padding:15px 30px;display:flex}.powered-by{color:#999;align-items:center;gap:6px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:11px;display:flex}.honeycake-badge{opacity:.5;width:16px;height:16px}.powered-by span{font-weight:400}.auth-required-notice{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;padding:60px 40px;display:flex}.auth-required-icon{color:#94a3b8;width:48px;height:48px;margin-bottom:20px}.auth-required-notice h2{color:#1a1a1a;margin:0 0 8px;font-size:22px;font-weight:600}.auth-required-notice p{color:#666;margin:0 0 24px;font-size:15px}.auth-required-notice .login-btn{background-color:var(--portal-primary,#e67e22);color:#fff;cursor:pointer;border:none;border-radius:4px;padding:10px 28px;font-size:15px;font-weight:600;transition:all .2s}.auth-required-notice .login-btn:hover{opacity:.9}.portal-page-error{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:40px;display:flex}.portal-page-error h1{color:#c62828;margin-bottom:10px}.portal-page-error p{color:#666}.portal-page-loading{justify-content:center;align-items:center;min-height:100vh;display:flex}@media (width<=768px){.portal-header{flex-direction:column;align-items:flex-start;gap:15px;padding:15px 20px}.user-info{justify-content:space-between;width:100%}.portal-name{font-size:22px}}.offline-header{color:#fff;text-align:center;z-index:1000;background-color:#ff4d4f;width:100%;padding:10px;position:fixed;top:0}.offline-banner{color:#fff!important;text-align:center!important;z-index:9999!important;background-color:#ff4d4d!important;width:100%!important;padding:10px!important;display:block!important;position:fixed!important;top:0!important;left:0!important}body.offline{margin-top:40px}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}#root{background-color:#f0f4f8;min-height:100vh}
