*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;background:#f8fafc;color:#1e293b}a{color:inherit;text-decoration:none}.page-container{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1 1}.navbar{background:#fff;border-bottom:1px solid #e2e8f0;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.logo{font-size:1.25rem;font-weight:700;color:#2563eb}.nav-links{display:flex;gap:2rem;align-items:center}.nav-link{color:#64748b;font-size:.875rem;font-weight:500;transition:color .2s}.nav-link:hover{color:#2563eb}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.625rem 1.25rem;border-radius:.5rem;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s;border:none;text-decoration:none}.btn-primary{background:#2563eb;color:#fff}.btn-primary:hover{background:#1d4ed8}.btn-secondary{background:#f1f5f9;color:#475569}.btn-secondary:hover{background:#e2e8f0}.btn-outline{background:transparent;color:#2563eb;border:1px solid #2563eb}.btn-outline:hover{background:#eff6ff}.btn-ghost{background:transparent;color:#64748b}.btn-ghost:hover{background:#f1f5f9;color:#1e293b}.btn-success{background:#22c55e;color:#fff}.btn-success:hover{background:#16a34a}.btn-danger{background:#ef4444;color:#fff}.btn-danger:hover{background:#dc2626}.btn:disabled{opacity:.5;cursor:not-allowed}.hero{background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;padding:5rem 2rem;text-align:center}.hero h1{font-size:3rem;font-weight:800;margin-bottom:1rem;line-height:1.2}.hero p{font-size:1.25rem;opacity:.9;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.hero .btn-primary{background:#fff;color:#2563eb;font-size:1rem;padding:.875rem 2rem}.hero .btn-primary:hover{background:#f8fafc}.features{padding:4rem 2rem;max-width:1200px;margin:0 auto}.features h2{font-size:2rem;font-weight:700;text-align:center;margin-bottom:3rem;color:#1e293b}.feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:2rem;gap:2rem}.feature-card{background:#fff;padding:2rem;border-radius:1rem;border:1px solid #e2e8f0;text-align:center}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-card h3{font-size:1.25rem;font-weight:600;margin-bottom:.75rem;color:#1e293b}.feature-card p{color:#64748b;font-size:.875rem;line-height:1.6}.pricing{background:#f8fafc;padding:4rem 2rem}.pricing h2{font-size:2rem;font-weight:700;text-align:center;margin-bottom:1rem}.pricing-subtitle{text-align:center;color:#64748b;margin-bottom:3rem}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:2rem;gap:2rem;max-width:800px;margin:0 auto}.pricing-card{background:#fff;padding:2rem;border-radius:1rem;border:2px solid #e2e8f0;text-align:center}.pricing-card.featured{border-color:#2563eb;position:relative}.pricing-card.featured:before{content:"Most Popular";position:absolute;top:-12px;left:50%;transform:translateX(-50%);background:#2563eb;color:#fff;padding:.25rem 1rem;border-radius:1rem;font-size:.75rem;font-weight:600}.pricing-card h3{font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.pricing-card .price{font-size:3rem;font-weight:800;color:#1e293b;margin-bottom:.5rem}.pricing-card .price span{font-size:1rem;font-weight:400;color:#64748b}.pricing-features{list-style:none;margin:1.5rem 0;text-align:left}.pricing-features li{padding:.5rem 0;color:#475569;font-size:.875rem}.pricing-features li:before{content:"✓";color:#22c55e;margin-right:.5rem;font-weight:600}.footer{background:#1e293b;color:#fff;padding:2rem;text-align:center;font-size:.875rem;opacity:.9}.dashboard-container{display:flex;min-height:100vh}.sidebar{width:240px;background:#fff;border-right:1px solid #e2e8f0;padding:1.5rem 0;display:flex;flex-direction:column}.sidebar-logo{padding:0 1.5rem;margin-bottom:2rem}.sidebar-logo h1{font-size:1.125rem;font-weight:700;color:#2563eb}.sidebar-nav{flex:1 1}.sidebar-link{display:flex;align-items:center;gap:.75rem;padding:.75rem 1.5rem;color:#64748b;font-size:.875rem;font-weight:500;transition:all .2s;border-left:3px solid transparent}.sidebar-link:hover{background:#f8fafc;color:#1e293b}.sidebar-link.active{background:#eff6ff;color:#2563eb;border-left-color:#2563eb}.sidebar-link svg{width:20px;height:20px}.sidebar-footer{padding:1rem 1.5rem;border-top:1px solid #e2e8f0}.main-area{flex:1 1;padding:2rem;background:#f8fafc}.dashboard-header{margin-bottom:2rem}.dashboard-header h1{font-size:1.5rem;font-weight:700;color:#1e293b}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:1.5rem;gap:1.5rem;margin-bottom:2rem}.stat-card{background:#fff;padding:1.5rem;border-radius:.75rem;border:1px solid #e2e8f0}.stat-card h3{font-size:.875rem;color:#64748b;font-weight:500;margin-bottom:.5rem}.stat-card .value{font-size:2rem;font-weight:700;color:#1e293b}.stat-card .change{font-size:.75rem;color:#22c55e;margin-top:.25rem}.reviews-section{background:#fff;border-radius:.75rem;border:1px solid #e2e8f0;overflow:hidden}.reviews-header{padding:1.5rem;border-bottom:1px solid #e2e8f0}.reviews-header h2{font-size:1.125rem;font-weight:600}.reviews-list{list-style:none}.review-item{padding:1.5rem;border-bottom:1px solid #e2e8f0}.review-item:last-child{border-bottom:none}.review-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.75rem}.review-meta{display:flex;flex-direction:column;gap:.25rem}.review-stars{color:#f59e0b;font-size:1rem;letter-spacing:2px}.review-date{font-size:.75rem;color:#64748b}.review-status{padding:.25rem .75rem;border-radius:1rem;font-size:.75rem;font-weight:600}.review-status.pending{background:#fef3c7;color:#92400e}.review-status.answered{background:#d1fae5;color:#065f46}.review-text{color:#475569;font-size:.875rem;line-height:1.6;margin-bottom:1rem}.review-actions{display:flex;gap:.75rem}.modal-overlay{position:fixed;inset:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:100;padding:1rem}.modal{background:#fff;border-radius:1rem;max-width:600px;width:100%;max-height:90vh;overflow-y:auto}.modal-header{padding:1.5rem;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;align-items:center}.modal-header h2{font-size:1.125rem;font-weight:600}.modal-close{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#64748b;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:.5rem}.modal-close:hover{background:#f1f5f9}.modal-body,.modal-footer{padding:1.5rem}.modal-footer{border-top:1px solid #e2e8f0;display:flex;gap:.75rem;justify-content:flex-end}.ai-response-section{margin-top:1.5rem;padding:1.5rem;background:#f8fafc;border-radius:.75rem;border:1px solid #e2e8f0}.ai-response-label{font-size:.75rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem}.ai-response-text{color:#1e293b;font-size:.9375rem;line-height:1.7;padding:1rem;background:#fff;border-radius:.5rem;border:1px solid #e2e8f0;min-height:100px}.ai-response-actions{display:flex;gap:.75rem;margin-top:1rem}.settings-section{background:#fff;border-radius:.75rem;border:1px solid #e2e8f0;padding:1.5rem;margin-bottom:1.5rem}.settings-section h2{font-size:1.125rem;font-weight:600;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #e2e8f0}.form-group{margin-bottom:1rem}.form-group label{display:block;font-size:.875rem;font-weight:500;color:#475569;margin-bottom:.5rem}.form-group input,.form-group select{width:100%;padding:.625rem .875rem;border:1px solid #e2e8f0;border-radius:.5rem;font-size:.875rem;color:#1e293b;background:#fff}.form-group input:focus,.form-group select:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px rgba(37,99,235,.1)}.billing-card{background:#fff;border-radius:.75rem;border:1px solid #e2e8f0;padding:1.5rem;margin-bottom:1.5rem}.billing-card h2{font-size:1.125rem;font-weight:600;margin-bottom:1rem}.current-plan{display:flex;align-items:center;gap:1rem;padding:1rem;background:#eff6ff;border-radius:.5rem;margin-bottom:1rem}.plan-badge{padding:.25rem .75rem;background:#2563eb;color:#fff;border-radius:1rem;font-size:.75rem;font-weight:600}.plan-details{flex:1 1}.plan-name{font-weight:600;color:#1e293b}.plan-price{font-size:.875rem;color:#64748b}.plan-limits{margin:1rem 0}.plan-limit{display:flex;justify-content:space-between;padding:.5rem 0;font-size:.875rem;color:#475569}.plan-actions{display:flex;gap:.75rem;margin-top:1rem}.loading{display:flex;align-items:center;justify-content:center;padding:3rem;color:#64748b}.spinner{width:32px;height:32px;border:3px solid #e2e8f0;border-top-color:#2563eb;border-radius:50%;animation:spin 1s linear infinite;margin-right:.75rem}@keyframes spin{to{transform:rotate(1turn)}}.empty-state{text-align:center;padding:3rem;color:#64748b}.empty-state svg{width:64px;height:64px;margin-bottom:1rem;opacity:.5}.empty-state h3{font-size:1.125rem;font-weight:600;color:#1e293b;margin-bottom:.5rem}.toast{position:fixed;bottom:2rem;right:2rem;padding:1rem 1.5rem;background:#1e293b;color:#fff;border-radius:.5rem;font-size:.875rem;z-index:200;animation:slideIn .3s ease}.toast.success{background:#22c55e}.toast.error{background:#ef4444}@keyframes slideIn{0%{transform:translateY(1rem);opacity:0}to{transform:translateY(0);opacity:1}}@media (max-width:768px){.sidebar{display:none}.hero h1{font-size:2rem}.dashboard-container{flex-direction:column}}