body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}body{background:#fff}.container{padding:0 20px}nav{padding:20px 0}.logo{font-size:24px}.nav-links{display:flex;gap:15px}.hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding-bottom:80px}.hero-content{padding:80px 0;text-align:center}.hero-title{font-size:48px;font-weight:700;margin-bottom:20px}.hero-subtitle{font-size:20px;margin-bottom:40px;margin-left:auto;margin-right:auto;max-width:700px;opacity:.95}.hero-cta{display:flex;flex-wrap:wrap;gap:20px;justify-content:center}.features{background:#f8f9fa;padding:80px 0}.section-title{color:#333;font-size:36px;margin-bottom:60px;text-align:center}.features-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.feature-card{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;padding:40px;text-align:center;transition:transform .3s}.feature-card:hover{box-shadow:0 8px 12px #00000026;transform:translateY(-5px)}.feature-icon{font-size:48px;margin-bottom:20px}.feature-card h3{color:#1a73e8;font-size:22px;margin-bottom:15px}.feature-card p{color:#666;line-height:1.6}.how-it-works{padding:80px 0}.steps{grid-gap:40px;display:grid;gap:40px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-top:40px}.step{text-align:center}.step-number{align-items:center;background:#1a73e8;border-radius:50%;color:#fff;display:flex;font-size:24px;font-weight:700;height:60px;justify-content:center;margin:0 auto 20px;width:60px}.step h3{color:#333;font-size:20px;margin-bottom:10px}.step p{color:#666}.cta-section{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:80px 0;text-align:center}.cta-content h2{font-size:36px;margin-bottom:20px}.cta-content p{font-size:18px;margin-bottom:40px;opacity:.95}footer{background:#2c3e50;color:#fff;padding:40px 0;text-align:center}.footer-content{align-items:center;display:flex;flex-direction:column;gap:20px}.footer-links{display:flex;flex-wrap:wrap;gap:30px;justify-content:center}.footer-links a{color:#fff;text-decoration:none;transition:opacity .3s}.footer-links a:hover{opacity:.8}.copyright{font-size:14px;opacity:.8}@media (max-width:768px){.hero-title{font-size:32px}.hero-subtitle{font-size:16px}.section-title{font-size:28px}.features-grid,.steps{grid-template-columns:1fr}.nav-content{flex-direction:column;gap:15px}}*{box-sizing:border-box;margin:0;padding:0}body{color:#333;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.6}.btn-danger,.btn-full,.btn-large,.btn-primary,.btn-secondary,.btn-success{border:none;border-radius:6px;cursor:pointer;display:inline-block;font-size:14px;font-weight:500;padding:10px 20px;text-decoration:none;transition:all .3s}.btn-primary{background:#1a73e8;color:#fff}.btn-primary:hover{background:#1557b0}.btn-secondary{background:#fff;border:1px solid #ddd;color:#333}.btn-secondary:hover{background:#f5f5f5}.btn-success{background:#28a745;color:#fff}.btn-success:hover{background:#218838}.btn-danger{background:#dc3545;color:#fff}.btn-danger:hover{background:#c82333}.btn-full{text-align:center;width:100%}.btn-large{font-size:16px;padding:14px 30px}.auth-container{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;justify-content:center;min-height:100vh;padding:20px}.auth-card{background:#fff;border-radius:12px;box-shadow:0 10px 30px #0003;max-width:450px;padding:40px;width:100%}.auth-card h1{color:#333;font-size:28px;margin-bottom:10px}.subtitle{color:#666;font-size:14px;margin-bottom:30px}.auth-form{gap:20px}.auth-form,.form-group{display:flex;flex-direction:column}.form-group label{color:#333;font-size:14px;font-weight:500;margin-bottom:8px}.form-group input,.form-group select,.form-group textarea{border:1px solid #ddd;border-radius:6px;font-family:inherit;font-size:14px;padding:12px 15px;transition:border-color .3s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#1a73e8;outline:none}.hint{color:#999;font-size:12px;margin-top:5px}.checkbox-label{align-items:center;color:#666;cursor:pointer;display:flex;font-size:14px;gap:8px}.checkbox-label input[type=checkbox]{margin:0;width:auto}.checkbox-label a{color:#1a73e8;text-decoration:none}.checkbox-label a:hover{text-decoration:underline}.alert{border-radius:6px;font-size:14px;margin-bottom:20px;padding:12px 15px}.alert-error{background:#ffebee;border:1px solid #ef5350;color:#c62828}.alert-success{background:#e8f5e9;border:1px solid #66bb6a;color:#2e7d32}.alert-info{background:#e3f2fd;border:1px solid #42a5f5;color:#1565c0}.auth-footer{color:#666;font-size:14px;margin-top:20px;text-align:center}.auth-footer a{color:#1a73e8;font-weight:500;text-decoration:none}.auth-footer a:hover{text-decoration:underline}.legal-page{background:#f5f5f5;min-height:100vh;padding:40px 20px}.legal-header{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;margin-bottom:30px;padding:40px;text-align:center}.legal-header h1{color:#333;font-size:36px;margin-bottom:15px}.last-updated{color:#999;font-size:14px;margin-bottom:20px}.legal-header a{color:#1a73e8;font-weight:500;text-decoration:none}.legal-header a:hover{text-decoration:underline}.legal-content{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;margin:0 auto;max-width:900px;padding:40px}.legal-content section{margin-bottom:40px}.legal-content h2{color:#1a73e8;font-size:24px;margin-bottom:20px}.legal-content h3{color:#333;font-size:20px;margin-bottom:15px;margin-top:20px}.legal-content p{color:#555;line-height:1.7;margin-bottom:15px}.legal-content ol,.legal-content ul{margin-bottom:20px;padding-left:30px}.legal-content li{color:#555;line-height:1.7;margin-bottom:10px}.legal-content strong{color:#333}.legal-content a{color:#1a73e8;text-decoration:none}.legal-content a:hover{text-decoration:underline}.email-highlight{background:#f0f7ff;border-radius:8px;margin:20px 0;padding:15px;text-align:center}.email-highlight a{font-size:18px;font-weight:500}@media (max-width:768px){.auth-card,.legal-content,.legal-header{padding:30px 20px}.legal-header h1{font-size:28px}.legal-content h2{font-size:20px}.legal-content h3{font-size:18px}}body{background:#f5f5f5}.container{margin:0 auto;max-width:1200px;padding:20px}.navbar{background:#fff;border-bottom:1px solid #e0e0e0;margin-bottom:30px;padding:15px 0}.nav-content{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 20px}.logo{color:#1a73e8;font-size:22px;font-weight:700;margin:0;text-decoration:none}.nav-right{align-items:center;display:flex;gap:15px}.user-info{color:#666;font-weight:500}.page-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:30px}.page-header h1{color:#333;font-size:32px;margin:0}.brand-meta{color:#666;font-size:14px;margin-top:5px}.header-actions{display:flex;flex-wrap:wrap;gap:10px}.brands-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.brand-card{background:#fff;border-radius:10px;box-shadow:0 2px 8px #0000001a;padding:25px;transition:transform .3s,box-shadow .3s}.brand-card:hover{box-shadow:0 4px 12px #00000026;transform:translateY(-3px)}.brand-logo{object-fit:contain}.brand-logo,.brand-logo-placeholder{border-radius:8px;height:80px;margin-bottom:15px;width:80px}.brand-logo-placeholder{align-items:center;background:#1a73e8;color:#fff;display:flex;font-size:36px;font-weight:700;justify-content:center}.brand-info h3{color:#333;font-size:20px;margin-bottom:10px}.brand-niche{color:#666;font-size:14px;margin-bottom:5px}.brand-tone{color:#999;font-size:13px;margin-bottom:15px}.brand-actions{display:flex;flex-direction:column;gap:10px}.empty-state{background:#fff;border-radius:10px;box-shadow:0 2px 8px #0000001a;padding:80px 20px;text-align:center}.empty-icon{font-size:64px;margin-bottom:20px}.empty-state h2{color:#333;font-size:24px;margin-bottom:10px}.empty-state p{color:#666;margin-bottom:30px}.card{background:#fff;border-radius:10px;box-shadow:0 2px 8px #0000001a;padding:25px}.card,.card h2{margin-bottom:20px}.card h2{color:#333;font-size:22px}.post{position:relative}.post-brand-logo{border-radius:6px;height:50px;object-fit:contain;position:absolute;right:0;top:0;width:50px}.post-meta{color:#999;font-size:13px;margin-bottom:10px}.post h3{color:#1a73e8;font-size:20px}.caption,.post h3{margin-bottom:15px}.caption{line-height:1.7;white-space:pre-wrap}.cta{background:#f0f7ff;border-radius:6px;color:#1a73e8;margin-bottom:15px;padding:10px 15px}.hashtags{color:#1a73e8;font-size:14px;margin-bottom:20px}.images-grid{grid-gap:15px;display:grid;gap:15px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-top:20px}.image-card{margin:0}.image-card img{border-radius:8px;height:auto;margin-bottom:10px;width:100%}.image-card figcaption{color:#666;font-size:13px;font-style:italic}.posts-list{display:flex;flex-direction:column;gap:15px}.post-item{border:1px solid #e0e0e0;border-radius:8px;padding:15px;transition:background .3s}.post-item:hover{background:#f9f9f9}.post-item-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:10px}.post-date{color:#999;font-size:12px;margin-left:10px}.post-status{background:#e3f2fd;border-radius:12px;color:#1a73e8;font-size:12px;font-weight:500;padding:3px 10px}.post-excerpt{color:#666;font-size:14px;margin-bottom:10px}.post-item-footer{color:#999;display:flex;font-size:12px;gap:20px}.form-container{margin:0 auto;max-width:600px}.brand-form{background:#fff;border-radius:10px;box-shadow:0 2px 8px #0000001a;padding:30px}.current-logo{background:#f9f9f9;border-radius:6px;margin-top:15px;padding:15px}.current-logo img{border-radius:6px;height:auto;margin-top:10px;max-width:150px}.form-actions{display:flex;gap:10px;margin-top:30px}.loading-spinner{color:#666;font-size:18px;padding:40px;text-align:center}.dashboard-footer{color:#666;font-size:14px;margin-top:60px;padding:30px 0;text-align:center}.dashboard-footer a{color:#1a73e8;text-decoration:none}.dashboard-footer a:hover{text-decoration:underline}@media (max-width:768px){.page-header{align-items:flex-start;flex-direction:column;gap:15px}.brands-grid,.images-grid{grid-template-columns:1fr}.nav-content{flex-direction:column;gap:10px}.nav-right{justify-content:space-between;width:100%}.header-actions{width:100%}.form-actions,.header-actions{flex-direction:column}}
/*# sourceMappingURL=main.5beeffad.css.map*/