body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}body{background:linear-gradient(135deg,#667eea,#764ba2);color:#1a202c;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,sans-serif;line-height:1.6}.App,body{min-height:100vh}.container{max-width:1200px}.container,.container-sm{margin:0 auto;padding:20px}.container-sm{max-width:500px}.card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffff2;border:1px solid #ffffff4d;border-radius:16px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;margin-bottom:24px;padding:32px;transition:all .3s cubic-bezier(.4,0,.2,1)}.card:hover{box-shadow:0 25px 50px -12px #00000026,0 10px 10px -5px #0000000a;transform:translateY(-2px)}.card-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;font-size:1.875rem;font-weight:700;letter-spacing:-.025em;margin-bottom:8px}.card-description{color:#6b7280;font-size:1rem;font-weight:400}.form-group{margin-bottom:24px;position:relative}.form-label{color:#374151;display:block;font-size:.875rem;font-weight:600;letter-spacing:.05em;margin-bottom:8px;text-transform:uppercase}.form-input{background:#ffffffe6;border:2px solid #e5e7eb;border-radius:12px;font-size:16px;font-weight:500;padding:16px 20px;transition:all .3s cubic-bezier(.4,0,.2,1);width:100%}.form-input:focus{background:#fff;border-color:#667eea;box-shadow:0 0 0 4px #667eea1a;outline:none;transform:translateY(-1px)}.form-input:disabled{background:#f9fafb;cursor:not-allowed;opacity:.6}.btn{border:none;border-radius:12px;cursor:pointer;display:inline-flex;font-size:.875rem;font-weight:600;gap:10px;justify-content:center;letter-spacing:.025em;overflow:hidden;padding:14px 28px;position:relative;text-decoration:none;text-transform:uppercase;transition:all .3s cubic-bezier(.4,0,.2,1)}.btn:before{background:linear-gradient(90deg,#0000,#fff3,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s;width:100%}.btn:hover:before{left:100%}.btn:disabled{cursor:not-allowed;opacity:.5;transform:none}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 10px 15px -3px #667eea4d;color:#fff}.btn-primary:hover:not(:disabled){box-shadow:0 20px 25px -5px #667eea66;transform:translateY(-2px)}.btn-secondary{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#f3f4f6cc;border:1px solid #e5e7eb80;color:#374151}.btn-secondary:hover:not(:disabled){background:#e5e7ebe6;box-shadow:0 10px 15px -3px #0000001a;transform:translateY(-1px)}.btn-danger{background:linear-gradient(135deg,#ef4444,#dc2626);box-shadow:0 10px 15px -3px #ef44444d}.btn-danger:hover:not(:disabled){box-shadow:0 20px 25px -5px #ef444466;transform:translateY(-2px)}.btn-sm{font-size:.75rem;padding:10px 20px}.btn-full{width:100%}.grid{grid-gap:24px;display:grid;gap:24px}.grid-cols-1{grid-template-columns:1fr}.grid-cols-2{grid-template-columns:repeat(2,1fr)}.grid-cols-3{grid-template-columns:repeat(3,1fr)}@media (max-width:768px){.grid-cols-2,.grid-cols-3{grid-template-columns:1fr}}.alert{animation:slideIn .3s ease-out;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid;border-radius:12px;font-size:.875rem;font-weight:500;margin-bottom:20px;padding:16px 20px}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.alert-success{background:#f0fdf4e6;border-color:#bbf7d0;color:#166534}.alert-error{background:#fef2f2e6;border-color:#fecaca;color:#991b1b}.alert-info{background:#eff6ffe6;border-color:#bfdbfe;color:#1e40af}.spinner{animation:spin 1s linear infinite;border:3px solid #667eea4d;border-radius:50%;border-top-color:#667eea;height:24px;width:24px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.list{list-style:none}.list-item{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffb3;border:1px solid #e5e7eb80;border-radius:16px;margin-bottom:16px;padding:24px;transition:all .3s cubic-bezier(.4,0,.2,1)}.list-item:hover{background:#ffffffe6;border-color:#667eea;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;transform:translateY(-4px)}.list-item-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:12px}.list-item-title{color:#111827;font-size:1.125rem;font-weight:700}.list-item-meta{align-items:center;color:#6b7280;display:flex;font-size:.875rem;font-weight:500}.list-item-actions{display:flex;gap:12px;margin-top:16px}.navbar{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff1a;border-bottom:1px solid #fff3;padding:16px 0;position:-webkit-sticky;position:sticky;top:0;z-index:100}.navbar-content{justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 20px}.navbar-brand,.navbar-content{align-items:center;display:flex}.navbar-brand{color:#fff;font-size:1.5rem;font-weight:800;gap:12px;text-decoration:none;transition:all .3s ease}.navbar-brand:hover{transform:scale(1.05)}.navbar-link,.navbar-nav{align-items:center;display:flex;gap:8px}.navbar-link{border-radius:10px;color:#ffffffe6;font-size:.875rem;font-weight:600;letter-spacing:.025em;padding:12px 20px;text-decoration:none;text-transform:uppercase;transition:all .3s cubic-bezier(.4,0,.2,1)}.navbar-link:hover{background:#ffffff26;color:#fff;transform:translateY(-1px)}.navbar-link.active{background:#fff3;box-shadow:0 4px 14px 0 #0000001a;color:#fff}.auth-page{align-items:center;display:flex;justify-content:center;min-height:100vh;padding:20px}.auth-card{animation:fadeInUp .6s ease-out;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffff2;border:1px solid #ffffff4d;border-radius:24px;box-shadow:0 25px 50px -12px #00000026;max-width:450px;padding:48px;width:100%}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.auth-header{margin-bottom:40px;text-align:center}.auth-icon{align-items:center;border-radius:20px;box-shadow:0 10px 15px -3px #667eea4d;color:#fff;display:flex;height:80px;justify-content:center;margin:0 auto 24px;width:80px}.auth-icon,.auth-title{background:linear-gradient(135deg,#667eea,#764ba2)}.auth-title{-webkit-text-fill-color:#0000;-webkit-background-clip:text;background-clip:text;font-size:2.25rem;font-weight:800;letter-spacing:-.025em;margin-bottom:12px}.auth-subtitle{color:#6b7280;font-size:1.125rem;font-weight:500}.auth-form{margin-bottom:32px}.input-group{align-items:center;display:flex;position:relative}.input-icon{color:#9ca3af;left:16px;pointer-events:none;position:absolute;z-index:2}.form-input.with-icon{padding-left:48px}.password-toggle{background:none;border:none;border-radius:6px;color:#9ca3af;cursor:pointer;padding:4px;position:absolute;right:16px;transition:all .3s ease;z-index:2}.password-toggle:hover{background:#667eea1a;color:#667eea}.password-toggle:disabled{cursor:not-allowed;opacity:.5}.auth-submit{font-size:1rem;font-weight:700;margin-top:32px;padding:18px 32px}.auth-footer{border-top:1px solid #e5e7eb80;margin-top:32px;padding-top:32px;text-align:center}.auth-footer p{color:#6b7280;font-size:.875rem}.auth-link{border-radius:4px;color:#667eea;font-weight:600;padding:2px 4px;text-decoration:none;transition:all .3s ease}.auth-link:hover{background:#667eea1a;color:#764ba2;text-decoration:none}@media (max-width:768px){.auth-card{padding:32px 24px}.auth-icon{height:64px;margin-bottom:20px;width:64px}.auth-title{font-size:1.875rem}.auth-subtitle{font-size:1rem}.form-input.with-icon{padding-left:44px}.input-icon{left:14px}.password-toggle{right:14px}}.file-upload{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#f8fafc80;border:3px dashed #d1d5db;border-radius:16px;cursor:pointer;padding:32px;text-align:center;transition:all .3s cubic-bezier(.4,0,.2,1)}.file-upload:hover{background:#f8faffcc;border-color:#667eea;transform:scale(1.02)}.file-upload.dragover{background:#f0f8ffe6;border-color:#667eea;transform:scale(1.05)}.file-upload input[type=file]{display:none}.stats-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));margin-bottom:32px}.stat-card{border-radius:16px;padding:28px;text-align:center}.stat-card:hover{box-shadow:0 20px 25px -5px #00000026;transform:translateY(-5px)}.stat-number{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;margin-bottom:8px}.stat-label{align-items:center;display:flex;gap:6px;justify-content:center}@media (max-width:768px){.container{padding:16px}.card{padding:20px}.navbar-content{padding:0 16px}.navbar-nav{gap:12px}.auth-card{padding:24px}}.tabs{margin-top:20px}.tabs-nav{border-bottom:2px solid #e9ecef;display:flex;margin-bottom:24px}.tab-btn{align-items:center;background:none;border:none;border-bottom:2px solid #0000;color:#666;cursor:pointer;display:flex;font-size:14px;font-weight:500;gap:8px;padding:12px 20px;transition:all .2s ease}.tab-btn:hover{background-color:#f8f9fa;color:#007bff}.tab-btn.active{border-bottom-color:#007bff;color:#007bff}.tabs-content{min-height:400px}.modal-overlay{background:#00000080;padding:20px}.modal{background:#fff;border-radius:8px;box-shadow:0 10px 30px #0003;max-height:90vh;max-width:600px;overflow-y:auto;width:100%}.modal-header{border-bottom:1px solid #e9ecef;padding:20px}.modal-header h2{align-items:center;display:flex;gap:8px;margin:0}.modal-content{padding:20px}.modal-footer{border-top:1px solid #e9ecef;justify-content:flex-end;padding:20px}.alert,.modal-footer{display:flex;gap:12px}.alert{align-items:flex-start;border-radius:6px;margin-bottom:16px;padding:16px}.alert-success{background-color:#d1edff;border:1px solid #0084ff;color:#004085}.alert-error{background-color:#f8d7da;border:1px solid #dc3545;color:#721c24}.alert-warning{background-color:#fff3cd;border:1px solid #ffc107;color:#856404}.alert-info{background-color:#d1ecf1;border:1px solid #17a2b8;color:#0c5460}.badge{border-radius:4px;display:inline-block;font-size:12px;font-weight:500;letter-spacing:.5px;padding:4px 8px;text-transform:uppercase}.badge-success{background-color:#28a745;color:#fff}.badge-danger{background-color:#dc3545;color:#fff}.badge-warning{background-color:#ffc107;color:#212529}.badge-secondary{background-color:#6c757d;color:#fff}.badge-primary{background-color:#007bff;color:#fff}.card-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.card{background:#fff;border:1px solid #e9ecef;border-radius:8px;box-shadow:0 2px 4px #0000001a;overflow:hidden;transition:box-shadow .2s ease}.card:hover{box-shadow:0 4px 8px #00000026}.card-header{align-items:center;background-color:#f8f9fa;border-bottom:1px solid #e9ecef;padding:16px}.card-header h3{font-size:16px;font-weight:600;margin:0}.card-content{padding:16px}.empty-state{padding:60px 20px}.empty-state p{margin:0 0 24px}.form-group{margin-bottom:20px}.form-group label{color:#333;display:block;font-weight:500;margin-bottom:6px}.form-group input,.form-group select,.form-group textarea{border:1px solid #ddd;border-radius:4px;font-size:14px;padding:8px 12px;transition:border-color .2s ease;width:100%}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#007bff;box-shadow:0 0 0 2px #007bff40;outline:none}.form-group small{color:#666;display:block;font-size:12px;margin-top:4px}.btn-sm{font-size:12px;padding:4px 8px}.btn-danger{background-color:#dc3545;border-color:#dc3545;color:#fff}.btn-danger:hover{background-color:#c82333;border-color:#bd2130}.btn-secondary{background-color:#6c757d;border-color:#6c757d;color:#fff}.btn-secondary:hover{background-color:#5a6268;border-color:#545b62}.loading{color:#666;padding:40px;text-align:center}pre{word-wrap:break-word;white-space:pre-wrap}code{font-family:Courier New,Courier,monospace;font-size:13px;line-height:1.4}@media (max-width:768px){.card-grid{grid-template-columns:1fr}.modal{margin:10px;max-width:none}.tabs-nav{flex-wrap:wrap}.tab-btn{font-size:13px;padding:8px 12px}}.modal-lg{max-width:700px;width:90vw}.modal-header-content{align-items:center;display:flex;gap:16px}.modal-icon{align-items:center;background:linear-gradient(135deg,#007bff,#0056b3);border-radius:12px;color:#fff;display:flex;height:48px;justify-content:center;width:48px}.modal-subtitle{color:#666;font-size:14px;font-weight:400;margin:4px 0 0}.btn-icon{align-items:center;background:#f8f9fa;border:none;border-radius:6px;color:#666;cursor:pointer;display:flex;height:36px;justify-content:center;transition:all .2s ease;width:36px}.btn-icon:hover{background:#e9ecef;color:#333}.modal-steps{margin-bottom:20px;padding:20px 20px 0}.modal-steps,.step{align-items:center;display:flex}.step{color:#666;font-size:14px;font-weight:500;gap:8px}.step.active{color:#007bff}.step.completed{color:#28a745}.step-number{align-items:center;background:#e9ecef;border-radius:50%;color:#666;display:flex;font-size:12px;font-weight:600;height:24px;justify-content:center;width:24px}.step.active .step-number{background:#007bff;color:#fff}.step.completed .step-number{background:#28a745;color:#fff}.step-divider{background:#e9ecef;height:2px;margin:0 16px;width:40px}.step-content{animation:fadeIn .3s ease}.step-header{align-items:center;border-bottom:1px solid #e9ecef;display:flex;gap:12px;margin-bottom:24px;padding-bottom:16px}.step-header h3{color:#333;font-size:18px;font-weight:600;margin:0}.form-label-optional,.form-label-required{align-items:center;color:#333;display:flex;font-weight:600;gap:8px;margin-bottom:8px}.form-label-required:after{color:#dc3545;content:"*"}.label-badge{background:#e9ecef;border-radius:3px;color:#666;font-size:10px;font-weight:500;letter-spacing:.5px;padding:2px 6px;text-transform:uppercase}.form-input-lg{border-radius:8px;font-size:16px;padding:12px 16px}.form-hint{color:#666;display:block;font-size:13px;line-height:1.4;margin-top:6px}.permission-summary{background:#f8f9fa;border-radius:4px;color:#666;font-size:12px;font-weight:500;margin-left:auto;padding:4px 8px}.permissions-container{max-height:400px;overflow-y:auto;padding:4px}.project-section{margin-bottom:32px}.project-header{background:#f8f9fa;border-left:4px solid #007bff;border-radius:8px;gap:8px;margin-bottom:16px;padding:12px 16px}.project-header h4{color:#333;flex:1 1;font-size:16px;font-weight:600;margin:0}.bucket-count{background:#fff;border:1px solid #e9ecef;border-radius:4px;color:#666;font-size:12px;font-weight:500;padding:4px 8px}.buckets-grid{grid-gap:16px;display:grid;gap:16px}.bucket-card{background:#fff;border:2px solid #e9ecef;border-radius:12px;padding:16px;transition:all .2s ease}.bucket-card:hover{border-color:#007bff;box-shadow:0 4px 12px #007bff1a}.bucket-card.selected{background:#f8f9ff;border-color:#007bff}.bucket-header{justify-content:space-between;margin-bottom:16px}.bucket-header,.bucket-toggle{align-items:center;display:flex}.bucket-toggle{gap:8px}.bucket-checkbox{accent-color:#007bff;height:18px;width:18px}.bucket-name{color:#333;cursor:pointer;font-weight:600;margin:0}.permission-preset{margin-left:16px}.preset-select{background:#fff;border:1px solid #ddd;border-radius:4px;cursor:pointer;font-size:12px;padding:6px 8px}.permissions-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(160px,1fr))}.permission-option{align-items:flex-start;background:#fff;border:2px solid #e9ecef;border-radius:8px;cursor:pointer;display:flex;gap:12px;padding:12px;transition:all .2s ease}.permission-option.selected,.permission-option:hover{background:#f8f9ff;border-color:#007bff}.permission-option input[type=checkbox]{accent-color:#007bff;height:16px;margin:2px 0 0;width:16px}.permission-content{align-items:flex-start;display:flex;flex:1 1;gap:8px}.permission-content svg{color:#666;flex-shrink:0;margin-top:2px}.permission-option.selected .permission-content svg{color:#007bff}.permission-name{color:#333;display:block;font-size:14px;font-weight:600;line-height:1.2}.permission-content small{color:#666;display:block;font-size:12px;line-height:1.3;margin-top:2px}.empty-buckets{background:#f8f9fa;border-radius:8px;color:#666;margin-left:16px;padding:32px 16px;text-align:center}.empty-buckets svg{color:#ccc;margin-bottom:8px}.empty-buckets p{font-weight:500;margin:0 0 4px}.empty-buckets small{font-size:12px}.empty-state{color:#666;padding:48px 20px}.empty-state svg{color:#ccc;margin-bottom:16px}.empty-state h3{color:#333;font-size:18px;margin:0 0 8px}.empty-state p{font-size:14px;margin:0}.footer-actions{display:flex;gap:12px}.btn{align-items:center;display:flex;gap:8px}.btn .spinner{height:16px;width:16px}.alert{border-radius:8px}.alert-error div{flex:1 1}.alert-error strong{display:block;margin-bottom:4px}.alert-error p{font-size:14px;margin:0}@media (max-width:768px){.modal-lg{margin:20px;max-height:calc(100vh - 40px);max-width:none;width:95vw}.modal-steps{margin-bottom:16px;padding:16px}.step span{display:none}.step-divider{margin:0 8px;width:20px}.permissions-grid{grid-template-columns:1fr}.bucket-header{align-items:flex-start;flex-direction:column;gap:12px}.permission-preset{margin-left:0}.footer-actions{flex-direction:column-reverse}.footer-actions .btn{justify-content:center;width:100%}}.developers-page{background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh}.developers-hero{background:linear-gradient(135deg,#667eeae6,#764ba2e6);color:#fff;overflow:hidden;padding:80px 0 60px;position:relative}.developers-hero:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='60' height='60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z' fill='%23fff' fill-opacity='.05' fill-rule='evenodd'/%3E%3C/svg%3E");bottom:0;content:"";left:0;opacity:.1;position:absolute;right:0;top:0}.hero-content{position:relative;text-align:center;z-index:1}.hero-icon{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff26;border-radius:20px;display:inline-flex;height:80px;justify-content:center;margin-bottom:24px;width:80px}.hero-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#fffc);-webkit-background-clip:text;background-clip:text;font-size:3.5rem;font-weight:700;margin:0 0 16px}.hero-subtitle{font-size:1.25rem;line-height:1.6;margin:0 auto 48px;max-width:600px;opacity:.9}.hero-stats{display:flex;gap:48px;justify-content:center;margin-top:48px}.stat-item{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;gap:12px;padding:16px 24px}.stat-item svg{color:#fffc}.stat-number{font-size:1.5rem;font-weight:700}.stat-label,.stat-number{display:block;line-height:1}.stat-label{opacity:.8}.developers-content{background:#f8fafc;min-height:calc(100vh - 200px);padding:40px 0}.dev-tabs{background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000001a;overflow:hidden}.dev-tabs-nav{background:#f8fafc;border-bottom:1px solid #e2e8f0;display:flex}.dev-tab-btn{align-items:center;background:none;border:none;border-bottom:3px solid #0000;cursor:pointer;display:flex;flex:1 1;gap:16px;padding:24px 32px;position:relative;transition:all .3s ease}.dev-tab-btn:hover{background:#667eea0d}.dev-tab-btn.active{background:#fff;border-bottom-color:#667eea}.dev-tab-btn.active:before{background:linear-gradient(135deg,#667eea,#764ba2);content:"";height:3px;left:0;position:absolute;right:0;top:0}.tab-icon{align-items:center;background:#f1f5f9;border-radius:12px;display:flex;height:48px;justify-content:center;transition:all .3s ease;width:48px}.dev-tab-btn.active .tab-icon{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.tab-content{text-align:left}.tab-title{color:#1e293b;display:block;font-size:1.125rem;font-weight:600;margin-bottom:4px}.tab-desc{color:#64748b;display:block;font-size:.875rem}.dev-tabs-content{padding:0}.documentation{max-width:none;padding:40px}.docs-header{align-items:center;border-bottom:2px solid #e2e8f0;display:flex;justify-content:space-between;margin-bottom:48px;padding-bottom:24px}.docs-title-section{gap:20px}.docs-icon,.docs-title-section{align-items:center;display:flex}.docs-icon{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:14px;color:#fff;height:56px;justify-content:center;width:56px}.docs-title{color:#1e293b;font-size:2.25rem;font-weight:700;margin:0}.docs-subtitle{color:#64748b;font-size:1.125rem;margin:8px 0 0}.docs-link{align-items:center;display:flex;gap:8px}.docs-section{margin-bottom:64px}.section-header{align-items:flex-start;gap:16px;margin-bottom:32px}.section-header svg{color:#667eea;margin-top:4px}.section-title{color:#1e293b;font-size:1.875rem;margin:0}.section-desc{color:#64748b;font-size:1.125rem;line-height:1.6;margin:8px 0 0}.quickstart-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-bottom:40px}.quickstart-card{background:#fff;border:2px solid #e2e8f0;border-radius:16px;padding:24px;transition:all .3s ease}.quickstart-card:hover{border-color:#667eea;box-shadow:0 12px 40px #667eea26;transform:translateY(-2px)}.quickstart-icon{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;color:#fff;display:flex;height:48px;justify-content:center;margin-bottom:16px;width:48px}.quickstart-title{color:#1e293b;font-size:1.125rem;font-weight:600;margin:0 0 8px}.quickstart-value{color:#667eea;font-family:Courier New,monospace;font-size:1.25rem;font-weight:700;margin-bottom:8px}.quickstart-desc{color:#64748b;font-size:.875rem;line-height:1.5;margin:0}.auth-section{background:#f8fafc;border:2px solid #e2e8f0;border-radius:16px;padding:32px}.auth-title{align-items:center;color:#1e293b;display:flex;font-size:1.25rem;font-weight:600;gap:12px;margin:0 0 20px}.code-block{border-radius:12px;box-shadow:0 4px 20px #0000001a;margin-bottom:24px;overflow:hidden}.code-title{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;font-size:.875rem;font-weight:600;gap:8px;padding:12px 20px}.code-container{background:#1e293b;position:relative}.code-content{background:#1e293b;color:#e2e8f0;font-family:Courier New,Monaco,monospace;font-size:14px;line-height:1.6;margin:0;overflow-x:auto;padding:24px}.copy-btn{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:12px;gap:6px;padding:8px 12px;position:absolute;right:16px;top:16px;transition:all .2s ease}.copy-btn:hover{background:#fff3}.copy-btn.copied{background:#22c55e33;border-color:#22c55e66;color:#22c55e}.copy-text{font-weight:500}.endpoint-card{background:#fff;border:2px solid #e2e8f0;border-radius:16px;margin-bottom:32px;overflow:hidden;transition:all .3s ease}.endpoint-card:hover{border-color:#667eea;box-shadow:0 12px 40px #667eea26}.endpoint-header{align-items:flex-start;background:#f8fafc;border-bottom:1px solid #e2e8f0;display:flex;gap:20px;padding:32px}.endpoint-icon{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:14px;color:#fff;display:flex;flex-shrink:0;height:56px;justify-content:center;width:56px}.endpoint-info{flex:1 1}.endpoint-title{color:#1e293b;font-size:1.5rem;font-weight:700;margin:0 0 8px}.endpoint-desc{color:#64748b;font-size:1rem;line-height:1.6;margin:0 0 16px}.endpoint-badge{align-items:center;display:flex;flex-wrap:wrap;gap:12px}.method-badge{border-radius:6px;font-size:.75rem;font-weight:700;letter-spacing:.5px;padding:4px 12px;text-transform:uppercase}.method-post{background:#22c55e;color:#fff}.method-get{background:#3b82f6;color:#fff}.method-delete{background:#ef4444;color:#fff}.endpoint-path{background:#f1f5f9;border-radius:6px;color:#475569;font-family:Courier New,monospace;font-size:.875rem;padding:6px 12px}.endpoint-content{padding:32px}.code-examples{display:flex;flex-direction:column;gap:24px}.response-cards{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));margin-bottom:32px}.response-card{background:#fff;border:2px solid #e2e8f0;border-radius:16px;overflow:hidden}.response-card.success{border-color:#22c55e}.response-card.error{border-color:#ef4444}.response-header{align-items:center;background:#f8fafc;border-bottom:1px solid #e2e8f0;display:flex;gap:12px;padding:20px 24px}.response-card.success .response-header{background:#22c55e0d;color:#22c55e}.response-card.error .response-header{background:#ef44440d;color:#ef4444}.response-header h4{font-size:1.125rem;font-weight:600;margin:0}.status-codes{background:#f8fafc;border:2px solid #e2e8f0;border-radius:16px;padding:32px}.status-title{color:#1e293b;font-size:1.25rem;font-weight:600;margin:0 0 24px}.status-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.status-item{align-items:center;background:#fff;border-left:4px solid #e2e8f0;border-radius:8px;display:flex;justify-content:space-between;padding:12px 16px}.status-item.success{border-left-color:#22c55e}.status-item.error{border-left-color:#ef4444}.status-item.warning{border-left-color:#f59e0b}.status-code{font-family:Courier New,monospace;font-size:1rem;font-weight:700}.status-text{color:#64748b;font-size:.875rem}.practices-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}.practice-card{background:#fff;border:2px solid #e2e8f0;border-radius:16px;padding:24px;transition:all .3s ease}.practice-card:hover{border-color:#667eea;box-shadow:0 12px 40px #667eea26;transform:translateY(-2px)}.practice-header{align-items:center;display:flex;gap:12px;margin-bottom:16px}.practice-header svg{color:#667eea}.practice-header h4{color:#1e293b;font-size:1.125rem;font-weight:600;margin:0}.practice-list{color:#64748b;margin:0;padding-left:20px}.practice-list li{line-height:1.6;margin-bottom:8px}.sdk-preview{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;gap:24px;padding:40px;text-align:left}.sdk-icon,.sdk-preview{align-items:center;border-radius:20px;display:flex}.sdk-icon{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff26;flex-shrink:0;height:80px;justify-content:center;width:80px}.sdk-content{flex:1 1}.sdk-title{font-size:1.5rem;font-weight:700;margin:0 0 12px}.sdk-desc{font-size:1rem;line-height:1.6;margin:0;opacity:.9}@media (max-width:1024px){.hero-stats{gap:24px}.stat-item{padding:12px 16px}.documentation{padding:24px}.docs-header{align-items:flex-start;flex-direction:column;gap:20px}}@media (max-width:768px){.hero-title{font-size:2.5rem}.hero-stats{align-items:center;gap:16px}.dev-tabs-nav,.hero-stats{flex-direction:column}.dev-tab-btn{padding:20px 24px}.practices-grid,.quickstart-grid,.response-cards{grid-template-columns:1fr}.sdk-preview{flex-direction:column;text-align:center}.endpoint-header{align-items:flex-start;flex-direction:column;gap:16px}.endpoint-badge{align-self:stretch}.status-grid{grid-template-columns:1fr}}.navbar-user{border-left:1px solid #fff3;gap:16px;margin-left:20px;padding-left:20px}.navbar-user,.user-info{align-items:center;display:flex}.user-info{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border-radius:8px;color:#ffffffe6;font-size:.875rem;font-weight:500;gap:8px;padding:8px 12px}.user-email{max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.logout-btn{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a!important;border:1px solid #fff3!important;color:#ffffffe6!important}.logout-btn:hover{background:#fff3!important;color:#fff!important;transform:translateY(-1px)}@media (max-width:1024px){.navbar-user{margin-left:12px;padding-left:12px}.user-email{max-width:120px}}@media (max-width:768px){.navbar-user{flex-direction:column;gap:8px;margin-left:8px;padding-left:8px}.user-info{font-size:.75rem;padding:6px 10px}.user-email{max-width:100px}}.dashboard-header{align-items:center;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffff2;border:1px solid #ffffff4d;border-radius:20px;box-shadow:0 20px 25px -5px #0000001a;display:flex;gap:32px;justify-content:space-between;margin-bottom:32px;padding:40px}.welcome-section{flex:1 1}.welcome-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;font-size:2.5rem;font-weight:800;letter-spacing:-.025em;margin-bottom:12px}.welcome-subtitle{color:#6b7280;font-size:1.125rem;font-weight:500;line-height:1.6}.header-actions{gap:16px}.stats-section{margin-bottom:32px}.stat-card{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffe6;border:1px solid #ffffff4d;border-radius:20px;box-shadow:0 10px 15px -3px #0000001a;display:flex;gap:20px;overflow:hidden;padding:32px;position:relative;text-align:left;transition:all .3s cubic-bezier(.4,0,.2,1)}.stat-card:before{content:"";height:4px;left:0;position:absolute;right:0;top:0}.stat-card.featured,.stat-card:before{background:linear-gradient(135deg,#667eea,#764ba2)}.stat-card.featured{color:#fff;transform:scale(1.05)}.stat-card.featured:before{background:#ffffff4d}.stat-card:hover{box-shadow:0 25px 50px -12px #0003;transform:translateY(-8px) scale(1.02)}.stat-card.featured:hover{transform:translateY(-8px) scale(1.07)}.stat-icon{align-items:center;background:#667eea1a;border-radius:16px;color:#667eea;display:flex;flex-shrink:0;height:60px;justify-content:center;width:60px}.stat-card.featured .stat-icon{background:#fff3;color:#fff}.stat-content{flex:1 1}.stat-number{color:#667eea;font-size:2.5rem;font-weight:800;letter-spacing:-.025em;margin-bottom:4px}.stat-card.featured .stat-number{color:#fff}.stat-label{color:#6b7280;font-size:.875rem;font-weight:600;letter-spacing:.05em;margin-bottom:8px;text-transform:uppercase}.stat-card.featured .stat-label{color:#fffc}.stat-trend{align-items:center;color:#10b981;display:flex;font-size:.75rem;font-weight:600;gap:6px}.stat-card.featured .stat-trend{color:#ffffffe6}.section-header{flex-direction:column;gap:4px}.card-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:32px}.projects-grid{grid-gap:20px;gap:20px;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.project-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffc;border:1px solid #e5e7eb80;border-radius:16px;padding:24px;transition:all .3s cubic-bezier(.4,0,.2,1)}.project-card:hover{background:#fffffff2;border-color:#667eea;box-shadow:0 20px 25px -5px #0000001a;transform:translateY(-4px)}.project-header{gap:16px;margin-bottom:20px}.project-header,.project-icon{align-items:center;display:flex}.project-icon{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;color:#fff;flex-shrink:0;height:48px;justify-content:center;width:48px}.project-info{flex:1 1;min-width:0}.project-title{color:#111827;font-size:1.125rem;font-weight:700;margin-bottom:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.project-date{color:#6b7280;font-size:.875rem;font-weight:500}.project-actions{display:flex;justify-content:flex-end}.loading-state{padding:3rem;text-align:center}.loading-state p{color:#6b7280;font-weight:500;margin-top:1rem}.empty-state{align-items:center;display:flex;flex-direction:column;gap:24px;padding:4rem 2rem;text-align:center}.empty-icon{color:#d1d5db;opacity:.5}.empty-content{max-width:500px}.empty-title{color:#111827;font-size:1.5rem;font-weight:700;margin-bottom:12px}.empty-description{color:#6b7280;font-size:1rem;line-height:1.6;margin-bottom:32px}.empty-actions{display:flex;flex-wrap:wrap;gap:16px;justify-content:center}@media (max-width:1024px){.dashboard-header{align-items:flex-start;flex-direction:column;gap:24px}.header-actions{justify-content:flex-start;width:100%}.welcome-title{font-size:2rem}.stats-grid{grid-template-columns:repeat(2,1fr)}.stat-card.featured{transform:none}.stat-card.featured:hover{transform:translateY(-4px)}}@media (max-width:768px){.dashboard-header{padding:32px 24px}.welcome-title{font-size:1.75rem}.welcome-subtitle{font-size:1rem}.header-actions{flex-direction:column;width:100%}.stats-grid{grid-template-columns:1fr}.stat-card{flex-direction:column;gap:16px;padding:24px;text-align:center}.stat-content{flex:none}.projects-grid{grid-template-columns:1fr}.empty-actions{align-items:center;flex-direction:column}.empty-actions .btn{max-width:300px;width:100%}}.projects-header{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffff2;border:1px solid #ffffff4d;border-radius:20px;box-shadow:0 20px 25px -5px #0000001a;margin-bottom:32px;padding:40px}.header-content{align-items:center;display:flex;gap:32px;justify-content:space-between;margin-bottom:32px}.header-info{flex:1 1}.page-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;font-size:2.5rem;font-weight:800;letter-spacing:-.025em;margin-bottom:12px}.page-description{color:#6b7280;font-size:1.125rem;font-weight:500;line-height:1.6}.header-stats{display:flex;gap:24px}.stat-item{background:#667eea1a;border-radius:12px;color:#667eea;font-size:.875rem;font-weight:600;gap:8px;padding:12px 20px}.header-actions,.stat-item{align-items:center;display:flex}.header-actions{gap:20px}.search-bar{align-items:center;display:flex;position:relative}.search-bar svg{color:#9ca3af;left:16px;position:absolute;z-index:2}.search-input{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffc;border:2px solid #e5e7eb80;border-radius:12px;font-size:.875rem;padding:12px 16px 12px 48px;transition:all .3s cubic-bezier(.4,0,.2,1);width:300px}.search-input:focus{background:#fff;border-color:#667eea;box-shadow:0 0 0 4px #667eea1a;outline:none}.create-project-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffff2;border:1px solid #ffffff4d;border-left:4px solid #667eea;border-radius:16px;box-shadow:0 10px 15px -3px #0000001a;margin-bottom:32px;padding:32px}.create-form,.form-actions{margin-top:24px}.form-actions{display:flex;gap:16px}.projects-section{margin-bottom:32px}.section-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:24px}.section-title{color:#111827;font-size:1.5rem;font-weight:700}.projects-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fill,minmax(350px,1fr))}.project-card.enhanced{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffe6;border:1px solid #e5e7eb80;border-radius:20px;overflow:hidden;padding:28px;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1)}.project-card.enhanced:before{background:linear-gradient(135deg,#667eea,#764ba2);content:"";height:4px;left:0;position:absolute;right:0;top:0}.project-card.enhanced:hover{background:#fffffff2;border-color:#667eea;box-shadow:0 25px 50px -12px #00000026;transform:translateY(-6px)}.project-card.enhanced .project-header{align-items:flex-start;display:flex;gap:20px;margin-bottom:24px}.project-card.enhanced .project-icon{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:16px;box-shadow:0 10px 15px -3px #667eea4d;color:#fff;display:flex;flex-shrink:0;height:56px;justify-content:center;width:56px}.project-card.enhanced .project-info{flex:1 1;min-width:0}.project-card.enhanced .project-title{color:#111827;font-size:1.25rem;font-weight:700;margin-bottom:8px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.project-meta{align-items:center;color:#6b7280;display:flex;font-size:.875rem;font-weight:500;gap:8px}.project-footer{display:flex;justify-content:flex-end}.project-btn{font-weight:600;padding:12px 20px}@media (max-width:1200px){.projects-header{padding:32px 24px}.header-content{align-items:flex-start;flex-direction:column;gap:24px}.header-actions{justify-content:space-between;width:100%}.search-input{width:250px}}@media (max-width:768px){.page-title{font-size:2rem}.page-description{font-size:1rem}.header-stats{flex-direction:column;gap:12px;width:100%}.stat-item{justify-content:center}.header-actions{flex-direction:column;gap:16px}.search-input{width:100%}.projects-grid{grid-template-columns:1fr}.section-header{align-items:flex-start;gap:16px}.form-actions,.section-header{flex-direction:column}.form-actions .btn{width:100%}}.modal-overlay{align-items:center;animation:fadeIn .2s ease-out;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0009;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.modal-content{animation:slideInUp .3s ease-out;background:#fff;border:1px solid #e5e7ebcc;border-radius:16px;box-shadow:0 25px 50px -12px #00000040;max-height:90vh;overflow-y:auto}.modal-header{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-bottom:1px solid #e5e7eb;border-radius:16px 16px 0 0;justify-content:space-between;padding:24px 32px}.modal-header,.modal-title{align-items:center;display:flex}.modal-title{color:#111827;font-size:1.5rem;font-weight:700;margin:0}.modal-close{align-items:center;background:#6b72801a;border:none;border-radius:12px;color:#6b7280;cursor:pointer;display:flex;height:40px;justify-content:center;transition:all .2s ease;width:40px}.modal-close:hover{background:#ef44441a;color:#dc2626}.modal-body{padding:32px}.cors-settings-overview{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;margin-bottom:24px;padding:20px}.cors-stats{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));margin-bottom:16px}.cors-stat{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:12px;text-align:center}.cors-stat-number{color:#111827;font-size:1.5rem;font-weight:700;margin-bottom:4px}.cors-stat-label{color:#6b7280;font-size:.875rem;font-weight:500}.cors-domains-list{display:flex;flex-direction:column;gap:8px}.cors-domain-item{align-items:center;background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;display:flex;justify-content:space-between;padding:16px;transition:all .2s ease}.cors-domain-item:hover{background:#f3f4f6;border-color:#d1d5db}.cors-domain-info{align-items:center;display:flex;flex:1 1;gap:12px}.cors-domain-icon{color:#10b981}.cors-domain-item.inactive .cors-domain-icon{color:#6b7280}.cors-domain-text{flex:1 1}.cors-domain-url{color:#111827;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.875rem;font-weight:600;margin-bottom:4px}.cors-domain-meta{align-items:center;color:#6b7280;display:flex;font-size:.75rem;gap:12px}.cors-domain-status{align-items:center;display:flex;font-weight:500;gap:4px}.cors-domain-status.active{color:#10b981}.cors-domain-status.inactive{color:#ef4444}.cors-domain-actions,.cors-quick-add{display:flex;gap:8px}.cors-quick-add{flex-wrap:wrap;margin-bottom:16px}.quick-add-btn{background:#f3f4f6;border:1px solid #d1d5db;border-radius:8px;color:#374151;cursor:pointer;font-size:.75rem;font-weight:500;padding:6px 12px;transition:all .2s ease}.quick-add-btn:hover{background:#e5e7eb;border-color:#9ca3af}.cors-settings-form{background:#fafbfc;border:2px solid #3b82f6;border-radius:12px;margin-bottom:24px;padding:24px}.cors-checkbox-group{align-items:center;display:flex;gap:8px;margin-bottom:16px}.cors-checkbox{accent-color:#3b82f6;height:16px;width:16px}.cors-settings-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:20px}.add-domain-form{background:#f8fafc;border-radius:0 0 12px 12px;border-top:1px solid #e5e7eb;padding:20px}.add-domain-input-group{align-items:end;display:flex;gap:12px}.add-domain-input{flex:1 1}.btn-outline{background:#0000;border:1px solid #d1d5db;color:#374151}.btn-outline:hover{background:#f3f4f6;border-color:#9ca3af}.cors-empty-state{background:#f9fafb;border:2px dashed #d1d5db;border-radius:12px;padding:40px 20px;text-align:center}.cors-empty-icon{color:#d1d5db;margin-bottom:16px}.cors-empty-title{color:#111827;font-size:1.125rem;font-weight:600;margin-bottom:8px}.cors-empty-description{color:#6b7280;line-height:1.5;margin-bottom:24px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.modal-content{margin:20px;max-height:85vh;width:95vw}.modal-header{padding:20px 24px}.modal-title{font-size:1.25rem}.modal-body{padding:24px}.cors-stats{grid-template-columns:repeat(2,1fr)}.cors-quick-add{justify-content:center}.add-domain-input-group{align-items:stretch;flex-direction:column}.cors-domain-item{align-items:flex-start;flex-direction:column;gap:12px}.cors-domain-info{width:100%}.cors-domain-actions{justify-content:flex-end;width:100%}.cors-settings-grid{grid-template-columns:1fr}}.bucket-cors-indicator{align-items:center;background:#10b981;border-radius:6px;color:#fff;display:inline-flex;font-size:.75rem;font-weight:600;gap:4px;margin-left:8px;padding:4px 8px}.bucket-cors-indicator.disabled{background:#6b7280}.cors-btn{align-items:center;background:#10b9811a;border:1px solid #10b98133;border-radius:8px;color:#059669;cursor:pointer;display:inline-flex;font-size:.875rem;font-weight:500;gap:6px;padding:8px 12px;transition:all .2s ease}.cors-btn:hover{background:#10b98126;border-color:#10b9814d;color:#047857}