@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap";@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap";@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";:root{--meet-bg:#202124;--meet-panel-bg:#28292c;--meet-tile-bg:#3c4043;--meet-btn-bg:#3c4043;--meet-btn-hover:#434649;--meet-btn-active:#8ab4f8;--meet-btn-active-bg:#8ab4f83d;--meet-red:#ea4335;--meet-red-hover:#fce8e6;--meet-text-primary:#e8eaed;--meet-text-secondary:#9aa0a6;--font-sans:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif}button,input,select,textarea{font-family:inherit}body{font-family:var(--font-sans);background-color:var(--meet-bg);color:var(--meet-text-primary);-webkit-font-smoothing:antialiased;width:100vw;height:100vh;overflow:hidden}.meet-layout{flex-direction:column;width:100vw;height:100vh;display:flex}.meet-topbar{z-index:10;pointer-events:none;justify-content:space-between;padding:16px 24px;display:flex;position:absolute;top:0;left:0;right:0}.topbar-left,.topbar-right{pointer-events:auto;align-items:center;gap:12px;display:flex}.logout-btn{color:#fff;cursor:pointer;background-color:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:background-color .2s;display:flex}.logout-btn:hover{background-color:#ea4335b3}.logout-btn svg{width:16px;height:16px}.time-text,.meeting-id{color:#fff;font-size:14px;font-weight:500}.separator{color:var(--meet-text-secondary)}.user-avatar img{border-radius:50%;width:32px;height:32px}.meet-main{flex:1;gap:16px;padding:60px 16px 16px;display:flex;overflow:hidden}.stage-wrapper{flex:1;justify-content:center;align-items:center;display:flex;position:relative}.agent-tile{background:linear-gradient(135deg,#4b3e34,#2a2521);border-radius:8px;justify-content:center;align-items:center;width:100%;height:100%;transition:box-shadow .2s;display:flex;position:relative;overflow:hidden}.agent-tile.speaking{box-shadow:inset 0 0 0 3px #8ab4f8}.agent-orb-container{background-color:#2021244d;border-radius:50%;justify-content:center;align-items:center;width:200px;height:200px;display:flex}.agent-nameplate{color:#fff;text-shadow:0 1px 2px #0009;font-size:14px;font-weight:500;position:absolute;bottom:16px;left:16px}.agent-status-icon{position:absolute;top:16px;right:16px}.muted-indicator{color:#ea4335;background-color:#0009;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.muted-indicator svg{width:16px;height:16px}.speaking-indicator{background-color:#0009;border-radius:50%;justify-content:center;align-items:center;gap:2px;width:28px;height:28px;padding:8px;display:flex}.speaking-indicator .bar{background-color:#8ab4f8;border-radius:2px;width:3px;animation:1s ease-in-out infinite bounce}.bar1{height:6px;animation-delay:0s}.bar2{height:12px;animation-delay:.1s}.bar3{height:8px;animation-delay:.2s}@keyframes bounce{0%,to{transform:scaleY(1)}50%{transform:scaleY(1.5)}}.agent-state-text{color:#ffffffb3;font-size:16px;position:absolute;top:50%;transform:translateY(120px)}.side-panel{background-color:var(--meet-panel-bg);border-radius:8px;flex-direction:column;width:360px;display:flex;overflow:hidden;box-shadow:0 1px 2px #0000004d}.tp-panel{flex-direction:column;height:100%;display:flex}.tp-header{justify-content:space-between;align-items:center;padding:24px 24px 16px;display:flex}.tp-title{color:var(--meet-text-primary);font-size:18px;font-weight:400}.tp-close{color:var(--meet-text-secondary);cursor:pointer;background:0 0;border:none;border-radius:50%;padding:8px;display:flex}.tp-close:hover{background-color:#ffffff0a}.tp-close svg{width:20px;height:20px}.tp-messages{flex:1;padding:0 24px 24px;overflow-y:auto}.tp-msg{margin-bottom:16px}.tp-msg-meta{margin-bottom:4px}.tp-msg-role{color:var(--meet-text-primary);font-size:13px;font-weight:500}.tp-msg-text{color:var(--meet-text-primary);font-size:14px;line-height:1.5}.meet-bottom-bar{background-color:var(--meet-bg);justify-content:space-between;align-items:center;height:80px;padding:0 24px;display:flex}.bottom-left,.bottom-right{flex:1;align-items:center;display:flex}.bottom-left{gap:12px}.time-text-bottom,.meeting-id-bottom{color:#fff;font-size:14px;font-weight:500}.bottom-center{justify-content:center;gap:12px;display:flex}.bottom-right{justify-content:flex-end;gap:12px}.ctrl-btn{background-color:var(--meet-btn-bg);color:#fff;cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:background-color .2s,box-shadow .2s;display:flex}.ctrl-btn:hover{background-color:var(--meet-btn-hover)}.ctrl-btn svg{width:20px;height:20px}.ctrl-btn.inactive{background-color:var(--meet-red)}.ctrl-btn.inactive:hover{background-color:#d93025}.ctrl-btn.call-end{background-color:var(--meet-red);border-radius:20px;width:60px}.ctrl-btn.call-end:hover{background-color:#d93025}.ctrl-btn.call-end.hidden{display:none}.ctrl-btn.side-toggle{background-color:#0000}.ctrl-btn.side-toggle:hover{background-color:#ffffff0a}.ctrl-btn.side-toggle.active-text{color:var(--meet-btn-active)}.metrics-card{background-color:var(--meet-panel-bg);z-index:20;border-radius:8px;min-width:200px;padding:16px;position:absolute;top:16px;left:16px;box-shadow:0 4px 6px #0000004d}.metrics-header{color:var(--meet-text-primary);justify-content:space-between;align-items:center;margin-bottom:12px;font-size:14px;font-weight:500;display:flex}.metrics-header button{color:var(--meet-text-secondary);cursor:pointer;background:0 0;border:none}.metrics-header button svg{width:16px;height:16px}.metrics-body .metric-row{color:var(--meet-text-secondary);justify-content:space-between;margin-bottom:8px;font-size:13px;display:flex}.metrics-body .metric-row strong{color:var(--meet-text-primary)}@media (width<=768px){.hide-on-mobile{display:none!important}.stack-on-mobile{flex-direction:column!important;align-items:flex-start!important}.stack-on-mobile>div{margin-bottom:12px;width:100%!important;padding-right:0!important}.stack-on-mobile>div:last-child{margin-bottom:0}.grid-responsive{grid-template-columns:1fr!important}.flex-responsive{flex-direction:column!important}.w-full-mobile{width:100%!important}.responsive-table-container{-webkit-overflow-scrolling:touch;width:100%;overflow-x:auto}.mobile-p-16{padding:16px!important}.mobile-gap-8{gap:8px!important}}.rdx-demo-banner{z-index:9999;color:#fff;letter-spacing:.15px;-webkit-user-select:none;user-select:none;background:linear-gradient(135deg,#312e81 0%,#4f46e5 45%,#6d28d9 100%) 0 0/200% 200%;justify-content:center;align-items:center;gap:16px;height:40px;font-size:13px;font-weight:500;animation:6s ease-in-out infinite rdx-banner-shimmer;display:flex;position:fixed;top:0;left:0;right:0;box-shadow:0 2px 12px #4f46e566}@keyframes rdx-banner-shimmer{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}.rdx-demo-banner-text{opacity:.95;align-items:center;gap:7px;display:flex}.rdx-demo-banner-icon{font-size:14px}.rdx-demo-banner-cta{color:#fff;letter-spacing:.2px;background:#ffffff2e;border:1px solid #ffffff40;border-radius:20px;padding:3px 14px;font-size:12px;font-weight:600;text-decoration:none;transition:background .2s,transform .15s,box-shadow .2s}.rdx-demo-banner-cta:hover{background:#ffffff4d;transform:translateY(-1px);box-shadow:0 4px 12px #0003}@media (width<=600px){.rdx-demo-banner{gap:8px;padding:0 12px;font-size:11px}.rdx-demo-banner-cta{padding:2px 10px;font-size:11px}}.app-sidebar{background:#f8fafc;border-right:1px solid #e2e8f0;flex-direction:column;flex-shrink:0;justify-content:space-between;width:260px;padding:16px 0;display:flex}.app-sidebar-top{display:block}.app-sidebar-brand{text-align:center;margin-bottom:24px;padding:0 16px}.app-sidebar-logo{object-fit:contain;width:100%;max-width:150px;height:auto}.app-sidebar-nav ul,.app-sidebar-bottom ul{margin:0;padding:0;list-style:none}.app-sidebar-bottom{border-top:1px solid #e2e8f0;margin-top:auto;padding-top:16px}.app-sidebar-item{color:#64748b;cursor:pointer;border:1px solid #0000;border-radius:8px;align-items:center;gap:14px;margin:4px 16px;padding:12px 16px;font-size:14px;font-weight:500;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex}.app-sidebar-item:hover{color:#0f172a;background:#f1f5f9}.app-sidebar-item.active{color:#0f172a;background:#fff;border:1px solid #e2e8f0;font-weight:600;box-shadow:0 1px 3px #0000000d,0 1px 2px #00000006}.app-sidebar-item svg{flex-shrink:0;width:18px;height:18px;transition:color .2s}.app-sidebar-confirm-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:5000;background:#0f172a66;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.app-sidebar-confirm-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;width:min(380px,100vw - 32px);padding:28px;animation:.2s ease-out modal-enter;box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a}@keyframes modal-enter{0%{opacity:0;transform:scale(.95)translateY(10px)}to{opacity:1;transform:scale(1)translateY(0)}}.app-sidebar-confirm-card h3{color:#0f172a;letter-spacing:-.01em;margin:0 0 8px;font-size:18px;font-weight:700}.app-sidebar-confirm-card p{color:#64748b;margin:0;font-size:14px;line-height:1.5}.app-sidebar-confirm-actions{justify-content:flex-end;gap:12px;margin-top:28px;display:flex}.app-sidebar-confirm-btn{cursor:pointer;border:1px solid #0000;border-radius:8px;min-width:90px;height:38px;padding:0 16px;font-size:13px;font-weight:600;transition:all .2s cubic-bezier(.4,0,.2,1)}.app-sidebar-confirm-btn-secondary{color:#0f172a;background:#fff;border-color:#e2e8f0}.app-sidebar-confirm-btn-secondary:hover{background:#f8fafc;border-color:#cbd5e1}.app-sidebar-confirm-btn-primary{color:#fff;background:#0f172a}.app-sidebar-confirm-btn-primary:hover{background:#1e293b;transform:translateY(-1px);box-shadow:0 4px 6px -1px #0000001a}@media (width<=768px){.app-sidebar.drawer-mode{z-index:2000;width:240px;height:100%;transition:left .3s ease-in-out;position:fixed;top:0;left:-100%}.app-sidebar.drawer-mode.open{left:0}.app-sidebar-mobile-overlay{z-index:1999;background:#11182773;position:fixed;inset:0}}.pp-container{color:#0f172a;background-color:#f8fafc;min-height:100%;padding:32px 40px}.pp-header-section{margin-bottom:24px}.pp-page-title{letter-spacing:-.5px;color:#1e293b;margin:0;font-size:32px;font-weight:800}.pp-page-subtitle{color:#64748b;margin:8px 0 0;font-size:15px}.pp-tabs-bar{border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:flex-end;margin-top:16px;padding-bottom:0;display:flex}.pp-tabs{gap:24px;display:flex}.pp-tab{color:#64748b;cursor:pointer;background:0 0;border:none;border-bottom:3px solid #0000;padding:8px 0 12px;font-size:16px;font-weight:600;transition:all .2s}.pp-tab:hover{color:#1e293b}.pp-tab.active{color:#0f172a;border-bottom:3px solid #0f172a}.pp-actions{gap:12px;margin-bottom:12px;display:flex}.pp-btn-primary{color:#fff;cursor:pointer;background:#d94600;border:none;border-radius:6px;align-items:center;gap:6px;padding:8px 16px;font-size:14px;font-weight:600;transition:background .2s;display:flex}.pp-btn-primary:hover:not(:disabled){background:#ed5204}.pp-btn-primary:disabled{opacity:.6;cursor:not-allowed}.pp-btn-secondary{color:#334155;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:6px;align-items:center;gap:6px;padding:8px 16px;font-size:14px;font-weight:600;transition:all .2s;display:flex}.pp-btn-secondary:hover{background:#f8fafc;border-color:#94a3b8}.pp-content{margin-top:24px}.pp-card{background:#fff;border:1px solid #e2e8f0;border-radius:8px;margin-bottom:24px;overflow:hidden}.pp-table{border-collapse:collapse;width:100%}.pp-table th{text-align:left;color:#475569;background:#f8fafc;border-bottom:1px solid #e2e8f0;padding:16px 24px;font-size:14px;font-weight:700}.pp-table td{color:#334155;vertical-align:middle;border-bottom:1px solid #e2e8f0;padding:16px 24px;font-size:14px}.pp-table tbody tr:last-child td{border-bottom:none}.pp-user-cell{align-items:center;gap:12px;display:flex}.pp-avatar{border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:12px;font-weight:700;display:flex}.pp-user-name{color:#0f172a;font-weight:700}.pp-email{color:#475569;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}.pp-team-pills{flex-wrap:wrap;gap:8px;display:flex}.pp-pill{color:#334155;background:#e2e8f0;border-radius:4px;padding:4px 10px;font-size:12px;font-weight:500}.pp-pill-empty{color:#94a3b8;font-style:italic}.pp-status{color:#334155;align-items:center;gap:6px;font-weight:500;display:flex}.pp-status-dot{border-radius:50%;width:8px;height:8px}.pp-status.active .pp-status-dot{background:#10b981}.pp-status.invited .pp-status-dot{background:#94a3b8}.pp-status.invited{color:#64748b}.pp-actions-cell{text-align:right}.pp-icon-btn{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:4px;padding:6px}.pp-icon-btn:hover{color:#0f172a;background:#f1f5f9}.pp-icon-btn.danger:hover{color:#ef4444;background:#fef2f2}.pp-pagination{color:#475569;background:#f8fafc;border-top:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:16px 24px;font-size:13px;display:flex}.pp-page-btns{gap:8px;display:flex}.pp-page-btn{color:#334155;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:4px;padding:6px 12px;font-size:13px;font-weight:500}.pp-page-btn:hover:not(:disabled){background:#f1f5f9}.pp-page-btn:disabled{opacity:.5;cursor:not-allowed}.pp-table-header{color:#64748b;background:#f8fafc;border-bottom:1px solid #e2e8f0;justify-content:space-between;padding:12px 24px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:13px;display:flex}.pp-icon-text{align-items:center;gap:6px;display:flex}.pp-team-cell{align-items:center;gap:12px;display:flex}.pp-team-icon{border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.pp-team-icon.green{color:#0f766e;background:#ccfbf1}.pp-team-icon.red{color:#be123c;background:#ffe4e6}.pp-team-name{color:#0f172a;font-weight:700}.pp-member-count{font-family:ui-monospace,monospace;font-weight:600}.text-red{color:#dc2626}.pp-status-pill{border-radius:4px;align-items:center;padding:4px 10px;font-size:12px;font-weight:600;display:inline-flex}.pp-status-pill.green{color:#047857;background:#a7f3d0}.pp-status-pill.red{color:#b91c1c;background:#fecaca}.pp-kebab-container{display:inline-block;position:relative}.pp-kebab{color:#64748b;cursor:pointer;background:0 0;border:none;padding:4px}.pp-dropdown{z-index:10;background:#fff;border:1px solid #e2e8f0;border-radius:6px;min-width:120px;display:none;position:absolute;top:100%;right:0;box-shadow:0 4px 6px -1px #0000001a}.pp-kebab-container:hover .pp-dropdown{display:block}.pp-dropdown button{text-align:left;cursor:pointer;background:0 0;border:none;width:100%;padding:8px 12px;font-size:13px;display:block}.pp-dropdown button:hover{background:#f8fafc}.pp-dropdown button.danger{color:#dc2626}.pp-info-cards{grid-template-columns:2fr 1fr;gap:24px;display:grid}.pp-info-card{padding:24px;position:relative;overflow:hidden}.pp-info-card h3{align-items:center;gap:8px;margin:0 0 12px;font-size:16px;display:flex}.pp-info-card p{margin:0 0 20px;font-size:14px;line-height:1.5}.pp-info-card.white{background:#fff;border:1px solid #e2e8f0}.pp-info-card.white h3{color:#0f172a}.pp-info-card.white p{color:#475569}.pp-progress-container{margin-top:12px}.pp-progress-bar{border-radius:4px;height:8px;margin-bottom:8px;display:flex;overflow:hidden}.pp-progress-fill.green{background:#34d399}.pp-progress-fill.red{background:#fca5a5}.pp-progress-labels{color:#64748b;justify-content:space-between;font-size:10px;font-weight:700;display:flex}.pp-info-card.dark{color:#f8fafc;background:#0f172a;border:none}.pp-info-card.dark h3{color:#38bdf8}.pp-info-card.dark p{color:#94a3b8}.pp-audit-link{color:#38bdf8;font-size:14px;font-weight:600;text-decoration:none}.pp-bg-shield{color:#ffffff0d;z-index:0;position:absolute;bottom:-20px;right:-20px}.modal-overlay{z-index:1000;background:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal-card{background:#fff;border-radius:12px;width:100%;max-width:400px;padding:32px;position:relative;box-shadow:0 20px 25px -5px #0000001a}.modal-close-button{cursor:pointer;color:#64748b;background:0 0;border:none;position:absolute;top:16px;right:16px}.pp-modal-overlay{z-index:1000;background:#0f172a66;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.bulk-import-card{background:#fff;border-radius:8px;width:100%;max-width:500px;box-shadow:0 20px 25px -5px #0000001a}.pp-modal-header{border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:24px;display:flex}.pp-modal-header h2{color:#0f172a;margin:0;font-size:18px}.pp-modal-close{cursor:pointer;color:#64748b;background:0 0;border:none}.pp-modal-content{padding:24px}.pp-csv-template-box{background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;gap:16px;margin-bottom:24px;padding:16px;display:flex}.pp-csv-icon-box{color:#64748b;background:#fff;border:1px solid #e2e8f0;border-radius:4px;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.pp-csv-template-text p{color:#64748b;margin:4px 0 8px;font-size:13px}.pp-bold-filename{color:#0f172a;font-size:13px;font-weight:700}.pp-drag-drop-box{text-align:center;cursor:pointer;background:#fff;border:1px dashed #cbd5e1;border-radius:6px;margin-bottom:16px;padding:40px 24px;display:block}.pp-drag-drop-box:hover{background:#f8fafc;border-color:#94a3b8}.pp-drag-icon{color:#475569;margin-bottom:12px}.pp-drag-text strong{color:#0f172a;margin-bottom:4px;font-size:15px;display:block}.pp-drag-text p{color:#64748b;margin:0;font-size:13px}.pp-drag-text span{color:#0f172a;font-weight:600;text-decoration:underline}.pp-modal-help-text{color:#64748b;text-align:center;margin:0;font-size:13px}.pp-modal-footer{border-top:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:16px 24px;display:flex}.pp-btn-cancel-text{color:#0f172a;cursor:pointer;background:0 0;border:none;padding:0;font-size:14px;font-weight:600}.pp-btn-submit{color:#64748b;cursor:pointer;background:#e2e8f0;border:none;border-radius:6px;padding:10px 16px;font-weight:600}.pp-btn-submit:not(:disabled){color:#fff;background:#0f172a}.pp-drawer-overlay{z-index:1000;background:#0f172a66;position:fixed;inset:0}.pp-drawer{background:#f8fafc;flex-direction:column;width:400px;display:flex;position:absolute;top:0;bottom:0;right:0;box-shadow:-10px 0 15px -3px #0000001a}.pp-drawer-header{background:#fff;border-bottom:1px solid #e2e8f0;padding:24px}.pp-drawer-title-row{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.pp-drawer-title-row h2{color:#0f172a;margin:0;font-size:20px}.pp-drawer-close{cursor:pointer;color:#64748b;background:0 0;border:none;padding:0}.pp-drawer-header p{color:#64748b;margin:0;font-size:14px}.pp-drawer-content{flex:1;padding:24px;overflow-y:auto}.pp-input-group{margin-bottom:20px}.pp-input-group label{color:#334155;justify-content:space-between;margin-bottom:8px;font-size:13px;font-weight:700;display:flex}.pp-input-group input,.pp-input-group textarea{box-sizing:border-box;color:#0f172a;border:1px solid #cbd5e1;border-radius:4px;width:100%;padding:10px 12px;font-size:14px}.pp-input-group input:focus,.pp-input-group textarea:focus{border-color:#94a3b8;outline:none}.pp-optional-label{color:#94a3b8;font-size:12px;font-weight:400}.pp-team-select{position:relative}.pp-team-select-trigger{cursor:pointer;box-sizing:border-box;background:#fff;border:1px solid #cbd5e1;border-radius:4px;align-items:center;width:100%;padding:10px 12px;font-size:14px;display:flex}.pp-team-dropdown{z-index:10;background:#fff;border:1px solid #cbd5e1;border-radius:4px;position:absolute;top:calc(100% + 4px);left:0;right:0;box-shadow:0 4px 6px -1px #0000001a}.pp-team-option{cursor:pointer;color:#0f172a;justify-content:space-between;padding:10px 12px;font-size:14px;display:flex}.pp-team-option:hover{background:#f1f5f9}.pp-team-dropdown-action{cursor:pointer;color:#0f172a;border-top:1px solid #e2e8f0;align-items:center;gap:8px;padding:10px 12px;font-weight:600;display:flex}.pp-team-dropdown-action:hover{background:#f8fafc}.pp-inline-create-team{background:#fff;border:1px solid #e2e8f0;border-radius:6px;margin-top:24px;padding:20px}.pp-no-border{background:0 0;border:none;margin-top:0;padding:0}.pp-inline-header{color:#0f172a;align-items:center;gap:8px;margin-bottom:20px;font-size:15px;display:flex}.pp-drawer-footer{background:#fff;border-top:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:16px 24px;display:flex}.pp-btn-drawer-submit{color:#fff;cursor:pointer;background:#d94600;border:none;border-radius:6px;padding:10px 20px;font-weight:600;transition:all .2s cubic-bezier(.4,0,.2,1)}.pp-btn-drawer-submit:hover:not(:disabled){background:#ed5204;transform:translateY(-1px)}.pp-btn-drawer-submit:disabled{opacity:.7;cursor:not-allowed}.pp-drawer-edit-title h2{color:#0f172a;align-items:center;gap:8px;margin:0;font-size:20px;display:flex}.pp-inline-edit-btn{cursor:pointer;color:#64748b;background:0 0;border:none;border-radius:4px;padding:4px}.pp-inline-edit-btn:hover{color:#0f172a;background:#f1f5f9}.pp-drawer-edit-title input{border:1px solid #cbd5e1;border-radius:4px;outline:none;padding:4px 8px;font-size:20px;font-weight:700}.pp-manage-team-container{flex-direction:column;gap:24px;display:flex}.pp-manage-banner{border:1px solid #e2e8f0;border-radius:4px;gap:12px;padding:16px;display:flex}.pp-manage-banner.green{color:#166534;background:#f0fdf4;border-color:#bbf7d0}.pp-manage-banner.red{color:#991b1b;background:#fef2f2;border-color:#fecaca}.pp-manage-banner-text strong{margin-bottom:4px;font-size:14px;display:block}.pp-manage-banner-text p{opacity:.9;margin:0;font-size:13px;line-height:1.4}.pp-manage-section{flex-direction:column;gap:12px;display:flex}.pp-manage-label{color:#0f172a;margin-bottom:4px;font-size:14px;font-weight:700}.pp-multiselect-container{position:relative}.pp-multiselect-input-area{background:#fff;border:1px solid #cbd5e1;border-radius:4px;flex-wrap:wrap;align-items:center;gap:8px;min-height:42px;padding:8px;display:flex}.pp-multiselect-input-area input{background:0 0;border:none;outline:none;flex:1;min-width:150px;padding:4px;font-size:14px}.pp-chip{color:#334155;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:4px;align-items:center;gap:6px;padding:4px 8px;font-size:13px;display:flex}.pp-chip button{cursor:pointer;color:#64748b;background:0 0;border:none;align-items:center;padding:0;display:flex}.pp-chip button:hover{color:#0f172a}.pp-multiselect-dropdown{z-index:10;background:#fff;border:1px solid #cbd5e1;border-radius:4px;max-height:200px;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow-y:auto;box-shadow:0 4px 6px -1px #0000001a}.pp-multiselect-option{cursor:pointer;color:#0f172a;justify-content:space-between;padding:10px 12px;font-size:13px;display:flex}.pp-multiselect-option:hover{background:#f8fafc}.pp-text-grey{color:#64748b}.pp-invite-link{color:#64748b;margin-bottom:8px;font-size:13px;text-decoration:underline;display:inline-block}.pp-invite-link:hover{color:#0f172a}.pp-btn-add-selected{color:#fff;cursor:pointer;text-align:center;background:#0f172a;border:none;border-radius:4px;padding:10px;font-weight:600}.pp-btn-add-selected:disabled{opacity:.6;cursor:not-allowed}.pp-manage-divider{border:0;border-top:1px solid #e2e8f0;margin:0}.pp-filter-members-input{box-sizing:border-box;border:1px solid #cbd5e1;border-radius:4px;width:100%;margin-bottom:8px;padding:10px 12px;font-size:13px}.pp-filter-members-input:focus{border-color:#94a3b8;outline:none}.pp-current-members-list{flex-direction:column;gap:8px;max-height:300px;display:flex;overflow-y:auto}.pp-member-list-item{background:#fff;border:1px solid #e2e8f0;border-radius:4px;align-items:center;gap:12px;padding:12px;display:flex}.pp-member-avatar{color:#64748b;background:#f1f5f9;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:12px;font-weight:700;display:flex}.pp-member-details{flex-direction:column;flex:1;display:flex}.pp-member-details strong{color:#0f172a;margin-bottom:2px;font-size:14px}.pp-member-details span{color:#64748b;font-size:12px}.pp-btn-remove-member{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-radius:4px;padding:8px}.pp-btn-remove-member:hover{color:#ef4444;background:#fef2f2}.pp-loading-text{color:#64748b;text-align:center;margin:20px 0;font-size:13px}.pp-bulk-actions-bar{background:#f8fafc;border:1px solid #cbd5e1;border-bottom:none;border-radius:6px 6px 0 0;justify-content:space-between;align-items:center;padding:12px 16px;display:flex}.pp-bulk-actions-bar span{color:#334155;font-size:14px;font-weight:600}.pp-bulk-actions-buttons{align-items:center;gap:8px;display:flex}.pp-bulk-actions-buttons button{color:#334155;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:4px;align-items:center;gap:6px;padding:6px 12px;font-size:13px;font-weight:600;display:flex}.pp-bulk-actions-buttons button:hover{color:#0f172a;background:#f1f5f9;border-color:#94a3b8}.pp-bulk-actions-buttons button.danger{color:#ef4444;border-color:#fecaca}.pp-bulk-actions-buttons button.danger:hover{color:#dc2626;background:#fef2f2;border-color:#fca5a5}.pp-row-checkbox{cursor:pointer;accent-color:#0f172a;width:16px;height:16px}.custom-alert-modal{text-align:center;max-width:400px;padding:30px}.custom-alert-modal h3{color:#333;margin-bottom:15px}.custom-alert-modal p{color:#555;margin-bottom:25px;line-height:1.5}.custom-alert-modal .modal-actions{justify-content:center;gap:15px;display:flex}.plan-dialog-overlay{z-index:9999;background:#00000080;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.plan-dialog{background:#fff;border-radius:12px;width:100%;max-width:480px;max-height:90vh;animation:.3s ease-out dialogSlideIn;position:relative;overflow:hidden;box-shadow:0 20px 40px #00000026}@keyframes dialogSlideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.plan-dialog-header{justify-content:space-between;align-items:center;margin-bottom:16px;padding:24px 24px 0;display:flex}.plan-dialog-header h3{color:#1f2937;margin:0;font-size:20px;font-weight:600}.plan-dialog-close{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}.plan-dialog-close:hover{color:#374151;background:#f3f4f6}.plan-dialog-content{text-align:center;padding:0 24px 24px}.plan-dialog-icon{color:#f59e0b;margin-bottom:16px}.plan-dialog-icon svg{width:48px;height:48px}.plan-dialog-message{color:#374151;margin:0 0 12px;font-size:16px;line-height:1.5}.plan-dialog-submessage{color:#6b7280;margin:0 0 24px;font-size:14px;line-height:1.5}.plan-dialog-actions{justify-content:center;gap:12px;padding:0 24px 24px;display:flex}.plan-dialog-button{cursor:pointer;border:none;border-radius:8px;min-width:100px;padding:10px 20px;font-size:14px;font-weight:500;transition:all .2s}.plan-dialog-button.primary{color:#fff;background:#07a76f}.plan-dialog-button.primary:hover{background:#059669;transform:translateY(-1px)}.plan-dialog-button.secondary{color:#374151;background:#f3f4f6;border:1px solid #d1d5db}.plan-dialog-button.secondary:hover{background:#e5e7eb}@media (width<=480px){.plan-dialog{max-width:calc(100vw - 40px);margin:20px}.plan-dialog-actions{flex-direction:column}.plan-dialog-button{width:100%}}.settings-page.page-container{color:#111827;background:#f3f4f7;min-height:100vh;display:flex}.settings-page .sidebar{background:#fff;border-right:1px solid #e0e0e0;flex-direction:column;flex-shrink:0;justify-content:space-between;width:210px;padding:16px 0;display:flex}.settings-page .logo-container{text-align:center;margin-bottom:24px;padding:0 16px}.settings-page .logo-img{width:100%;max-width:120px;height:auto;display:block}.settings-page .sidebar-nav ul,.settings-page .sidebar-bottom ul{margin:0;padding:0;list-style:none}.settings-page .sidebar-nav li,.settings-page .sidebar-bottom li{color:#64748b;cursor:pointer;border-radius:10px;align-items:center;gap:10px;margin:0 10px 6px;padding:10px 14px;font-size:14px;font-weight:500;transition:background-color .3s,color .3s;display:flex}.settings-page .sidebar-nav li:hover,.settings-page .sidebar-bottom li:hover{color:#0f9f67;background:#ecfdf5}.settings-page .sidebar-nav li.active,.settings-page .sidebar-bottom li.active{color:#fff;background:#13b67a;font-weight:600}.settings-page .sidebar-nav li svg,.settings-page .sidebar-bottom li svg{flex-shrink:0;width:16px;height:16px}.settings-page .content-wrapper{background:#f3f4f7;flex-direction:column;flex:1;min-width:0;display:flex}.settings-page .main-header.settings-main-header{background:#f3f4f7;border-bottom:none;flex-shrink:0;justify-content:flex-start;align-items:flex-start;padding:24px 24px 10px}.settings-page .settings-page-heading{text-align:left;margin:0;padding:0}.settings-page .settings-page-heading h2{color:#111827;margin:0;font-size:30px;font-weight:700;line-height:1.1}.settings-page .settings-page-heading p{color:#5e6f87;margin:8px 0 0;font-size:14px}.settings-page .scrollable-content.settings-scrollable-content{background:#f3f4f7;flex:1;padding:4px 24px 30px;overflow-y:auto}.settings-page .settings-tabs-row{background:0 0;border:none;border-radius:0;flex-wrap:wrap;align-items:center;gap:24px;margin-bottom:18px;padding:0;display:flex}.settings-page .settings-tab-btn{color:#3f4b5f;cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;border-radius:0;align-items:center;gap:10px;min-height:auto;padding:8px 2px 10px;font-size:14px;font-weight:500;transition:all .2s;display:inline-flex}.settings-page .settings-tab-btn:hover{color:#253244}.settings-page .settings-tab-btn.active{color:#08a76f;box-shadow:none;background:0 0;border-bottom-color:#08a76f}.settings-page .settings-card{box-shadow:none;background:#fff;border:1px solid #dfe5ee;border-radius:14px}.settings-page .settings-panel-card{padding:24px}.card-header.settings-panel-header{border-bottom:1px solid #d8dde5;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:24px;padding-bottom:16px;display:flex}.settings-panel-header h3{color:#102136;align-items:center;gap:8px;margin:0;font-size:21px;font-weight:700;display:inline-flex}.settings-panel-header p{color:#6d7f95;margin:6px 0 0;font-size:14px}.edit-buttons{align-items:center;gap:10px;display:flex}.profile-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px 18px;display:grid}.full-width{grid-column:1/-1}.input-group{flex-direction:column;gap:7px;display:flex}.input-group label{color:#4f667f;font-size:12px;font-weight:600}.input-group input,.input-group textarea,.input-group select{color:#556e8d;box-sizing:border-box;background:#f4f7fb;border:1px solid #d7e0eb;border-radius:10px;width:100%;padding:10px 12px;font-size:14px;transition:border-color .2s,box-shadow .2s}.input-group textarea{resize:vertical;min-height:102px}.input-group input:focus,.input-group textarea:focus,.input-group select:focus{background:#fff;border-color:#6ea8df;outline:none;box-shadow:0 0 0 3px #3d82cb26}.input-group input:read-only,.input-group textarea:read-only,.input-group input:disabled,.input-group textarea:disabled{color:#6b7f95;background:#f1f5fb}.input-hint{color:#698099;margin:0;font-size:12px}.form-error-align{text-align:left;margin:0 0 14px}.admin-table-wrap{overflow-x:auto}.data-table{border-collapse:collapse;width:100%}.data-table th{text-align:left;text-transform:uppercase;letter-spacing:.04em;color:#60768f;border-bottom:1px solid #d7e2f0;padding:10px 12px;font-size:12px;font-weight:700}.data-table td{color:#1a3048;border-bottom:1px solid #e5edf7;padding:12px;font-size:14px}.status-pill{text-transform:uppercase;letter-spacing:.03em;border-radius:999px;justify-content:center;align-items:center;min-width:72px;padding:4px 10px;font-size:11px;font-weight:700;display:inline-flex}.status-pill.active{color:#0a885b;background:#e2f7ee}.status-pill.invited{color:#9a6800;background:#fff1d8}.status-pill.inactive{color:#63788f;background:#edf1f6}.action-cell.icons{gap:8px;display:flex}.icon-link{color:#35506b;cursor:pointer;background:#f7faff;border:1px solid #c9d6e7;border-radius:8px;justify-content:center;align-items:center;width:30px;height:30px;transition:all .2s;display:inline-flex}.icon-link:hover{background:#e7f0fd;border-color:#9fbadf}.icon-link.danger{color:#b03a3a;background:#fff6f6;border-color:#efcccc}.icon-link.danger:hover{background:#ffeaea;border-color:#ebb0b0}.security-panel-card{max-width:860px}.security-form-stack{flex-direction:column;gap:16px;display:flex}.security-width{max-width:540px}.password-wrapper{position:relative}.password-wrapper input{padding-right:42px}.password-toggle{color:#5f7590;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:28px;height:28px;display:inline-flex;position:absolute;top:50%;right:8px;transform:translateY(-50%)}.security-inline-error,.security-inline-success{text-align:left;margin:-4px 0 0}.security-actions{justify-content:flex-end;gap:10px;padding-top:6px;display:flex}.billing-panel-card{max-width:100%}.billing-plans-list{flex-direction:column;gap:30px;display:flex}.billing-plan-highlight{background:linear-gradient(135deg,#ebf9f2 0%,#f5fcf8 100%);border:1px solid #cde4da;border-radius:14px;justify-content:space-between;align-items:center;gap:16px;padding:20px 24px;transition:all .3s;display:flex}.billing-plan-highlight.featured-horizontal{background:linear-gradient(135deg,#f0fdf4 0%,#dcfce7 100%);border:2px solid #08a76f;box-shadow:0 4px 12px #08a76f1a}.billing-plan-left{align-items:center;gap:16px;display:flex}.plan-star-wrapper{color:#0e8e60;background:#d2f1e3;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:inline-flex}.plan-star-icon{font-size:20px}.plan-label{color:#5f748b;text-transform:uppercase;letter-spacing:.02em;margin:0;font-size:13px;font-weight:600}.plan-title-row{align-items:center;gap:12px;display:flex}.popular-tag{color:#854d0e;text-transform:uppercase;background:#facc15;border-radius:12px;padding:2px 8px;font-size:10px;font-weight:700}.billing-plan-left h4{color:#10263e;margin:4px 0 0;font-size:18px;font-weight:600}.billing-includes-section{margin-top:-20px;padding:0 24px}.includes-title{color:#344e68;margin:0 0 12px;font-size:14px;font-weight:700}.includes-grid{grid-template-columns:repeat(3,1fr);gap:10px 20px;display:grid}.includes-grid p{color:#46607a;align-items:center;gap:8px;margin:0;font-size:13px;display:flex}.includes-grid p svg{color:#08a76f;font-size:14px}@media (width<=940px){.includes-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=620px){.billing-plan-highlight{flex-direction:column;align-items:flex-start}.includes-grid{grid-template-columns:1fr}.billing-plan-left{width:100%}}.primary-button{color:#fff;cursor:pointer;background:#d94600;border:none;border-radius:12px;align-items:center;gap:8px;padding:10px 16px;font-size:14px;font-weight:600;transition:transform .15s,box-shadow .2s,opacity .2s;display:inline-flex}.primary-button.compact{padding:10px 22px;font-size:13px}.primary-button:hover:not(:disabled){box-shadow:none;background:#ed5204;transform:none}.primary-button:disabled{opacity:.65;cursor:not-allowed}.secondary-button{color:#32516d;cursor:pointer;background:#fff;border:1px solid #c3d2e4;border-radius:10px;padding:9px 14px;font-size:14px;font-weight:600;transition:background-color .2s,border-color .2s}.secondary-button:hover:not(:disabled){background:#f4f8fd;border-color:#9cb6d5}.secondary-button:disabled{opacity:.65;cursor:not-allowed}.success-text{color:#0c7a53;margin:0;font-size:13px}.error-text{color:#c13737;margin:0;font-size:13px}.loading-screen,.error-screen{color:#4b617a;justify-content:center;align-items:center;min-height:100vh;font-size:16px;display:flex}.modal-overlay{z-index:9999;background:#0c1b307a;justify-content:center;align-items:center;padding:18px;display:flex;position:fixed;inset:0}.modal-card{background:#fff;border:1px solid #d3deec;border-radius:14px;width:100%;max-width:560px;overflow:hidden;box-shadow:0 20px 40px #0c182c33}.custom-alert-modal{max-width:430px;padding:20px}.custom-alert-modal h3{color:#12263a;margin:0}.custom-alert-modal p{color:#4f647c;margin:10px 0 0}.modal-header{border-bottom:1px solid #e1e9f4;justify-content:space-between;align-items:center;padding:14px 18px;display:flex}.modal-header h3{color:#13273f;margin:0;font-size:17px}.modal-close-button{color:#48617d;cursor:pointer;background:#f7fbff;border:1px solid #d0dceb;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;display:inline-flex}.modal-body{padding:18px}.modal-form .input-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 16px;display:grid}.modal-actions{justify-content:flex-end;gap:10px;margin-top:18px;display:flex}@media (width<=1180px){.settings-page .profile-grid{grid-template-columns:1fr}.settings-page .full-width{grid-column:auto}}@media (width<=940px){.settings-page .sidebar{width:74px}.settings-page .logo-container{justify-content:center;margin-bottom:16px;padding:0;display:flex}.settings-page .logo-img{width:42px}.settings-page .sidebar-nav li span,.settings-page .sidebar-bottom li span{display:none}.settings-page .sidebar-nav li,.settings-page .sidebar-bottom li{justify-content:center;gap:0;margin:0 8px 6px;padding:10px}.settings-page .main-header.settings-main-header{padding:22px 16px 12px}.settings-page .scrollable-content.settings-scrollable-content{padding:0 16px 18px}.settings-page .settings-tabs-row{flex-wrap:nowrap;overflow-x:auto}.settings-page .settings-tab-btn{flex:none}.settings-page .card-header.settings-panel-header{flex-direction:column;align-items:flex-start}.settings-page .security-width{max-width:none}.settings-page .billing-plan-highlight{flex-direction:column;align-items:flex-start}.settings-page .includes-grid,.settings-page .modal-form .input-grid{grid-template-columns:1fr}}@media (width<=620px){.settings-page.page-container{display:block}.settings-page .sidebar{border-bottom:1px solid #d9e2ef;border-right:none;width:100%;padding:10px;display:block}.settings-page .logo-container{display:none}.settings-page .sidebar-nav ul,.settings-page .sidebar-bottom ul{flex-wrap:wrap;gap:6px;display:flex}.settings-page .sidebar-nav li,.settings-page .sidebar-bottom li{border-radius:8px;gap:8px;margin:0;padding:8px 10px}.settings-page .sidebar-nav li span,.settings-page .sidebar-bottom li span{font-size:12px;display:inline}.settings-page .content-wrapper{min-height:calc(100vh - 122px)}.settings-page .settings-page-heading h2{font-size:24px}.settings-page .settings-panel-card{padding:16px}.settings-page .settings-panel-header h3{font-size:18px}.settings-page .security-actions,.settings-page .modal-actions,.settings-page .edit-buttons{flex-direction:column;align-items:stretch;width:100%}.settings-page .security-actions .primary-button,.settings-page .security-actions .secondary-button,.settings-page .edit-buttons .primary-button,.settings-page .edit-buttons .secondary-button{justify-content:center}}.cd-top-section{background:#f4f5f7;border:1px solid #e5e7eb;border-radius:6px;margin-bottom:24px;padding:32px}.cd-header-row{align-items:center;gap:16px;margin-bottom:16px;display:flex}.cd-title{color:#111827;letter-spacing:-.02em;margin:0;font-size:32px;font-weight:800}.cd-status-badge{background:#111827;border-radius:4px;width:120px;height:24px;display:inline-block}.cd-meta-row{color:#6b7280;align-items:center;gap:24px;margin-bottom:24px;font-size:13px;font-weight:500;display:flex}.cd-meta-item{align-items:center;gap:6px;display:flex}.cd-context-box{background:#fff;border-left:4px solid #111827;margin-top:24px;padding:20px 24px;box-shadow:0 1px 2px #00000008}.cd-context-label{color:#111827;letter-spacing:.05em;align-items:center;gap:8px;margin-bottom:12px;font-size:11px;font-weight:800;display:flex}.cd-context-quote{color:#4b5563;margin:0;font-size:14px;font-style:italic;line-height:1.6}.cd-metric-card{background:#fff;border:1px solid #e5e7eb;border-radius:4px;flex-direction:column;padding:24px;display:flex}.cd-card-title{color:#111827;border-bottom:1px solid #e5e7eb;margin:0 0 16px;padding-bottom:16px;font-size:16px;font-weight:700}.cd-funnel-item{margin-bottom:16px}.cd-funnel-labels{color:#4b5563;justify-content:space-between;margin-bottom:6px;font-family:monospace;font-size:12px;font-weight:600;display:flex}.cd-funnel-value{color:#111827;font-weight:700}.cd-funnel-track{background:#e5e7eb;width:100%;height:16px}.cd-funnel-fill{height:100%;transition:width .3s}.cd-fill-black{background:#111827}.cd-fill-darkgray{background:#4b5563}.cd-fill-gray{background:#6b7280}.cd-anonymity-indicator{color:#047857;border-top:1px solid #e5e7eb;align-items:center;gap:6px;margin-top:auto;padding-top:16px;font-size:11px;font-weight:700;display:flex}.cd-metric-centered{align-items:center}.cd-donut-container{width:160px;height:160px;margin:20px auto;position:relative}.cd-donut-tooltip{color:#fff;white-space:nowrap;z-index:10;pointer-events:none;background:#111827;border-radius:6px;flex-direction:column;gap:4px;padding:8px 12px;font-size:12px;display:flex;position:absolute;top:-65px;left:50%;transform:translate(-50%);box-shadow:0 4px 6px #0000001a}.cd-donut-tooltip:after{content:"";border:4px solid #0000;border-top-color:#111827;border-bottom-width:0;position:absolute;bottom:-4px;left:50%;transform:translate(-50%)}.cd-donut-chart{border-radius:50%;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.cd-donut-hole{background:#fff;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:110px;height:110px;display:flex}.cd-donut-value{color:#111827;font-size:28px;font-weight:700;line-height:1}.cd-donut-label{color:#6b7280;margin-top:4px;font-size:10px;font-weight:500}.cd-donut-legend{color:#4b5563;justify-content:center;gap:16px;width:100%;margin-top:auto;font-family:monospace;font-size:11px;display:flex}.cd-legend-item{align-items:center;gap:6px;display:flex}.cd-legend-color{width:8px;height:8px}.cd-legend-process{background:#111827}.cd-legend-structural{background:#6b7280}.cd-severity-item{margin-bottom:24px}.cd-severity-labels{justify-content:space-between;margin-bottom:6px;font-size:12px;font-weight:700;display:flex}.cd-text-red{color:#dc2626}.cd-text-orange{color:#d97706}.cd-text-green{color:#059669}.cd-sev-value{color:#111827;font-family:monospace}.cd-severity-track{background:#e5e7eb;width:100%;height:20px}.cd-severity-fill{height:100%;transition:width .3s}.cd-bg-red{background:#dc2626}.cd-bg-orange{background:#f59e0b}.cd-bg-green{background:#059669}.cd-themes-panel{background:#fff;border:1px solid #e5e7eb;border-radius:4px}.cd-themes-header{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.cd-themes-header h2{color:#111827;margin:0;font-size:16px;font-weight:700}.cd-theme-list{flex-direction:column;display:flex}.cd-theme-item{border-bottom:1px solid #e5e7eb;align-items:center;gap:16px;padding:20px 24px;display:flex}.cd-theme-item:last-child{border-bottom:none}.cd-severity-badge{border-radius:2px;padding:4px 8px;font-size:10px;font-weight:700}.cd-severity-high{color:#dc2626;background:#fee2e2}.cd-severity-medium{color:#ea580c;background:#ffedd5}.cd-severity-low{color:#6b7280;background:#f3f4f6}.cd-theme-name{color:#111827;flex-grow:1;font-size:14px;font-weight:600}.cd-theme-arrow{color:#9ca3af}.cd-theme-strikethrough .cd-theme-name{color:#6b7280;text-decoration:line-through}.cd-theme-check{color:#6b7280}.cd-actions-panel{flex-direction:column;gap:16px;display:flex}.cd-action-card{cursor:pointer;border-radius:4px;justify-content:space-between;align-items:center;padding:24px;transition:transform .2s;display:flex}.cd-action-card:hover{transform:translateY(-2px)}.cd-action-black{color:#fff;background:#000}.cd-action-black h3{color:#fff}.cd-action-black p{color:#9ca3af}.cd-action-white{background:#fff;border:1px solid #e5e7eb}.cd-action-white h3{color:#111827}.cd-action-white p{color:#6b7280}.cd-action-content h3{margin:0 0 6px;font-size:16px;font-weight:700}.cd-action-content p{margin:0;font-size:13px}.cd-action-arrow-white{color:#fff}.cd-action-icon{color:#111827}.cd-integrity-card{background:#f3f4f6;border:1px solid #e5e7eb;border-radius:4px;margin-top:8px;padding:20px 24px}.cd-integrity-header{color:#4b5563;justify-content:space-between;margin-bottom:8px;font-size:11px;font-weight:700;display:flex}.cd-integrity-value{color:#047857}.cd-integrity-track{background:#d1d5db;height:4px;margin-bottom:12px}.cd-integrity-fill{background:#047857;height:100%;transition:width .3s}.cd-integrity-desc{color:#6b7280;margin:0;font-size:11px;line-height:1.5}.cd-container{color:#111827;background:#fbfbfc;max-width:1200px;min-height:100vh;margin:0 auto;padding:32px 40px}.cd-metrics-row{grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:24px;display:grid}.cd-bottom-grid{grid-template-columns:1fr 1fr;gap:24px;display:grid}.cd-loading-screen,.cd-error-screen{color:#6b7280;flex-direction:column;justify-content:center;align-items:center;min-height:400px;display:flex}.cd-spinner{color:#000;margin-bottom:16px;animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}body:has(.lp-split-container){background:#fff;height:100vh;margin:0;padding:0;overflow:hidden}.lp-split-container{color:#111827;width:100vw;height:100vh;display:flex}.lp-left-panel{background:#fff;flex:1;justify-content:center;padding:40px;display:flex;position:relative}.lp-left-wrapper{flex-direction:column;width:100%;max-width:440px;display:flex}.lp-logo{letter-spacing:-.04em;color:#000;margin-bottom:auto;font-size:24px;font-weight:900}.lp-form-container{margin:auto 0}.lp-header{margin-bottom:32px}.lp-header h1{letter-spacing:-.03em;color:#000;margin:0 0 8px;font-size:36px;font-weight:800}.lp-header p{color:#4b5563;margin:0;font-size:16px}.lp-sso-btn{color:#fff;cursor:pointer;background:#111827;border:none;border-radius:4px;justify-content:center;align-items:center;gap:12px;width:100%;height:48px;font-family:inherit;font-size:15px;font-weight:600;transition:background .2s;display:flex}.lp-sso-btn:hover{background:#1f2937}.lp-divider{text-align:center;align-items:center;margin:32px 0;display:flex}.lp-divider:before,.lp-divider:after{content:"";border-bottom:1px solid #e5e7eb;flex:1}.lp-divider span{color:#6b7280;padding:0 16px;font-size:13px;font-weight:500}.lp-form{flex-direction:column;gap:20px;display:flex}.lp-input-group label{color:#111827;margin-bottom:8px;font-size:12px;font-weight:700;display:block}.lp-form input{color:#111827;box-sizing:border-box;border:1px solid #d1d5db;border-radius:4px;width:100%;height:48px;padding:0 16px;font-family:inherit;font-size:15px;transition:border-color .2s,box-shadow .2s}.lp-form input::placeholder{color:#9ca3af}.lp-form input:focus{border-color:#111827;outline:none;box-shadow:0 0 0 1px #111827}.lp-password-label-row{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.lp-password-label-row label{margin:0}.lp-forgot-link{color:#4b5563;font-size:13px;font-weight:600;text-decoration:none}.lp-forgot-link:hover{color:#111827}.lp-password-wrapper{position:relative}.lp-password-toggle{color:#6b7280;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:4px;display:flex;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.lp-password-toggle:hover{color:#111827}.lp-error-message{color:#dc2626;background:#fef2f2;border:1px solid #fecaca;border-radius:4px;margin:0;padding:12px;font-size:13px}.lp-submit-btn{color:#111827;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:4px;width:100%;height:48px;margin-top:8px;font-family:inherit;font-size:16px;font-weight:700;transition:all .2s}.lp-submit-btn:hover:not(:disabled){background:#f9fafb;border-color:#111827}.lp-submit-btn:disabled{opacity:.5;cursor:not-allowed}.lp-footer{color:#4b5563;margin-top:auto;font-size:13px}.lp-footer strong{color:#111827;cursor:pointer}.lp-signup-prompt{text-align:center;color:#4b5563;margin-top:16px;font-size:13px}.lp-signup-prompt a{color:#111827;font-weight:700;text-decoration:none}.lp-signup-prompt a:hover{text-decoration:underline}.lp-right-panel{background-color:#0f172a;flex:1.1;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.lp-right-bg{z-index:1;background:radial-gradient(circle at 15%,#1e3a8a66 0%,#0000 50%),radial-gradient(circle at 85% 30%,#0f766e4d 0%,#0000 50%),linear-gradient(#0f172ae6,#0f172ae6),repeating-linear-gradient(0deg,#0000,#0000 49px,#ffffff08 50px),#0b132b repeating-linear-gradient(90deg,#0000,#0000 49px,#ffffff08 50px);position:absolute;inset:0}.lp-right-content{z-index:2;max-width:540px;padding:40px;position:relative}.lp-right-content h1{color:#fff;letter-spacing:-.03em;margin:0 0 24px;font-size:clamp(32px,4vw,42px);font-weight:800;line-height:1.15}.lp-right-content p{color:#94a3b8;margin:0 0 40px;font-size:16px;line-height:1.6}.lp-security-badges{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:4px;align-items:center;gap:20px;padding:16px 24px;display:inline-flex}.lp-badge{color:#34d399;letter-spacing:.05em;align-items:center;gap:8px;font-family:monospace;font-size:13px;font-weight:700;display:flex}@media (width<=900px){.lp-split-container{flex-direction:column;overflow-y:auto}body:has(.lp-split-container){overflow:auto}.lp-left-panel{min-height:100vh;padding:40px 24px}.lp-right-panel{display:none}}:root{--PhoneInput-color--focus:#03b2cb;--PhoneInputInternationalIconPhone-opacity:.8;--PhoneInputInternationalIconGlobe-opacity:.65;--PhoneInputCountrySelect-marginRight:.35em;--PhoneInputCountrySelectArrow-width:.3em;--PhoneInputCountrySelectArrow-marginLeft:var(--PhoneInputCountrySelect-marginRight);--PhoneInputCountrySelectArrow-borderWidth:1px;--PhoneInputCountrySelectArrow-opacity:.45;--PhoneInputCountrySelectArrow-color:currentColor;--PhoneInputCountrySelectArrow-color--focus:var(--PhoneInput-color--focus);--PhoneInputCountrySelectArrow-transform:rotate(45deg);--PhoneInputCountryFlag-aspectRatio:1.5;--PhoneInputCountryFlag-height:1em;--PhoneInputCountryFlag-borderWidth:1px;--PhoneInputCountryFlag-borderColor:#00000080;--PhoneInputCountryFlag-borderColor--focus:var(--PhoneInput-color--focus);--PhoneInputCountryFlag-backgroundColor--loading:#0000001a}.PhoneInput{align-items:center;display:flex}.PhoneInputInput{flex:1;min-width:0}.PhoneInputCountryIcon{width:calc(var(--PhoneInputCountryFlag-height) * var(--PhoneInputCountryFlag-aspectRatio));height:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--square{width:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--border{background-color:var(--PhoneInputCountryFlag-backgroundColor--loading);box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor), inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor)}.PhoneInputCountryIconImg{width:100%;height:100%;display:block}.PhoneInputInternationalIconPhone{opacity:var(--PhoneInputInternationalIconPhone-opacity)}.PhoneInputInternationalIconGlobe{opacity:var(--PhoneInputInternationalIconGlobe-opacity)}.PhoneInputCountry{margin-right:var(--PhoneInputCountrySelect-marginRight);align-self:stretch;align-items:center;display:flex;position:relative}.PhoneInputCountrySelect{z-index:1;opacity:0;cursor:pointer;border:0;width:100%;height:100%;position:absolute;top:0;left:0}.PhoneInputCountrySelect[disabled],.PhoneInputCountrySelect[readonly]{cursor:default}.PhoneInputCountrySelectArrow{content:"";width:var(--PhoneInputCountrySelectArrow-width);height:var(--PhoneInputCountrySelectArrow-width);margin-left:var(--PhoneInputCountrySelectArrow-marginLeft);border-style:solid;border-color:var(--PhoneInputCountrySelectArrow-color);border-top-width:0;border-bottom-width:var(--PhoneInputCountrySelectArrow-borderWidth);border-left-width:0;border-right-width:var(--PhoneInputCountrySelectArrow-borderWidth);transform:var(--PhoneInputCountrySelectArrow-transform);opacity:var(--PhoneInputCountrySelectArrow-opacity);display:block}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon+.PhoneInputCountrySelectArrow{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon--border{box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus), inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon .PhoneInputInternationalIconGlobe{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}body:has(.sup-split-container){background:#fff;height:100vh;margin:0;padding:0;overflow:hidden}.sup-split-container{color:#111827;width:100vw;height:100vh;display:flex}.sup-left-panel{background:#fff;flex:1;justify-content:center;padding:40px;display:flex;position:relative;overflow-y:auto}.sup-left-wrapper{flex-direction:column;width:100%;max-width:480px;display:flex}.sup-top-row{justify-content:space-between;align-items:center;margin-bottom:60px;display:flex}.sup-back-to-login{color:#6b7280;cursor:pointer;background:0 0;border:none;align-items:center;gap:4px;padding:0;font-size:14px;font-weight:600;display:flex}.sup-back-to-login:hover{color:#111827}.sup-logo{letter-spacing:-.04em;color:#000;align-items:center;gap:8px;font-size:20px;font-weight:800;display:flex}.sup-logo-icon{color:#fff;background:#000;border-radius:4px;padding:4px}.sup-form-container{margin:auto 0}.sup-header{margin-bottom:32px}.sup-header h1{letter-spacing:-.03em;color:#000;margin:0 0 12px;font-size:32px;font-weight:800;line-height:1.2}.sup-header p{color:#4b5563;margin:0;font-size:15px;line-height:1.5}.sup-sso-buttons{grid-template-columns:1fr 1fr;gap:16px;margin-bottom:32px;display:grid}.sup-sso-btn{color:#374151;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:4px;justify-content:center;align-items:center;gap:12px;height:48px;font-family:inherit;font-size:14px;font-weight:600;transition:background .2s;display:flex}.sup-sso-btn:hover{background:#f9fafb}.sup-divider{text-align:center;align-items:center;margin-bottom:32px;display:flex}.sup-divider:before,.sup-divider:after{content:"";border-bottom:1px solid #e5e7eb;flex:1}.sup-divider span{color:#6b7280;padding:0 16px;font-size:12px;font-weight:600}.sup-form{flex-direction:column;gap:20px;display:flex}.sup-form-fade-in{flex-direction:column;gap:20px;animation:.3s fadeIn;display:flex}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.sup-form-row{grid-template-columns:1fr 1fr;gap:16px;display:grid}.sup-input-group label{color:#111827;margin-bottom:8px;font-size:12px;font-weight:700;display:block}.sup-input-group input,.sup-input-group select{color:#111827;box-sizing:border-box;background:#fff;border:1px solid #d1d5db;border-radius:4px;width:100%;height:44px;padding:0 16px;font-family:inherit;font-size:14px;transition:border-color .2s,box-shadow .2s}.sup-input-group input:disabled{color:#9ca3af;cursor:not-allowed;background:#f9fafb}.sup-input-group input:focus,.sup-input-group select:focus{border-color:#111827;outline:none;box-shadow:0 0 0 1px #111827}.sup-password-wrapper{position:relative}.sup-password-toggle{color:#6b7280;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:4px;display:flex;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.sup-password-toggle:hover{color:#111827}.sup-checkbox-group{margin-top:8px}.sup-checkbox-container{cursor:pointer;align-items:flex-start;gap:12px;display:flex}.sup-checkbox-container input{cursor:pointer;margin-top:4px}.sup-checkbox-text{color:#4b5563;font-size:13px;line-height:1.5}.sup-checkbox-text a{color:#111827;font-weight:600;text-decoration:underline}.sup-error-message{color:#dc2626;background:#fef2f2;border:1px solid #fecaca;border-radius:4px;margin:0;padding:12px;font-size:13px}.sup-success-message{color:#059669;background:#ecfdf5;border:1px solid #a7f3d0;border-radius:4px;margin:0;padding:12px;font-size:13px}.sup-submit-btn{color:#fff;cursor:pointer;background:#000;border:none;border-radius:4px;width:100%;height:48px;margin-top:12px;font-family:inherit;font-size:15px;font-weight:700;transition:background .2s}.sup-submit-btn:hover:not(:disabled){background:#1f2937}.sup-submit-btn:disabled{opacity:.6;cursor:not-allowed}.sup-footer{text-align:center;color:#6b7280;margin-top:32px;font-size:13px}.sup-footer a{color:#111827;font-weight:700;text-decoration:none}.sup-footer a:hover{text-decoration:underline}.sup-header-step2{margin-bottom:24px}.sup-back-btn{color:#6b7280;cursor:pointer;background:0 0;border:none;padding:0;font-size:14px;font-weight:600}.sup-back-btn:hover{color:#111827}.sup-right-panel{color:#fff;background-color:#1f2937;flex-direction:column;flex:1.1;justify-content:center;padding:80px;display:flex}.sup-right-content{flex-direction:column;max-width:600px;height:100%;margin:0 auto;display:flex}.sup-testimonial-box{margin-top:auto;margin-bottom:auto}.sup-quote-icon{color:#e5e7eb;opacity:.5;margin-bottom:24px;font-family:serif;font-size:80px;line-height:.5}.sup-quote-text{color:#fff;margin:0 0 40px;font-size:clamp(24px,3vw,32px);font-weight:500;line-height:1.4}.sup-quote-author{align-items:center;gap:16px;display:flex}.sup-author-line{background:#9ca3af;width:32px;height:1px}.sup-author-info{flex-direction:column;display:flex}.sup-author-info strong{color:#fff;font-size:16px;font-weight:600}.sup-author-info span{color:#9ca3af;font-size:14px}.sup-security-badges{border-top:1px solid #ffffff1a;gap:32px;margin-top:auto;padding-top:40px;display:flex}.sup-badge{color:#9ca3af;letter-spacing:.05em;align-items:center;gap:8px;font-size:12px;font-weight:600;display:flex}.sup-badge svg{color:#34d399}@media (width<=900px){.sup-split-container{flex-direction:column;overflow-y:auto}body:has(.sup-split-container){overflow:auto}.sup-left-panel{min-height:100vh;padding:40px 24px}.sup-right-panel{display:none}}.sup-phone-input{align-items:center;display:flex}.sup-phone-input .PhoneInputCountry{background:#fff;border:1px solid #d1d5db;border-radius:4px;align-items:center;height:44px;margin-right:8px;padding:0 8px;display:flex}.sup-phone-input .PhoneInputInput{color:#111827;box-sizing:border-box;background:#fff;border:1px solid #d1d5db;border-radius:4px;flex:1;width:100%;height:44px;padding:0 16px;font-family:inherit;font-size:14px}.sup-phone-input .PhoneInputInput:focus{border-color:#111827;outline:none;box-shadow:0 0 0 1px #111827}*,:before,:after{box-sizing:border-box;margin:0;padding:0}.iv-root{color:#e2e8f0;background:#080b14;justify-content:center;align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.iv-root:before,.iv-root:after{content:"";filter:blur(120px);opacity:.18;pointer-events:none;z-index:0;border-radius:50%;position:fixed}.iv-root:before{background:radial-gradient(circle,#6366f1,#0000);width:600px;height:600px;top:-200px;left:-200px}.iv-root:after{background:radial-gradient(circle,#8b5cf6,#0000);width:500px;height:500px;bottom:-200px;right:-200px}.iv-screen{z-index:1;width:100%;max-width:520px;padding:20px;animation:.5s iv-fadein;position:relative}@keyframes iv-fadein{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}.iv-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);text-align:center;background:#0f172ad9;border:1px solid #6366f133;border-radius:20px;padding:44px 40px;box-shadow:0 25px 60px #00000080,0 0 0 1px #ffffff08}.iv-logo{align-items:center;gap:10px;margin-bottom:32px;display:inline-flex}.iv-logo-dot{background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;font-size:18px;display:flex}.iv-logo-name{color:#f1f5f9;letter-spacing:-.3px;font-size:18px;font-weight:700}.iv-badge{color:#a5b4fc;letter-spacing:.5px;text-transform:uppercase;background:#6366f126;border:1px solid #6366f14d;border-radius:20px;align-items:center;gap:6px;margin-bottom:24px;padding:5px 12px;font-size:12px;font-weight:500;display:inline-flex}.iv-badge-dot{background:#6366f1;border-radius:50%;width:6px;height:6px;animation:2s infinite iv-pulse}@keyframes iv-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.8)}}.iv-title{color:#f8fafc;letter-spacing:-.4px;margin-bottom:12px;font-size:26px;font-weight:700;line-height:1.3}.iv-subtitle{color:#94a3b8;margin-bottom:32px;font-size:15px;line-height:1.7}.iv-subtitle strong{color:#c7d2fe}.iv-privacy-box{text-align:left;background:#6366f114;border:1px solid #6366f133;border-radius:12px;margin-bottom:28px;padding:20px}.iv-privacy-item{color:#94a3b8;align-items:flex-start;gap:12px;margin-bottom:14px;font-size:14px;line-height:1.5;display:flex}.iv-privacy-item:last-child{margin-bottom:0}.iv-privacy-item svg{color:#6366f1;flex-shrink:0;margin-top:2px}.iv-btn-primary{color:#fff;cursor:pointer;letter-spacing:-.2px;background:linear-gradient(135deg,#6366f1,#8b5cf6);border:none;border-radius:12px;width:100%;padding:15px;font-size:16px;font-weight:600;transition:transform .15s,box-shadow .15s,opacity .15s;box-shadow:0 4px 20px #6366f166}.iv-btn-primary:hover{transform:translateY(-1px);box-shadow:0 8px 28px #6366f180}.iv-btn-primary:disabled{opacity:.5;cursor:not-allowed;transform:none}.iv-btn-secondary{color:#64748b;cursor:pointer;background:0 0;border:none;margin-top:12px;padding:4px 8px;font-size:14px;text-decoration:underline;transition:color .15s;display:inline-block}.iv-btn-secondary:hover{color:#94a3b8}.iv-team-chips{flex-wrap:wrap;justify-content:center;gap:10px;margin-bottom:28px;display:flex}.iv-chip{color:#a5b4fc;cursor:pointer;-webkit-user-select:none;user-select:none;background:#6366f114;border:1px solid #6366f14d;border-radius:50px;padding:10px 20px;font-size:14px;font-weight:500;transition:all .15s}.iv-chip:hover{background:#6366f126;border-color:#6366f180}.iv-chip.selected{color:#c7d2fe;background:#6366f140;border-color:#6366f1;box-shadow:0 0 12px #6366f14d}.iv-step-indicator{justify-content:center;align-items:center;gap:8px;margin-bottom:28px;display:flex}.iv-step-dot{background:#6366f133;border-radius:50%;width:8px;height:8px;transition:all .3s}.iv-step-dot.active{background:#6366f1;transform:scale(1.3);box-shadow:0 0 8px #6366f199}.iv-step-dot.done{background:#6366f180}.iv-error-icon{margin-bottom:20px;font-size:48px}.iv-voice-root{z-index:1;flex-direction:column;width:100%;min-height:100vh;display:flex;position:relative}.iv-voice-topbar{border-bottom:1px solid #ffffff0a;justify-content:space-between;align-items:center;padding:20px 32px;display:flex}.iv-voice-topbar-title{color:#475569;letter-spacing:.5px;text-transform:uppercase;font-size:13px;font-weight:500}.iv-status-badge{border:1px solid;border-radius:20px;align-items:center;gap:6px;padding:5px 12px;font-size:12px;font-weight:500;transition:all .3s;display:flex}.iv-status-badge.listening{color:#34d399;background:#34d39914;border-color:#34d3994d}.iv-status-badge.speaking{color:#a5b4fc;background:#a5b4fc14;border-color:#a5b4fc4d}.iv-status-badge.connecting{color:#fbbf24;background:#fbbf2414;border-color:#fbbf244d}.iv-status-badge.idle{color:#64748b;background:#64748b14;border-color:#64748b4d}.iv-status-dot{background:currentColor;border-radius:50%;width:6px;height:6px}.iv-status-dot.pulse{animation:1.5s infinite iv-pulse}.iv-voice-main{flex-direction:column;flex:1;justify-content:center;align-items:center;gap:40px;padding:40px;display:flex}.iv-orb-wrapper{position:relative}.iv-instruction{text-align:center;max-width:360px}.iv-instruction p{color:#64748b;font-size:15px;line-height:1.6}.iv-instruction p.active-hint{color:#94a3b8}.iv-voice-controls{border-top:1px solid #ffffff0a;justify-content:center;align-items:center;gap:20px;padding:28px 32px;display:flex}.iv-end-btn{color:#f87171;cursor:pointer;background:#ef44441a;border:1px solid #ef44444d;border-radius:50px;align-items:center;gap:8px;padding:12px 24px;font-size:14px;font-weight:500;transition:all .2s;display:flex}.iv-end-btn:hover{background:#ef444433;border-color:#ef444480}.iv-complete-emoji{margin-bottom:20px;font-size:52px;display:block}.iv-loading-spinner{border:3px solid #6366f133;border-top-color:#6366f1;border-radius:50%;width:40px;height:40px;margin:0 auto 24px;animation:.8s linear infinite iv-spin}@keyframes iv-spin{to{transform:rotate(360deg)}}@media (width<=560px){.iv-card{padding:32px 24px}.iv-voice-main{padding:24px}.iv-voice-topbar{padding:16px 20px}.iv-voice-controls{padding:20px}}.ccp-container{background-color:#f8fafc;flex-direction:column;height:100vh;display:flex;overflow-y:auto}.ccp-header{z-index:20;background-color:#fff;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:16px 24px;display:flex;position:sticky;top:0}.ccp-header-left{align-items:center;gap:16px;display:flex}.ccp-back-btn{cursor:pointer;color:#475569;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:8px;transition:background-color .2s;display:flex}.ccp-back-btn:hover{color:#0f172a;background-color:#f1f5f9}.ccp-title{color:#0f172a;align-items:center;gap:12px;margin:0;font-size:18px;font-weight:600;display:flex}.ccp-badge{color:#475569;letter-spacing:.5px;background-color:#e2e8f0;border-radius:4px;padding:4px 8px;font-size:11px;font-weight:700}.ccp-header-right{align-items:center;gap:16px;display:flex}.ccp-cancel-btn,.ccp-ghost-btn{cursor:pointer;color:#334155;background:#fff;border:1px solid #cbd5e1;border-radius:6px;padding:10px 16px;font-size:13px;font-weight:500;transition:all .2s}.ccp-cancel-btn:hover,.ccp-ghost-btn:hover{background-color:#f8fafc;border-color:#94a3b8}.ccp-next-btn{color:#fff;cursor:pointer;background-color:#000;border:none;border-radius:6px;align-items:center;gap:8px;padding:10px 20px;font-size:13px;font-weight:500;transition:background-color .2s;display:flex}.ccp-next-btn:hover{background-color:#1e293b}.ccp-content{flex-direction:column;flex:1;align-items:center;padding:40px 24px;display:flex}.ccp-stepper{align-items:center;gap:16px;margin-bottom:40px;display:flex}.ccp-step{letter-spacing:.5px;align-items:center;gap:8px;font-size:13px;font-weight:600;display:flex}.ccp-step.active{color:#0f172a}.ccp-step.inactive{color:#94a3b8}.ccp-step-num{color:#fff;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:12px;display:flex}.ccp-step.active .ccp-step-num{background-color:#000}.ccp-step.inactive .ccp-step-num{background-color:#cbd5e1}.ccp-step-line{background-color:#cbd5e1;width:40px;height:1px}.ccp-form-container{flex-direction:column;gap:24px;width:100%;max-width:800px;display:flex}.ccp-card{background-color:#fff;border:1px solid #e2e8f0;border-radius:8px;overflow:hidden}.ccp-card-header{border-bottom:1px solid #e2e8f0;align-items:center;gap:12px;padding:20px 24px;display:flex}.ccp-card-icon{color:#0f172a}.ccp-card-title{color:#0f172a;margin:0;font-size:16px;font-weight:600}.ccp-card-body{flex-direction:column;gap:24px;padding:24px;display:flex}.ccp-card-subtitle{color:#64748b;margin-top:-16px;margin-bottom:8px;font-size:14px}.ccp-summary-grid{border-top:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0;grid-template-columns:1fr 1fr;gap:24px;margin:0 -24px;padding:20px 24px;display:grid}.ccp-summary-item{flex-direction:column;gap:8px;display:flex}.ccp-summary-label{color:#64748b;text-transform:uppercase;letter-spacing:.5px;font-size:11px;font-weight:700}.ccp-summary-value{color:#334155;align-items:center;gap:8px;font-size:14px;font-weight:500;display:flex}.ccp-summary-highlight{color:#0f172a;font-size:24px;font-weight:600}.ccp-status-success{color:#059669;background-color:#ecfdf5;border:1px solid #a7f3d0;border-radius:6px;align-items:center;gap:12px;margin-top:8px;padding:12px 16px;font-size:13px;font-weight:500;display:flex}.ccp-status-success svg{color:#fff;background-color:#10b981;border-radius:50%;padding:2px}.ccp-email-field{border-bottom:1px solid #e2e8f0;align-items:center;gap:16px;padding-bottom:16px;display:flex}.ccp-email-field:last-of-type{border-bottom:none;padding-bottom:0}.ccp-email-label{color:#64748b;text-transform:uppercase;letter-spacing:.5px;width:60px;font-size:11px;font-weight:700}.ccp-email-value{color:#334155;flex:1;font-size:14px}.ccp-email-input{color:#0f172a;border:1px solid #cbd5e1;border-radius:6px;outline:none;flex:1;padding:10px 14px;font-size:14px;transition:border-color .2s}.ccp-email-input:focus{border-color:#94a3b8}.ccp-email-body-preview{text-align:center;background-color:#f1f5f9;border:1px solid #e2e8f0;border-radius:8px;flex-direction:column;align-items:center;margin-top:16px;padding:40px;display:flex}.ccp-email-icon{color:#fff;background-color:#0f172a;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:24px;display:flex}.ccp-email-text{color:#334155;max-width:480px;margin-bottom:16px;font-size:15px;line-height:1.6}.ccp-email-subtext{color:#64748b;margin-bottom:32px;font-size:13px}.ccp-email-btn{color:#fff;cursor:default;background-color:#000;border:none;border-radius:6px;padding:14px 28px;font-size:15px;font-weight:500}.ccp-email-footer{color:#94a3b8;margin-top:40px;font-size:12px}.ccp-field{flex-direction:column;gap:8px;display:flex;position:relative}.ccp-label{color:#334155;justify-content:space-between;font-size:13px;font-weight:600;display:flex}.ccp-label-hint{color:#64748b;font-size:12px;font-weight:400}.ccp-input{color:#0f172a;box-sizing:border-box;border:1px solid #cbd5e1;border-radius:8px;outline:none;width:100%;padding:12px 16px;font-family:inherit;font-size:15px;transition:border-color .2s}.ccp-input:focus{border-color:#94a3b8}.ccp-textarea{resize:vertical;min-height:80px}.ccp-radio-group{gap:16px;display:flex}.ccp-radio-option{cursor:pointer;background-color:#fff;border:1px solid #cbd5e1;border-radius:8px;flex-direction:column;flex:1;justify-content:center;align-items:center;padding:24px 16px;transition:all .2s;display:flex;position:relative}.ccp-radio-option.selected{background-color:#f8fafc;border-color:#0f172a}.ccp-radio-circle{border:2px solid #cbd5e1;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;margin-bottom:12px;display:flex}.ccp-radio-option.selected .ccp-radio-circle{border-color:#000}.ccp-radio-dot{opacity:0;background-color:#000;border-radius:50%;width:10px;height:10px;transition:opacity .2s}.ccp-radio-option.selected .ccp-radio-dot{opacity:1}.ccp-radio-label{color:#0f172a;font-size:14px;font-weight:500}.ccp-alert{background-color:#f1f5f9;border:1px solid #e2e8f0;border-radius:8px;gap:16px;padding:16px;display:flex}.ccp-alert-icon{color:#0f766e;flex-shrink:0;margin-top:2px}.ccp-alert-content{flex-direction:column;gap:4px;display:flex}.ccp-alert-title{color:#0f172a;margin:0;font-size:14px;font-weight:600}.ccp-alert-desc{color:#475569;margin:0;font-size:14px;line-height:1.5}.ccp-multi-select{cursor:pointer;background-color:#fff;border:1px solid #cbd5e1;border-radius:8px;justify-content:space-between;align-items:center;width:100%;min-height:46px;padding:8px 12px;display:flex}.ccp-multi-select-tags{flex-wrap:wrap;gap:8px;display:flex}.ccp-tag{color:#0f172a;background-color:#f1f5f9;border:1px solid #e2e8f0;border-radius:16px;align-items:center;gap:6px;padding:4px 10px;font-size:13px;font-weight:500;display:flex}.ccp-tag-remove{cursor:pointer;color:#64748b;background:0 0;border:none;justify-content:center;align-items:center;padding:0;font-size:14px;display:flex}.ccp-tag-remove:hover{color:#ef4444}.ccp-dropdown-menu{z-index:10;background-color:#fff;border:1px solid #cbd5e1;border-radius:8px;width:100%;max-height:200px;padding:8px 0;position:absolute;top:calc(100% + 4px);left:0;overflow-y:auto;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.ccp-dropdown-item{cursor:pointer;color:#0f172a;align-items:center;gap:12px;padding:10px 16px;font-size:14px;transition:background-color .2s;display:flex}.ccp-dropdown-item:hover{background-color:#f8fafc}.ccp-dropdown-item input[type=checkbox]{cursor:pointer;accent-color:#000;width:16px;height:16px}.fdd-container{color:#1f2937;max-width:1200px;margin:0 auto;padding:32px 40px;animation:.4s ease-out fddFadeIn}@keyframes fddFadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.fdd-header{justify-content:space-between;align-items:center;margin-bottom:32px;display:flex}.fdd-title{color:#111827;margin:0;font-size:28px;font-weight:700}.fdd-cycle-selector{color:#374151;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:6px;outline:none;align-items:center;gap:8px;min-width:250px;padding:8px 12px;font-family:inherit;font-size:14px;transition:all .2s;display:flex;box-shadow:0 1px 2px #0000000d}.fdd-cycle-selector:hover{border-color:#9ca3af}.fdd-kpi-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:20px;margin-bottom:32px;display:grid}.fdd-kpi-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;flex-direction:column;padding:20px;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008}.fdd-kpi-card:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.fdd-kpi-title{color:#6b7280;text-transform:uppercase;letter-spacing:.05em;align-items:center;gap:8px;margin-bottom:8px;font-size:13px;font-weight:600;display:flex}.fdd-kpi-value{color:#111827;font-size:28px;font-weight:800}.fdd-kpi-subtitle{color:#9ca3af;margin-top:4px;font-size:13px}.fdd-viz-grid{grid-template-columns:1fr 1fr;gap:24px;margin-bottom:40px;display:grid}.fdd-viz-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:24px;box-shadow:0 4px 6px -1px #0000000d}.fdd-viz-header{color:#111827;margin-bottom:20px;font-size:18px;font-weight:700}.fdd-bar-chart{flex-direction:column;gap:16px;display:flex}.fdd-bar-row{flex-direction:column;gap:6px;display:flex}.fdd-bar-label{color:#374151;justify-content:space-between;font-size:14px;font-weight:500;display:flex}.fdd-bar-track{background-color:#f3f4f6;border-radius:5px;width:100%;height:10px;overflow:hidden}.fdd-bar-fill{transform-origin:0;background-color:#111827;border-radius:5px;height:100%;animation:1s cubic-bezier(.4,0,.2,1) forwards fillBar}@keyframes fillBar{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.fdd-severity-grid{flex-direction:column;gap:16px;display:flex}.fdd-severity-row{align-items:center;gap:16px;display:flex}.fdd-severity-cat{color:#374151;text-overflow:ellipsis;white-space:nowrap;width:120px;font-size:14px;font-weight:500;overflow:hidden}.fdd-severity-stack{background-color:#f3f4f6;border-radius:8px;flex:1;height:16px;display:flex;overflow:hidden}.fdd-sev-segment{color:#ffffffe6;transform-origin:0;justify-content:center;align-items:center;height:100%;font-size:10px;font-weight:700;transition:opacity .2s;animation:1s cubic-bezier(.4,0,.2,1) forwards slideIn;display:flex}.fdd-sev-segment:hover{opacity:.9}@keyframes slideIn{0%{opacity:0;transform:scaleX(0)}to{opacity:1;transform:scaleX(1)}}.fdd-bg-critical{background-color:#7f1d1d}.fdd-bg-high{background-color:#ef4444}.fdd-bg-medium{background-color:#f59e0b}.fdd-bg-low{background-color:#10b981}.fdd-legend{color:#6b7280;gap:16px;margin-top:16px;font-size:12px;font-weight:500;display:flex}.fdd-legend-item{align-items:center;gap:6px;display:flex}.fdd-legend-dot{border-radius:50%;width:10px;height:10px}.fdd-feed-section{flex-direction:column;gap:24px;display:flex}.fdd-feed-header{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding-bottom:16px;display:flex}.fdd-feed-title{color:#111827;align-items:center;gap:8px;font-size:20px;font-weight:700;display:flex}.fdd-filters{gap:16px;display:flex}.fdd-filter-select{color:#374151;cursor:pointer;background-color:#fff;border:1px solid #d1d5db;border-radius:6px;outline:none;padding:8px 12px;font-size:13px;font-weight:500}.fdd-feed-list{flex-direction:column;gap:16px;display:flex}.fdd-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:24px;transition:transform .2s,box-shadow .2s;box-shadow:0 1px 3px #0000000d}.fdd-card:hover{border-color:#d1d5db;transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000000d}.fdd-card-header{justify-content:space-between;align-items:flex-start;margin-bottom:16px;display:flex}.fdd-card-badges{gap:8px;display:flex}.fdd-badge{text-transform:uppercase;border-radius:6px;padding:4px 10px;font-size:12px;font-weight:700}.fdd-badge-cat{color:#4b5563;background:#f3f4f6}.fdd-badge-critical{color:#7f1d1d;background:#fef2f2;border:1px solid #fecaca}.fdd-badge-high{color:#991b1b;background:#fee2e2}.fdd-badge-medium{color:#b45309;background:#fef3c7}.fdd-badge-low{color:#065f46;background:#d1fae5}.fdd-card-score{color:#9ca3af;align-items:center;gap:4px;font-size:12px;font-weight:600;display:flex}.fdd-card-quote{color:#1f2937;border-left:4px solid #e5e7eb;padding-left:16px;font-size:16px;font-style:italic;line-height:1.6;position:relative}.fdd-empty-state{text-align:center;color:#6b7280;background:#f9fafb;border:1px dashed #d1d5db;border-radius:12px;padding:60px 20px}.deep-dive-expanded-content{border-top:1px solid #e5e7eb;padding:24px 16px 32px 136px}@media (width<=768px){.deep-dive-expanded-content{padding-left:16px!important}}.fdd-loading{color:#6b7280;flex-direction:column;justify-content:center;align-items:center;gap:16px;height:60vh;display:flex}.fdd-spinner{animation:1s linear infinite spin}:root{--rdx-dark:#0f0f11;--rdx-dark-2:#1a1a22;--rdx-indigo:#4f46e5;--rdx-indigo-light:#6366f1;--rdx-violet:#7c3aed;--rdx-beige:#f5f5f0;--rdx-beige-dark:#eeeeea;--rdx-text-dark:#111827;--rdx-text-medium:#4b5563;--rdx-text-light:#9ca3af;--rdx-border:#e5e7eb;--rdx-input-bg:#4f46e50a;--rdx-input-border:#4f46e533;--rdx-radius:8px;--rdx-font:"Inter", "Poppins", sans-serif}.rdx-demo-page{min-height:100vh;display:flex;overflow-x:hidden}.rdx-demo-left{background:var(--rdx-dark);background-image:radial-gradient(at 10% 20%,#4f46e52e 0%,#0000 55%),radial-gradient(at 80% 80%,#7c3aed1f 0%,#0000 50%);flex-direction:column;flex:0 0 44%;padding:40px 48px 60px;display:flex;position:relative;overflow:hidden}.rdx-demo-left:before{content:"";pointer-events:none;background-image:linear-gradient(#ffffff06 1px,#0000 1px),linear-gradient(90deg,#ffffff06 1px,#0000 1px);background-size:40px 40px;position:absolute;inset:0}.rdx-demo-back-link{color:#ffffff73;z-index:1;align-items:center;gap:6px;margin-bottom:48px;font-size:13px;text-decoration:none;transition:color .2s;display:inline-flex;position:relative}.rdx-demo-back-link:hover{color:#fffc}.rdx-demo-left-content{z-index:1;flex-direction:column;flex:1;display:flex;position:relative}.rdx-demo-brand{letter-spacing:-.5px;color:#fff;background:linear-gradient(135deg,#fff 30%,#6366f1e6 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:32px;font-size:18px;font-weight:800}.rdx-demo-left-heading{color:#fff;letter-spacing:-.5px;margin:0 0 20px;font-size:2.4em;font-weight:800;line-height:1.15}.rdx-demo-heading-accent{background:linear-gradient(135deg, var(--rdx-indigo-light), var(--rdx-violet));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.rdx-demo-left-sub{color:#fff9;max-width:420px;margin-bottom:36px;font-size:1em;line-height:1.65}.rdx-demo-benefits{margin:0 0 40px;padding:0;list-style:none}.rdx-demo-benefits li{color:#fffc;align-items:center;gap:12px;margin-bottom:14px;font-size:.95em;line-height:1.4;display:flex}.rdx-check-icon{color:var(--rdx-indigo-light);flex-shrink:0;font-size:1.1em}.rdx-demo-about-card{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff0d;border:1px solid #ffffff17;border-radius:12px;margin-bottom:32px;padding:24px}.rdx-demo-about-heading{color:#fff;letter-spacing:.2px;margin:0 0 12px;font-size:1em;font-weight:700}.rdx-demo-about-text{color:#ffffff8c;margin:0;font-size:.9em;line-height:1.7}.rdx-demo-help-note{color:#ffffff59;margin-top:auto;font-size:.85em}.rdx-demo-help-link{color:var(--rdx-indigo-light);text-decoration:none;transition:color .2s}.rdx-demo-help-link:hover{color:#fff}.rdx-demo-right{background:var(--rdx-beige);flex-direction:column;flex:1;padding:52px 56px 60px;display:flex;overflow-y:auto}.rdx-demo-form-heading{color:var(--rdx-text-dark);letter-spacing:-.5px;margin:0 0 8px;font-size:2.2em;font-weight:800}.rdx-demo-form-sub{color:var(--rdx-text-medium);margin:0 0 32px;font-size:.95em}.rdx-demo-form{flex-direction:column;gap:0;width:100%;max-width:640px;display:flex}.rdx-demo-form-row{gap:20px;margin-bottom:20px;display:flex}.rdx-demo-form-group{flex-direction:column;flex:1;margin-bottom:20px;display:flex}.rdx-full-width{flex:0 0 100%;width:100%;max-width:100%}.rdx-demo-form-group label{color:var(--rdx-text-dark);text-transform:uppercase;letter-spacing:.4px;margin-bottom:6px;font-size:.82em;font-weight:600}.rdx-required{color:var(--rdx-indigo)}.rdx-optional{color:var(--rdx-text-light);text-transform:none;letter-spacing:0;font-weight:400}.rdx-demo-form input,.rdx-demo-form select,.rdx-demo-form textarea{background:var(--rdx-input-bg);border:1px solid var(--rdx-input-border);color:var(--rdx-text-dark);border-radius:var(--rdx-radius);box-sizing:border-box;outline:none;width:100%;padding:11px 14px;font-size:.95em;transition:border-color .2s,box-shadow .2s,transform .15s}.rdx-demo-form input::placeholder,.rdx-demo-form textarea::placeholder{color:var(--rdx-text-light)}.rdx-demo-form input:focus,.rdx-demo-form select:focus,.rdx-demo-form textarea:focus{border-color:var(--rdx-indigo);transform:scale(1.004);box-shadow:0 0 0 3px #4f46e51f}.rdx-demo-form select{appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%234b5563' stroke-width='1.5' stroke-linecap='round' fill='none'/%3E%3C/svg%3E");background-position:right 14px center;background-repeat:no-repeat;padding-right:38px}.rdx-demo-form textarea{resize:vertical;min-height:100px}.rdx-demo-privacy-text{color:var(--rdx-text-medium);margin:4px 0 20px;font-size:.8em;line-height:1.5}.rdx-link{color:var(--rdx-indigo);text-decoration:none}.rdx-link:hover{text-decoration:underline}.rdx-demo-error{color:#dc2626;border-radius:var(--rdx-radius);background:#fef2f2;border:1px solid #fecaca;margin-bottom:16px;padding:10px 14px;font-size:.875em}.rdx-demo-submit-btn{background:var(--rdx-dark);color:#fff;border-radius:var(--rdx-radius);cursor:pointer;letter-spacing:.2px;border:none;width:100%;padding:14px 28px;font-size:1em;font-weight:700;transition:background .2s,transform .15s,box-shadow .2s}.rdx-demo-submit-btn:hover:not(:disabled){background:#1a1a2e;transform:translateY(-2px);box-shadow:0 8px 24px #0f0f114d}.rdx-demo-submit-btn:disabled{opacity:.6;cursor:not-allowed}.rdx-modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:2000;background:#0000008c;justify-content:center;align-items:center;animation:.2s rdx-fade-in;display:flex;position:fixed;inset:0}@keyframes rdx-fade-in{0%{opacity:0}to{opacity:1}}.rdx-modal-content{text-align:center;background:#fff;border-radius:16px;width:90%;max-width:420px;padding:40px 36px;animation:.25s rdx-slide-up;box-shadow:0 24px 64px #0003}@keyframes rdx-slide-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.rdx-modal-icon{margin-bottom:16px;font-size:2.5em}.rdx-modal-content h2{color:var(--rdx-text-dark);margin:0 0 12px;font-size:1.5em;font-weight:800}.rdx-modal-content p{color:var(--rdx-text-medium);margin:0 0 24px;font-size:.95em;line-height:1.6}.rdx-modal-cta{background:var(--rdx-dark);color:#fff;border-radius:var(--rdx-radius);margin-bottom:12px;padding:12px 20px;font-size:.9em;font-weight:700;text-decoration:none;transition:background .2s;display:block}.rdx-modal-cta:hover{background:#1a1a2e}.rdx-modal-close{border:1px solid var(--rdx-border);color:var(--rdx-text-medium);border-radius:var(--rdx-radius);cursor:pointer;background:0 0;width:100%;padding:10px 20px;font-size:.875em;transition:background .2s}.rdx-modal-close:hover{background:var(--rdx-beige-dark)}@media (width<=1024px){.rdx-demo-page{flex-direction:column}.rdx-demo-left{flex:none;padding:40px 36px}.rdx-demo-right{padding:40px 36px}.rdx-demo-left-heading{font-size:2em}}@media (width<=768px){.rdx-demo-left,.rdx-demo-right{padding:32px 24px}.rdx-demo-form-heading{font-size:1.8em}.rdx-demo-form-row{flex-direction:column;gap:0;margin-bottom:0}.rdx-demo-form-group{margin-bottom:16px}}@media (width<=480px){.rdx-demo-left,.rdx-demo-right{padding:24px 16px}.rdx-demo-left-heading{font-size:1.65em}.rdx-demo-form-heading{font-size:1.5em}.rdx-demo-submit-btn{padding:14px;font-size:16px}.rdx-demo-form input,.rdx-demo-form select,.rdx-demo-form textarea{font-size:16px}}
