:root{--primary-color: #2563eb;--primary-hover: #1d4ed8;--primary-light: #dbeafe;--secondary-color: #64748b;--secondary-hover: #475569;--success-color: #10b981;--warning-color: #f59e0b;--error-color: #ef4444;--info-color: #3b82f6;--bg-primary: #ffffff;--bg-secondary: #f8fafc;--bg-tertiary: #f1f5f9;--text-primary: #0f172a;--text-secondary: #64748b;--text-muted: #94a3b8;--border-color: #e2e8f0;--border-light: #f1f5f9;--sidebar-width: 260px;--header-height: 64px;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);--radius-sm: 4px;--radius-md: 6px;--radius-lg: 8px;--radius-xl: 12px;--transition: all .2s ease}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--bg-secondary);color:var(--text-primary);line-height:1.6}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.btn{padding:.625rem 1.25rem;font-size:.875rem;font-weight:500;border-radius:var(--radius-md);border:none;cursor:pointer;transition:var(--transition);display:inline-flex;align-items:center;gap:.5rem;text-decoration:none;line-height:1.5}.btn-primary{background-color:var(--primary-color);color:#fff}.btn-primary:hover:not(:disabled){background-color:var(--primary-hover)}.btn-secondary{background-color:var(--bg-tertiary);color:var(--text-primary);border:1px solid var(--border-color)}.btn-secondary:hover:not(:disabled){background-color:var(--border-light)}.btn:disabled{opacity:.6;cursor:not-allowed}.btn-sm{padding:.5rem 1rem;font-size:.813rem}.btn-lg{padding:.75rem 1.5rem;font-size:1rem}.card{background:var(--bg-primary);border-radius:var(--radius-lg);padding:1.5rem;box-shadow:var(--shadow-sm);border:1px solid var(--border-color)}.card-title{font-size:1.125rem;font-weight:600;margin-bottom:.5rem;color:var(--text-primary)}.card-subtitle{font-size:.875rem;color:var(--text-secondary);margin-bottom:1rem}.badge{display:inline-flex;align-items:center;padding:.25rem .75rem;font-size:.75rem;font-weight:500;border-radius:var(--radius-md);line-height:1}.badge-success{background-color:#d1fae5;color:#065f46}.badge-warning{background-color:#fef3c7;color:#92400e}.badge-error{background-color:#fee2e2;color:#991b1b}.badge-info{background-color:var(--primary-light);color:#1e40af}.text-muted{color:var(--text-muted)}.text-secondary{color:var(--text-secondary)}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}.flex{display:flex}.items-center{align-items:center}.justify-between{justify-content:space-between}.gap-2{gap:1rem}.gap-3{gap:1.5rem}:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.dashboard-layout{display:flex;min-height:100vh;background-color:var(--bg-secondary);width:100%;overflow-x:hidden}.dashboard-sidebar{width:var(--sidebar-width);background:var(--bg-primary);border-right:1px solid var(--border-color);display:flex;flex-direction:column;position:fixed;height:100vh;left:0;top:0;z-index:100}.sidebar-header{padding:1.5rem;border-bottom:1px solid var(--border-color)}.sidebar-logo{font-size:1.25rem;font-weight:700;color:var(--primary-color);text-decoration:none;display:flex;align-items:center;gap:.5rem}.sidebar-nav{flex:1;padding:1rem 0;overflow-y:auto}.nav-section{margin-bottom:1.5rem}.nav-section-title{padding:.5rem 1.5rem;font-size:.75rem;font-weight:600;text-transform:uppercase;color:var(--text-muted);letter-spacing:.05em}.nav-link{display:flex;align-items:center;gap:.75rem;padding:.75rem 1.5rem;color:var(--text-secondary);text-decoration:none;transition:var(--transition);font-size:.875rem;font-weight:500;position:relative}.nav-link:hover{background-color:var(--bg-secondary);color:var(--text-primary)}.nav-link.active{background-color:var(--primary-light);color:var(--primary-color)}.nav-link.active:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background-color:var(--primary-color)}.nav-icon{width:20px;height:20px;flex-shrink:0}.sidebar-footer{padding:1rem 1.5rem;border-top:1px solid var(--border-color)}.session-timer{background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border:1px solid #bae6fd;border-radius:var(--radius-md);padding:.75rem;margin-bottom:.75rem}.timer-row{display:flex;align-items:center;gap:.625rem;margin-bottom:.5rem}.timer-row:last-child{margin-bottom:0}.timer-icon{width:18px;height:18px;flex-shrink:0;color:#0284c7}.timer-info{flex:1;min-width:0}.timer-label{font-size:.6875rem;font-weight:500;color:#64748b;text-transform:uppercase;letter-spacing:.025em;margin-bottom:.125rem}.timer-value{font-size:1rem;font-weight:700;color:#0f172a;font-family:Courier New,monospace;letter-spacing:.05em}.timer-value.timer-warning{color:#ea580c;animation:pulse-warning 2s ease-in-out infinite}.timer-value.timer-critical{color:#dc2626;animation:pulse-critical 1s ease-in-out infinite}.timer-date{font-size:.6875rem;font-weight:600;color:#334155;font-family:Courier New,monospace}@keyframes pulse-warning{0%,to{opacity:1}50%{opacity:.6}}@keyframes pulse-critical{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.05)}}.user-info{display:flex;align-items:center;gap:.75rem;padding:.5rem;border-radius:var(--radius-md);background-color:var(--bg-secondary)}.user-avatar{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,var(--primary-color),var(--primary-hover));color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.875rem;flex-shrink:0}.user-details{flex:1;min-width:0}.user-name{font-size:.875rem;font-weight:600;color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-email{font-size:.75rem;color:var(--text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.logout-btn{background:none;border:none;padding:.5rem;cursor:pointer;color:var(--text-muted);transition:var(--transition);flex-shrink:0}.logout-btn:hover{color:var(--error-color)}.dashboard-main{flex:1;margin-left:var(--sidebar-width);display:flex;flex-direction:column;min-height:100vh;min-width:0;width:calc(100% - var(--sidebar-width));max-width:calc(100% - var(--sidebar-width));overflow-x:hidden}.dashboard-content{flex:1;padding:2rem;min-width:0;overflow-x:hidden}.page-header{margin-bottom:2rem}.page-title{font-size:1.875rem;font-weight:700;color:var(--text-primary);margin-bottom:.5rem}.page-subtitle{font-size:1rem;color:var(--text-secondary)}@media(max-width:768px){.dashboard-sidebar{transform:translate(-100%);transition:transform .3s ease}.dashboard-sidebar.open{transform:translate(0)}.dashboard-main{margin-left:0;width:100%;max-width:100%}}.home-page{max-width:1200px}.welcome-banner{background:linear-gradient(135deg,var(--primary-color),var(--primary-hover));color:#fff;padding:2rem;border-radius:var(--radius-lg);margin-bottom:2rem;position:relative}.welcome-banner h2{font-size:1.5rem;margin-bottom:.5rem}.welcome-banner p{opacity:.9;font-size:.938rem}.plan-badge{display:inline-block;margin-top:1rem;padding:.5rem 1rem;background:#fff3;border-radius:var(--radius-md);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.plan-badge .plan-name{font-weight:600;font-size:.875rem;text-transform:uppercase;letter-spacing:.5px}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;margin-bottom:2rem}.stat-card{background:var(--bg-primary);border:1px solid var(--border-color);border-radius:var(--radius-lg);padding:1.5rem;display:flex;align-items:flex-start;gap:1rem;transition:var(--transition)}.stat-card:hover{box-shadow:var(--shadow-md);border-color:var(--primary-color)}.stat-icon{width:48px;height:48px;border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;flex-shrink:0}.stat-icon.primary{background-color:var(--primary-light);color:var(--primary-color)}.stat-icon.success{background-color:#d1fae5;color:var(--success-color)}.stat-icon.warning{background-color:#fef3c7;color:var(--warning-color)}.stat-icon.info{background-color:#dbeafe;color:#3b82f6}.stat-content{flex:1}.stat-label{font-size:.875rem;color:var(--text-muted);margin-bottom:.25rem}.stat-value{font-size:1.875rem;font-weight:700;color:var(--text-primary);line-height:1.2}.empty-state{background:var(--bg-primary);border:2px dashed var(--border-color);border-radius:var(--radius-lg);padding:4rem 2rem;text-align:center;margin:2rem 0}.empty-state-icon{width:80px;height:80px;margin:0 auto 1.5rem;color:var(--text-muted)}.empty-state h3{font-size:1.5rem;margin-bottom:.75rem;color:var(--text-primary)}.empty-state p{font-size:1rem;color:var(--text-secondary);margin-bottom:1.5rem;max-width:500px;margin-left:auto;margin-right:auto}.recent-apps{margin-top:2rem}.section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.section-title{font-size:1.25rem;font-weight:600;color:var(--text-primary)}.apps-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.app-card{background:var(--bg-primary);border:1px solid var(--border-color);border-radius:var(--radius-lg);padding:1.5rem;transition:var(--transition);cursor:pointer}.app-card:hover{box-shadow:var(--shadow-md);border-color:var(--primary-color)}.app-card-header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:1rem}.app-icon{width:48px;height:48px;border-radius:var(--radius-md);background:linear-gradient(135deg,var(--primary-color),var(--primary-hover));color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:1.25rem}.app-name{font-size:1.125rem;font-weight:600;color:var(--text-primary);margin-bottom:.25rem}.app-description{font-size:.875rem;color:var(--text-secondary);margin-bottom:1rem;line-height:1.5}.app-meta{display:flex;align-items:center;gap:1rem;font-size:.813rem;color:var(--text-muted);padding-top:1rem;border-top:1px solid var(--border-light)}.app-meta-item{display:flex;align-items:center;gap:.25rem}.error-text{color:var(--error-color, #ef4444);margin-bottom:1rem}.home-page .page-header{text-align:center;padding:2rem 0}.home-page .page-header .page-title{font-size:2rem;font-weight:700;color:var(--text-primary);margin-bottom:.5rem}.home-page .page-header .page-subtitle{color:var(--text-secondary);font-size:1rem}.apps-container{padding:2rem;max-width:1400px;margin:0 auto}.apps-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.apps-header h1{font-size:2rem;font-weight:700;color:#1e293b;margin:0 0 .5rem}.apps-header p{color:#64748b;margin:0}.search-box{position:relative}.search-box input{padding:.625rem 1rem .625rem 2.5rem;border:1px solid var(--border-color);border-radius:var(--radius-md);font-size:.875rem;width:280px;transition:var(--transition);background-color:var(--bg-primary)}.search-box input:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px var(--primary-light)}.search-icon{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);color:var(--text-muted);width:18px;height:18px}.apps-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:1.5rem}.app-card{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;overflow:hidden;transition:transform .2s,box-shadow .2s}.app-card:hover{transform:translateY(-4px);box-shadow:0 4px 12px #00000026}.app-card-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e2e8f0}.app-card-header h3{font-size:1.125rem;font-weight:600;color:#1e293b;margin:0}.app-status{padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:600;text-transform:uppercase}.app-status.active{background:#dcfce7;color:#16a34a}.app-card-body{padding:1.5rem}.app-info-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.app-info-row .label{color:#64748b;font-size:.875rem;font-weight:500}.app-info-row .value{color:#1e293b;font-size:.875rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:200px}.copy-group{display:flex;align-items:center;gap:.5rem}.api-key{background:#f1f5f9;padding:.25rem .5rem;border-radius:4px;font-family:Courier New,monospace;font-size:.75rem;color:#475569}.btn-icon{background:none;border:none;cursor:pointer;font-size:1.25rem;padding:.25rem;transition:transform .2s}.btn-icon:hover{transform:scale(1.2)}.empty-state{text-align:center;padding:4rem 2rem;background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a}.empty-icon{font-size:4rem;margin-bottom:1rem}.empty-state h2{font-size:1.5rem;color:#1e293b;margin-bottom:.5rem}.empty-state p{color:#64748b;margin-bottom:2rem}.app-features{display:flex;gap:.5rem;flex-wrap:wrap;margin:1.5rem 0}.feature-badge{padding:.375rem .75rem;border-radius:6px;font-size:.75rem;font-weight:500}.feature-badge.enabled{background:#dbeafe;color:#1e40af}.feature-badge.disabled{background:#f1f5f9;color:#94a3b8}.app-stats{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-top:1.5rem}.stat-item{text-align:center;padding:.75rem;background:#f8fafc;border-radius:8px}.stat-value{font-size:1.5rem;font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.stat-label{font-size:.75rem;color:#64748b;margin-top:.25rem}.app-card-footer{display:flex;gap:.5rem;padding:1rem 1.5rem;background:#f8fafc;border-top:1px solid #e2e8f0}.btn-primary,.btn-secondary{padding:.625rem 1.25rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s;border:none;font-size:.875rem}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.btn-secondary{background:#fff;color:#475569;border:1px solid #e2e8f0}.btn-secondary:hover{background:#f8fafc;border-color:#cbd5e1}.btn-small{padding:.5rem .875rem;font-size:.8125rem;flex:1}.btn-large{padding:.875rem 1.75rem;font-size:1rem}.modal-overlay{position:fixed;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.modal-content{background:#fff;border-radius:16px;max-width:500px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 25px -5px #0000001a}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e2e8f0}.modal-header h2{font-size:1.25rem;font-weight:600;color:#1e293b;margin:0}.modal-close{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#64748b;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:background .2s}.modal-close:hover{background:#f1f5f9}.modal-content form{padding:1.5rem}.form-group{margin-bottom:1.25rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:#334155;font-size:.875rem}.form-group input{width:100%;padding:.75rem;border:1px solid #cbd5e1;border-radius:8px;font-size:.875rem;transition:border-color .2s}.form-group input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.form-group small{display:block;margin-top:.25rem;color:#64748b;font-size:.75rem}.form-group-checkbox{margin-bottom:1rem}.form-group-checkbox label{display:flex;align-items:center;gap:.5rem;cursor:pointer}.form-group-checkbox input[type=checkbox]{width:18px;height:18px;cursor:pointer}.modal-footer{display:flex;gap:.75rem;padding:1.5rem;border-top:1px solid #e2e8f0}.modal-footer button{flex:1}.credentials-modal{max-width:600px}.credentials-warning{display:flex;align-items:start;gap:.75rem;padding:1rem;margin:1.5rem;background:#fef3c7;border:1px solid #fde047;border-radius:8px}.credentials-warning.email-verification{background:#dbeafe;border-color:#0284c7}.credentials-warning.email-verification p{color:#0c4a6e}.warning-icon{font-size:1.25rem}.credentials-warning p{margin:0;color:#78350f;font-size:.875rem}.credentials-display{padding:0 1.5rem 1.5rem}.credential-item{margin-bottom:1.5rem}.credential-item label{display:block;margin-bottom:.5rem;font-weight:600;color:#334155;font-size:.875rem}.credential-value{display:flex;align-items:center;gap:.5rem;background:#f8fafc;padding:.75rem;border-radius:8px;border:1px solid #e2e8f0}.credential-value code{flex:1;font-family:Courier New,monospace;font-size:.875rem;color:#1e293b;word-break:break-all}.integration-guide{padding:0 1.5rem 1.5rem}.integration-guide h3{font-size:1rem;font-weight:600;color:#1e293b;margin-bottom:.75rem}.integration-guide p{color:#64748b;font-size:.875rem;margin-bottom:.75rem}.integration-guide pre{background:#1e293b;color:#e2e8f0;padding:1rem;border-radius:8px;font-size:.8125rem;overflow-x:auto;line-height:1.6}.alert{padding:1rem 1.25rem;border-radius:8px;margin-bottom:1.5rem;display:flex;align-items:center;gap:.75rem}.alert-error{background:#fee2e2;border:1px solid #fecaca;color:#991b1b}.alert span{font-size:1.25rem}.loading{text-align:center;padding:4rem 2rem}.spinner{border:3px solid #f1f5f9;border-top:3px solid #667eea;border-radius:50%;width:40px;height:40px;animation:spin 1s linear infinite;margin:0 auto 1rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(max-width:768px){.apps-container{padding:1rem}.apps-header{flex-direction:column;align-items:flex-start;gap:1rem}.apps-grid{grid-template-columns:1fr}.modal-content{max-width:100%;margin:1rem}}.app-details{max-width:100%;width:100%;margin:0 auto;padding:2rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#f8fafc;min-height:100vh;overflow-x:hidden;box-sizing:border-box}.details-header{background:#fff;border-radius:1rem;padding:2rem;margin-bottom:2rem;box-shadow:0 1px 3px #00000014}.details-header-top{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.details-back-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.625rem 1.125rem;background:#f1f5f9;color:#475569;border:none;border-radius:.5rem;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s}.details-back-btn:hover{background:#e2e8f0;transform:translate(-2px)}.details-title{font-size:2rem;font-weight:700;color:#0f172a;margin:0 0 1rem}.details-stats-row{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap}.stat-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border:1px solid #bae6fd;border-radius:.625rem;font-size:.875rem}.stat-badge strong{color:#0c4a6e;font-weight:600}.stat-badge .stat-number{font-size:1.5rem;font-weight:700;color:#0369a1}.details-settings-btn{padding:.75rem 1.5rem;background:#fff;color:#3b82f6;border:2px solid #3b82f6;border-radius:.5rem;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .2s}.details-settings-btn:hover{background:#3b82f6;color:#fff}.add-user-section{background:#fff;border-radius:1rem;padding:1.5rem;margin-bottom:2rem;box-shadow:0 1px 3px #00000014}.add-user-btn{padding:.875rem 1.75rem;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;border-radius:.625rem;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .2s;box-shadow:0 2px 4px #10b98133}.add-user-btn:hover{background:linear-gradient(135deg,#059669,#047857);box-shadow:0 4px 8px #10b9814d;transform:translateY(-1px)}.users-section{background:#fff;border-radius:1rem;padding:2rem;margin-bottom:2rem;box-shadow:0 1px 3px #00000014;overflow-x:auto;max-width:100%}.section-title{font-size:1.5rem;font-weight:700;color:#1e293b;margin:0 0 1.5rem;display:flex;align-items:center;gap:.75rem}.section-title:before{content:"";width:4px;height:1.5rem;background:linear-gradient(180deg,#3b82f6,#2563eb);border-radius:2px}.users-table{width:max-content;min-width:100%;table-layout:auto;border-collapse:separate;border-spacing:0;border-radius:.75rem;overflow:hidden;border:1px solid #e2e8f0}.users-table thead{background:linear-gradient(135deg,#f8fafc,#f1f5f9)}.users-table thead th{padding:1rem 1.25rem;text-align:left;font-size:.8125rem;font-weight:700;color:#475569;text-transform:uppercase;letter-spacing:.05em;border-bottom:2px solid #cbd5e1;white-space:nowrap;max-width:200px;overflow:hidden;text-overflow:ellipsis}.users-table tbody tr{transition:all .15s;border-bottom:1px solid #f1f5f9}.users-table tbody tr:hover{background:#f8fafc}.users-table tbody tr:last-child{border-bottom:none}.users-table tbody td{padding:1.125rem 1.25rem;color:#334155;font-size:.9375rem;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.users-table tbody td:last-child{display:flex;gap:.625rem;align-items:center;white-space:normal;max-width:none}.status-badge{display:inline-block;padding:.375rem .75rem;border-radius:.5rem;font-size:.8125rem;font-weight:600}.status-verified{background:#d1fae5;color:#065f46}.status-unverified{background:#fed7aa;color:#92400e}.status-blocked{background:#fee2e2;color:#991b1b}.status-active{background:#dbeafe;color:#1e40af}.action-btn{padding:.5rem 1rem;background:#fff;color:#64748b;border:1.5px solid #cbd5e1;border-radius:.5rem;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s;white-space:nowrap}.action-btn:hover{background:#f8fafc;border-color:#94a3b8;color:#475569}.action-btn-view{border-color:#3b82f6;color:#3b82f6}.action-btn-view:hover{background:#eff6ff;border-color:#2563eb}.action-btn-block{border-color:#ef4444;color:#ef4444}.action-btn-block:hover{background:#fef2f2;border-color:#dc2626}.action-btn-unblock{border-color:#10b981;color:#10b981}.action-btn-unblock:hover{background:#f0fdf4;border-color:#059669}.login-history-section{background:#fff;border-radius:1rem;padding:2rem;box-shadow:0 1px 3px #00000014}.login-list{list-style:none;padding:0;margin:0}.login-list li{padding:1rem 1.25rem;background:linear-gradient(135deg,#f9fafb,#f3f4f6);border-left:4px solid #3b82f6;border-radius:.5rem;margin-bottom:.75rem;font-size:.875rem;color:#475569;font-family:SF Mono,Monaco,Courier New,monospace;display:flex;flex-wrap:wrap;gap:1rem;align-items:center}.login-time{font-weight:600;color:#1e293b}.login-ip{color:#3b82f6;font-weight:500}.login-agent{color:#64748b;font-size:.8125rem}.login-list li:empty{display:none}.no-logins{text-align:center;padding:2rem;color:#94a3b8;font-style:italic}.details-error{padding:1rem 1.5rem;background:#fef2f2;color:#991b1b;border:1px solid #fecaca;border-radius:.75rem;margin-top:1.5rem;font-size:.9375rem;font-weight:500}.details-loading{display:flex;align-items:center;justify-content:center;min-height:400px;font-size:1.125rem;color:#64748b}@media(max-width:1024px){.app-details{padding:1.5rem}.details-stats-row{flex-direction:column;align-items:stretch}}@media(max-width:768px){.app-details{padding:1rem}.details-header{padding:1.5rem}.details-title{font-size:1.5rem}.users-table{font-size:.8125rem}.users-table thead th,.users-table tbody td{padding:.75rem}.users-table tbody td:last-child{flex-direction:column;align-items:stretch}.action-btn{width:100%}.login-list li{flex-direction:column;align-items:flex-start;gap:.5rem}}.support-email-section{background:#fff;border-radius:1rem;padding:2rem;margin-bottom:2rem;box-shadow:0 1px 3px #00000014}.email-display{display:flex;justify-content:space-between;align-items:flex-start;gap:2rem}.email-info{flex:1}.email-label{color:#64748b;font-size:.875rem;margin:0 0 .5rem;font-weight:600}.email-value{color:#1e293b;font-size:1.125rem;margin:.5rem 0;font-weight:600}.email-info .status-badge{display:inline-block;margin-top:.75rem}.btn-edit-email{padding:.75rem 1.5rem;background:linear-gradient(135deg,#8b5cf6,#7c3aed);color:#fff;border:none;border-radius:.5rem;font-weight:600;cursor:pointer;transition:all .2s}.btn-edit-email:hover{background:linear-gradient(135deg,#7c3aed,#6d28d9);transform:translateY(-2px);box-shadow:0 5px 15px #7c3aed4d}.export-section{background:#fff;border-radius:1rem;padding:2rem;margin-bottom:2rem;box-shadow:0 1px 3px #00000014}.export-description{color:#64748b;font-size:.9375rem;margin:0 0 1rem}.btn-export-csv{padding:.75rem 1.5rem;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;border-radius:.5rem;font-weight:600;cursor:pointer;transition:all .2s}.btn-export-csv:hover{background:linear-gradient(135deg,#059669,#047857);transform:translateY(-2px);box-shadow:0 5px 15px #10b9814d}.details-success{padding:1rem;background:#d1fae5;color:#065f46;border:1px solid #6ee7b7;border-radius:.5rem;margin-bottom:1.5rem;font-weight:500}.modal-backdrop{position:fixed;top:0;left:0;width:100%;height:100%;background:#0f172a99;display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:fadeIn .2s ease-out}.modal-content{background:#fff;width:100%;max-width:450px;border-radius:1rem;padding:2rem;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;transform:translateY(0);animation:slideUp .3s ease-out}.modal-title{font-size:1.5rem;font-weight:700;color:#1e293b;margin:0 0 1.5rem}.modal-form{display:flex;flex-direction:column;gap:1.25rem}.modal-info{font-size:.875rem;color:#64748b;margin:0;padding:.75rem 1rem;background:#f0f9ff;border-left:3px solid #0284c7;border-radius:.25rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-label{font-size:.875rem;font-weight:600;color:#475569}.form-input{padding:.75rem 1rem;border:1px solid #cbd5e1;border-radius:.5rem;font-size:.9375rem;color:#1e293b;transition:all .2s;font-family:inherit}.form-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.modal-actions{display:flex;justify-content:flex-end;gap:.75rem;margin-top:1rem}.btn-cancel{padding:.75rem 1.25rem;background:#fff;color:#64748b;border:1px solid #cbd5e1;border-radius:.5rem;font-weight:600;cursor:pointer;transition:all .2s}.btn-cancel:hover{background:#f1f5f9;color:#334155}.btn-submit{padding:.75rem 1.5rem;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border:none;border-radius:.5rem;font-weight:600;cursor:pointer;transition:all .2s}.btn-submit:hover{background:linear-gradient(135deg,#2563eb,#1d4ed8);transform:translateY(-1px)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.app-settings{max-width:1000px;margin:0 auto;padding:2rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:linear-gradient(135deg,#f8fafc,#f1f5f9);min-height:100vh}.settings-back-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.625rem 1.125rem;background:linear-gradient(135deg,#f8fafc,#f1f5f9);color:#475569;border:1.5px solid #cbd5e1;border-radius:.5rem;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s;margin-bottom:1.25rem}.settings-back-btn:hover{background:#e2e8f0;border-color:#94a3b8;transform:translate(-3px)}.settings-title{font-size:2rem;font-weight:700;color:#0f172a;margin:0;display:flex;align-items:center;gap:.75rem}.settings-title:before{content:"⚙️";font-size:1.75rem}.auth-settings-card{background:#fff;border-radius:1rem;padding:2rem;margin-bottom:2rem;box-shadow:0 4px 6px #0000000d;border:1px solid #e2e8f0}.card-title{font-size:1.25rem;font-weight:700;color:#1e293b;margin:0 0 1.5rem;padding-bottom:1rem;border-bottom:2px solid #f1f5f9;display:flex;align-items:center;gap:.625rem}.card-title:before{content:"";width:4px;height:1.5rem;background:linear-gradient(180deg,#8b5cf6,#7c3aed);border-radius:2px}.setting-toggle{padding:1.25rem;background:linear-gradient(135deg,#fafafa,#f5f5f5);border:2px solid #e5e7eb;border-radius:.75rem;margin-bottom:1rem;transition:all .2s}.setting-toggle:hover{border-color:#d1d5db;box-shadow:0 2px 4px #0000000d}.setting-toggle:last-child{margin-bottom:0}.setting-toggle.active{background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border-color:#93c5fd}.toggle-label{display:flex;align-items:center;cursor:pointer;-webkit-user-select:none;user-select:none;gap:1rem}.toggle-checkbox{width:3rem;height:1.75rem;appearance:none;background:#cbd5e1;border-radius:1rem;position:relative;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);outline:none;flex-shrink:0}.toggle-checkbox:checked{background:linear-gradient(135deg,#3b82f6,#2563eb)}.toggle-checkbox:before{content:"";position:absolute;width:1.375rem;height:1.375rem;background:#fff;border-radius:50%;top:.1875rem;left:.1875rem;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 4px #0003}.toggle-checkbox:checked:before{left:1.5625rem}.toggle-checkbox:disabled{opacity:.5;cursor:not-allowed}.toggle-content{flex:1}.toggle-title{font-size:1rem;font-weight:600;color:#1e293b;margin:0 0 .25rem;display:flex;align-items:center;gap:.5rem}.toggle-description{font-size:.875rem;color:#64748b;margin:0}.provider-icon{font-size:1.125rem}.usage-stats-card{background:#fff;border-radius:1rem;padding:2rem;box-shadow:0 4px 6px #0000000d;border:1px solid #e2e8f0}.usage-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid #f1f5f9}.usage-title{font-size:1.25rem;font-weight:700;color:#1e293b;margin:0;display:flex;align-items:center;gap:.625rem}.usage-title:before{content:"";width:4px;height:1.5rem;background:linear-gradient(180deg,#f59e0b,#d97706);border-radius:2px}.total-calls-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.625rem 1.25rem;background:linear-gradient(135deg,#fef3c7,#fde68a);border:2px solid #fbbf24;border-radius:.75rem;font-size:.875rem;font-weight:600;color:#78350f}.calls-number{font-size:1.5rem;font-weight:700;color:#92400e}.endpoint-section{margin-top:1.5rem}.endpoint-subtitle{font-size:1rem;font-weight:600;color:#475569;margin:0 0 1rem}.endpoint-list{list-style:none;padding:0;margin:0;display:grid;gap:.75rem}.endpoint-item{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;background:linear-gradient(135deg,#f9fafb,#f3f4f6);border:1.5px solid #e5e7eb;border-radius:.625rem;transition:all .2s}.endpoint-item:hover{background:#fff;border-color:#d1d5db;box-shadow:0 2px 4px #0000000d}.endpoint-name{font-size:.9375rem;font-weight:600;color:#334155;font-family:SF Mono,Monaco,Courier New,monospace}.endpoint-count{display:inline-flex;align-items:center;padding:.375rem .875rem;background:#fff;border:1.5px solid #e5e7eb;border-radius:.5rem;font-size:.875rem;font-weight:700;color:#475569}.settings-error{padding:1rem 1.5rem;background:linear-gradient(135deg,#fef2f2,#fee2e2);color:#991b1b;border:2px solid #fca5a5;border-radius:.75rem;margin-top:1.5rem;font-size:.9375rem;font-weight:600;display:flex;align-items:center;gap:.75rem}.settings-error:before{content:"⚠️";font-size:1.25rem}.settings-loading{display:flex;align-items:center;justify-content:center;min-height:400px;font-size:1.125rem;color:#64748b}.saving-indicator{position:fixed;bottom:2rem;right:2rem;padding:1rem 1.5rem;background:linear-gradient(135deg,#1e293b,#0f172a);color:#fff;border-radius:.75rem;font-size:.875rem;font-weight:600;box-shadow:0 8px 16px #0003;animation:slideInUp .3s ease-out}@media(max-width:768px){.app-settings{padding:1rem}.settings-header,.auth-settings-card,.usage-stats-card{padding:1.5rem}.settings-title{font-size:1.5rem}.usage-header{flex-direction:column;align-items:flex-start;gap:1rem}.endpoint-item{flex-direction:column;align-items:flex-start;gap:.75rem}.toggle-label{gap:.75rem}.toggle-title{font-size:.9375rem}}.config-btn{margin-top:1rem;padding:.625rem 1.25rem;background:linear-gradient(135deg,#4285f4,#357ae8);color:#fff;border:none;border-radius:.5rem;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s;box-shadow:0 2px 4px #4285f44d}.config-btn:hover{background:linear-gradient(135deg,#357ae8,#2a66d9);transform:translateY(-2px);box-shadow:0 4px 8px #4285f466}.ttl-config{margin-top:1.5rem;padding-top:1.5rem;border-top:2px solid #f1f5f9}.ttl-config .config-field{display:flex;gap:.75rem;align-items:center}.ttl-config .config-field .config-input{flex:1;max-width:400px}.ttl-config .config-field .save-config-btn{flex-shrink:0}.google-config-panel{margin-top:1rem;padding:1.5rem;background:linear-gradient(135deg,#f8f9fd,#f0f3fa);border:2px solid #e3e8f3;border-radius:.75rem;animation:slideDown .3s ease-out}.config-title{font-size:1.125rem;font-weight:700;color:#1e293b;margin:0 0 .5rem}.config-info a:hover{text-decoration:underline}.config-input{width:100%;padding:.75rem 1rem;border:2px solid #cbd5e1;border-radius:.5rem;font-size:.9375rem;font-family:Monaco,Courier New,monospace;transition:all .2s;background:#fff;color:#1e293b;font-weight:500}.config-input:focus{outline:none;border-color:#4285f4;box-shadow:0 0 0 3px #4285f41a;background:#fff}.save-config-btn,.cancel-config-btn{padding:.75rem 1.5rem;border-radius:.5rem;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .2s;border:none}.save-config-btn{background:linear-gradient(135deg,#10b981,#059669);color:#fff;box-shadow:0 2px 4px #10b9814d}.save-config-btn:hover:not(:disabled){background:linear-gradient(135deg,#059669,#047857);transform:translateY(-2px);box-shadow:0 4px 8px #10b98166}.save-config-btn:disabled{background:#cbd5e1;cursor:not-allowed;box-shadow:none}.cancel-config-btn{background:#f1f5f9;color:#475569;border:2px solid #cbd5e1}.cancel-config-btn:hover{background:#e2e8f0;border-color:#94a3b8}.config-note strong{display:block;color:#1e293b;margin-bottom:.5rem;font-size:.9375rem}.config-note ol{margin:.75rem 0 0 1.25rem;padding:0}.config-note li{margin-bottom:.5rem;line-height:1.6}.config-note code{background:#f1f5f9;padding:.125rem .375rem;border-radius:.25rem;font-family:Monaco,Courier New,monospace;font-size:.8125rem;color:#4285f4}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.custom-fields-card{background:#fff;border-radius:1rem;padding:1.5rem;margin-top:2rem;box-shadow:0 4px 8px #0f172a0a;border:1px solid #e6eef8}.custom-fields-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;cursor:pointer}.custom-fields-header .header-actions{display:flex;align-items:center;gap:.5rem}.fields-count{background:#eef2ff;color:#3730a3;padding:.25rem .6rem;border-radius:999px;font-weight:700;font-size:.85rem}.collapse-toggle{background:transparent;border:1px solid #e2e8f0;padding:.125rem .5rem;border-radius:.375rem;font-size:1.1rem;line-height:1;cursor:pointer}.fields-collapsed-summary{padding:.75rem 1rem;color:#64748b;font-style:italic}.fields-grid{display:grid;gap:.75rem;margin-top:1rem}.custom-field-row{display:grid;grid-template-columns:1fr 320px 80px;gap:.75rem;align-items:center;padding:.75rem;border-radius:.5rem;background:linear-gradient(180deg,#fff,#fbfcff);border:1px solid #eef2ff}.field-main{display:flex;gap:.5rem}.field-meta{display:flex;gap:.5rem;align-items:center}.field-actions{display:flex;justify-content:flex-end}.custom-field-input{padding:.625rem .875rem;border:2px solid #cbd5e1;border-radius:.5rem;font-size:.9375rem;color:#1e293b;background:#fff;transition:all .2s;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.custom-field-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;background:#fff}.custom-field-input::placeholder{color:#94a3b8}.custom-field-input.name{width:220px}.custom-field-input.label{flex:1}.custom-field-select{padding:.625rem .875rem;border-radius:.5rem;border:2px solid #cbd5e1;font-size:.9375rem;color:#1e293b;background:#fff;cursor:pointer;transition:all .2s}.editable-by-user-label input[type=checkbox]{width:1.125rem;height:1.125rem;accent-color:#3b82f6;display:inline-flex;align-items:center;gap:.4rem;color:#475569;font-weight:600;cursor:pointer}.custom-field-select:focus{outline:none;margin-top:1.5rem;padding:1rem;background:linear-gradient(135deg,#fafafa,#f5f5f5);border-radius:.5rem;border:1px solid #e5e7eb}.core-field-permissions h4{margin:0 0 .75rem;color:#1e293b;font-size:.9375rem;font-weight:700}.core-perms-row{display:flex;gap:1.5rem;flex-wrap:wrap}.core-perms-row label{display:inline-flex;gap:.5rem;align-items:center;color:#334155;font-weight:600;cursor:pointer}.core-perms-row input[type=checkbox]{width:1.125rem;height:1.125rem;cursor:pointer;accent-color:#3b82f6}.editable-by-user-label{display:inline-flex;align-items:center;gap:.4rem;color:#475569;font-weight:600}.btn{padding:.5rem .8rem;border-radius:.45rem;font-weight:700;cursor:pointer}.btn.small{padding:.35rem .5rem;font-size:.85rem}.btn-danger{background:#ef4444;color:#fff;border:none}.btn-secondary{background:#eef2ff;color:#1e3a8a;border:none}.btn-primary{background:#2563eb;color:#fff;border:none}.btn-ghost{background:transparent;color:#475569;border:1px solid #e6eef8}.core-field-permissions{margin-top:1rem}.core-perms-row{display:flex;gap:1.25rem;flex-wrap:wrap}.core-perms-row label{display:inline-flex;gap:.5rem;align-items:center}.custom-fields-actions{margin-top:1rem;display:flex;gap:.75rem;align-items:center}.fields-preview{margin-top:1rem}.preview-block{background:#0f172a;color:#e6eef8;padding:1rem;border-radius:.5rem;overflow:auto;max-height:220px}@media(max-width:880px){.custom-field-row{grid-template-columns:1fr}.field-actions{justify-content:flex-start}}.settings-page{max-width:800px}.settings-section{background:var(--bg-primary);border:1px solid var(--border-color);border-radius:var(--radius-lg);padding:2rem;margin-bottom:1.5rem}.settings-section-header{margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid var(--border-light)}.settings-section-title{font-size:1.25rem;font-weight:600;color:var(--text-primary);margin-bottom:.5rem}.settings-section-subtitle{font-size:.875rem;color:var(--text-secondary)}.settings-row{display:flex;justify-content:space-between;align-items:center;padding:1rem 0;border-bottom:1px solid var(--border-light)}.settings-row:last-child{border-bottom:none;padding-bottom:0}.settings-row:first-child{padding-top:0}.settings-label{flex:1}.settings-label-title{font-size:.938rem;font-weight:500;color:var(--text-primary);margin-bottom:.25rem}.settings-label-desc{font-size:.813rem;color:var(--text-muted)}.settings-value{font-size:.938rem;font-weight:500;color:var(--text-primary);text-align:right}.plan-card{background:linear-gradient(135deg,var(--primary-color),var(--primary-hover));color:#fff;padding:2rem;border-radius:var(--radius-lg);margin-bottom:1.5rem}.plan-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.plan-name{font-size:1.5rem;font-weight:700}.plan-details{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-top:1.5rem}.plan-detail{display:flex;flex-direction:column;gap:.25rem}.plan-detail-label{font-size:.813rem;opacity:.9}.plan-detail-value{font-size:1.125rem;font-weight:600}.info-banner{background-color:var(--primary-light);border:1px solid var(--primary-color);border-radius:var(--radius-md);padding:1rem 1.25rem;display:flex;align-items:flex-start;gap:.75rem;margin-bottom:1.5rem}.info-banner-icon{color:var(--primary-color);flex-shrink:0;margin-top:.125rem}.info-banner-content{flex:1}.info-banner-title{font-size:.875rem;font-weight:600;color:var(--primary-color);margin-bottom:.25rem}.info-banner-text{font-size:.813rem;color:var(--text-primary);line-height:1.5}.info-banner a{color:var(--primary-color);text-decoration:none;font-weight:500}.info-banner a:hover{text-decoration:underline}.usage-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-top:1rem}.usage-stat{background-color:var(--bg-secondary);padding:1rem;border-radius:var(--radius-md)}.usage-stat-label{font-size:.813rem;color:var(--text-muted);margin-bottom:.5rem}.usage-stat-value{font-size:1.5rem;font-weight:700;color:var(--text-primary);margin-bottom:.25rem}.usage-stat-limit{font-size:.75rem;color:var(--text-secondary)}.progress-bar{width:100%;height:6px;background-color:var(--border-light);border-radius:3px;overflow:hidden;margin-top:.5rem}.progress-bar-fill{height:100%;background-color:var(--primary-color);transition:width .3s ease}.progress-bar-fill.warning{background-color:var(--warning-color)}.progress-bar-fill.error{background-color:var(--error-color)}.action-buttons{display:flex;gap:1rem;margin-top:1.5rem}.documentation-page{display:flex;min-height:100vh;background:#f8fafc;position:relative}.doc-sidebar{background:#fff;border-right:1px solid #e2e8f0;box-shadow:0 4px 12px #0000000d;border-radius:12px;position:fixed;top:50%;transform:translateY(-50%);left:280px;max-height:90vh;overflow-y:auto;flex-shrink:0;z-index:100}.sidebar-header{padding:1.5rem;border-bottom:1px solid #e2e8f0}.sidebar-header h2{font-size:1.25rem;font-weight:700;color:#0f172a;margin:0 0 1rem}.search-input{width:100%;padding:.625rem .875rem;border:1px solid #e2e8f0;border-radius:8px;font-size:.875rem;transition:all .2s}.search-input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.doc-nav{padding:1rem}.nav-item{display:block;padding:.625rem .875rem;color:#64748b;text-decoration:none;border-radius:6px;font-size:.875rem;font-weight:500;margin-bottom:.25rem;transition:all .2s}.nav-item:hover{background:#f1f5f9;color:#334155}.nav-item.active{background:#eef2ff;color:#667eea;font-weight:600}.doc-main{flex:1;padding:2rem;overflow-x:hidden;max-width:calc(100vw - 530px);box-sizing:border-box;margin-left:290px}.doc-header{margin-bottom:3rem;text-align:center}.doc-header .eyebrow{font-size:.875rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#475569;margin:0 0 .25rem}.doc-header .subtitle{font-size:1rem;color:#64748b;margin:.25rem 0 0}.doc-actions{display:flex;align-items:center;gap:.75rem}.outline-btn{display:inline-flex;align-items:center;gap:.4rem;padding:.6rem 1rem;border:1px solid #cbd5e1;border-radius:8px;background:#fff;color:#0f172a;font-weight:600;text-decoration:none;transition:all .2s ease}.outline-btn:hover{border-color:#94a3b8;box-shadow:0 6px 18px #0f172a14;transform:translateY(-1px)}.doc-header h1{font-size:2.5rem;font-weight:700;color:#1e293b;margin-bottom:.5rem}.doc-header p{font-size:1.125rem;color:#64748b}.doc-tabs{display:flex;gap:.5rem;border-bottom:2px solid #e2e8f0;margin-bottom:2rem;overflow-x:auto}.doc-tab{padding:.875rem 1.5rem;background:none;border:none;border-bottom:3px solid transparent;color:#64748b;font-weight:500;cursor:pointer;transition:all .2s;white-space:nowrap}.doc-tab:hover{color:#475569;background:#f8fafc}.doc-tab.active{color:#667eea;border-bottom-color:#667eea;background:#f5f7ff}.doc-content{background:transparent;max-width:100%;overflow-x:hidden}.doc-section{background:#fff;border-radius:12px;padding:2.5rem;margin-bottom:2rem;box-shadow:0 1px 3px #0000000d;max-width:100%;overflow-x:auto;box-sizing:border-box}.section-title{font-size:2rem;font-weight:700;color:#0f172a;margin:0 0 1.5rem;padding-bottom:.75rem;border-bottom:2px solid #e2e8f0}.section-content{color:#475569;line-height:1.7}.doc-h3{font-size:1.5rem;font-weight:600;color:#1e293b;margin:2rem 0 1rem}.doc-h4{font-size:1.125rem;font-weight:600;color:#334155;margin:1.5rem 0 .75rem}.doc-p{color:#475569;line-height:1.7;margin-bottom:1rem}.doc-list{color:#475569;line-height:1.8;padding-left:1.5rem;margin:1rem 0}.doc-list li{margin-bottom:.5rem}.inline-code{background:#f1f5f9;padding:.2rem .5rem;border-radius:4px;font-family:Monaco,Menlo,Consolas,monospace;font-size:.875em;color:#e11d48;font-weight:500}.doc-table{overflow-x:auto;margin:1.5rem 0;border-radius:8px;border:1px solid #e2e8f0}.doc-table table{width:100%;border-collapse:collapse}.doc-table th,.doc-table td{padding:.875rem 1rem;text-align:left;border-bottom:1px solid #e2e8f0}.doc-table th{background:#f8fafc;font-weight:600;color:#0f172a;font-size:.875rem}.doc-table td{color:#475569;font-size:.9375rem}.doc-table tr:last-child td{border-bottom:none}.doc-section h2{font-size:2rem;font-weight:700;color:#1e293b;margin-bottom:1.5rem}.doc-section h3{font-size:1.5rem;font-weight:600;color:#0f172a;margin:1.5rem 0}.code-header{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;background:#1e293b;border-bottom:1px solid #334155}.code-language{font-size:.75rem;font-weight:600;color:#94a3b8;text-transform:uppercase;letter-spacing:.05em}.copy-btn{background:#334155;color:#e2e8f0;border:none;padding:.375rem .75rem;border-radius:6px;font-size:.75rem;font-weight:500;cursor:pointer;transition:all .2s;display:flex;align-items:center;gap:.25rem}.copy-btn:hover{background:#475569;transform:translateY(-1px)}.code-block pre{margin:0;padding:1.25rem;overflow-x:auto;background:#0f172a;max-width:100%}.code-block code{font-family:Monaco,Menlo,Consolas,Courier New,monospace;font-size:.875rem;line-height:1.7;color:#e2e8f0;display:block;white-space:pre}.step-card{display:flex;gap:1.5rem;background:#f8fafc;border:2px solid #e2e8f0;border-radius:12px;padding:1.5rem;margin-bottom:1.5rem;transition:all .3s}.step-card:hover{border-color:#cbd5e1;box-shadow:0 4px 6px #0000000d}.step-number{width:48px;height:48px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-size:1.5rem;font-weight:700;display:flex;align-items:center;justify-content:center;border-radius:12px;flex-shrink:0}.step-content{flex:1}.step-content h3{font-size:1.25rem;margin:0 0 .5rem;color:#1e293b}.step-content p{margin-bottom:.75rem}.code-block{position:relative;background:#1e293b;color:#e2e8f0;border-radius:8px;padding:1.25rem;overflow-x:auto;margin:1rem 0;font-family:Courier New,monospace;font-size:.875rem;line-height:1.6}.code-block pre{margin:0;white-space:pre}.copy-btn{position:absolute;top:.75rem;right:.75rem;background:#475569;color:#fff;border:none;padding:.5rem .875rem;border-radius:6px;font-size:.8125rem;cursor:pointer;transition:all .2s}.copy-btn:hover{background:#64748b;transform:translateY(-1px)}.info-box{background:#dbeafe;border:1px solid #93c5fd;border-left:4px solid #3b82f6;border-radius:8px;padding:1.25rem;margin:1.5rem 0}.info-box h3{color:#1e40af;margin:0 0 .75rem;font-size:1.125rem}.info-box p{color:#1e40af;margin-bottom:.75rem}.warning-box{background:#fef3c7;border:1px solid #fde047;border-left:4px solid #eab308;border-radius:8px;padding:1.25rem;margin:1.5rem 0;display:flex;gap:.75rem}.warning-icon{font-size:1.5rem;flex-shrink:0}.warning-box p,.warning-box h4,.warning-box ul{color:#78350f;margin:0}.warning-box h4{font-size:1rem;font-weight:600;margin-bottom:.5rem}.warning-box ul{padding-left:1.25rem;margin-top:.5rem}.warning-box li{margin-bottom:.25rem}.tip-box{background:#dcfce7;border:1px solid #86efac;border-radius:6px;padding:.75rem 1rem;margin-top:1rem;color:#166534;font-size:.875rem}.language-badges{display:flex;gap:.5rem;flex-wrap:wrap;margin-top:1rem}.badge{background:#e0e7ff;color:#4338ca;padding:.375rem .875rem;border-radius:6px;font-size:.875rem;font-weight:500}.flow-diagram{display:flex;align-items:center;gap:1rem;margin:2rem 0;overflow-x:auto;padding:1rem}.flow-step{text-align:center;min-width:150px;padding:1.25rem;background:#fff;border:2px solid #e2e8f0;border-radius:12px;transition:all .3s}.flow-step:hover{border-color:#667eea;box-shadow:0 4px 12px #667eea33}.flow-icon{font-size:2.5rem;margin-bottom:.75rem}.flow-step h4{font-size:1rem;font-weight:600;color:#1e293b;margin:0 0 .5rem}.flow-step p{font-size:.875rem;color:#64748b;margin:0}.flow-arrow{font-size:1.5rem;color:#94a3b8;flex-shrink:0}.endpoint-card{background:#f8fafc;border:2px solid #e2e8f0;border-radius:12px;padding:1.5rem;margin-bottom:1.5rem}.endpoint-header{display:flex;align-items:center;gap:1rem;margin-bottom:.75rem}.method{padding:.375rem .75rem;border-radius:6px;font-size:.8125rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.method.post{background:#dcfce7;color:#166534}.method.get{background:#dbeafe;color:#1e40af}.method.put{background:#fef3c7;color:#78350f}.method.delete{background:#fee2e2;color:#991b1b}.endpoint-path{font-family:Courier New,monospace;font-size:1rem;font-weight:600;color:#475569}.endpoint-desc{color:#64748b;margin-bottom:1rem}.error-table{overflow-x:auto;margin:1.5rem 0}.error-table table{width:100%;border-collapse:collapse;background:#fff}.error-table th,.error-table td{padding:.875rem 1rem;text-align:left;border-bottom:1px solid #e2e8f0}.error-table th{background:#f8fafc;font-weight:600;color:#334155;font-size:.875rem;text-transform:uppercase;letter-spacing:.5px}.error-table td{color:#475569;font-size:.9375rem}.security-card{background:#fff;border:2px solid #e2e8f0;border-radius:12px;padding:1.5rem;margin-bottom:1.5rem;transition:all .3s}.security-card:hover{border-color:#cbd5e1;box-shadow:0 4px 12px #00000014}.security-icon{font-size:2.5rem;margin-bottom:.75rem}.security-card h3{font-size:1.25rem;color:#1e293b;margin:0 0 .75rem}.security-card p{color:#475569;margin-bottom:.75rem}.security-card ul{color:#475569;padding-left:1.5rem}.security-card li{margin-bottom:.5rem}.storage-table{width:100%;border-collapse:collapse;margin:1rem 0}.storage-table th,.storage-table td{padding:.875rem;text-align:left;border:1px solid #e2e8f0}.storage-table th{background:#f8fafc;font-weight:600;color:#334155}.storage-table td{color:#475569}@media(max-width:768px){.documentation-page{flex-direction:column}.doc-sidebar{width:100%;height:auto;position:relative}.doc-main{max-width:100%;padding:1rem}.doc-header h1{font-size:2rem}.doc-tabs{flex-wrap:nowrap;overflow-x:auto}.doc-section{padding:1.5rem}.step-card,.flow-diagram{flex-direction:column}.flow-arrow{transform:rotate(90deg)}.code-block{font-size:.75rem}.endpoint-header{flex-direction:column;align-items:flex-start}}@media print{.doc-tabs{display:none}.code-block{background:#f8fafc;color:#1e293b;border:1px solid #e2e8f0}.copy-btn{display:none}}.group-settings{max-width:1400px;margin:0 auto;padding:2rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:linear-gradient(135deg,#f8fafc,#f1f5f9);min-height:100vh}.settings-header{background:#fff;border-radius:1rem;padding:2rem;margin-bottom:2rem;box-shadow:0 4px 6px #0000000d;border:1px solid #e2e8f0}.back-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.625rem 1.125rem;background:linear-gradient(135deg,#f8fafc,#f1f5f9);color:#475569;border:1.5px solid #cbd5e1;border-radius:.5rem;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s;margin-bottom:1.25rem}.back-btn:hover{background:#e2e8f0;border-color:#94a3b8;transform:translate(-3px)}.settings-title{font-size:2rem;font-weight:700;color:#0f172a;margin:0 0 1rem}.group-stats{display:flex;gap:1rem;flex-wrap:wrap}.stat-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.625rem 1.25rem;background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border:2px solid #7dd3fc;border-radius:.75rem;font-size:.875rem;font-weight:700;color:#0c4a6e}.stat-badge.blocked{background:linear-gradient(135deg,#fef2f2,#fee2e2);border-color:#fca5a5;color:#991b1b}.alert{padding:1rem 1.5rem;border-radius:.75rem;margin-bottom:1.5rem;display:flex;align-items:center;justify-content:space-between;font-weight:600}.alert-error{background:linear-gradient(135deg,#fef2f2,#fee2e2);color:#991b1b;border:2px solid #fca5a5}.alert-success{background:linear-gradient(135deg,#f0fdf4,#dcfce7);color:#166534;border:2px solid #86efac}.alert button{background:transparent;border:none;font-size:1.25rem;cursor:pointer;color:inherit;padding:.25rem .5rem}.settings-tabs{display:flex;gap:.5rem;background:#fff;padding:1rem;border-radius:1rem;box-shadow:0 4px 6px #0000000d;border:1px solid #e2e8f0;margin-bottom:2rem;overflow-x:auto}.tab{padding:.75rem 1.5rem;background:transparent;border:2px solid transparent;border-radius:.5rem;font-size:.9375rem;font-weight:600;color:#64748b;cursor:pointer;transition:all .2s;white-space:nowrap}.tab:hover{background:#f8fafc;color:#1e293b}.tab.active{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border-color:#3b82f6}.tab-content{background:#fff;border-radius:1rem;padding:2rem;box-shadow:0 4px 6px #0000000d;border:1px solid #e2e8f0;min-height:500px}.tab-content h2{font-size:1.5rem;font-weight:700;color:#1e293b;margin:0 0 .5rem}.tab-description{color:#64748b;margin-bottom:2rem;font-size:.9375rem}.info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin:2rem 0}.info-item{display:flex;flex-direction:column;gap:.5rem;padding:1.25rem;background:linear-gradient(135deg,#f9fafb,#f3f4f6);border:1.5px solid #e5e7eb;border-radius:.75rem}.info-item .label{font-size:.875rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.05em}.info-item .value{font-size:1.25rem;font-weight:700;color:#1f2937}.apps-list{display:grid;gap:.75rem}.app-item{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;background:linear-gradient(135deg,#f9fafb,#f3f4f6);border:1.5px solid #e5e7eb;border-radius:.75rem;transition:all .2s}.app-item:hover{background:#fff;border-color:#d1d5db;box-shadow:0 2px 4px #0000000d}.app-name{font-weight:600;color:#1f2937}.app-oauth{font-size:.875rem;color:#059669;font-weight:600}.oauth-toggle-section,.fields-toggle-section{margin:2rem 0;padding:1.5rem;background:linear-gradient(135deg,#f9fafb,#f3f4f6);border:1.5px solid #e5e7eb;border-radius:.75rem}.toggle-container{display:flex;align-items:center;gap:1rem;cursor:pointer;-webkit-user-select:none;user-select:none}.toggle-container input[type=checkbox]{width:3rem;height:1.75rem;appearance:none;background:#cbd5e1;border-radius:1rem;position:relative;cursor:pointer;transition:all .3s;outline:none}.toggle-container input[type=checkbox]:checked{background:linear-gradient(135deg,#3b82f6,#2563eb)}.toggle-container input[type=checkbox]:before{content:"";position:absolute;width:1.375rem;height:1.375rem;background:#fff;border-radius:50%;top:.1875rem;left:.1875rem;transition:all .3s;box-shadow:0 2px 4px #0003}.toggle-container input[type=checkbox]:checked:before{left:1.5625rem}.toggle-label{font-size:1rem;font-weight:600;color:#1e293b}.oauth-selector{margin:2rem 0;padding:1.5rem;background:#fef3c7;border:2px solid #fbbf24;border-radius:.75rem}.oauth-selector h3{margin:0 0 .75rem;color:#78350f;font-size:1.125rem;display:flex;align-items:center;gap:.5rem}.selector-info{margin:0 0 1.25rem;color:#92400e;font-size:.9375rem;line-height:1.6}.app-select{width:100%;padding:.75rem 1rem;border:2px solid #cbd5e1;border-radius:.5rem;font-size:.9375rem;color:#1e293b;background:#fff;margin-bottom:1rem;cursor:pointer}.app-select:focus{outline:none;border-color:#f59e0b;box-shadow:0 0 0 3px #f59e0b1a}.oauth-config-panel{margin-top:2rem;padding:1.5rem;background:linear-gradient(135deg,#f8f9fd,#f0f3fa);border:2px solid #e3e8f3;border-radius:.75rem}.oauth-config-panel h3{font-size:1.125rem;font-weight:700;color:#1e293b;margin:0 0 .5rem}.config-info{font-size:.875rem;color:#64748b;margin-bottom:1.5rem}.config-info a{color:#4285f4;text-decoration:none;font-weight:600}.config-field{margin-bottom:1.25rem}.config-field label{display:block;font-size:.875rem;font-weight:600;color:#334155;margin-bottom:.5rem}.config-input{width:100%;padding:.75rem 1rem;border:2px solid #cbd5e1;border-radius:.5rem;font-size:.9375rem;color:#1e293b;background:#fff;font-weight:500;transition:all .2s}.config-input::placeholder{color:#94a3b8;font-weight:400}.config-input:focus{outline:none;border-color:#4285f4;box-shadow:0 0 0 3px #4285f41a}.config-actions{display:flex;gap:.75rem;margin-top:1.5rem}.config-note{margin-top:1.5rem;padding:1rem;background:#fff;border-left:4px solid #4285f4;border-radius:.5rem;font-size:.875rem;color:#475569}.config-note strong{display:block;color:#1e293b;margin-bottom:.5rem}.fields-header{display:flex;align-items:center;justify-content:space-between;margin:2rem 0 1rem}.fields-count{background:#eef2ff;color:#3730a3;padding:.375rem .875rem;border-radius:999px;font-weight:700;font-size:.875rem}.fields-grid{display:grid;gap:.75rem;margin:1rem 0}.field-row{display:grid;grid-template-columns:200px 1fr 150px 120px 100px;gap:.75rem;align-items:center;padding:.75rem;background:linear-gradient(180deg,#fff,#fbfcff);border:1px solid #eef2ff;border-radius:.5rem}.field-input{padding:.625rem .875rem;border:2px solid #cbd5e1;border-radius:.5rem;font-size:.9375rem;color:#1e293b;background:#fff;transition:all .2s}.field-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.field-select{padding:.625rem .875rem;border:2px solid #cbd5e1;border-radius:.5rem;font-size:.9375rem;color:#1e293b;background:#fff}.field-checkbox{display:inline-flex;align-items:center;gap:.5rem;font-weight:600;color:#475569;cursor:pointer}.field-checkbox input[type=checkbox]{width:1.125rem;height:1.125rem;cursor:pointer;accent-color:#3b82f6}.fields-actions{margin-top:1.5rem;display:flex;gap:.75rem}.users-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;flex-wrap:wrap;gap:1rem}.users-actions{display:flex;gap:.75rem;align-items:center}.search-input{padding:.625rem 1rem;border:2px solid #cbd5e1;border-radius:.5rem;font-size:.9375rem;min-width:250px}.search-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.bulk-actions-bar{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;background:linear-gradient(135deg,#fef3c7,#fde68a);border:2px solid #fbbf24;border-radius:.75rem;margin-bottom:1.5rem;font-weight:600;color:#78350f}.bulk-btns{display:flex;gap:.5rem}.users-table-container{overflow-x:auto;border-radius:.5rem;border:1px solid #e5e7eb}.users-table{width:100%;border-collapse:collapse;background:#fff}.users-table thead{background:linear-gradient(135deg,#f9fafb,#f3f4f6)}.users-table th{padding:1rem;text-align:left;font-weight:700;color:#374151;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em;border-bottom:2px solid #e5e7eb}.users-table td{padding:1rem;border-bottom:1px solid #f3f4f6;color:#1f2937;font-size:.9375rem}.users-table tbody tr:hover{background:#f9fafb}.users-table tbody tr.blocked-row{background:#fef2f2}.status-badge{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .75rem;border-radius:999px;font-size:.8125rem;font-weight:700;white-space:nowrap}.status-badge.active{background:#dcfce7;color:#166534}.status-badge.blocked{background:#fee2e2;color:#991b1b}.status-badge.app-blocked{background:#fed7aa;color:#92400e}.pagination{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:1.5rem;padding:1rem}.pagination button{padding:.625rem 1.25rem;background:#fff;border:2px solid #cbd5e1;border-radius:.5rem;font-weight:600;cursor:pointer;transition:all .2s}.pagination button:hover:not(:disabled){background:#f8fafc;border-color:#94a3b8}.pagination button:disabled{opacity:.5;cursor:not-allowed}.bulk-ops-list{display:grid;gap:1rem}.bulk-op-item{padding:1.5rem;border-radius:.75rem;border:2px solid #e5e7eb;background:#fff}.bulk-op-item.completed{border-color:#86efac;background:linear-gradient(135deg,#f0fdf4,#dcfce7)}.bulk-op-item.failed{border-color:#fca5a5;background:linear-gradient(135deg,#fef2f2,#fee2e2)}.bulk-op-item.in_progress{border-color:#fbbf24;background:linear-gradient(135deg,#fef3c7,#fde68a)}.op-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.op-type{font-weight:700;color:#1f2937;font-size:1rem}.op-status{padding:.25rem .75rem;border-radius:999px;font-size:.8125rem;font-weight:700;text-transform:uppercase}.op-status.completed{background:#166534;color:#fff}.op-status.failed{background:#991b1b;color:#fff}.op-status.in_progress{background:#92400e;color:#fff}.op-details{display:flex;gap:1.5rem;font-size:.875rem;color:#6b7280}.op-error{margin-top:1rem;padding:.75rem;background:#fee2e2;color:#991b1b;border-radius:.5rem;font-size:.875rem}.btn-primary,.btn-secondary,.btn-danger,.btn-success,.btn-ghost{padding:.75rem 1.5rem;border-radius:.5rem;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .2s;border:none}.btn-primary{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;box-shadow:0 2px 4px #3b82f64d}.btn-primary:hover:not(:disabled){background:linear-gradient(135deg,#2563eb,#1d4ed8);transform:translateY(-2px);box-shadow:0 4px 8px #3b82f666}.btn-secondary{background:#f1f5f9;color:#475569;border:2px solid #cbd5e1}.btn-secondary:hover:not(:disabled){background:#e2e8f0;border-color:#94a3b8}.btn-danger{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;box-shadow:0 2px 4px #ef44444d}.btn-danger:hover:not(:disabled){background:linear-gradient(135deg,#dc2626,#b91c1c);transform:translateY(-2px);box-shadow:0 4px 8px #ef444466}.btn-success{background:linear-gradient(135deg,#10b981,#059669);color:#fff;box-shadow:0 2px 4px #10b9814d}.btn-success:hover:not(:disabled){background:linear-gradient(135deg,#059669,#047857);transform:translateY(-2px);box-shadow:0 4px 8px #10b98166}.btn-ghost{background:transparent;color:#475569;border:2px solid #e2e8f0}.btn-ghost:hover:not(:disabled){background:#f8fafc;border-color:#cbd5e1}.btn-primary:disabled,.btn-secondary:disabled,.btn-danger:disabled,.btn-success:disabled{opacity:.5;cursor:not-allowed;transform:none}.btn-danger.small,.btn-success.small{padding:.375rem .75rem;font-size:.8125rem}.modal-overlay{position:fixed;inset:0;background:#0f172ab3;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.modal-content{background:#fff;border-radius:1rem;max-width:500px;width:100%;box-shadow:0 20px 25px #0003}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;border-bottom:2px solid #f1f5f9}.modal-header h3{margin:0;font-size:1.25rem;font-weight:700;color:#1e293b}.modal-header button{background:transparent;border:none;font-size:1.5rem;cursor:pointer;color:#64748b;padding:.25rem .5rem}.modal-body{padding:1.5rem}.form-field{margin-bottom:1.25rem}.form-field label{display:block;font-size:.875rem;font-weight:600;color:#334155;margin-bottom:.5rem}.form-field input{width:100%;padding:.75rem 1rem;border:2px solid #cbd5e1;border-radius:.5rem;font-size:.9375rem;color:#1e293b;background:#fff}.form-field input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.modal-note{padding:1rem;background:#f0f9ff;border-left:4px solid #3b82f6;border-radius:.5rem;font-size:.875rem;color:#475569;margin-top:1rem}.modal-footer{display:flex;gap:.75rem;padding:1.5rem;border-top:2px solid #f1f5f9}.group-settings-loading,.group-settings-error{display:flex;align-items:center;justify-content:center;min-height:400px;font-size:1.125rem;color:#64748b}.group-settings-error{color:#ef4444}.saving-indicator{position:fixed;bottom:2rem;right:2rem;padding:1rem 1.5rem;background:linear-gradient(135deg,#1e293b,#0f172a);color:#fff;border-radius:.75rem;font-size:.875rem;font-weight:600;box-shadow:0 8px 16px #0003;animation:slideInUp .3s ease-out;z-index:999}@keyframes slideInUp{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}.no-data{text-align:center;padding:2.5rem;color:#94a3b8;font-style:italic;font-size:.9375rem}.filters-panel{background:#f8fafc;border:1px solid #e2e8f0;border-radius:.75rem;padding:1.25rem;margin-bottom:1.5rem}.filters-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.filters-header h3{margin:0;font-size:1rem;color:#334155;font-weight:600}.filters-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.filter-item{display:flex;flex-direction:column;gap:.375rem}.filter-item label{font-size:.875rem;font-weight:500;color:#64748b}.filter-item input,.filter-item select{padding:.625rem .875rem;border:1px solid #cbd5e1;border-radius:.5rem;font-size:.9375rem;color:#1e293b;background:#fff;transition:all .2s}.filter-item input:focus,.filter-item select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.confirm-modal{max-width:500px}.confirm-message{font-size:1rem;color:#475569;line-height:1.6;margin:0}.modal-footer .btn-danger{background:linear-gradient(135deg,#dc2626,#b91c1c);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:600;cursor:pointer;transition:all .2s}.modal-footer .btn-danger:hover{background:linear-gradient(135deg,#b91c1c,#991b1b);transform:translateY(-1px);box-shadow:0 4px 12px #dc26264d}.btn-ghost.small{padding:.5rem .875rem;font-size:.875rem}@media(max-width:1024px){.field-row{grid-template-columns:1fr;gap:.5rem}.filters-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.group-settings{padding:1rem}.settings-header{padding:1.5rem}.settings-title{font-size:1.5rem}.settings-tabs{overflow-x:auto}.tab-content{padding:1.5rem}.users-actions{flex-direction:column;width:100%}.search-input{width:100%}.bulk-actions-bar{flex-direction:column;align-items:flex-start;gap:1rem}.info-grid,.filters-grid{grid-template-columns:1fr}}.data-mgmt-tab{background:#fff;border-radius:1rem;padding:2rem;box-shadow:0 2px 8px #0000000d}.data-mgmt-tab h2{font-size:1.875rem;font-weight:700;color:#0f172a;margin-bottom:.75rem}.data-mgmt-tab .tab-description{color:#64748b;line-height:1.6;margin-bottom:2rem}.data-mgmt-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-bottom:2.5rem}.data-mgmt-card{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:2px solid #e2e8f0;border-radius:.875rem;padding:1.5rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.data-mgmt-card:hover{border-color:#3b82f6;box-shadow:0 4px 12px #3b82f626;transform:translateY(-2px)}.data-mgmt-card .card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.data-mgmt-card .card-header h3{font-size:1.25rem;font-weight:600;color:#0f172a;margin:0}.toggle-container-small{position:relative;display:inline-block;width:48px;height:26px}.toggle-container-small input[type=checkbox]{opacity:0;width:0;height:0}.toggle-slider-small{position:absolute;cursor:pointer;inset:0;background-color:#cbd5e1;transition:.3s;border-radius:26px}.toggle-slider-small:before{position:absolute;content:"";height:20px;width:20px;left:3px;bottom:3px;background-color:#fff;transition:.3s;border-radius:50%;box-shadow:0 2px 4px #0003}.toggle-container-small input:checked+.toggle-slider-small{background:linear-gradient(135deg,#3b82f6,#2563eb)}.toggle-container-small input:checked+.toggle-slider-small:before{transform:translate(22px)}.toggle-container-small input:disabled+.toggle-slider-small{opacity:.5;cursor:not-allowed}.data-mgmt-card .card-description{color:#475569;font-size:.9375rem;line-height:1.6;margin:0}.data-mgmt-card .card-description strong{color:#0f172a;font-weight:600}.data-mgmt-card .card-note{margin-top:1rem;padding:.875rem;background:#fef3c7;border-left:3px solid #f59e0b;border-radius:.5rem;font-size:.875rem;color:#78350f}.data-mgmt-card .card-note strong{color:#92400e}.data-mgmt-info{background:#eff6ff;border:2px solid #bfdbfe;border-radius:.875rem;padding:1.75rem}.data-mgmt-info h3{font-size:1.25rem;font-weight:600;color:#1e40af;margin:0 0 1rem}.data-mgmt-info ul{list-style:none;padding:0;margin:0}.data-mgmt-info li{margin-bottom:1rem;padding-left:1.5rem;position:relative;line-height:1.7;color:#1e3a8a}.data-mgmt-info li:before{content:"▸";position:absolute;left:0;color:#3b82f6;font-weight:700}.data-mgmt-info li:last-child{margin-bottom:0}.data-mgmt-info strong{color:#1e40af;font-weight:600}.conflict-modal{max-width:700px;max-height:85vh;overflow-y:auto}.conflict-modal .modal-intro{font-size:1rem;color:#475569;margin-bottom:1.5rem;padding:1rem;background:#f8fafc;border-left:4px solid #3b82f6;border-radius:.5rem}.conflict-group{margin-bottom:2rem}.conflict-group h4{font-size:1.125rem;font-weight:600;color:#0f172a;margin:0 0 1rem;text-transform:capitalize}.conflict-item{background:#f8fafc;border:1px solid #e2e8f0;border-radius:.75rem;padding:1.25rem;margin-bottom:1rem}.conflict-item:last-child{margin-bottom:0}.conflict-email{font-size:.9375rem;color:#0f172a;font-weight:600;margin-bottom:.875rem;padding-bottom:.875rem;border-bottom:1px solid #e2e8f0}.conflict-options{display:flex;flex-direction:column;gap:.625rem;margin-bottom:.875rem}.conflict-option{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:#fff;border:2px solid #e2e8f0;border-radius:.5rem;cursor:pointer;transition:all .2s}.conflict-option:hover{border-color:#3b82f6;background:#eff6ff}.conflict-option input[type=radio]{width:18px;height:18px;cursor:pointer;accent-color:#3b82f6}.conflict-option .option-value{font-weight:500;color:#0f172a;flex:1}.conflict-option input[type=radio]:checked~.option-value{color:#3b82f6;font-weight:600}.conflict-apps{color:#64748b;font-size:.8125rem;padding-left:1rem}@media(max-width:768px){.data-mgmt-grid{grid-template-columns:1fr}.conflict-modal{max-width:95%;margin:1rem}}#root{max-width:1280px;margin:0 auto;padding:2rem;text-align:center}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(prefers-reduced-motion:no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}.verify-email-container{display:flex;justify-content:center;align-items:center;min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);padding:1rem}.verify-email-content{background:#fff;border-radius:12px;padding:3rem 2rem;max-width:500px;width:100%;box-shadow:0 10px 40px #0000001a;text-align:center}.verify-loading,.verify-success,.verify-error{display:flex;flex-direction:column;align-items:center;gap:1rem}.spinner{width:50px;height:50px;border:4px solid #e5e7eb;border-top-color:#667eea;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.verify-loading p{color:#666;font-size:1rem}.success-icon{font-size:4rem;animation:bounce .6s ease-in-out}.error-icon{font-size:4rem;animation:shake .5s ease-in-out}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-5px)}75%{transform:translate(5px)}}.verify-email-content h1{font-size:1.75rem;color:#1e293b;margin:0}.verify-email-content p{color:#64748b;margin:.5rem 0;font-size:.95rem}.verify-email-content .sub-text{font-size:.85rem;color:#94a3b8}.verify-error{color:#dc2626}.verify-error p{color:#991b1b}.btn-primary{display:inline-block;margin-top:1.5rem;padding:.75rem 2rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;text-decoration:none;border-radius:6px;font-weight:500;transition:all .3s ease}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 5px 20px #667eea66}
