*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background-color:#f5f5f5}.main{min-height:100vh;padding:20px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:20px}.header{text-align:center;max-width:800px;margin-bottom:10px}.main-title{font-size:2.5rem;font-weight:700;color:#2e7d32;margin:0 0 12px;text-shadow:0 2px 4px rgba(46,125,50,.1)}.subtitle{font-size:1.1rem;color:#666;margin:0;line-height:1.4;font-weight:400}.main-logo{max-width:300px;width:100%;height:auto;display:block;margin:0 auto 12px}.chat-container{width:100%;max-width:800px;height:80vh;background:#fff;border-radius:12px;box-shadow:0 8px 32px rgba(0,0,0,.1);display:flex;flex-direction:column;overflow:hidden}.messages-container{flex:1 1;padding:20px;overflow-y:auto;display:flex;flex-direction:column;gap:16px}.welcome-message{text-align:center;padding:40px 20px;color:#555}.welcome-message h2{color:#2e7d32;margin-bottom:16px;font-size:24px}.welcome-message p{margin-bottom:16px;line-height:1.6}.welcome-message ul{text-align:left;max-width:400px;margin:0 auto}.welcome-message li{margin-bottom:8px;padding-left:8px}.message{max-width:80%;margin-bottom:12px}.message.user{align-self:flex-end}.message.assistant{align-self:flex-start}.message-content{padding:12px 16px;border-radius:16px;line-height:1.4;white-space:pre-wrap;word-wrap:break-word}.message.user .message-content{background-color:#2e7d32;color:#fff;border-bottom-right-radius:4px}.message.assistant .message-content{background-color:#f0f0f0;color:#333;border-bottom-left-radius:4px}.message.assistant .message-content.loading{background-color:#e8f5e8;font-style:italic;color:#666}.input-container{padding:20px;border-top:1px solid #e0e0e0;display:flex;gap:12px;align-items:flex-end}.input-container textarea{flex:1 1;padding:12px 16px;border:2px solid #e0e0e0;border-radius:12px;resize:none;font-family:inherit;font-size:14px;line-height:1.4;outline:none;transition:border-color .2s}.input-container textarea:focus{border-color:#2e7d32}.input-container textarea:disabled{background-color:#f5f5f5;color:#999}.send-button{padding:12px 24px;background-color:#2e7d32;color:#fff;border:none;border-radius:12px;cursor:pointer;font-weight:500;transition:background-color .2s;min-width:80px}.send-button:hover:not(:disabled){background-color:#1b5e20}.send-button:disabled{background-color:#ccc;cursor:not-allowed}.tool-indicators{display:inline-flex;gap:4px;margin-right:8px;margin-bottom:4px}.tool-emoji{position:relative;display:inline-block;font-size:1.2em;cursor:pointer;transition:transform .2s ease;padding:2px}.tool-emoji:hover{transform:scale(1.1)}.tool-tooltip{position:absolute;bottom:100%;left:0;background-color:rgba(0,0,0,.9);color:#fff;padding:8px 12px;border-radius:6px;font-size:.85rem;z-index:1000;margin-bottom:5px;box-shadow:0 4px 12px rgba(0,0,0,.15);width:280px;word-wrap:break-word;white-space:normal;line-height:1.3}.tool-tooltip:after{content:"";position:absolute;top:100%;left:15px;margin-left:-5px;border:5px solid transparent;border-top-color:rgba(0,0,0,.9)}.message-text{margin-top:4px}@media (max-width:768px){.main{padding:10px}.chat-container{height:90vh}.message{max-width:90%}.input-container{padding:15px}.main-title{font-size:2rem}.subtitle{font-size:1rem}.header{margin-bottom:5px}.tool-tooltip{font-size:.75rem;padding:6px 10px}.main-logo{max-width:200px}}.auth-container{min-height:100vh;display:flex;justify-content:center;align-items:center;padding:20px;background:linear-gradient(135deg,#f5f5f5,#e8f5e8)}.auth-card{background:#fff;padding:40px;border-radius:16px;box-shadow:0 8px 32px rgba(0,0,0,.1);width:100%;max-width:420px}.auth-card h1{color:#2e7d32;font-size:1.8rem;margin-bottom:8px;text-align:center}.auth-subtitle{color:#666;text-align:center;margin-bottom:24px;line-height:1.5}.auth-error{background-color:#ffebee;color:#c62828;padding:12px 16px;border-radius:8px;font-size:14px}.auth-error,.form-group{margin-bottom:16px}.form-group label{display:block;margin-bottom:6px;color:#333;font-weight:500;font-size:14px}.form-group input{width:100%;padding:12px 16px;border:2px solid #e0e0e0;border-radius:8px;font-size:14px;transition:border-color .2s}.form-group input:focus{outline:none;border-color:#2e7d32}.form-row{display:flex;gap:12px}.form-row .form-group{flex:1 1}.auth-button{width:100%;padding:14px;background-color:#2e7d32;color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:500;cursor:pointer;transition:background-color .2s;margin-top:8px}.auth-button:hover:not(:disabled){background-color:#1b5e20}.auth-button:disabled{background-color:#ccc;cursor:not-allowed}.auth-links{margin-top:24px;text-align:center}.auth-links p{color:#666;font-size:14px;margin-bottom:8px}.auth-links a{color:#2e7d32;text-decoration:none;font-weight:500}.auth-links a:hover{text-decoration:underline}.auth-back{margin-top:24px;text-align:center}.auth-back a{color:#666;text-decoration:none;font-size:14px}.auth-back a:hover{color:#2e7d32}@media (max-width:480px){.auth-card{padding:24px}.form-row{flex-direction:column;gap:0}}.pricing-container{min-height:100vh;padding:40px 20px;background:linear-gradient(135deg,#f5f5f5,#e8f5e8)}.pricing-header{text-align:center;margin-bottom:40px}.pricing-header h1{color:#2e7d32;font-size:2.5rem;margin-bottom:12px}.pricing-header p{color:#666;font-size:1.1rem}.pricing-error{max-width:600px;margin:0 auto 20px;padding:12px 16px;background-color:#ffebee;color:#c62828;border-radius:8px;text-align:center}.pricing-cards{display:flex;justify-content:center;gap:24px;max-width:900px;margin:0 auto}.pricing-card{background:#fff;border-radius:16px;padding:32px;width:100%;max-width:380px;box-shadow:0 4px 20px rgba(0,0,0,.08);position:relative;transition:transform .2s,box-shadow .2s}.pricing-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px rgba(0,0,0,.12)}.pricing-card.featured{border:2px solid #2e7d32}.pricing-badge{position:absolute;top:-12px;left:50%;transform:translateX(-50%);background:#2e7d32;color:#fff;padding:6px 16px;border-radius:20px;font-size:.85rem;font-weight:500}.pricing-card-header{text-align:center;margin-bottom:24px}.pricing-card-header h2{color:#333;margin-bottom:16px}.pricing-price{display:flex;align-items:baseline;justify-content:center;gap:4px}.price-amount{font-size:3rem;font-weight:700;color:#2e7d32}.price-currency{font-size:1.5rem;color:#2e7d32}.price-period{color:#666;font-size:1rem}.price-monthly{color:#666;font-size:.9rem;margin-top:8px}.pricing-features{list-style:none;margin-bottom:24px}.pricing-features li{color:#555;position:relative;padding:8px 0 8px 28px}.pricing-features li:before{content:"✓";position:absolute;left:0;color:#2e7d32;font-weight:700}.pricing-button{width:100%;padding:14px;background:#fff;color:#2e7d32;border:2px solid #2e7d32;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s}.pricing-button.featured,.pricing-button:hover:not(:disabled){background:#2e7d32;color:#fff}.pricing-button.featured:hover:not(:disabled){background:#1b5e20}.pricing-button:disabled{opacity:.6;cursor:not-allowed}.pricing-footer{text-align:center;margin-top:40px}.pricing-footer a{color:#666;text-decoration:none}.pricing-footer a:hover{color:#2e7d32}@media (max-width:768px){.pricing-cards{flex-direction:column;align-items:center}.pricing-header h1{font-size:2rem}}.landing{min-height:100vh;background:#fff}.landing-header{position:fixed;top:0;left:0;right:0;background:hsla(0,0%,100%,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:100;border-bottom:1px solid #e0e0e0}.landing-header-content{max-width:1200px;margin:0 auto;padding:12px 24px;display:flex;justify-content:space-between;align-items:center}.landing-logo{height:50px;width:auto}.landing-nav{display:flex;align-items:center;gap:16px}.nav-link{color:#333;text-decoration:none;font-weight:500;padding:8px 16px;transition:color .2s}.nav-link:hover{color:#2e7d32}.nav-btn{background:#2e7d32;color:#fff;text-decoration:none;padding:10px 20px;border-radius:8px;font-weight:500;transition:background .2s}.nav-btn:hover{background:#1b5e20}.hero{padding:140px 24px 80px;max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;grid-gap:60px;gap:60px;align-items:center}.hero-title{font-size:3.5rem;font-weight:800;line-height:1.1;color:#1a1a1a;margin-bottom:24px}.text-green{color:#2e7d32}.hero-subtitle{font-size:1.25rem;color:#555;line-height:1.6;margin-bottom:32px}.hero-buttons{display:flex;gap:16px;margin-bottom:16px}.btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 24px;border-radius:8px;font-weight:600;text-decoration:none;transition:all .2s;cursor:pointer;border:none;font-size:1rem}.btn-primary{background:#2e7d32;color:#fff}.btn-primary:hover{background:#1b5e20}.btn-outline{background:transparent;color:#2e7d32;border:2px solid #2e7d32}.btn-outline:hover{background:#2e7d32;color:#fff}.btn-white{background:#fff;color:#2e7d32}.btn-white:hover{background:#f5f5f5}.btn-lg{padding:16px 32px;font-size:1.1rem}.hero-note{font-size:.9rem;color:#888}.hero-chat-container{margin-top:32px}.hero-image-mobile{display:none}.hero-img-mobile{width:100%;max-width:500px;height:auto;border-radius:16px;box-shadow:0 12px 40px rgba(0,0,0,.12)}.hero-image{display:flex;justify-content:center;align-items:center}.hero-img{max-width:450px;height:auto;box-shadow:0 20px 60px rgba(0,0,0,.15);object-fit:cover;aspect-ratio:3/4;object-position:center}.hero-chat-preview,.hero-img{width:100%;border-radius:16px}.hero-chat-preview{background:#f8f9fa;padding:24px;box-shadow:0 20px 60px rgba(0,0,0,.1);max-width:400px}.preview-message{margin-bottom:16px;padding:12px 16px;border-radius:12px;font-size:.95rem;line-height:1.5}.preview-message.user{background:#2e7d32;color:#fff;margin-left:40px;border-bottom-right-radius:4px}.preview-message.assistant{background:#fff;color:#333;margin-right:40px;border-bottom-left-radius:4px;box-shadow:0 2px 8px rgba(0,0,0,.05)}.section-title{font-size:2.5rem;font-weight:700;text-align:center;color:#1a1a1a;margin-bottom:16px}.section-subtitle{font-size:1.1rem;color:#666;text-align:center;margin-bottom:48px}.features{padding:80px 24px;background:#f8f9fa}.features-grid{max-width:1200px;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:32px;gap:32px;margin:48px auto 0}.feature-card{background:#fff;padding:32px;border-radius:16px;text-align:center;box-shadow:0 4px 20px rgba(0,0,0,.05);transition:transform .2s,box-shadow .2s}.feature-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px rgba(0,0,0,.1)}.feature-icon{font-size:3rem;margin-bottom:16px}.feature-card h3{font-size:1.25rem;color:#1a1a1a;margin-bottom:12px}.feature-card p{color:#666;line-height:1.6}.how-it-works{padding:80px 24px;max-width:1000px;margin:0 auto}.steps{display:flex;align-items:center;justify-content:center;gap:24px;margin-top:48px;list-style:none}.step{text-align:center;flex:1 1;max-width:280px}.step-number{width:60px;height:60px;background:#2e7d32;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;margin:0 auto 16px}.step h3{font-size:1.25rem;color:#1a1a1a;margin-bottom:8px}.step p{color:#666;line-height:1.5}.step-arrow{font-size:2rem;color:#ccc}.pricing-preview{padding:80px 40px;background:#f8f9fa;text-align:center;max-width:1200px;margin:40px auto;border-radius:24px}.pricing-preview-cards{display:flex;justify-content:center;gap:24px;margin-bottom:32px;max-width:600px;margin-left:auto;margin-right:auto}.pricing-preview-card{background:#fff;padding:32px;border-radius:16px;flex:1 1;position:relative;box-shadow:0 4px 20px rgba(0,0,0,.05)}.pricing-preview-card.featured{border:2px solid #2e7d32}.pricing-preview-card h3{color:#333;margin-bottom:16px}.pricing-preview-card .price{font-size:2.5rem;font-weight:700;color:#2e7d32}.pricing-preview-card .price span{font-size:1rem;font-weight:400;color:#666}.pricing-preview-card p{color:#666;margin-top:12px}.showcase-section{padding:80px 40px;max-width:1200px;margin:40px auto;display:grid;grid-template-columns:1fr 1fr;grid-gap:60px;gap:60px;align-items:center;background:#f8f9fa;border-radius:24px}.showcase-section.showcase-reverse{direction:rtl}.showcase-section.showcase-reverse>*{direction:ltr}.showcase-content{padding:20px 0}.showcase-title{font-size:2.25rem;font-weight:700;line-height:1.2;color:#1a1a1a;margin-bottom:20px}.showcase-text{font-size:1.1rem;color:#555;line-height:1.7;margin-bottom:24px}.showcase-list{list-style:none;padding:0;margin:0}.showcase-list li{position:relative;padding-left:28px;margin-bottom:12px;color:#444;font-size:1.05rem;line-height:1.5}.showcase-list li:before{content:"✓";position:absolute;left:0;color:#2e7d32;font-weight:700}.showcase-image{display:flex;justify-content:center;align-items:center}.showcase-img{width:100%;height:auto;border-radius:16px;box-shadow:0 20px 60px rgba(0,0,0,.12);object-fit:cover}.cta-section{padding:100px 24px;background:linear-gradient(135deg,rgba(46,125,50,.9),rgba(27,94,32,.9)),url(/images/hero1.webp) 50%/cover no-repeat;text-align:center;color:#fff;position:relative}.cta-content{position:relative;z-index:1;max-width:800px;margin:0 auto}.cta-section h2{font-size:2.5rem;margin-bottom:16px;text-shadow:0 2px 4px rgba(0,0,0,.2)}.cta-section p{font-size:1.2rem;opacity:.95;margin-bottom:32px;text-shadow:0 1px 2px rgba(0,0,0,.2)}.landing-footer{background:#1a1a1a;color:#fff;padding:60px 24px 24px}.footer-content{max-width:1200px;display:flex;justify-content:space-between;gap:60px;margin:0 auto 40px}.footer-brand{max-width:300px}.footer-logo{height:40px;margin-bottom:16px;filter:brightness(0) invert(1)}.footer-brand p{color:#999;line-height:1.6}.footer-links{display:flex;gap:60px}.footer-col h4{font-size:1rem;margin-bottom:16px;color:#fff}.footer-col a{display:block;color:#999;text-decoration:none;margin-bottom:8px;transition:color .2s}.footer-col a:hover{color:#fff}.footer-bottom{border-top:1px solid #333;padding-top:24px;text-align:center;color:#666;font-size:.9rem}.demo-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.6);display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.demo-modal{background:#fff;border-radius:16px;width:100%;max-width:600px;max-height:80vh;position:relative;overflow:hidden}.demo-close{position:absolute;top:12px;right:12px;background:none;border:none;font-size:2rem;cursor:pointer;color:#666;z-index:10;line-height:1;padding:4px 8px}.demo-close:hover{color:#333}.demo-chat{display:flex;flex-direction:column;height:70vh;max-height:600px}.demo-chat-header{padding:20px 24px;border-bottom:1px solid #e0e0e0;display:flex;justify-content:space-between;align-items:center}.demo-chat-header h2{color:#2e7d32;font-size:1.25rem;margin:0}.demo-counter{font-size:.9rem;color:#666}.demo-counter .limit-reached{color:#c62828;font-weight:500}.demo-messages{flex:1 1;overflow-y:auto;padding:20px;display:flex;flex-direction:column;gap:12px}.demo-welcome{text-align:center;padding:20px;color:#555}.demo-welcome p{margin-bottom:12px}.demo-welcome ul{text-align:left;max-width:300px;margin:0 auto}.demo-welcome li{margin-bottom:8px;color:#666}.demo-limit-banner{background:linear-gradient(135deg,#e8f5e8,#fff);border:2px solid #2e7d32;border-radius:12px;padding:24px;text-align:center;margin-top:auto}.demo-limit-banner h3{color:#2e7d32;margin-bottom:8px}.demo-limit-banner p{color:#555;margin-bottom:16px}.demo-limit-buttons{display:flex;gap:12px;justify-content:center}.demo-input{padding:16px;border-top:1px solid #e0e0e0;display:flex;gap:12px;align-items:flex-end}.demo-input textarea{flex:1 1;padding:12px 16px;border:2px solid #e0e0e0;border-radius:8px;resize:none;font-family:inherit;font-size:14px;outline:none;transition:border-color .2s}.demo-input textarea:focus{border-color:#2e7d32}.demo-input textarea:disabled{background:#f5f5f5}@media (max-width:968px){.hero{grid-template-columns:1fr;text-align:center;padding-top:100px}.hero-title{font-size:2.5rem}.hero-buttons{justify-content:center}.hero-image{display:none}.hero-image-mobile{display:block;margin-top:32px;text-align:center}.hero-img-mobile{max-width:100%}.features-grid{grid-template-columns:repeat(2,1fr)}.steps{flex-direction:column}.step-arrow{transform:rotate(90deg)}.showcase-section{grid-template-columns:1fr;gap:40px;padding:60px 24px;margin:24px 16px;border-radius:20px}.showcase-section.showcase-reverse{direction:ltr}.showcase-title{font-size:1.85rem}.showcase-image{order:-1}.showcase-img{max-width:450px}.pricing-preview{margin:24px 16px;border-radius:20px}}@media (max-width:640px){.landing-header-content{padding:12px 16px}.landing-logo{height:44px;width:auto}.nav-btn,.nav-link{display:none}.hero{padding:72px 16px 40px}.hero-title{font-size:2rem;margin-top:32px}.hero-subtitle{font-size:1rem}.hero-buttons{flex-direction:column}.features-grid{grid-template-columns:1fr}.section-title{font-size:1.75rem}.footer-content,.pricing-preview-cards{flex-direction:column}.footer-content{gap:40px}.footer-links{flex-direction:column;gap:24px}.cta-section h2{font-size:1.75rem}.showcase-section{padding:40px 20px;gap:24px;margin:16px 12px;border-radius:16px}.showcase-title{font-size:1.5rem;text-align:center}.showcase-text{font-size:1rem;text-align:center}.showcase-list{max-width:300px;margin:0 auto}.showcase-img{max-width:100%}.pricing-preview{margin:16px 12px;padding:40px 20px;border-radius:16px}}.chat-layout{display:flex;height:100vh;background:#fff}.chat-sidebar{width:280px;background:#1a1a1a;color:#fff;display:flex;flex-direction:column;transition:transform .3s ease;z-index:100}.chat-sidebar.closed{transform:translateX(-100%);position:absolute;height:100%}.sidebar-header{padding:16px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #333}.sidebar-logo img{height:40px;filter:brightness(0) invert(1)}.sidebar-toggle{background:none;border:none;cursor:pointer;padding:8px}.sidebar-toggle span{display:block;width:20px;height:2px;background:#333;margin:4px 0;transition:.3s}.chat-sidebar .sidebar-toggle span{background:#fff}.new-chat-btn{margin:16px;padding:12px 16px;background:#2e7d32;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:background .2s}.new-chat-btn:hover{background:#1b5e20}.conversations-list{flex:1 1;overflow-y:auto;padding:0 8px}.conversations-list h3{font-size:.8rem;text-transform:uppercase;color:#888;padding:12px 8px 8px;margin:0}.no-conversations{color:#666;text-align:center;padding:20px;font-size:.9rem}.conversation-item{display:flex;align-items:center;justify-content:space-between;padding:12px;border-radius:8px;cursor:pointer;transition:background .2s;margin-bottom:4px}.conversation-item:hover{background:#2a2a2a}.conversation-item.active{background:#333}.conversation-info{flex:1 1;overflow:hidden}.conversation-title{display:block;font-size:.9rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#eee}.conversation-date{display:block;font-size:.75rem;color:#888;margin-top:4px}.conversation-delete{background:none;border:none;color:#666;font-size:1.25rem;cursor:pointer;padding:4px 8px;opacity:0;transition:opacity .2s,color .2s}.conversation-item:hover .conversation-delete{opacity:1}.conversation-delete:hover{color:#e53935}.sidebar-footer{padding:16px;border-top:1px solid #333}.user-menu-container{position:relative}.user-menu-btn{display:flex;align-items:center;gap:12px;width:100%;padding:8px;background:none;border:none;border-radius:8px;cursor:pointer;transition:background .2s}.user-menu-btn:hover{background:#2a2a2a}.user-avatar{width:36px;height:36px;background:#2e7d32;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:1rem}.user-email{flex:1 1;text-align:left;color:#ccc;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-menu-dropdown{position:absolute;bottom:100%;left:0;right:0;background:#2a2a2a;border-radius:8px;margin-bottom:8px;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,.3)}.user-menu-dropdown .menu-item{display:block;width:100%;padding:12px 16px;text-align:left;background:none;border:none;color:#ccc;text-decoration:none;font-size:.9rem;cursor:pointer;transition:background .2s}.user-menu-dropdown .menu-item:hover{background:#333;color:#fff}.user-menu-dropdown .menu-item.logout{color:#e53935;border-top:1px solid #333}.user-menu-dropdown .menu-item.logout:hover{background:#e53935;color:#fff}.chat-main{flex:1 1;display:flex;flex-direction:column;min-width:0}.chat-header-bar{display:flex;align-items:center;gap:16px;padding:12px 20px;background:#fff;border-bottom:1px solid #e0e0e0}.chat-header-bar h1{font-size:1.1rem;font-weight:500;color:#333;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ai-disclaimer{background:#fff8e1;color:#6d5c00;font-size:.8rem;text-align:center;padding:8px 16px;border-bottom:1px solid #ffe082}.chat-content{flex:1 1;display:flex;align-items:stretch;overflow:hidden}.chat-content .chat-container{width:100%;height:100%;max-width:none;border-radius:0;box-shadow:none;background:#fff}.mobile-only{display:none}.sidebar-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);z-index:99}@media (max-width:768px){.mobile-only{display:block}.chat-sidebar{position:fixed;top:0;left:0;height:100%;width:280px}.chat-sidebar.closed{transform:translateX(-100%)}.chat-sidebar.open{transform:translateX(0)}.chat-content{padding:0}.chat-header-bar{padding:12px 16px}}.profile-container{min-height:100vh;background:#f5f5f5;padding:20px}.profile-loading{display:flex;justify-content:center;align-items:center;min-height:50vh;color:#666;font-size:1.1rem}.profile-header{max-width:700px;margin:0 auto 32px}.back-link{display:inline-block;color:#666;text-decoration:none;font-size:.9rem;margin-bottom:16px;transition:color .2s}.back-link:hover{color:#2e7d32}.profile-header h1{font-size:2rem;color:#1a1a1a;margin:0}.profile-content{max-width:700px;margin:0 auto}.profile-section{background:#fff;border-radius:12px;padding:24px;margin-bottom:24px;box-shadow:0 2px 8px rgba(0,0,0,.05)}.profile-section h2{font-size:1.25rem;color:#333;margin:0 0 20px;padding-bottom:12px;border-bottom:1px solid #eee}.profile-message{padding:12px 16px;border-radius:8px;margin-bottom:16px;font-size:.9rem}.profile-message.success{background:#e8f5e9;color:#2e7d32}.profile-message.error{background:#ffebee;color:#c62828}.profile-form .form-group{margin-bottom:16px}.profile-form .form-group label{display:block;font-size:.9rem;font-weight:500;color:#333;margin-bottom:6px}.profile-form .form-group input{width:100%;padding:12px 16px;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;transition:border-color .2s}.profile-form .form-group input:focus{outline:none;border-color:#2e7d32}.profile-form .form-group input.disabled{background:#f5f5f5;color:#666;cursor:not-allowed}.profile-form .form-group small{display:block;margin-top:6px;color:#888;font-size:.8rem}.profile-form .form-row{display:flex;gap:16px}.profile-form .form-row .form-group{flex:1 1}.subscription-info{display:flex;flex-direction:column;gap:16px}.subscription-status{display:flex;align-items:center;gap:12px}.status-label{font-weight:500;color:#333}.status-badge{display:inline-block;padding:4px 12px;border-radius:20px;color:#fff;font-size:.85rem;font-weight:500}.subscription-detail{display:flex;gap:8px}.detail-label{color:#666}.detail-value{font-weight:500}.subscription-warning{background:#fff3e0;color:#e65100;padding:12px 16px;border-radius:8px;font-size:.9rem}.no-subscription{text-align:center;padding:20px}.no-subscription p{color:#666;margin-bottom:16px}.btn-danger,.danger-zone h2{color:#c62828}.btn-danger{background:#fff;border:2px solid #c62828}.btn-danger:hover{background:#c62828;color:#fff}@media (max-width:640px){.profile-container{padding:16px}.profile-header h1{font-size:1.5rem}.profile-section{padding:20px}.profile-form .form-row{flex-direction:column;gap:0}}.legal-container{min-height:100vh;background:#fff;padding:40px 24px}.legal-header{max-width:800px;margin:0 auto 40px}.legal-header h1{font-size:2.5rem;color:#1a1a1a;margin:0 0 8px}.legal-date{color:#888;font-size:.9rem}.legal-content{max-width:800px;margin:0 auto}.legal-content section{margin-bottom:32px}.legal-content h2{font-size:1.3rem;color:#2e7d32;margin:0 0 16px}.legal-content p{color:#444;line-height:1.7;margin-bottom:12px}.legal-content ul{margin:12px 0;padding-left:24px}.legal-content li{color:#444;line-height:1.7;margin-bottom:8px}.legal-content strong{color:#333}@media (max-width:640px){.legal-container{padding:24px 16px}.legal-header h1{font-size:1.75rem}.legal-content h2{font-size:1.1rem}}.admin-container{min-height:100vh;background:#f5f5f5;padding:20px}.admin-loading{display:flex;justify-content:center;align-items:center;min-height:50vh;color:#666;font-size:1.1rem}.admin-error{max-width:400px;margin:100px auto;text-align:center;background:#fff;padding:40px;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.1)}.admin-error h2{color:#c62828;margin-bottom:16px}.admin-error p{color:#666;margin-bottom:24px}.admin-header{max-width:1200px;margin:0 auto 32px;display:flex;justify-content:space-between;align-items:flex-end;flex-wrap:wrap;gap:16px}.admin-header-left h1{font-size:2rem;color:#1a1a1a;margin:8px 0 0}.admin-nav{display:flex;gap:8px}.admin-nav-link{padding:8px 16px;color:#666;text-decoration:none;border-radius:8px;transition:all .2s}.admin-nav-link:hover{background:#e0e0e0;color:#333}.admin-nav-link.active{background:#2e7d32;color:#fff}.admin-content{max-width:1200px;margin:0 auto}.admin-message{padding:12px 16px;border-radius:8px;margin-bottom:20px}.admin-message.success{background:#e8f5e9;color:#2e7d32}.admin-message.error{background:#ffebee;color:#c62828}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:20px;gap:20px;margin-bottom:32px}.stat-card{background:#fff;border-radius:12px;padding:24px;display:flex;align-items:flex-start;gap:16px;box-shadow:0 2px 8px rgba(0,0,0,.05)}.stat-card.highlight{background:linear-gradient(135deg,#2e7d32,#1b5e20);color:#fff}.stat-card.highlight .stat-detail{color:hsla(0,0%,100%,.8)}.stat-icon{font-size:2.5rem}.stat-info h3{font-size:.9rem;color:#666;margin:0 0 8px;font-weight:500}.stat-card.highlight .stat-info h3{color:hsla(0,0%,100%,.9)}.stat-value{font-size:2rem;font-weight:700;color:#1a1a1a;margin:0}.stat-card.highlight .stat-value{color:#fff}.stat-detail{font-size:.85rem;color:#888;margin:4px 0 0}.admin-section{background:#fff;border-radius:12px;padding:24px;margin-bottom:24px;box-shadow:0 2px 8px rgba(0,0,0,.05)}.admin-section h2{font-size:1.1rem;color:#333;margin:0 0 20px;padding-bottom:12px;border-bottom:1px solid #eee}.activity-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:16px;gap:16px}.activity-card{background:#f8f9fa;padding:16px;border-radius:8px;text-align:center}.activity-label{display:block;font-size:.85rem;color:#666;margin-bottom:8px}.activity-value{display:block;font-size:1.5rem;font-weight:600;color:#2e7d32}.revenue-breakdown{display:flex;flex-direction:column;gap:16px}.revenue-item{display:flex;align-items:center;gap:16px}.revenue-bar{flex:1 1;height:24px;background:#eee;border-radius:12px;overflow:hidden}.revenue-fill{height:100%;border-radius:12px;transition:width .3s}.revenue-fill.monthly{background:#2e7d32}.revenue-fill.yearly{background:#1976d2}.revenue-info{min-width:300px;display:flex;justify-content:space-between;font-size:.9rem;color:#666}.quick-actions{display:flex;gap:12px}.quick-action-btn{display:flex;align-items:center;gap:8px;padding:12px 20px;background:#f8f9fa;border:1px solid #e0e0e0;border-radius:8px;color:#333;text-decoration:none;font-size:.95rem;cursor:pointer;transition:all .2s}.quick-action-btn:hover{background:#e8f5e9;border-color:#2e7d32}.filters-bar{display:flex;gap:16px;margin-bottom:20px;flex-wrap:wrap}.search-form{display:flex;gap:8px;flex:1 1;min-width:300px}.search-input{flex:1 1;padding:10px 16px;border:2px solid #e0e0e0;border-radius:8px;font-size:.95rem}.search-input:focus{outline:none;border-color:#2e7d32}.filter-select{padding:10px 16px;border:2px solid #e0e0e0;border-radius:8px;font-size:.95rem;background:#fff;cursor:pointer}.users-table-container{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.05)}.table-loading{padding:40px;text-align:center;color:#666}.users-table{width:100%;border-collapse:collapse}.users-table th{text-align:left;padding:16px;background:#f8f9fa;font-weight:500;color:#666;font-size:.85rem;text-transform:uppercase;border-bottom:1px solid #e0e0e0}.users-table td{padding:16px;border-bottom:1px solid #f0f0f0}.users-table tr:hover{background:#f8f9fa}.user-cell{gap:12px}.user-avatar-small,.user-cell{display:flex;align-items:center}.user-avatar-small{width:36px;height:36px;background:#2e7d32;border-radius:50%;justify-content:center;color:#fff;font-weight:600;font-size:.9rem}.user-info{display:flex;flex-direction:column}.user-name{font-weight:500;color:#333}.user-email{font-size:.85rem;color:#888}.admin-tag{background:#1976d2;color:#fff;font-size:.7rem;padding:2px 6px;border-radius:4px;margin-left:8px;vertical-align:middle}.admin-tag,.badge{display:inline-block}.badge{padding:4px 10px;border-radius:12px;font-size:.8rem;font-weight:500}.badge.active{background:#e8f5e9;color:#2e7d32}.badge.trialing{background:#e3f2fd;color:#1976d2}.badge.past-due{background:#fff3e0;color:#e65100}.badge.canceled{background:#ffebee;color:#c62828}.badge.inactive{background:#f5f5f5;color:#757575}.actions-cell{display:flex;gap:8px}.action-btn{padding:6px 10px;border:none;background:none;cursor:pointer;font-size:1rem;border-radius:4px;transition:background .2s}.action-btn:hover{background:#f0f0f0}.action-btn:disabled{opacity:.3;cursor:not-allowed}.action-btn.delete:hover{background:#ffebee}.pagination{display:flex;justify-content:center;align-items:center;gap:16px;margin-top:24px}.pagination-btn{padding:8px 16px;border:1px solid #e0e0e0;background:#fff;border-radius:8px;cursor:pointer;transition:all .2s}.pagination-btn:hover:not(:disabled){border-color:#2e7d32;color:#2e7d32}.pagination-btn:disabled{opacity:.5;cursor:not-allowed}.pagination-info{color:#666;font-size:.9rem}.detail-card{background:#fff;border-radius:12px;padding:24px;margin-bottom:24px;box-shadow:0 2px 8px rgba(0,0,0,.05)}.detail-card h3{font-size:1.1rem;color:#333;margin:0 0 20px;padding-bottom:12px;border-bottom:1px solid #eee}.detail-card-header{display:flex;align-items:center;gap:20px;margin-bottom:24px}.user-avatar-large{width:64px;height:64px;background:#2e7d32;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:1.5rem}.detail-card-header h2{font-size:1.5rem;color:#1a1a1a;margin:0}.detail-email{color:#666;margin:4px 0 0}.detail-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:16px;gap:16px;margin-bottom:20px}.detail-item{display:flex;flex-direction:column;gap:4px}.detail-label{font-size:.85rem;color:#888}.detail-value{font-size:1rem;color:#333}.detail-value.mono{font-family:monospace;font-size:.85rem;background:#f5f5f5;padding:4px 8px;border-radius:4px;word-break:break-all}.detail-actions{display:flex;gap:12px;margin-top:20px;padding-top:20px;border-top:1px solid #eee}.warning-box{background:#fff3e0;color:#e65100;padding:12px 16px;border-radius:8px;margin-bottom:16px}.no-data{color:#888;font-style:italic}.conversations-list-admin{list-style:none;padding:0;margin:0}.conversations-list-admin li{display:flex;justify-content:space-between;padding:12px 0;border-bottom:1px solid #f0f0f0}.conversations-list-admin li:last-child{border-bottom:none}.conv-title{color:#333}.conv-date{color:#888;font-size:.85rem}@media (max-width:1024px){.activity-grid,.stats-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.admin-container{padding:16px}.admin-header{flex-direction:column;align-items:flex-start}.admin-header-left h1{font-size:1.5rem}.activity-grid,.stats-grid{grid-template-columns:1fr}.filters-bar{flex-direction:column}.search-form{min-width:100%}.users-table td:nth-child(3),.users-table td:nth-child(4),.users-table th:nth-child(3),.users-table th:nth-child(4){display:none}.detail-grid{grid-template-columns:1fr}.revenue-item{flex-direction:column;align-items:stretch}.revenue-info{min-width:0;font-size:.85rem}}