.admin-list-container{display:flex;flex-direction:column;gap:var(--space-lg)}.list-header{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--space-lg)}.search-bar{display:flex;align-items:center;gap:var(--space-sm);padding:calc(var(--space-md) * .8);background:var(--color-bg-secondary);border:1px solid var(--color-border);border-radius:var(--radius-md);flex:1}.search-bar svg{width:20px;height:20px;color:var(--color-text-muted);flex-shrink:0}.search-bar input{flex:1;border:none;background:transparent;color:var(--color-text-primary);font-size:.9375rem;outline:none}.search-bar input::-moz-placeholder{color:var(--color-text-muted)}.search-bar input::placeholder{color:var(--color-text-muted)}.filter-bar{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:var(--space-md)}.filter-bar select{padding:calc(var(--space-md) * .8);background:var(--color-bg-secondary);border:1px solid var(--color-border);border-radius:var(--radius-md);color:var(--color-text-primary);font-size:.9375rem;cursor:pointer}.list-content{display:flex;flex-direction:column;gap:var(--space-md)}.list-item{padding:calc(var(--space-lg) * .8);background:var(--color-bg-secondary);border:1px solid var(--color-border);border-radius:var(--radius-lg);transition:all var(--transition-fast)}.list-item:hover{border-color:var(--color-border-muted);box-shadow:var(--shadow-md)}.item-header-with-actions{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--space-lg);margin-bottom:var(--space-sm)}.item-header{display:flex;align-items:center;gap:var(--space-md);flex-wrap:wrap;flex:1;min-width:0}.item-header h3{font-size:1.125rem;font-weight:600;color:var(--color-text-primary)}.badge-group{display:flex;gap:var(--space-sm);flex-wrap:wrap}.badge{padding:2px var(--space-sm);border-radius:var(--radius-full);font-size:.75rem;font-weight:500;white-space:nowrap}.badge.success{background:#34a85326;color:var(--gcp-green)}.badge.danger{background:#f8514926;color:var(--color-accent-danger)}.badge.warning{background:#fbbc0426;color:var(--gcp-yellow)}.badge.info{background:#4285f426;color:var(--gcp-blue)}.badge.secondary{background:var(--color-bg-hover);color:var(--color-text-secondary)}.item-meta{display:flex;flex-wrap:wrap;gap:var(--space-md);margin-bottom:var(--space-sm)}.meta-item{display:flex;align-items:center;gap:var(--space-xs);font-size:.875rem;color:var(--color-text-secondary)}.meta-item svg{width:16px;height:16px;flex-shrink:0}.item-stats{display:flex;gap:var(--space-xl);padding:calc(var(--space-md) * .8);background:var(--color-bg-primary);border-radius:var(--radius-md);margin-top:var(--space-md)}.stat-group{display:flex;flex-direction:column;gap:var(--space-xs)}.stat-label{font-size:.75rem;color:var(--color-text-muted);font-weight:500;text-transform:uppercase}.stat-value{font-family:var(--font-mono);font-size:1.5rem;font-weight:600;color:var(--color-text-primary)}.stat-breakdown{display:flex;gap:var(--space-md);font-size:.8125rem;color:var(--color-text-secondary)}.license-tags{display:flex;flex-wrap:wrap;gap:var(--space-xs);margin-top:var(--space-md)}.license-tags-label{font-size:.75rem;color:var(--color-text-muted);font-weight:500;margin-right:var(--space-sm);line-height:24px}.license-tags-header{font-size:.875rem;color:var(--color-text-secondary);font-weight:500;margin-bottom:var(--space-sm);display:flex;align-items:center;gap:var(--space-sm)}.license-tag{padding:var(--space-xs) var(--space-sm);background:var(--color-bg-active);color:var(--color-accent-secondary);border-radius:var(--radius-sm);font-family:var(--font-mono);font-size:.75rem;display:inline-flex;align-items:center;gap:var(--space-xs)}.license-tag.editable{padding-right:var(--space-xs)}.license-tag-remove{background:none;border:none;color:var(--color-text-muted);cursor:pointer;padding:0 var(--space-xs);font-size:1rem;line-height:1;transition:color var(--transition-fast);border-radius:var(--radius-sm)}.license-tag-remove:hover{color:var(--color-accent-danger);background:#f851491a}.item-footer{margin-top:var(--space-sm)}.uid{font-family:var(--font-mono);font-size:.75rem;color:var(--color-text-muted)}.item-actions{display:flex;gap:var(--space-sm);flex-shrink:0;align-items:flex-start}.btn-sm{padding:calc(var(--space-sm) * .8) calc(var(--space-md) * .8);font-size:.875rem}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:calc(var(--space-2xl) * .8);background:var(--color-bg-secondary);border:1px solid var(--color-border);border-radius:var(--radius-lg);text-align:center}.empty-state svg{width:48px;height:48px;color:var(--color-text-muted);opacity:.5;margin-bottom:var(--space-md)}.empty-state p{color:var(--color-text-muted);font-size:.9375rem}.modal-overlay{position:fixed;top:0;left:var(--sidebar-width);bottom:0;width:calc(100vw - var(--sidebar-width));background:#000000b3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:9999;animation:modalFadeIn var(--transition-fast)}.modal-overlay.closing{animation:modalFadeOut var(--transition-fast)}.modal{background:var(--color-bg-secondary);border:1px solid var(--color-border);border-radius:var(--radius-lg);width:90%;max-width:500px;max-height:80vh;overflow:hidden;animation:modalFadeIn var(--transition-normal);box-shadow:var(--shadow-lg)}.modal.closing{animation:modalFadeOut var(--transition-normal)}.modal-wide{max-width:700px}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:calc(var(--space-lg) * .8);border-bottom:1px solid var(--color-border)}.modal-header h3{font-size:1.125rem;font-weight:600;color:var(--color-text-primary)}.modal-body{padding:calc(var(--space-lg) * .8);overflow-y:auto;max-height:calc(80vh - 120px)}.modal-footer{display:flex;justify-content:flex-end;gap:var(--space-md);padding-top:calc(var(--space-lg) * .8);border-top:1px solid var(--color-border);margin-top:calc(var(--space-lg) * .8)}.checkbox-label{display:flex;align-items:center;gap:var(--space-sm);cursor:pointer;color:var(--color-text-primary);font-size:.9375rem}.checkbox-label input[type=checkbox]{width:18px;height:18px;cursor:pointer;accent-color:var(--color-accent-primary)}.password-input-group{display:flex;gap:var(--space-sm)}.password-input-group input{flex:1}.selected-licenses{margin-bottom:var(--space-md);padding:calc(var(--space-md) * .8);background:var(--color-bg-primary);border-radius:var(--radius-md)}.license-selector{padding:calc(var(--space-md) * .8);background:var(--color-bg-primary);border-radius:var(--radius-md);margin-top:var(--space-sm)}.license-options{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:var(--space-sm);max-height:300px;overflow-y:auto;padding:var(--space-xs)}.license-option{padding:calc(var(--space-sm) * .8) calc(var(--space-md) * .8);background:var(--color-bg-secondary);border:1px solid var(--color-border);border-radius:var(--radius-md);color:var(--color-text-primary);font-size:.875rem;cursor:pointer;transition:all var(--transition-fast);text-align:left}.license-option:hover:not(.disabled){background:var(--color-bg-hover);border-color:var(--color-accent-primary);transform:translateY(-1px)}.license-option.disabled{opacity:.5;cursor:not-allowed;background:var(--color-bg-hover)}.btn-link{background:none;border:none;color:var(--color-accent-primary);cursor:pointer;font-size:.875rem;padding:0 var(--space-sm);margin-left:var(--space-sm);text-decoration:underline;transition:color var(--transition-fast)}.btn-link:hover{color:var(--color-accent-secondary)}.btn-link:disabled{opacity:.5;cursor:not-allowed}.text-muted{color:var(--color-text-muted);font-size:.875rem;font-style:italic}@media (max-width: 900px){.filter-bar{grid-template-columns:1fr}.item-header-with-actions{flex-direction:column;align-items:stretch}.item-actions{width:100%;justify-content:flex-start}.item-stats{flex-direction:column}.modal-overlay{left:0;right:0;width:100vw}}@media (max-width: 600px){.list-header{flex-direction:column}.modal-overlay{left:0;right:0;width:100vw}.modal{width:calc(100% - 2 * var(--space-md));max-width:none;margin:var(--space-md)}}.image-preview{margin-top:var(--space-md);padding:calc(var(--space-md) * .8);background:var(--color-bg-tertiary);border:1px solid var(--color-border);border-radius:var(--radius-md);display:flex;justify-content:center;align-items:center}.demo-create-row{display:flex;align-items:center;gap:var(--space-sm)}.image-preview img{max-width:200px;max-height:200px;-o-object-fit:contain;object-fit:contain;border-radius:var(--radius-sm)}.text-danger{color:var(--color-danger)!important}.text-warning{color:var(--color-warning)!important}.result-info{display:flex;flex-direction:column;gap:var(--space-md)}.result-section{padding:var(--space-md);background:var(--color-bg-primary);border-radius:var(--radius-md);border:1px solid var(--color-border)}.result-section-header{font-size:.75rem;font-weight:600;color:var(--color-text-muted);text-transform:uppercase;margin-bottom:var(--space-sm);padding-bottom:var(--space-xs);border-bottom:1px solid var(--color-border)}.result-item{display:flex;justify-content:space-between;align-items:center;padding:var(--space-sm) 0;border-bottom:1px solid var(--color-border)}.result-item:last-child{border-bottom:none}.result-section .result-item:first-of-type{padding-top:0}.result-label{font-size:.875rem;color:var(--color-text-secondary);font-weight:500}.result-value{font-size:.9375rem;color:var(--color-text-primary);font-weight:500;text-align:right;word-break:break-all}.result-value.mono{font-family:var(--font-mono);background:var(--color-bg-tertiary);padding:var(--space-xs) var(--space-sm);border-radius:var(--radius-sm);font-size:.8125rem}.btn-success{background:var(--gcp-green);color:#fff;border:1px solid var(--gcp-green)}.btn-success:hover{background:#2d9b48}.admin-products{padding:0}.admin-products .section-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:var(--space-xl)}.admin-products .section-header h1{font-size:2rem;font-weight:700;margin-bottom:var(--space-xs);background:linear-gradient(135deg,var(--color-text-primary) 0%,var(--color-text-secondary) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.admin-products .section-header p{color:var(--color-text-secondary);font-size:1rem;margin:0}.products-table-wrapper{background:var(--color-bg-secondary);border:1px solid var(--color-border);border-radius:var(--radius-lg);overflow-x:auto}.products-table{width:100%;border-collapse:collapse}.products-table th,.products-table td{padding:var(--space-md);text-align:left;border-bottom:1px solid var(--color-border);white-space:nowrap}.products-table th{background:var(--color-bg-tertiary);font-size:.75rem;font-weight:600;color:var(--color-text-secondary);text-transform:uppercase;letter-spacing:.05em}.products-table tbody tr:hover{background:var(--color-bg-hover)}.products-table tbody tr.inactive{opacity:.5}.products-table tbody tr:last-child td{border-bottom:none}.order-cell{text-align:center}.order-buttons{display:flex;flex-direction:column;gap:2px}.order-btn{background:var(--color-bg-tertiary);border:1px solid var(--color-border);border-radius:var(--radius-sm);padding:2px 6px;font-size:.75rem;color:var(--color-text-secondary);cursor:pointer;transition:all var(--transition-fast)}.order-btn:hover:not(:disabled){background:var(--color-accent-secondary);color:#fff;border-color:var(--color-accent-secondary)}.order-btn:disabled{opacity:.3;cursor:not-allowed}.product-name strong{color:var(--color-text-primary)}.product-desc{color:var(--color-text-secondary);font-size:.875rem;white-space:normal;max-width:300px}.product-price{font-family:var(--font-mono);color:var(--color-text-primary)}.product-price .price-free{color:var(--gcp-green);font-weight:600}.product-price small{font-size:.7rem;color:var(--color-text-muted)}.badge{display:inline-block;padding:2px 8px;border-radius:var(--radius-full);font-size:.6875rem;font-weight:600;text-transform:uppercase}.badge-success{background:#34a85326;color:var(--gcp-green)}.badge-warning{background:#fbbc0426;color:var(--gcp-yellow)}.badge-danger,.badge-error{background:#f8514926;color:var(--color-accent-danger)}.badge-neutral{background:var(--color-bg-tertiary);color:var(--color-text-muted)}.product-stripe{text-align:center}.toggle-btn{padding:4px 12px;border-radius:var(--radius-full);font-size:.75rem;font-weight:500;border:1px solid var(--color-border);background:var(--color-bg-tertiary);color:var(--color-text-muted);cursor:pointer;transition:all var(--transition-fast)}.toggle-btn.active{background:#34a85326;border-color:var(--gcp-green);color:var(--gcp-green)}.toggle-btn:hover{background:var(--color-bg-hover)}.product-actions-menu{position:relative;display:inline-block}.menu-trigger{background:transparent;border:1px solid transparent;border-radius:var(--radius-md);padding:6px 8px;cursor:pointer;color:var(--color-text-muted);transition:all var(--transition-fast);display:flex;align-items:center;justify-content:center}.menu-trigger:hover{background:var(--color-bg-hover);color:var(--color-text-primary);border-color:var(--color-border)}.menu-trigger svg{width:16px;height:16px}.actions-dropdown{position:absolute;top:100%;right:0;margin-top:4px;background:var(--color-bg-secondary);border:1px solid var(--color-border);border-radius:var(--radius-md);box-shadow:0 4px 12px #00000026;min-width:120px;z-index:100;overflow:hidden;animation:dropdownFadeIn .15s ease-out}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.actions-dropdown button{display:flex;align-items:center;gap:var(--space-sm);width:100%;padding:var(--space-sm) var(--space-md);background:transparent;border:none;color:var(--color-text-primary);font-size:.875rem;cursor:pointer;transition:background var(--transition-fast);text-align:left}.actions-dropdown button:hover{background:var(--color-bg-hover)}.actions-dropdown button.danger{color:var(--color-accent-danger)}.actions-dropdown button.danger:hover{background:#f851491a}.actions-dropdown button svg{width:14px;height:14px;flex-shrink:0}.btn.btn-sm{padding:4px 10px;font-size:.75rem;white-space:nowrap;flex-shrink:0}.btn.btn-danger{background:transparent;border-color:var(--color-accent-danger);color:var(--color-accent-danger)}.btn.btn-danger:hover{background:var(--color-accent-danger);color:#fff}.empty-state{padding:var(--space-2xl);text-align:center;color:var(--color-text-muted)}.empty-state p{margin-bottom:var(--space-lg)}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn var(--transition-fast)}.modal-content.product-modal{background:var(--color-bg-secondary);border:1px solid var(--color-border);border-radius:var(--radius-lg);width:90%;max-width:700px;max-height:90vh;overflow:hidden;display:flex;flex-direction:column}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:var(--space-lg);border-bottom:1px solid var(--color-border)}.modal-header h2{font-size:1.25rem;font-weight:600;color:var(--color-text-primary);margin:0}.modal-close{background:none;border:none;color:var(--color-text-muted);font-size:1.5rem;cursor:pointer;padding:0;line-height:1;transition:color var(--transition-fast)}.modal-close:hover{color:var(--color-text-primary)}.modal-body{padding:var(--space-lg);overflow-y:auto;flex:1}.modal-footer{padding:var(--space-lg);border-top:1px solid var(--color-border);display:flex;justify-content:flex-end;gap:var(--space-md)}.form-group{margin-bottom:var(--space-md)}.form-group:last-child{margin-bottom:0}.form-group>label{display:block;font-size:.875rem;font-weight:500;color:var(--color-text-secondary);margin-bottom:var(--space-xs)}.form-group label .required{color:var(--color-accent-danger)}.form-group input[type=text],.form-group input[type=number],.form-group select,.form-group textarea{width:100%;padding:var(--space-sm) var(--space-md);background:var(--color-bg-primary);border:1px solid var(--color-border);border-radius:var(--radius-md);color:var(--color-text-primary);font-family:var(--font-sans);font-size:.9375rem;transition:all var(--transition-fast);box-sizing:border-box}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--color-accent-secondary);box-shadow:0 0 0 3px #388bfd33}.form-group input::-moz-placeholder,.form-group textarea::-moz-placeholder{color:var(--color-text-muted)}.form-group input::placeholder,.form-group textarea::placeholder{color:var(--color-text-muted)}.form-group textarea{resize:vertical;min-height:80px}.checkbox-label-inline{display:flex;align-items:center;gap:var(--space-sm);cursor:pointer;font-size:.875rem;font-weight:500;color:var(--color-text-primary)}.checkbox-label-inline input[type=checkbox]{width:16px;height:16px;margin:0;accent-color:var(--color-accent-secondary);cursor:pointer}.admin-loading,.admin-error{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:var(--space-2xl);color:var(--color-text-secondary)}.admin-loading p{margin-top:var(--space-md)}.admin-error p{margin-bottom:var(--space-md);color:var(--color-accent-danger)}.stripe-settings{margin-top:var(--space-lg);padding:var(--space-md);background:linear-gradient(135deg,#635bff0d,#00d1b20d);border:1px solid rgba(99,91,255,.2);border-radius:var(--radius-md)}.stripe-settings>label{display:flex;align-items:center;gap:var(--space-sm);color:var(--color-text-primary);font-weight:600}.stripe-settings .label-hint{font-size:.75rem;font-weight:400;color:var(--color-text-muted)}.stripe-settings input{font-family:var(--font-mono)}.stripe-settings input.warning{border-color:var(--gcp-yellow);background:#fbbc040d}.stripe-settings .field-warning{margin-top:var(--space-xs);font-size:.8125rem;color:var(--gcp-yellow)}.stripe-settings .field-hint{margin-top:var(--space-xs);font-size:.75rem;color:var(--color-text-muted)}.stripe-settings .external-link{margin-left:var(--space-sm);color:var(--color-accent-secondary);text-decoration:none}.stripe-settings .external-link:hover{text-decoration:underline}.stripe-message{display:flex;align-items:center;justify-content:space-between;padding:var(--space-sm) var(--space-md);margin-bottom:var(--space-md);border-radius:var(--radius-md);font-size:.875rem;animation:slideIn .3s ease-out}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.stripe-message.success{background:#34a85326;border:1px solid rgba(52,168,83,.3);color:var(--gcp-green)}.stripe-message.error{background:#f8514926;border:1px solid rgba(248,81,73,.3);color:var(--color-accent-danger)}.stripe-message .close-btn{background:none;border:none;color:inherit;font-size:1.25rem;cursor:pointer;opacity:.7;padding:0;margin-left:var(--space-md)}.stripe-message .close-btn:hover{opacity:1}.actions-dropdown button.stripe{color:#635bff}.actions-dropdown button.stripe:hover{background:#635bff1a}.actions-dropdown button.stripe-update{color:#00d1b2}.actions-dropdown button.stripe-update:hover{background:#00d1b21a}.actions-dropdown button:disabled{opacity:.5;cursor:not-allowed}.sidebar{width:var(--sidebar-width);background:var(--color-bg-secondary);border-right:1px solid var(--color-border);display:flex;flex-direction:column;position:relative;z-index:100}.sidebar:before{content:"";position:absolute;top:0;left:0;right:0;height:200px;background:linear-gradient(180deg,rgba(56,139,253,.08) 0%,transparent 100%);pointer-events:none}.sidebar-header{padding:var(--space-lg);position:relative}.admin-sidebar .sidebar-header:after{content:"";position:absolute;left:40px;right:40px;bottom:0;height:1px;background:var(--color-border)}.logo{display:flex;align-items:center;gap:var(--space-sm);font-size:1.25rem;font-weight:300;font-family:"Source Sans 3",Noto Sans JP,Hiragino Sans,ヒラギノ角ゴシック,sans-serif;color:var(--color-text-primary)}.logo svg{width:28px;height:28px;min-width:28px;min-height:28px;color:var(--gcp-blue)}.logo-img{width:28px;height:28px;min-width:28px;min-height:28px;-o-object-fit:contain;object-fit:contain}.sidebar-nav{flex:1;padding:var(--space-md);display:flex;flex-direction:column;gap:var(--space-xs);overflow-y:auto}.nav-item{display:flex;align-items:center;gap:var(--space-md);padding:var(--space-md);border-radius:var(--radius-md);color:var(--color-text-secondary);font-weight:500;transition:all var(--transition-fast);position:relative;cursor:pointer}.nav-item svg{width:20px;height:20px;min-width:20px;min-height:20px;flex-shrink:0}.nav-item:hover{background:var(--color-bg-hover);color:var(--color-text-primary)}.nav-item.active{background:var(--color-bg-active);color:var(--color-accent-secondary)}.nav-item.active:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:3px;height:60%;background:var(--color-accent-secondary);border-radius:var(--radius-full)}.sidebar-footer{padding:var(--space-md) var(--space-lg);position:relative;display:flex;align-items:center;justify-content:space-between;gap:var(--space-md)}.admin-sidebar .sidebar-footer:before{content:"";position:absolute;left:40px;right:40px;top:0;height:1px;background:var(--color-border)}.user-info{display:flex;align-items:center;gap:var(--space-sm);flex:1;min-width:0}.user-avatar{width:36px;height:36px;border-radius:var(--radius-full);background:linear-gradient(135deg,var(--gcp-blue),var(--gcp-green));display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:.875rem;flex-shrink:0}.user-details{flex:1;min-width:0}.user-name{font-size:.875rem;font-weight:500;color:var(--color-text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-email{font-size:.75rem;color:var(--color-text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.main-content{flex:1;overflow-y:auto;background:var(--color-bg-primary);position:relative}.main-content:before{content:"";position:fixed;top:0;left:var(--sidebar-width);right:0;height:300px;background:radial-gradient(ellipse 80% 50% at 50% -20%,rgba(56,139,253,.15) 0%,transparent 70%),radial-gradient(ellipse 60% 40% at 80% 0%,rgba(35,134,54,.1) 0%,transparent 60%);pointer-events:none;z-index:0}.content-section{padding:calc(var(--space-xl) * .8) calc(var(--space-2xl) * .8);position:relative;z-index:1;animation:fadeIn var(--transition-normal)}.section-header{margin-bottom:var(--space-xl)}.section-header h1{font-size:2rem;font-weight:700;margin-bottom:var(--space-xs);background:linear-gradient(135deg,var(--color-text-primary) 0%,var(--color-text-secondary) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.section-header p{color:var(--color-text-secondary);font-size:1rem}.dashboard-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:var(--space-lg);margin-bottom:var(--space-xl)}.dashboard-card{background:var(--color-bg-secondary);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:calc(var(--space-lg) * .8);transition:all var(--transition-fast)}.dashboard-card:hover{border-color:var(--color-border-muted);box-shadow:var(--shadow-md)}.dashboard-card h3{font-size:.875rem;font-weight:500;color:var(--color-text-secondary);margin-bottom:var(--space-md)}.stat-value{font-family:var(--font-mono);font-size:2.5rem;font-weight:600;color:var(--color-text-primary);line-height:1.2}.stat-label{font-size:.75rem;color:var(--color-text-muted);margin-top:var(--space-xs);margin-bottom:var(--space-md)}.stat-details{display:flex;gap:var(--space-md);padding-top:calc(var(--space-md) * .8);border-top:1px solid var(--color-border)}.stat-detail{display:flex;align-items:center;gap:var(--space-sm);font-size:.875rem}.stat-badge{padding:2px var(--space-sm);border-radius:var(--radius-full);font-size:.6875rem;font-weight:500;text-transform:uppercase}.stat-badge.success{background:#34a85326;color:var(--gcp-green)}.stat-badge.danger{background:#f8514926;color:var(--color-accent-danger)}.role-stats{display:flex;flex-direction:column;gap:var(--space-sm)}.role-stat{display:flex;justify-content:space-between;align-items:center;padding:calc(var(--space-sm) * .8);background:var(--color-bg-primary);border-radius:var(--radius-sm)}.role-label{font-size:.875rem;color:var(--color-text-secondary)}.role-count{font-family:var(--font-mono);font-weight:600;color:var(--color-text-primary)}.quick-actions-section{margin-top:var(--space-xl)}.quick-actions-section h3{font-size:1rem;font-weight:600;margin-bottom:var(--space-md);color:var(--color-text-secondary)}.quick-actions-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:var(--space-md)}.quick-action-card{display:flex;align-items:center;gap:var(--space-md);padding:calc(var(--space-md) * .8) calc(var(--space-lg) * .8);background:var(--color-bg-secondary);border:1px solid var(--color-border);border-radius:var(--radius-md);cursor:pointer;transition:all var(--transition-fast);text-align:left}.quick-action-card:hover{background:var(--color-bg-tertiary);border-color:var(--color-accent-secondary);transform:translateY(-2px);box-shadow:var(--shadow-md)}.qa-icon{width:36px;height:36px;background:linear-gradient(135deg,var(--gcp-blue),var(--gcp-green));border-radius:var(--radius-full);display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}.qa-icon svg{width:20px;height:20px}.qa-content h4{font-size:.9375rem;font-weight:600;margin-bottom:2px;color:var(--color-text-primary)}.qa-content p{font-size:.8125rem;color:var(--color-text-muted)}@media (max-width: 900px){.dashboard-grid,.quick-actions-grid{grid-template-columns:1fr}}@media (max-width: 600px){.sidebar{position:fixed;left:-100%;height:100%;transition:left var(--transition-normal);z-index:200}.sidebar.open{left:0}.main-content:before{left:0}.content-section{padding:var(--space-lg) var(--space-md)}}:root{--hub-bg-primary: #ffffff;--hub-bg-secondary: #f8fafc;--hub-bg-tertiary: #f1f5f9;--hub-bg-accent: #eff6ff;--hub-text-primary: #0f172a;--hub-text-secondary: #1e293b;--hub-text-muted: #475569;--hub-text-inverse: #ffffff;--hub-hero-text: var(--hub-text-inverse);--hub-hero-text-soft: rgba(255, 255, 255, .85);--hub-hero-text-muted: rgba(255, 255, 255, .9);--hub-hero-text-dim: rgba(255, 255, 255, .7);--hub-border: #e2e8f0;--hub-border-light: #f1f5f9;--hub-border-focus: #0ea5e9;--hub-accent-primary: #0ea5e9;--hub-accent-primary-hover: #0284c7;--hub-accent-primary-light: #e0f2fe;--hub-accent-secondary: #6366f1;--hub-accent-secondary-hover: #4f46e5;--hub-success: #22c55e;--hub-success-light: #dcfce7;--hub-warning: #f59e0b;--hub-warning-light: #fef3c7;--hub-danger: #ef4444;--hub-danger-light: #fee2e2;--hub-gradient-primary: linear-gradient(135deg, #0ea5e9 0%, #6366f1 100%);--hub-gradient-hero: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #334155 100%);--hub-gradient-card: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);--hub-font-display: "Quicksand", -apple-system, BlinkMacSystemFont, sans-serif;--hub-font-body: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;--hub-font-mono: "JetBrains Mono", "Fira Code", monospace;--hub-space-xs: .25rem;--hub-space-sm: .5rem;--hub-space-md: 1rem;--hub-space-lg: 1.5rem;--hub-space-xl: 2rem;--hub-space-2xl: 3rem;--hub-space-3xl: 4rem;--hub-space-4xl: 6rem;--hub-space-5xl: 8rem;--hub-radius-sm: 6px;--hub-radius-md: 10px;--hub-radius-lg: 16px;--hub-radius-xl: 24px;--hub-radius-full: 9999px;--hub-shadow-sm: 0 1px 2px rgba(0, 0, 0, .05);--hub-shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);--hub-shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);--hub-shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04);--hub-shadow-glow: 0 0 40px rgba(14, 165, 233, .15);--hub-transition-fast: .15s cubic-bezier(.4, 0, .2, 1);--hub-transition-normal: .25s cubic-bezier(.4, 0, .2, 1);--hub-transition-slow: .35s cubic-bezier(.4, 0, .2, 1);--hub-max-width: 1280px;--hub-sidebar-width: 280px;--hub-navbar-height: 72px}.hub-page{font-family:var(--hub-font-body);background:var(--hub-bg-primary);color:var(--hub-text-primary);min-height:100vh;overflow-x:hidden;overflow-y:visible}.hub-fixed-gradient-container,.hub-dashboard-background{filter:blur(0);transition:filter .3s ease;will-change:filter}body.route-blur .hub-fixed-gradient-container,body.route-blur .hub-dashboard-background{filter:blur(8px);transition:none}body:has(.hub-page){overflow-x:hidden;overflow-y:auto;background:var(--hub-bg-primary)}body.hub-auth-bg,body.hub-auth-bg:has(.hub-page){background:transparent}body.hub-auth-bg .hub-page{background:transparent}.hub-page ::-webkit-scrollbar{width:8px;height:8px}.hub-page ::-webkit-scrollbar-track{background:var(--hub-bg-secondary);border-radius:4px}.hub-page ::-webkit-scrollbar-thumb{background:var(--hub-border);border-radius:4px}.hub-page ::-webkit-scrollbar-thumb:hover{background:var(--hub-text-muted)}.hub-page :focus-visible{outline:2px solid var(--hub-accent-primary);outline-offset:2px}html{scroll-behavior:smooth}.hub-page ::-moz-selection{background:var(--hub-accent-primary-light);color:var(--hub-text-primary)}.hub-page ::selection{background:var(--hub-accent-primary-light);color:var(--hub-text-primary)}.public-layout{min-height:100vh;display:flex;flex-direction:column}.public-navbar{position:fixed;top:0;left:0;right:0;height:var(--hub-navbar-height);background:linear-gradient(135deg,#fff6,#fff3,#ffffff4d);backdrop-filter:blur(24px) saturate(200%);-webkit-backdrop-filter:blur(24px) saturate(200%);border:1px solid rgba(255,255,255,.5);border-top:none;box-shadow:0 4px 24px #00000014,inset 0 1px #fff9,inset 0 -1px #ffffff1a;z-index:1000;transition:all var(--hub-transition-normal)}.public-navbar:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.8) 20%,rgba(255,255,255,.8) 80%,transparent)}.public-navbar.scrolled{background:linear-gradient(135deg,#fff9,#fff6,#ffffff80);box-shadow:0 8px 32px #0000001f,inset 0 1px #fffc,inset 0 -1px #fff3}body.landing-hero-active .public-navbar .public-navbar-logo{color:var(--hub-hero-text)}body.landing-hero-active .public-navbar .public-navbar-link{color:var(--hub-hero-text-soft)}body.landing-hero-active .public-navbar .public-navbar-link:hover{color:var(--hub-hero-text)}body.landing-hero-active .public-navbar .hub-btn-ghost{color:var(--hub-hero-text-soft)}body.landing-hero-active .public-navbar .hub-btn-ghost:hover{background:#ffffff1a;color:var(--hub-hero-text)}body.pricing-hero-active .public-navbar .public-navbar-logo{color:var(--hub-hero-text)}body.pricing-hero-active .public-navbar .public-navbar-link{color:var(--hub-hero-text-soft)}body.pricing-hero-active .public-navbar .public-navbar-link:hover{color:var(--hub-hero-text)}body.pricing-hero-active .public-navbar .hub-btn-ghost{color:var(--hub-hero-text-soft)}body.pricing-hero-active .public-navbar .hub-btn-ghost:hover{background:#ffffff1a;color:var(--hub-hero-text)}.public-navbar-inner{max-width:var(--hub-max-width);margin:0 auto;padding:0 var(--hub-space-xl);height:100%;display:flex;align-items:center;justify-content:space-between}.public-navbar-logo{display:flex;align-items:center;gap:var(--hub-space-sm);font-family:var(--hub-font-display);font-size:1.5rem;font-weight:500;letter-spacing:.05em;color:var(--hub-text-primary);text-decoration:none;transition:color .8s ease-in-out}.public-navbar-logo svg,.public-navbar-logo-img{width:36px;height:36px;color:var(--hub-accent-primary);-o-object-fit:contain;object-fit:contain}.public-navbar-nav{display:flex;align-items:center;gap:var(--hub-space-xl)}.public-navbar-link{position:relative;font-size:.9375rem;font-weight:500;color:var(--hub-text-secondary);text-decoration:none;transition:color .8s ease-in-out;padding-bottom:4px}.public-navbar-link:hover{color:var(--hub-text-primary)}.public-navbar-link:after{content:"";position:absolute;bottom:0;left:0;right:0;height:2px;background:var(--hub-accent-primary);transform:scaleX(0);transition:transform .3s ease-in-out;opacity:0}.public-navbar-link:hover:after{transform:scaleX(1);opacity:1}.public-navbar-link.active:after{transform:scaleX(1);opacity:1}.public-navbar-actions{display:flex;align-items:center;gap:var(--hub-space-md)}.public-content{flex:1;padding-top:var(--hub-navbar-height)}.hub-btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--hub-space-sm);padding:.75rem 1.5rem;font-family:var(--hub-font-body);font-size:.9375rem;font-weight:600;border:none;border-radius:var(--hub-radius-md);cursor:pointer;transition:all var(--hub-transition-fast);text-decoration:none;white-space:nowrap}.hub-btn svg{width:18px;height:18px;flex-shrink:0}.hub-btn-primary{background:var(--hub-accent-primary);color:#fff;box-shadow:var(--hub-shadow-sm)}.hub-btn-primary:hover{background:var(--hub-accent-primary-hover);color:#fff;box-shadow:var(--hub-shadow-md);transform:translateY(-1px)}.hub-btn-secondary{background:var(--hub-bg-primary);color:var(--hub-text-primary);border:1px solid var(--hub-border)}.hub-btn-secondary:hover{background:var(--hub-bg-tertiary);border-color:var(--hub-accent-primary);color:var(--hub-accent-primary)}.hub-btn-ghost{background:transparent;color:var(--hub-text-secondary);transition:color .8s ease-in-out,background .2s ease}.hub-btn-ghost:hover{background:var(--hub-accent-primary-light);color:var(--hub-accent-primary)}.hub-btn-gradient{background:var(--hub-gradient-primary);color:#fff;box-shadow:var(--hub-shadow-md)}.hub-btn-gradient:hover{box-shadow:var(--hub-shadow-lg),var(--hub-shadow-glow);transform:translateY(-2px);color:#fff}.hub-btn-glass-dark{position:relative;background:linear-gradient(135deg,#1e293bb3,#0f172acc,#1e293bb3);color:#ffffffe6;border:1px solid rgba(255,255,255,.15);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:0 4px 16px #0000004d,inset 0 1px #ffffff1a,inset 0 -1px #0003;text-shadow:0 1px 2px rgba(0,0,0,.3);transition:all .3s ease}.hub-btn-glass-dark:before{content:"";position:absolute;top:0;left:0;right:0;height:50%;background:linear-gradient(180deg,rgba(255,255,255,.1) 0%,transparent 100%);border-radius:inherit;pointer-events:none}.hub-btn-glass-dark:hover{background:linear-gradient(135deg,#334155cc,#1e293be6,#334155cc);color:#fff;border-color:#ffffff40;box-shadow:0 8px 24px #0006,inset 0 1px #ffffff26,inset 0 -1px #0000004d;transform:translateY(-2px)}.hub-btn-glass-dark:active{transform:translateY(0);box-shadow:0 2px 8px #0000004d,inset 0 1px #ffffff14,inset 0 -1px #0003}.hub-btn-mercury{position:relative;background:linear-gradient(135deg,#e8e8e8,#f5f5f5,silver,#e0e0e0,#a8a8a8,#d0d0d0,#b8b8b8 90%,#e0e0e0);background-size:200% 200%;color:#1e293b;border:1px solid rgba(255,255,255,.6);box-shadow:0 4px 16px #0003,0 2px 4px #0000001a,inset 0 2px 4px #fffc,inset 0 -2px 4px #0000001a;text-shadow:0 1px 0 rgba(255,255,255,.5);font-weight:600;transition:all .4s ease;animation:mercuryShimmer 4s ease-in-out infinite}@keyframes mercuryShimmer{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}.hub-btn-mercury:before{content:"";position:absolute;top:0;left:0;right:0;height:50%;background:linear-gradient(180deg,rgba(255,255,255,.7) 0%,rgba(255,255,255,.2) 50%,transparent 100%);border-radius:inherit;pointer-events:none}.hub-btn-mercury:after{content:"";position:absolute;bottom:0;left:10%;right:10%;height:30%;background:linear-gradient(0deg,rgba(0,0,0,.05) 0%,transparent 100%);border-radius:inherit;pointer-events:none}.hub-btn-mercury:hover{background:linear-gradient(135deg,#f0f0f0,#fff,#d0d0d0,#f0f0f0,#b8b8b8,#e0e0e0,#c8c8c8 90%,#f0f0f0);background-size:200% 200%;color:#0f172a;border-color:#ffffffe6;box-shadow:0 8px 24px #00000040,0 4px 8px #00000026,inset 0 2px 6px #ffffffe6,inset 0 -2px 6px #00000026;transform:translateY(-2px);animation:mercuryShimmer 2s ease-in-out infinite}.hub-btn-mercury:active{transform:translateY(0);box-shadow:0 2px 8px #0003,0 1px 2px #0000001a,inset 0 1px 2px #fff9,inset 0 -1px 2px #0000001a}.hub-btn-secondary-dark{background:#ffffff1a;color:#fff;border:1px solid rgba(255,255,255,.25);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.hub-btn-secondary-dark:hover{background:#fff3;border-color:#fff6;color:#fff}.hub-btn-secondary-light{background:#ffffff26;color:#fff;border:1px solid rgba(255,255,255,.3);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.hub-btn-secondary-light:hover{background:#ffffff40;border-color:#ffffff80;color:#fff}.hub-btn-sm{padding:.5rem 1rem;font-size:.875rem}.hub-btn-lg{padding:1rem 2rem;font-size:1rem}.hub-btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.hub-card{position:relative;z-index:1;background:linear-gradient(135deg,#ffffff80,#ffffff4d,#fff6);backdrop-filter:blur(24px) saturate(200%);-webkit-backdrop-filter:blur(24px) saturate(200%);border:1px solid rgba(255,255,255,.5);border-radius:var(--hub-radius-lg);padding:var(--hub-space-xl);transition:all var(--hub-transition-normal);overflow:hidden;box-shadow:0 8px 32px #00000014,inset 0 1px #fffc,inset 0 -1px #ffffff1a}.hub-card:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.9) 20%,rgba(255,255,255,.9) 80%,transparent)}.hub-card:hover{box-shadow:var(--hub-shadow-lg);border-color:var(--hub-border-light)}.hub-card-elevated{box-shadow:var(--hub-shadow-md)}.hub-card-elevated:hover{box-shadow:var(--hub-shadow-xl);transform:translateY(-4px)}.hub-form-group{display:flex;flex-direction:column;gap:var(--hub-space-sm);margin-bottom:var(--hub-space-lg)}.hub-form-label{font-size:.875rem;font-weight:600;color:var(--hub-text-primary)}.hub-form-required:after{content:" *";color:var(--hub-danger)}.hub-form-input,.hub-form-select,.hub-form-textarea{width:100%;padding:.875rem 1rem;font-family:var(--hub-font-body);font-size:.9375rem;color:var(--hub-text-primary);background:var(--hub-bg-primary);border:1px solid var(--hub-border);border-radius:var(--hub-radius-md);transition:all var(--hub-transition-fast)}.hub-form-input:focus,.hub-form-select:focus,.hub-form-textarea:focus{outline:none;border-color:var(--hub-accent-primary);box-shadow:0 0 0 3px var(--hub-accent-primary-light)}.hub-form-input::-moz-placeholder{color:var(--hub-text-muted)}.hub-form-input::placeholder{color:var(--hub-text-muted)}.hub-form-input.error{border-color:var(--hub-danger)}.hub-form-input.error:focus{box-shadow:0 0 0 3px var(--hub-danger-light)}.hub-form-hint{font-size:.8125rem;color:var(--hub-text-muted)}.hub-form-error{font-size:.8125rem;color:var(--hub-danger)}.hub-auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:var(--hub-space-xl);background:transparent;position:relative;overflow:hidden}.hub-auth-page:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;z-index:0;pointer-events:none}.hub-auth-container{width:100%;max-width:440px;position:relative;z-index:1}.hub-auth-card{position:relative;background:linear-gradient(135deg,#ffffffbf,#ffffff80,#ffffffa6);backdrop-filter:blur(24px) saturate(200%);-webkit-backdrop-filter:blur(24px) saturate(200%);border:1px solid rgba(255,255,255,.5);border-radius:var(--hub-radius-xl);padding:var(--hub-space-2xl);box-shadow:0 8px 32px #00000014,inset 0 1px #fffc,inset 0 -1px #ffffff1a;overflow:hidden}.hub-auth-header{text-align:center;margin-bottom:var(--hub-space-2xl)}.hub-auth-logo{display:inline-flex;align-items:center;justify-content:center;width:64px;height:64px;background:transparent;border-radius:var(--hub-radius-lg);margin-bottom:var(--hub-space-lg)}.hub-auth-logo svg{width:32px;height:32px;color:var(--hub-text-inverse)}.hub-auth-title{font-family:var(--hub-font-display);font-size:1.5rem;font-weight:700;margin-bottom:var(--hub-space-xs)}.hub-auth-subtitle{font-size:.9375rem;color:var(--hub-text-secondary)}.hub-auth-error{display:flex;align-items:center;gap:var(--hub-space-sm);padding:var(--hub-space-md);background:var(--hub-danger-light);color:var(--hub-danger);border-radius:var(--hub-radius-md);margin-bottom:var(--hub-space-lg);font-size:.875rem}.hub-auth-error svg{width:18px;height:18px;flex-shrink:0}.hub-auth-footer{text-align:center;margin-top:var(--hub-space-xl);padding-top:var(--hub-space-xl);border-top:1px solid var(--hub-border)}.hub-auth-footer p{font-size:.875rem;color:var(--hub-text-secondary);line-height:1.8}.hub-auth-footer a{color:var(--hub-accent-primary);font-weight:600;text-decoration:none}.hub-auth-footer a:hover{text-decoration:underline}.signup-step-content{opacity:0;transform:translateY(10px);transition:opacity .3s cubic-bezier(.4,0,.2,1),transform .3s cubic-bezier(.4,0,.2,1);pointer-events:none;position:absolute;width:100%;visibility:hidden}.signup-step-content.active{opacity:1;transform:translateY(0);pointer-events:auto;position:relative;visibility:visible}.signup-step-content.fade-out{opacity:0;transform:translateY(-10px);transition:opacity .3s cubic-bezier(.4,0,.2,1),transform .3s cubic-bezier(.4,0,.2,1)}.signup-form-item{opacity:0;transform:translateY(10px);transition:opacity .4s cubic-bezier(.4,0,.2,1),transform .4s cubic-bezier(.4,0,.2,1)}.signup-step-content.active .signup-form-item{opacity:1;transform:translateY(0)}.signup-step-content.active .signup-form-item:nth-child(1){transition-delay:.05s}.signup-step-content.active .signup-form-item:nth-child(2){transition-delay:.1s}.signup-step-content.active .signup-form-item:nth-child(3){transition-delay:.15s}.signup-step-content.active .signup-form-item:nth-child(4){transition-delay:.2s}.signup-step-content.active .signup-form-item:nth-child(5){transition-delay:.25s}.signup-step-content.active .signup-form-item:nth-child(6){transition-delay:.3s}.signup-step-content.active .signup-form-item:nth-child(7){transition-delay:.35s}.signup-step-content.active .signup-form-item:nth-child(8){transition-delay:.4s}.signup-indicator-bar{transition:background-color .4s cubic-bezier(.4,0,.2,1)}.app-loading{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;background:var(--hub-bg-secondary);gap:var(--hub-space-lg)}.app-loading p{color:var(--hub-text-secondary);font-size:.9375rem}.app-error{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:var(--hub-space-xl);background:var(--hub-bg-secondary)}.error-card{background:var(--hub-bg-primary);border:1px solid var(--hub-danger);border-radius:var(--hub-radius-xl);padding:var(--hub-space-2xl);text-align:center;max-width:400px}.error-card h1{font-family:var(--hub-font-display);font-size:1.5rem;font-weight:700;color:var(--hub-danger);margin-bottom:var(--hub-space-md)}.error-card p{color:var(--hub-text-secondary);margin-bottom:var(--hub-space-xl)}.error-card .btn-primary{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;background:var(--hub-accent-primary);color:var(--hub-text-inverse);font-weight:600;border:none;border-radius:var(--hub-radius-md);cursor:pointer;transition:all var(--hub-transition-fast)}.error-card .btn-primary:hover{background:var(--hub-accent-primary-hover)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes riseFromDarkness{0%{opacity:0;transform:translateY(60px) scale(.95);filter:brightness(.3) blur(4px)}60%{filter:brightness(.9) blur(1px)}to{opacity:1;transform:translateY(0) scale(1);filter:brightness(1) blur(0)}}.hub-panel-animated{opacity:0;transform:translateY(60px) scale(.95);filter:brightness(.3) blur(4px)}.hub-panel-animated.visible{animation:riseFromDarkness 1.2s cubic-bezier(0,0,.2,1) forwards}.hub-auth-card.hub-panel-animated.visible{animation:riseFromDarkness .72s cubic-bezier(0,0,.2,1) forwards}.hub-panel-animated.visible:nth-child(1){animation-delay:0ms}.hub-panel-animated.visible:nth-child(2){animation-delay:.1s}.hub-panel-animated.visible:nth-child(3){animation-delay:.2s}.hub-panel-animated.visible:nth-child(4){animation-delay:.3s}.hub-panel-animated.visible:nth-child(5){animation-delay:.4s}.hub-panel-animated.visible:nth-child(6){animation-delay:.5s}.hub-hero{position:relative;padding:var(--hub-space-4xl) var(--hub-space-xl);overflow:hidden;min-height:calc(100vh - 80px);display:flex;align-items:center;justify-content:center;z-index:1;background:transparent}.hub-hero-no-bg{position:relative;padding-top:var(--hub-space-5xl);padding-bottom:var(--hub-space-lg);padding-left:var(--hub-space-xl);padding-right:var(--hub-space-xl);background:transparent;overflow:hidden;z-index:1}.hub-fixed-gradient-container{position:fixed;top:0;left:0;width:100%;height:100%;z-index:0;pointer-events:none}.hub-fixed-gradient-layer{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity .8s ease-in-out}.hub-fixed-gradient-layer.active{opacity:1}.hub-fixed-gradient-layer>div{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;min-height:100%}.hub-section-dark,.hub-section-light{color:var(--hub-text-primary)}.hub-section-dark .hub-section-badge,.hub-section-light .hub-section-badge{background:#6366f126;color:var(--hub-accent-primary)}.hub-section-dark .hub-section-title,.hub-section-light .hub-section-title{color:var(--hub-text-primary)}.hub-section-dark .hub-section-subtitle,.hub-section-light .hub-section-subtitle{color:var(--hub-text-secondary)}.hub-section-dark .hub-feature-card,.hub-section-light .hub-feature-card{background:linear-gradient(135deg,#ffffffbf,#ffffff80,#ffffffa6);backdrop-filter:blur(24px) saturate(200%);-webkit-backdrop-filter:blur(24px) saturate(200%);border:1px solid rgba(255,255,255,.6);box-shadow:0 8px 32px #00000014,inset 0 1px #fffc,inset 0 -1px #ffffff1a}.hub-section-dark .hub-feature-icon,.hub-section-light .hub-feature-icon{background:var(--hub-accent-primary-light);color:var(--hub-accent-primary)}.hub-section-dark .hub-feature-title,.hub-section-light .hub-feature-title{color:var(--hub-text-primary)}.hub-section-dark .hub-feature-description,.hub-section-light .hub-feature-description{color:var(--hub-text-secondary)}.hub-section-dark .hub-module-card,.hub-section-light .hub-module-card{background:linear-gradient(135deg,#ffffffbf,#ffffff80,#ffffffa6);backdrop-filter:blur(24px) saturate(200%);-webkit-backdrop-filter:blur(24px) saturate(200%);border:1px solid rgba(255,255,255,.6);box-shadow:0 8px 32px #00000014,inset 0 1px #fffc,inset 0 -1px #ffffff1a}.hub-section-dark .hub-module-icon,.hub-section-light .hub-module-icon{background:var(--hub-accent-primary-light);color:var(--hub-accent-primary)}.hub-modules .hub-module-icon{display:none}.hub-section-dark .hub-module-info h3,.hub-section-light .hub-module-info h3{color:var(--hub-text-primary)}.hub-section-dark .hub-module-info p,.hub-section-light .hub-module-info p,.hub-section-dark .hub-module-features li,.hub-section-light .hub-module-features li{color:var(--hub-text-secondary)}.hub-features .hub-section-badge{background:#fff3;border:1px solid rgba(255,255,255,.3);color:#fff}.hub-features .hub-section-title{color:#fff;text-shadow:0 2px 10px rgba(0,0,0,.3)}.hub-features .hub-section-subtitle{color:#ffffffe6;text-shadow:0 1px 5px rgba(0,0,0,.2)}.hub-features .hub-feature-icon{background:#1e293be6;color:#94a3b8}.hub-features .hub-feature-card{background:linear-gradient(135deg,#ffffffd9,#ffffffa6,#ffffffc7)}.hub-hero:before{display:none;content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");pointer-events:none}.hub-hero-inner{position:relative;max-width:var(--hub-max-width);margin:0 auto;text-align:center;z-index:1}.hub-hero-badge{display:inline-flex;align-items:center;gap:var(--hub-space-sm);padding:.5rem 1rem;background:#6366f126;border:1px solid rgba(99,102,241,.25);border-radius:var(--hub-radius-full);font-size:.875rem;font-weight:500;color:var(--hub-accent-primary);margin-bottom:var(--hub-space-xl);animation:fadeInUp .6s ease-out}.hub-hero-title{font-family:var(--hub-font-display);font-size:clamp(2.75rem,5.5vw,4.5rem);font-weight:500;line-height:1.35;margin-bottom:var(--hub-space-lg);color:var(--hub-hero-text);text-shadow:0 2px 20px rgba(0,0,0,.3);animation:fadeInUp .6s ease-out .1s both}.hub-hero-title-shadow{text-shadow:0 2px 4px rgba(70,70,70,.9),0 4px 16px rgba(70,70,70,.7),0 8px 32px rgba(70,70,70,.5)}.hub-hero-title-gradient{background:var(--hub-gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;filter:drop-shadow(0 2px 4px rgba(180,180,180,.5)) drop-shadow(0 4px 12px rgba(180,180,180,.5))}.hub-hero-subtitle{font-size:clamp(1.25rem,2.2vw,1.5rem);color:var(--hub-hero-text-muted);text-shadow:0 2px 4px rgba(0,0,0,.8),0 4px 12px rgba(0,0,0,.5);max-width:640px;margin:0 auto var(--hub-space-2xl);line-height:1.6;animation:fadeInUp .6s ease-out .2s both}.hub-hero-actions{display:flex;gap:var(--hub-space-md);justify-content:center;flex-wrap:wrap;margin-top:var(--hub-space-3xl);animation:fadeInUp .6s ease-out .3s both}.hub-hero-stats{display:flex;justify-content:space-evenly;align-items:stretch;gap:var(--hub-space-xl);margin-top:var(--hub-space-4xl);padding-top:var(--hub-space-2xl);border-top:1px solid rgba(255,255,255,.2);animation:fadeInUp .6s ease-out .4s both}.hub-hero-stat{text-align:center;padding:var(--hub-space-md) var(--hub-space-lg);background:transparent;flex:0 1 auto}.hub-hero-stat-value{font-family:var(--hub-font-display);font-size:2.5rem;font-weight:600;color:var(--hub-hero-text);text-shadow:0 2px 4px rgba(0,0,0,.8),0 4px 12px rgba(0,0,0,.5);margin-bottom:var(--hub-space-xs)}.hub-hero-stat-label{font-size:.875rem;color:var(--hub-hero-text-dim);text-shadow:0 2px 4px rgba(0,0,0,.8),0 4px 12px rgba(0,0,0,.5)}.hub-features{position:relative;padding:var(--hub-space-4xl) var(--hub-space-xl);overflow:hidden;z-index:1;background:transparent}.hub-features-inner{position:relative;max-width:var(--hub-max-width);margin:0 auto;z-index:1}.hub-section-header{text-align:center;margin-bottom:var(--hub-space-3xl)}.hub-section-badge{display:inline-flex;align-items:center;gap:var(--hub-space-xs);padding:.375rem .75rem;background:var(--hub-accent-primary-light);color:var(--hub-accent-primary);border-radius:var(--hub-radius-full);font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;margin-bottom:var(--hub-space-md)}.hub-section-title{font-family:var(--hub-font-display);font-size:clamp(2rem,3vw,2.5rem);font-weight:500;color:var(--hub-text-primary);margin-bottom:var(--hub-space-md)}.hub-section-subtitle{font-size:1.125rem;color:var(--hub-text-secondary);max-width:600px;margin:0 auto}.hub-features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:var(--hub-space-xl)}.hub-feature-card{position:relative;z-index:1;background:linear-gradient(135deg,#ffffffbf,#ffffff80,#ffffffa6);backdrop-filter:blur(24px) saturate(200%);-webkit-backdrop-filter:blur(24px) saturate(200%);border:1px solid rgba(255,255,255,.5);border-radius:var(--hub-radius-lg);padding:var(--hub-space-xl);transition:all var(--hub-transition-normal);box-shadow:0 8px 32px #00000014,inset 0 1px #fffc,inset 0 -1px #ffffff1a;overflow:hidden}.hub-pricing-card.hub-feature-card{background:linear-gradient(135deg,#ffffffe6,#ffffffb3,#ffffffd9)}.hub-feature-card:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.9) 20%,rgba(255,255,255,.9) 80%,transparent)}.hub-feature-card:hover{transform:translateY(-4px);box-shadow:0 16px 48px #0000001f,inset 0 1px #ffffffe6,inset 0 -1px #fff3;border-color:var(--hub-accent-primary-light)}.hub-feature-icon{width:56px;height:56px;background:var(--hub-gradient-primary);border-radius:var(--hub-radius-md);display:flex;align-items:center;justify-content:center;margin-bottom:var(--hub-space-lg)}.hub-feature-icon svg{width:28px;height:28px;color:var(--hub-text-inverse)}.hub-feature-title{font-family:var(--hub-font-display);font-size:1.25rem;font-weight:500;margin-bottom:var(--hub-space-sm)}.hub-feature-description{color:var(--hub-text-secondary);line-height:1.6}.hub-modules{position:relative;padding:var(--hub-space-4xl) var(--hub-space-xl);overflow:hidden;z-index:1;background:transparent}.hub-modules-inner{position:relative;z-index:1;max-width:var(--hub-max-width);margin:0 auto}.hub-modules-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:var(--hub-space-xl)}.hub-module-card{position:relative;z-index:1;background:linear-gradient(135deg,#fff9,#fff6,#ffffff80);backdrop-filter:blur(24px) saturate(200%);-webkit-backdrop-filter:blur(24px) saturate(200%);border:1px solid rgba(255,255,255,.5);border-radius:var(--hub-radius-xl);padding:var(--hub-space-xl);transition:all var(--hub-transition-normal);overflow:hidden;box-shadow:0 8px 32px #00000014,inset 0 1px #fffc,inset 0 -1px #ffffff1a}.hub-module-card:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.9) 20%,rgba(255,255,255,.9) 80%,transparent)}.hub-module-card:hover{transform:translateY(-6px);box-shadow:0 16px 48px #0000001f,inset 0 1px #ffffffe6,inset 0 -1px #fff3}.hub-module-card:hover:before{opacity:1}.hub-module-header{display:flex;align-items:flex-start;gap:var(--hub-space-lg);margin-bottom:var(--hub-space-lg)}.hub-module-icon{width:64px;height:64px;background:var(--hub-bg-accent);border-radius:var(--hub-radius-lg);display:flex;align-items:center;justify-content:center;flex-shrink:0}.hub-module-icon svg{width:32px;height:32px;color:var(--hub-accent-primary)}.hub-module-info h3{font-family:var(--hub-font-display);font-size:1.25rem;font-weight:500;margin-bottom:var(--hub-space-xs)}.hub-module-info p{font-size:.875rem;color:var(--hub-text-secondary)}.hub-module-features{list-style:none;padding:0;margin:0 0 var(--hub-space-lg)}.hub-module-features li{display:flex;align-items:center;gap:var(--hub-space-sm);padding:var(--hub-space-sm) 0;font-size:.9375rem;color:var(--hub-text-secondary)}.hub-module-features li svg{width:18px;height:18px;color:var(--hub-success);flex-shrink:0}.hub-module-footer{display:flex;gap:var(--hub-space-md)}.hub-cta{position:relative;padding:var(--hub-space-4xl) var(--hub-space-xl);background:transparent;z-index:1;display:flex;align-items:center;justify-content:center}.hub-cta-inner{max-width:800px;margin:0 auto;text-align:center}.hub-cta-actions{margin-bottom:0}.hub-cta-title{font-family:var(--hub-font-display);font-size:clamp(2rem,3vw,2.5rem);font-weight:500;margin-bottom:var(--hub-space-md);color:var(--hub-text-primary)}.hub-cta-subtitle{font-size:1.125rem;color:var(--hub-text-secondary);margin-bottom:var(--hub-space-2xl)}.hub-cta-actions{display:flex;gap:var(--hub-space-md);justify-content:center;flex-wrap:wrap}.hub-footer{position:relative;z-index:2;padding:var(--hub-space-3xl) var(--hub-space-xl);background:linear-gradient(135deg,#ffffff80,#ffffff40,#fff6);backdrop-filter:blur(24px) saturate(200%);-webkit-backdrop-filter:blur(24px) saturate(200%);border-top:1px solid rgba(255,255,255,.6);box-shadow:0 -8px 32px #00000014,inset 0 1px #fffc,inset 0 -1px #ffffff1a}.hub-footer:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.9) 20%,rgba(255,255,255,.9) 80%,transparent)}.hub-footer-inner{max-width:var(--hub-max-width);margin:0 auto}.hub-footer-top{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:var(--hub-space-3xl);margin-bottom:var(--hub-space-3xl)}.hub-footer-brand{max-width:300px}.hub-footer-logo{display:flex;align-items:center;gap:var(--hub-space-sm);font-family:var(--hub-font-display);font-size:1.5rem;font-weight:500;letter-spacing:.05em;color:var(--hub-text-primary);margin-bottom:var(--hub-space-md)}.hub-footer-logo svg,.hub-footer-logo-img{width:32px;height:32px;color:var(--hub-accent-primary);-o-object-fit:contain;object-fit:contain}.hub-footer-description{font-size:.9375rem;color:var(--hub-text-secondary);line-height:1.6}.hub-footer-nav h4{font-family:var(--hub-font-display);font-size:.9375rem;font-weight:700;color:var(--hub-text-primary);margin-bottom:var(--hub-space-lg)}.hub-footer-nav ul{list-style:none;padding:0;margin:0}.hub-footer-nav li{margin-bottom:var(--hub-space-sm)}.hub-footer-nav a{font-size:.9375rem;color:var(--hub-text-secondary);text-decoration:none;transition:color var(--hub-transition-fast)}.hub-footer-nav a:hover{color:var(--hub-accent-primary)}.hub-footer-bottom{padding-top:var(--hub-space-xl);border-top:1px solid var(--hub-border);display:flex;justify-content:space-between;align-items:center}.hub-footer-copyright{font-size:.875rem;color:var(--hub-text-muted)}.hub-products-page .hub-module-icon{display:none}.hub-products-page .hub-module-card{background:linear-gradient(135deg,#ffffff80,#ffffff4d,#fff6)}.hub-products-page .hub-panel-animated.visible{animation:riseFromDarkness .9s cubic-bezier(0,0,.2,1) forwards}.hub-pricing{padding:var(--hub-space-4xl) var(--hub-space-xl)}.hub-pricing-inner{max-width:var(--hub-max-width);margin:0 auto}.hub-pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:var(--hub-space-xl);margin-top:var(--hub-space-3xl)}.hub-pricing-card{background:var(--hub-bg-primary);border:2px solid var(--hub-border);border-radius:var(--hub-radius-xl);padding:var(--hub-space-2xl);position:relative;transition:all var(--hub-transition-normal);display:flex;flex-direction:column}.hub-pricing-card .hub-btn{margin-top:auto}.hub-pricing-card.featured{border:2px solid var(--hub-accent-primary);position:relative;overflow:visible;box-shadow:0 8px 32px #6366f14d,inset 0 1px #ffffffe6,inset 0 -1px #ffffff1a,0 0 20px #6366f180,0 0 40px #6366f14d;animation:borderGlow 3s ease-in-out infinite}@keyframes borderGlow{0%,to{box-shadow:0 8px 32px #6366f14d,inset 0 1px #ffffffe6,inset 0 -1px #ffffff1a,0 0 20px #6366f180,0 0 40px #6366f14d,0 0 0 2px #6366f1cc}50%{box-shadow:0 8px 32px #6366f166,inset 0 1px #ffffffe6,inset 0 -1px #ffffff1a,0 0 30px #0ea5e999,0 0 60px #0ea5e966,0 0 0 2px #0ea5e9e6}}.hub-pricing-card.featured:before{content:"おすすめ";position:absolute;top:-66px;right:5px;padding:2.5rem 1rem;font-size:1.2rem;font-weight:700;z-index:10;background:var(--hub-gradient-primary);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent;line-height:1.2;white-space:nowrap;filter:drop-shadow(0 1px 2px rgba(200,200,200,.5)) drop-shadow(0 2px 4px rgba(255,255,255,.3))}.hub-pricing-name{font-family:var(--hub-font-display);font-size:1.25rem;font-weight:700;margin-bottom:var(--hub-space-sm)}.hub-pricing-description{font-size:.9375rem;color:var(--hub-text-secondary);margin-bottom:var(--hub-space-xl)}.hub-pricing-price{margin-bottom:var(--hub-space-xl)}.hub-pricing-amount{font-family:var(--hub-font-display);font-size:3rem;font-weight:800}.hub-pricing-amount span{font-size:1rem;font-weight:500;color:var(--hub-text-muted)}.hub-pricing-features{list-style:none;padding:0;margin:0 0 var(--hub-space-xl)}.hub-pricing-features li{display:flex;align-items:center;gap:var(--hub-space-sm);padding:var(--hub-space-sm) 0;font-size:.9375rem}.hub-pricing-features li svg{width:18px;height:18px;color:var(--hub-success);flex-shrink:0}.hub-pricing-toggle{display:inline-flex;position:relative;background:#ffffff1a;border-radius:var(--hub-radius-full);padding:4px;cursor:pointer}.hub-pricing-toggle-btn{position:relative;z-index:2;padding:.75rem 1.5rem;border-radius:var(--hub-radius-full);border:none;background:transparent;color:#ffffffb3;font-weight:600;font-size:.9375rem;cursor:pointer;transition:color var(--hub-transition-normal);flex:1;min-width:0;white-space:nowrap}.hub-pricing-toggle-btn.active{color:var(--hub-text-primary)}.hub-pricing-toggle-slider{position:absolute;z-index:1;top:4px;left:4px;width:calc(50% - 4px);height:calc(100% - 8px);background:#fff;border-radius:var(--hub-radius-full);transition:transform .3s cubic-bezier(.4,0,.2,1);box-shadow:var(--hub-shadow-md)}.hub-pricing-toggle{min-width:280px}.hub-pricing-discount-badge{display:inline-block;margin-left:.5rem;background:var(--hub-success);color:#fff;padding:2px 8px;border-radius:var(--hub-radius-full);font-size:.6875rem;font-weight:700}.hub-pricing-amount-animated{animation:priceFadeIn .4s cubic-bezier(.4,0,.2,1)}@keyframes priceFadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.hub-pricing-page .hub-section-header .hub-section-title,.hub-pricing-page .hub-section-header .hub-section-subtitle,.hub-pricing-page .hub-pricing-module-card,.hub-pricing-page .hub-pricing-module-card h3,.hub-pricing-page .hub-enterprise-card,.hub-pricing-page .hub-enterprise-card *{color:var(--hub-text-primary)!important;text-shadow:none!important}.hub-pricing-page .hub-hero-no-bg h1,.hub-pricing-page .hub-hero-no-bg p{color:var(--hub-hero-text)!important;text-shadow:0 2px 4px rgba(0,0,0,.5),0 4px 12px rgba(0,0,0,.4)}@media (min-width: 901px){.hub-pricing-page .hub-pricing .hub-section-header .hub-section-title,.hub-pricing-page .hub-pricing .hub-section-header .hub-section-subtitle{color:var(--hub-hero-text)!important;text-shadow:0 2px 4px rgba(0,0,0,.5),0 4px 12px rgba(0,0,0,.4)!important}.hub-pricing-page .hub-pricing .hub-section-header .hub-section-subtitle{color:var(--hub-hero-text-muted)!important}}.hub-pricing-page .hub-enterprise-card .hub-btn-gradient{color:var(--hub-hero-text)!important}.hub-pricing-page .hub-pricing-module-card .hub-pricing-module-desc,.hub-pricing-page .hub-pricing-module-features li{color:var(--hub-text-secondary)!important}.hub-legal-page{min-height:100vh;background:var(--hub-bg-secondary);padding:var(--hub-space-2xl) var(--hub-space-xl)}.hub-legal-container{max-width:800px;margin:0 auto;background:var(--hub-bg-primary);border-radius:var(--hub-radius-xl);box-shadow:var(--hub-shadow-lg);overflow:hidden}.hub-legal-header{padding:var(--hub-space-2xl);border-bottom:1px solid var(--hub-border);text-align:center}.hub-legal-back{display:inline-flex;align-items:center;gap:var(--hub-space-sm);color:var(--hub-text-secondary);text-decoration:none;font-size:.875rem;margin-bottom:var(--hub-space-lg);transition:color var(--hub-transition-fast)}.hub-legal-back:hover{color:var(--hub-accent-primary)}.hub-legal-header h1{font-family:var(--hub-font-display);font-size:2rem;font-weight:700;margin-bottom:var(--hub-space-sm)}.hub-legal-updated{font-size:.875rem;color:var(--hub-text-muted)}.hub-legal-content{padding:var(--hub-space-2xl)}.hub-legal-content section{margin-bottom:var(--hub-space-2xl)}.hub-legal-content section:last-child{margin-bottom:0}.hub-legal-content h2{font-family:var(--hub-font-display);font-size:1.25rem;font-weight:700;color:var(--hub-text-primary);margin-bottom:var(--hub-space-md);padding-bottom:var(--hub-space-sm);border-bottom:2px solid var(--hub-accent-primary)}.hub-legal-content h3{font-size:1rem;font-weight:600;color:var(--hub-text-primary);margin-top:var(--hub-space-lg);margin-bottom:var(--hub-space-sm)}.hub-legal-content p{color:var(--hub-text-secondary);line-height:1.8;margin-bottom:var(--hub-space-md)}.hub-legal-content ul,.hub-legal-content ol{color:var(--hub-text-secondary);line-height:1.8;margin-left:var(--hub-space-lg);margin-bottom:var(--hub-space-md)}.hub-legal-content li{margin-bottom:var(--hub-space-xs)}.hub-legal-content a{color:var(--hub-accent-primary);text-decoration:none}.hub-legal-content a:hover{text-decoration:underline}.hub-legal-contact{background:var(--hub-bg-secondary);padding:var(--hub-space-lg);border-radius:var(--hub-radius-md);margin-top:var(--hub-space-md)}.hub-legal-contact p{margin-bottom:var(--hub-space-xs)}.hub-legal-contact p:last-child{margin-bottom:0}.hub-legal-footer{padding:var(--hub-space-lg);background:var(--hub-bg-secondary);text-align:center;font-size:.875rem;color:var(--hub-text-muted)}.animate-fade-in{animation:fadeIn .5s ease-out}.animate-fade-in-up{opacity:0;animation:fadeInUp .5s ease-out forwards}.animate-slide-in-left{animation:slideInLeft .5s ease-out}.stagger-1{animation-delay:.1s}.stagger-2{animation-delay:.2s}.stagger-3{animation-delay:.3s}.stagger-4{animation-delay:.4s}.stagger-5{animation-delay:.5s}.hub-pricing-modules-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:var(--hub-space-xl);margin-bottom:var(--hub-space-3xl)}.hub-pricing-module-card{background:linear-gradient(135deg,#ffffffe6,#ffffffbf,#ffffffd9);-webkit-backdrop-filter:blur(24px) saturate(200%);backdrop-filter:blur(24px) saturate(200%);border:1px solid rgba(255,255,255,.6);border-radius:var(--hub-radius-xl);padding:var(--hub-space-xl);display:flex;flex-direction:column;transition:all var(--hub-transition-normal);box-shadow:0 8px 32px #00000014,inset 0 1px #fffc,inset 0 -1px #ffffff1a}.hub-pricing-module-card:hover{transform:translateY(-4px);box-shadow:var(--hub-shadow-xl);border-color:var(--hub-accent-primary)}.hub-pricing-module-card.coming-soon{opacity:.75}.hub-pricing-module-card.coming-soon:hover{transform:none}.hub-pricing-module-header{display:flex;align-items:center;gap:var(--hub-space-md);margin-bottom:var(--hub-space-md)}.hub-pricing-module-icon{width:48px;height:48px;background:var(--hub-accent-primary-light);border-radius:var(--hub-radius-lg);display:flex;align-items:center;justify-content:center;color:var(--hub-accent-primary);flex-shrink:0}.hub-pricing .hub-pricing-module-icon{display:none}.hub-pricing-module-icon svg{width:24px;height:24px}.hub-pricing-module-info{display:flex;flex-direction:column;gap:4px}.hub-pricing-module-info h3{font-family:var(--hub-font-display);font-size:1.5rem;font-weight:700;color:var(--hub-text-primary);margin:0}.hub-pricing-module-desc{font-size:.875rem;color:var(--hub-text-secondary);line-height:1.5;margin-bottom:var(--hub-space-lg);flex:1}.hub-pricing-module-price{margin-bottom:var(--hub-space-lg);padding:var(--hub-space-md);background:transparent;border:1px solid rgba(0,0,0,.25);border-radius:var(--hub-radius-md);text-align:center}.hub-price-block{display:flex;align-items:baseline;justify-content:center;gap:4px}.hub-price-amount{font-family:var(--hub-font-display);font-size:1.75rem;font-weight:800;color:var(--hub-text-primary)}.hub-price-period{font-size:.875rem;color:var(--hub-text-secondary)}.hub-price-free-block{display:flex;flex-direction:row;align-items:center;gap:6px;justify-content:center;width:100%}.hub-price-amount-free{color:var(--hub-text-primary)}.hub-price-note{font-size:.75rem;color:var(--hub-text-primary);font-weight:600}.hub-pricing-module-features{list-style:none;padding:0;margin:0 0 var(--hub-space-lg) 0}.hub-pricing-module-features li{display:flex;align-items:center;gap:var(--hub-space-sm);font-size:.875rem;color:var(--hub-text-secondary);padding:var(--hub-space-xs) 0}.hub-pricing-module-features li svg{width:16px;height:16px;color:var(--hub-success);flex-shrink:0}.hub-enterprise-section{margin-top:var(--hub-space-2xl)}.hub-enterprise-card{background:linear-gradient(135deg,#ffffffe6,#ffffffbf,#ffffffd9);-webkit-backdrop-filter:blur(24px) saturate(200%);backdrop-filter:blur(24px) saturate(200%);border:1px solid rgba(255,255,255,.6);border-radius:var(--hub-radius-xl);padding:var(--hub-space-2xl);box-shadow:0 8px 32px #00000014,inset 0 1px #fffc,inset 0 -1px #ffffff1a}.hub-enterprise-content{display:grid;grid-template-columns:1fr;gap:var(--hub-space-xl);align-items:stretch}.hub-enterprise-content h3{font-family:var(--hub-font-display);font-size:1.75rem;font-weight:800;color:var(--hub-text-primary);margin-bottom:var(--hub-space-sm)}.hub-enterprise-content p{color:var(--hub-text-secondary);font-size:1rem;margin-bottom:var(--hub-space-md)}.hub-enterprise-features{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(2,1fr);gap:var(--hub-space-sm) var(--hub-space-xl)}.hub-enterprise-features li{display:flex;align-items:center;gap:var(--hub-space-sm);font-size:.875rem;color:var(--hub-text-secondary)}.hub-enterprise-features li svg{width:16px;height:16px;color:var(--hub-success);flex-shrink:0}.hub-enterprise-cta{display:flex;flex-direction:column;align-items:stretch;gap:var(--hub-space-lg);padding-top:var(--hub-space-lg);border-top:1px solid rgba(0,0,0,.08);width:100%;min-width:0}.hub-enterprise-price{text-align:center;padding:var(--hub-space-md);border:1px solid rgba(0,0,0,.25);border-radius:var(--hub-radius-md);background:transparent;width:100%;box-sizing:border-box}.hub-enterprise-price span{display:block;font-size:.875rem;color:var(--hub-text-secondary);margin-bottom:4px}.hub-enterprise-price strong{font-family:var(--hub-font-display);font-size:1.5rem;font-weight:700;color:var(--hub-text-primary)}.hub-module-footer{display:flex;justify-content:space-between;align-items:center;margin-top:auto;padding-top:var(--hub-space-md);border-top:1px solid rgba(80,80,80,.1)}.hub-module-price{display:flex;align-items:center;gap:var(--hub-space-sm);font-size:.875rem;font-weight:600;color:var(--hub-text-primary)}.hub-price-free{color:var(--hub-success)}.hub-modules-more{text-align:center;margin-top:var(--hub-space-2xl)}.hub-badge{display:inline-flex;align-items:center;padding:2px 8px;border-radius:var(--hub-radius-full);font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.025em;white-space:nowrap}.hub-badge-warning{background:#fbbc0426;color:#d29922}.hub-badge-success{background:#34a85326;color:var(--hub-success)}.hub-module-loading{grid-column:1 / -1;text-align:center;padding:var(--hub-space-2xl);color:var(--hub-text-secondary)}.hub-dashboard{display:flex;height:100vh;overflow:hidden}.hub-sidebar{width:var(--hub-sidebar-width);background:linear-gradient(135deg,#ffffff80,#ffffff4d,#fff6);backdrop-filter:blur(24px) saturate(200%);-webkit-backdrop-filter:blur(24px) saturate(200%);border-right:1px solid rgba(255,255,255,.5);display:flex;flex-direction:column;position:fixed;top:0;left:0;bottom:0;z-index:100}.hub-sidebar-header{padding:var(--hub-space-lg) var(--hub-space-xl);position:relative}.hub-sidebar-header:after{content:"";position:absolute;left:40px;right:40px;bottom:0;height:1px;background:#50505026}.hub-sidebar-logo{display:flex;align-items:center;gap:var(--hub-space-sm);font-family:var(--hub-font-display);font-size:1.25rem;font-weight:500;color:var(--hub-text-primary);text-decoration:none}.hub-sidebar-logo svg,.hub-sidebar-logo-img{width:28px;height:28px;color:var(--hub-accent-primary);-o-object-fit:contain;object-fit:contain}.hub-sidebar-nav{flex:1;padding:var(--hub-space-lg) var(--hub-space-md);overflow-y:auto}.hub-sidebar-section{margin-bottom:var(--hub-space-xl)}.hub-sidebar-section-title{font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--hub-text-muted);padding:0 var(--hub-space-md);margin-bottom:var(--hub-space-sm)}.hub-sidebar-link{display:flex;align-items:center;gap:var(--hub-space-md);padding:.75rem var(--hub-space-md);color:var(--hub-text-secondary);text-decoration:none;border-radius:var(--hub-radius-md);font-size:.9375rem;font-weight:500;border:1px solid transparent;transition:all var(--hub-transition-fast)}.hub-sidebar-link svg{width:20px;height:20px;flex-shrink:0}.hub-sidebar-link:hover{background:#ffffff80;color:var(--hub-text-primary);border-color:#fff9;box-shadow:0 8px 18px #00000014;transform:translate(2px)}.hub-sidebar-link.active{background:#ffffffbf;color:var(--hub-accent-primary);border-color:#ffffffb3;box-shadow:0 10px 22px #0000001f}.hub-sidebar-footer{padding:var(--hub-space-lg);position:relative}.hub-sidebar-footer:before{content:"";position:absolute;left:40px;right:40px;top:0;height:1px;background:#50505040}.hub-user-info{display:flex;align-items:center;gap:var(--hub-space-md)}.hub-user-avatar{width:40px;height:40px;background:var(--hub-gradient-primary);border-radius:var(--hub-radius-full);display:flex;align-items:center;justify-content:center;color:var(--hub-text-inverse);font-weight:600;font-size:1rem;flex-shrink:0}.hub-user-details{flex:1;min-width:0}.hub-user-name{font-weight:600;font-size:.9375rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hub-user-role{font-size:.8125rem;color:var(--hub-text-muted)}.hub-main{flex:1;margin-left:var(--hub-sidebar-width);background:var(--hub-bg-secondary);height:100vh;overflow-y:auto;overflow-x:hidden;position:relative;z-index:1}body.hub-auth-bg .hub-main{background:transparent}.hub-main-header{background:linear-gradient(135deg,#ffffff80,#ffffff4d,#fff6);backdrop-filter:blur(24px) saturate(200%);-webkit-backdrop-filter:blur(24px) saturate(200%);border-bottom:1px solid rgba(255,255,255,.5);padding:var(--hub-space-lg) var(--hub-space-2xl);display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:3}.hub-page-title{font-family:var(--hub-font-display);font-size:1.5rem;font-weight:700}.hub-main-content{padding:var(--hub-space-2xl);position:relative;z-index:1}.hub-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:var(--hub-space-lg);margin-bottom:var(--hub-space-2xl)}.hub-stat-card{position:relative;z-index:1;display:flex;align-items:flex-start;gap:var(--hub-space-lg);background:linear-gradient(135deg,#ffffff80,#ffffff4d,#fff6);backdrop-filter:blur(24px) saturate(200%);-webkit-backdrop-filter:blur(24px) saturate(200%);border:1px solid rgba(255,255,255,.5);border-radius:var(--hub-radius-lg);padding:var(--hub-space-xl);box-shadow:0 8px 32px #00000014,inset 0 1px #fffc,inset 0 -1px #ffffff1a;overflow:hidden}.hub-stat-card:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.9) 20%,rgba(255,255,255,.9) 80%,transparent)}.hub-stat-body{display:flex;flex-direction:column;gap:var(--hub-space-xs);min-width:0}.hub-stat-icon{width:48px;height:48px;flex-shrink:0;border-radius:var(--hub-radius-md);display:flex;align-items:center;justify-content:center;background:var(--hub-accent-primary-light);color:var(--hub-accent-primary)}.hub-stat-icon.primary,.hub-stat-icon.success,.hub-stat-icon.warning{background:var(--hub-accent-primary-light);color:var(--hub-accent-primary)}.hub-stat-icon svg{width:24px;height:24px}.hub-stat-label{font-size:.9375rem;color:var(--hub-text-secondary)}.hub-stat-value{font-family:var(--hub-font-display);font-size:2rem;font-weight:800}@media (max-width: 1024px){.hub-footer-top{grid-template-columns:repeat(2,1fr)}.hub-sidebar{transform:translate(-100%);transition:transform var(--hub-transition-normal);background:linear-gradient(135deg,#ffffffdb,#ffffffd1,#ffffffd6);border-right:1px solid rgba(255,255,255,.8)}.hub-sidebar.open{transform:translate(0)}.hub-main{margin-left:0}.hub-mobile-header{display:flex;align-items:center;gap:var(--hub-space-md);padding:var(--hub-space-md) var(--hub-space-lg);background:linear-gradient(135deg,#ffffff80,#ffffff4d,#fff6);backdrop-filter:blur(24px) saturate(200%);-webkit-backdrop-filter:blur(24px) saturate(200%);border-bottom:1px solid rgba(255,255,255,.5);position:sticky;top:0;z-index:10}.hub-mobile-header-title{font-family:Quicksand,-apple-system,BlinkMacSystemFont,sans-serif;font-size:1.25rem;font-weight:500;color:var(--hub-text-primary)}.hub-mobile-header.is-menu-open .hub-mobile-menu-btn{opacity:0;pointer-events:none}.hub-mobile-menu-btn{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border:none;background:transparent;cursor:pointer;border-radius:var(--hub-radius-md);color:var(--hub-text-primary);transition:opacity .2s ease}.hub-mobile-menu-btn:hover{background:#ffffff80}.hub-mobile-menu-btn svg{width:24px;height:24px}.hub-sidebar-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:99;animation:fadeIn .2s ease-out}}@media (min-width: 1025px){.hub-mobile-header{display:none}}.public-navbar-mobile-btn{display:none;align-items:center;justify-content:center;width:44px;height:44px;border:none;background:transparent;cursor:pointer;border-radius:var(--hub-radius-md)}.public-navbar-mobile-btn svg{width:24px;height:24px;color:var(--hub-text-primary)}.public-navbar-mobile-btn:hover{background:var(--hub-bg-secondary)}@keyframes publicNavbarMenuFadeOut{0%{opacity:1}to{opacity:0}}.public-navbar-mobile-menu{position:absolute;top:100%;left:0;right:0;background:var(--hub-bg-primary);border-top:1px solid var(--hub-border);padding:var(--hub-space-md);display:flex;flex-direction:column;gap:var(--hub-space-sm);box-shadow:var(--hub-shadow-lg);animation:fadeIn .2s ease-out}.public-navbar-mobile-menu--closing{animation:publicNavbarMenuFadeOut .2s ease-out forwards}.public-navbar-mobile-link{display:block;padding:.875rem var(--hub-space-md);color:var(--hub-text-primary);text-decoration:none;font-weight:500;border-radius:var(--hub-radius-md);transition:background var(--hub-transition-fast)}.public-navbar-mobile-link:hover{background:var(--hub-bg-secondary)}.public-navbar-mobile-divider{height:1px;background:var(--hub-border);margin:var(--hub-space-sm) 0}@media (max-width: 900px){:root{--hub-navbar-height: 64px}.public-navbar-nav,.public-navbar-actions{display:none}.public-navbar-mobile-btn{display:flex}.public-navbar-mobile-menu{background:linear-gradient(135deg,#fffffff2,#ffffffe6);backdrop-filter:blur(24px) saturate(200%);-webkit-backdrop-filter:blur(24px) saturate(200%);border:1px solid rgba(255,255,255,.4);border-top:1px solid var(--hub-border);box-shadow:0 8px 24px #0000001f,inset 0 1px #fff9;border-radius:0}body.landing-hero-active .public-navbar .public-navbar-logo,body.landing-hero-active .public-navbar .public-navbar-link,body.landing-hero-active .public-navbar .hub-btn-ghost,body.pricing-hero-active .public-navbar .public-navbar-logo,body.pricing-hero-active .public-navbar .public-navbar-link,body.pricing-hero-active .public-navbar .hub-btn-ghost{color:var(--hub-text-primary)!important}body.landing-hero-active .public-navbar .public-navbar-link:hover,body.pricing-hero-active .public-navbar .public-navbar-link:hover{color:var(--hub-accent-primary)!important}body.landing-hero-active .public-navbar .hub-btn-ghost:hover,body.pricing-hero-active .public-navbar .hub-btn-ghost:hover{background:var(--hub-bg-secondary);color:var(--hub-text-primary)!important}.public-navbar-logo-img{width:24px!important;height:24px!important}.public-navbar-logo span{font-size:1rem}.hub-hero{padding:var(--hub-space-3xl) var(--hub-space-lg)}.hub-hero .hub-hero-title,.hub-hero .hub-hero-title-shadow,.hub-hero .hub-hero-title-gradient,.hub-hero .hub-hero-subtitle,.hub-hero .hub-hero-stat-value,.hub-hero .hub-hero-stat-label{color:var(--hub-text-primary)!important;text-shadow:0 1px 2px rgba(0,0,0,.06)}.hub-hero .hub-hero-title-gradient{-webkit-text-fill-color:var(--hub-text-primary);filter:none}.hub-hero .hub-hero-inner{text-align:left}.hub-hero .hub-hero-actions{justify-content:flex-start;margin-top:calc(1.5 * var(--hub-space-4xl))}.hub-hero .hub-hero-title-wrap{margin-top:var(--hub-space-4xl);margin-bottom:var(--hub-space-3xl)}.hub-hero .hub-hero-subtitle{margin-left:0;margin-right:0}.hub-hero-stats{flex-direction:row;flex-wrap:nowrap;justify-content:space-evenly;gap:var(--hub-space-sm);border:1px solid rgba(0,0,0,.18);border-radius:var(--hub-radius-lg);padding:var(--hub-space-md) var(--hub-space-sm);background:linear-gradient(135deg,#ffffff73,#ffffff40);backdrop-filter:blur(24px) saturate(200%);-webkit-backdrop-filter:blur(24px) saturate(200%);box-shadow:0 4px 16px #0000000f,inset 0 1px #fff9}.hub-hero-stat{text-align:center;flex:1;min-width:0}.hub-hero-title{font-size:clamp(2.5rem,8vw,3.25rem);line-height:1.2}.hub-hero-subtitle{font-size:clamp(1.375rem,3.5vw,1.625rem)}.hub-hero .hub-hero-stat-value{font-size:1.25rem}.hub-hero .hub-hero-stat-label{font-size:.75rem}.hub-section-title{font-size:clamp(1.375rem,4vw,1.75rem)}.hub-section-subtitle{font-size:.9375rem}.hub-features .hub-section-title{font-size:clamp(1.375rem,4vw,1.75rem)}.hub-feature-card .hub-feature-title,.hub-feature-card h3{font-size:1.125rem}.hub-feature-card .hub-feature-description{font-size:.875rem}.hub-modules .hub-section-title{font-size:clamp(1.375rem,4vw,1.75rem)}.hub-cta-title{font-size:clamp(1.5rem,4vw,2rem)}.hub-cta-subtitle{font-size:.9375rem}.hub-btn,.public-navbar-mobile-btn{min-height:44px;min-width:44px}.hub-hero-actions .hub-btn,.hub-cta-actions .hub-btn{padding:.75rem 1.25rem}.hub-footer-top{grid-template-columns:1fr 1fr;grid-template-rows:auto auto auto}.hub-footer-brand{grid-column:1 / -1}.hub-footer-top .hub-footer-nav:nth-child(2){grid-column:1}.hub-footer-top .hub-footer-nav:nth-child(3){grid-column:2}.hub-footer-top .hub-footer-nav:nth-child(4){grid-column:1 / -1}.hub-footer-bottom{flex-direction:column;gap:var(--hub-space-md);text-align:center}.hub-auth-card{padding:var(--hub-space-xl)}.hub-auth-page .hub-auth-back{color:var(--hub-text-primary)!important}.hub-pricing-grid{grid-template-columns:1fr}.hub-features-grid{gap:var(--hub-space-lg)}.hub-feature-card{padding:var(--hub-space-lg)}.hub-pricing-amount{font-size:2rem}.hub-pricing-module-info h3{font-size:1.125rem}.hub-products-page .hub-section-title,.hub-pricing .hub-section-title{font-size:clamp(1.25rem,4vw,1.75rem)}.hub-pricing-page .hub-hero-no-bg h1,.hub-pricing-page .hub-hero-no-bg p{color:var(--hub-text-primary)!important;text-shadow:none!important}.hub-pricing-page .hub-pricing .hub-section-header .hub-section-title,.hub-pricing-page .hub-pricing .hub-section-header .hub-section-subtitle{color:var(--hub-text-primary)!important;text-shadow:0 1px 2px rgba(255,255,255,.9),0 2px 6px rgba(255,255,255,.6)}.hub-hero-no-bg .hub-hero-title{font-size:clamp(2.5rem,8vw,3.25rem)!important;line-height:1.2!important}.hub-products-page .hub-hero-no-bg h1,.hub-pricing-page .hub-hero-no-bg h1{font-size:clamp(2rem,6.5vw,2.75rem)!important;line-height:1.2!important}.hub-hero-no-bg .hub-hero-subtitle,.hub-products-page .hub-hero-no-bg p,.hub-pricing-page .hub-hero-no-bg p{font-size:clamp(1.375rem,3.5vw,1.625rem)!important}.hub-products-page .hub-module-card{grid-template-columns:1fr!important;width:100%!important;padding-left:var(--hub-space-lg)!important;padding-right:var(--hub-space-lg)!important}.hub-products-page .hub-module-card>div{order:unset!important}.hub-products-page .hub-module-card.hub-panel-animated,.hub-pricing .hub-pricing-module-card.hub-panel-animated,.hub-pricing .hub-enterprise-card.hub-panel-animated{opacity:1!important;transform:none!important;filter:none!important;animation:none!important}.hub-products-page .hub-module-card h2,.hub-pricing .hub-pricing-module-card h3{font-weight:700!important;font-size:1.25rem!important;color:var(--hub-text-primary)!important}.hub-products-page .hub-module-card p,.hub-pricing .hub-pricing-module-card .hub-pricing-module-desc{font-size:.9375rem!important;line-height:1.6!important;color:var(--hub-text-secondary)!important}.hub-page .hub-btn,.hub-page .public-navbar a,.hub-feature-card,.hub-module-card{-webkit-tap-highlight-color:rgba(14,165,233,.12)}.hub-mobile-panel-carousel{display:flex;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;gap:var(--hub-space-lg);padding:var(--hub-space-lg) var(--hub-space-xl);margin:0 calc(-1 * var(--hub-space-xl));min-height:420px;align-items:stretch;scrollbar-width:none;-ms-overflow-style:none}.hub-mobile-panel-carousel::-webkit-scrollbar{display:none}.hub-carousel-indicator{--indicator-gap: 8px;--indicator-height-thin: 1px;--indicator-height-active: 4px;--indicator-color: rgba(0, 0, 0, .8);display:flex;justify-content:center;margin-top:var(--hub-space-lg);padding:0 var(--hub-space-xl)}.hub-carousel-indicator-track{display:flex;align-items:center;gap:var(--indicator-gap);width:100%;max-width:240px;height:var(--indicator-height-active)}.hub-carousel-indicator-segment{flex:1;min-width:0;height:var(--indicator-height-thin);background:var(--indicator-color);border-radius:1px;transition:height .3s cubic-bezier(.34,1.56,.64,1),border-radius .25s ease-out}.hub-carousel-indicator-segment.active{height:var(--indicator-height-active);background:var(--indicator-color);border-radius:2px}.hub-mobile-panel-carousel-slide{flex:0 0 85vw;max-width:380px;scroll-snap-align:center;scroll-snap-stop:always;min-height:360px;transition:transform .35s ease-out,box-shadow .35s ease-out,filter .35s ease-out}.hub-mobile-panel-carousel-slide .hub-module-card,.hub-mobile-panel-carousel-slide .hub-pricing-module-card{height:100%;display:flex;flex-direction:column}.hub-pricing-modules-grid{grid-template-columns:1fr}.hub-enterprise-content{grid-template-columns:1fr;text-align:center}.hub-enterprise-features{grid-template-columns:1fr;justify-items:center}.hub-enterprise-cta{padding-top:var(--hub-space-md);border-top:1px solid rgba(255,255,255,.2)}}@media (max-width: 480px){.hub-hero-title,.hub-hero-no-bg .hub-hero-title{font-size:2.25rem!important}.hub-products-page .hub-hero-no-bg h1,.hub-pricing-page .hub-hero-no-bg h1{font-size:1.875rem!important}.hub-hero-subtitle,.hub-hero-no-bg .hub-hero-subtitle,.hub-products-page .hub-hero-no-bg p,.hub-pricing-page .hub-hero-no-bg p{font-size:1.25rem!important}.hub-hero .hub-hero-stat-value{font-size:1.125rem}.hub-hero .hub-hero-stat-label{font-size:.6875rem}.hub-section-title{font-size:1.25rem}.hub-section-subtitle{font-size:.875rem}.hub-hero-actions{flex-direction:column;width:-moz-max-content;width:max-content;max-width:calc(100% - 48px);align-items:stretch;margin-left:auto;margin-right:auto}.hub-hero-actions .hub-btn{width:100%}.hub-cta-actions{flex-direction:column;width:-moz-max-content;width:max-content;max-width:calc(100% - 48px);align-items:stretch;margin-left:auto;margin-right:auto}.hub-cta-actions .hub-btn{width:100%}.hub-feature-card{padding:var(--hub-space-md)}}:root{--color-bg-primary: #0d1117;--color-bg-secondary: #161b22;--color-bg-tertiary: #21262d;--color-bg-hover: #30363d;--color-bg-active: #388bfd1a;--color-border: #30363d;--color-border-muted: #21262d;--color-border-subtle: #161b22;--color-text-primary: #e6edf3;--color-text-secondary: #8b949e;--color-text-muted: #6e7681;--color-text-link: #58a6ff;--color-accent-primary: #238636;--color-accent-primary-hover: #2ea043;--color-accent-secondary: #1f6feb;--color-accent-secondary-hover: #388bfd;--color-accent-warning: #d29922;--color-accent-danger: #f85149;--color-accent-info: #58a6ff;--gcp-blue: #4285f4;--gcp-red: #ea4335;--gcp-yellow: #fbbc04;--gcp-green: #34a853;--font-sans: "Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-mono: "JetBrains Mono", "Fira Code", monospace;--space-xs: .25rem;--space-sm: .5rem;--space-md: 1rem;--space-lg: 1.5rem;--space-xl: 2rem;--space-2xl: 3rem;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px;--radius-xl: 16px;--radius-full: 9999px;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .3);--shadow-md: 0 4px 12px rgba(0, 0, 0, .4);--shadow-lg: 0 8px 24px rgba(0, 0, 0, .5);--shadow-glow: 0 0 20px rgba(56, 139, 253, .3);--transition-fast: .15s ease;--transition-normal: .25s ease;--transition-slow: .35s ease;--sidebar-width: 260px;--header-height: 60px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-sans);background:var(--color-bg-primary);color:var(--color-text-primary);line-height:1.6}body:has(.app-container){overflow:hidden}a{color:var(--color-text-link);text-decoration:none;transition:color var(--transition-fast)}a:hover{color:var(--color-accent-secondary-hover)}svg{width:1em;height:1em;flex-shrink:0;vertical-align:middle}.app-container{display:flex;height:100vh;overflow:hidden}.app-loading,.app-error{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;background:var(--color-bg-primary);color:var(--color-text-primary);padding:var(--space-xl)}.app-loading p{margin-top:var(--space-md);color:var(--color-text-secondary)}.error-card{background:var(--color-bg-secondary);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:var(--space-2xl);text-align:center;max-width:400px}.error-card h1{color:var(--color-accent-danger);margin-bottom:var(--space-md)}.error-card p{color:var(--color-text-secondary);margin-bottom:var(--space-xl)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-sm);padding:calc(var(--space-md) * .8) calc(var(--space-lg) * .8);border:1px solid transparent;border-radius:var(--radius-md);font-family:var(--font-sans);font-size:.9375rem;font-weight:500;cursor:pointer;transition:all var(--transition-fast);text-decoration:none;background:transparent;color:var(--color-text-primary)}.btn svg{width:18px;height:18px;min-width:18px;min-height:18px}.btn-primary{color:var(--color-accent-primary)}.btn-primary:hover,.btn-primary:focus-visible,.btn-primary.active,.btn-primary.is-active,.btn-primary[aria-pressed=true]{background:#388bfd1f;border-color:#388bfd80;color:var(--color-accent-primary)}.btn-secondary{color:var(--color-text-primary)}.btn-secondary:hover,.btn-secondary:focus-visible,.btn-secondary.active,.btn-secondary.is-active,.btn-secondary[aria-pressed=true]{background:var(--color-bg-hover);border-color:var(--color-border)}.btn-danger{color:var(--color-accent-danger)}.btn-danger:hover,.btn-danger:focus-visible,.btn-danger.active,.btn-danger.is-active,.btn-danger[aria-pressed=true]{background:#f851491f;border-color:#f8514973;color:var(--color-accent-danger)}.btn-icon{padding:calc(var(--space-sm) * .8);background:transparent;color:var(--color-text-secondary);border:1px solid transparent}.btn-icon:hover{background:var(--color-bg-hover);color:var(--color-text-primary);border-color:var(--color-border)}.btn-block{width:100%}.btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.form{display:flex;flex-direction:column;gap:var(--space-md)}.form-group{display:flex;flex-direction:column;gap:var(--space-sm)}.form-group+.form-group{margin-top:var(--space-lg)}.form-group label{font-size:.875rem;font-weight:500;color:var(--color-text-secondary)}.form-group input,.form-group textarea,.form-group select{padding:var(--space-md);background:var(--color-bg-primary);border:1px solid var(--color-border);border-radius:var(--radius-md);color:var(--color-text-primary);font-family:var(--font-sans);font-size:.9375rem;transition:all var(--transition-fast)}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:var(--color-accent-secondary);box-shadow:0 0 0 3px #388bfd33}.form-group input::-moz-placeholder{color:var(--color-text-muted)}.form-group input::placeholder{color:var(--color-text-muted)}.form-hint{font-size:.75rem;color:var(--color-text-muted)}.form-error{font-size:.75rem;color:var(--color-accent-danger)}.spinner{width:32px;height:32px;border:3px solid var(--color-border);border-top-color:var(--gcp-blue);border-radius:var(--radius-full);animation:spin 1s linear infinite}.spinner.small{width:20px;height:20px;border-width:2px}.spinner.large{width:48px;height:48px;border-width:4px}@keyframes spin{to{transform:rotate(360deg)}}.panel{background:var(--color-bg-secondary);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:var(--space-lg)}.panel-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:var(--space-md)}.panel h2{font-size:1.125rem;font-weight:600;color:var(--color-text-primary)}.card{background:var(--color-bg-secondary);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:var(--space-lg);transition:all var(--transition-fast)}.card:hover{border-color:var(--color-border-muted);box-shadow:var(--shadow-md)}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:var(--color-text-muted)}.text-center{text-align:center}.text-muted{color:var(--color-text-muted)}.mt-sm{margin-top:var(--space-sm)}.mt-md{margin-top:var(--space-md)}.mt-lg{margin-top:var(--space-lg)}.mb-sm{margin-bottom:var(--space-sm)}.mb-md{margin-bottom:var(--space-md)}.mb-lg{margin-bottom:var(--space-lg)}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.gap-sm{gap:var(--space-sm)}.gap-md{gap:var(--space-md)}.gap-lg{gap:var(--space-lg)}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes slideIn{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}@keyframes modalFadeIn{0%{opacity:0}to{opacity:1}}@keyframes modalFadeOut{0%{opacity:1}to{opacity:0}}.fade-in{animation:fadeIn var(--transition-normal)}.slide-in{animation:slideIn var(--transition-normal)}@media (max-width: 900px){:root{--sidebar-width: 200px}}@media (max-width: 600px){html{font-size:14px}:root{--space-xl: 1.5rem;--space-2xl: 2rem}}
