*{margin:0;padding:0;box-sizing:border-box}:root{--header-bg: #6b8cae;--sidebar-bg: #FFFFFF;--sidebar-active: #E8F0F5;--main-bg: #FFFFFF;--text-primary: #2C3E50;--text-secondary: #7F8C8D;--border-color: #E1E8ED;--accent-blue: #6b8cae;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;background-color:var(--main-bg);color:var(--text-primary)}#root{min-height:100vh;display:flex;flex-direction:column}.dashboard-layout{display:flex;min-height:100vh;flex-direction:column}.dashboard-header{background-color:var(--header-bg);color:#fff;padding:.75rem 1rem;display:grid;grid-template-columns:280px 1fr 280px;align-items:center;box-shadow:0 2px 4px #0000001a;gap:1rem}.header-left{display:flex;align-items:center;gap:.5rem;justify-self:start;transition:width .3s ease}.header-left.collapsed{width:85px}.header-logo{display:flex;align-items:center;gap:.25rem;padding-left:.4rem}.header-logo img{width:40px;height:40px}.header-title h1{font-size:1.25rem;font-weight:700;margin:0;line-height:1.2;white-space:nowrap}.header-subtitle{font-size:.65rem;opacity:.9;text-transform:uppercase;letter-spacing:.5px;line-height:1.2;white-space:nowrap}.header-brewery-info{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;justify-self:center}.header-brewery-name{font-size:1.5rem;font-weight:500;line-height:1.2;white-space:nowrap}.header-brewery-location{font-size:.75rem;opacity:.85;margin-top:2px;font-weight:400;white-space:nowrap}.header-right{display:flex;align-items:center;gap:12px;justify-self:end;padding-right:.5rem}.profile-dropdown{position:relative}.profile-button{display:flex;align-items:center;justify-content:center;padding:6px;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:50%;color:#fff;cursor:pointer;transition:all .2s ease;font-family:inherit;width:40px;height:40px}.profile-button:hover{background:#fff3;border-color:#ffffff4d;transform:scale(1.05)}.profile-button .header-brewery-avatar{width:36px;height:36px;background:linear-gradient(135deg,#93b4d4,#7a9aba)!important;border-radius:50%;display:flex;align-items:center;justify-content:center;border:none;padding:0}.profile-button .header-brewery-avatar span{color:#fff;font-size:16px;font-weight:700;-webkit-user-select:none;user-select:none}.profile-button:has(.header-brewery-avatar){background:transparent!important;border:none!important;padding:0!important}.dropdown-menu{position:absolute;top:calc(100% + 8px);right:0;min-width:200px;background:#fff;border-radius:12px;box-shadow:0 4px 20px #00000026;padding:8px;z-index:1000;animation:dropdownFadeIn .2s ease}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.dropdown-item{display:flex;align-items:center;gap:12px;width:100%;padding:12px 16px;background:transparent;border:none;border-radius:8px;color:#374151;font-size:14px;font-weight:500;cursor:pointer;transition:all .15s ease;text-align:left;font-family:inherit}.dropdown-item:hover{background:#f3f4f6}.dropdown-item.danger{color:#ef4444}.dropdown-item.danger:hover{background:#fee2e2}.dropdown-divider{height:1px;background:#e5e7eb;margin:8px 0}.dashboard-content{display:flex;flex:1}.dashboard-sidebar{width:280px;background-color:var(--sidebar-bg);border-right:1px solid var(--border-color);padding:1.5rem 0;position:relative;transition:width .3s ease;display:flex;flex-direction:column;height:100vh}.dashboard-sidebar.collapsed{width:85px}.sidebar-toggle{position:absolute;top:1rem;right:-12px;background:var(--accent-blue);border:none;color:#fff;width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 4px #0003;transition:all .2s;z-index:10}.sidebar-toggle:hover{background:var(--header-bg);transform:scale(1.1)}.dashboard-sidebar nav{display:flex;flex-direction:column;height:100%}.sidebar-nav{list-style:none;padding:0;margin:0}.sidebar-nav-help{list-style:none;padding:16px 0 0;margin:16px 0 0;border-top:1px solid var(--border-color)}.sidebar-nav-bottom{list-style:none;padding:0;margin:0}.sidebar-nav li{margin-bottom:.25rem}.sidebar-nav a{display:flex;align-items:center;gap:.75rem;padding:.75rem 1.5rem .75rem 2rem;color:var(--text-primary);text-decoration:none;transition:all .2s;font-size:.95rem}.sidebar-nav a:hover{background-color:var(--sidebar-active)}.sidebar-nav a.active{background-color:var(--sidebar-active);color:var(--accent-blue);font-weight:500;border-left:3px solid var(--accent-blue)}.dashboard-sidebar.collapsed .sidebar-nav a span{display:none}.dashboard-sidebar.collapsed .sidebar-nav a{padding:.75rem;justify-content:center}.dashboard-sidebar.collapsed .sidebar-separator{margin:1rem .5rem}.sidebar-separator{height:1px;background-color:var(--border-color);margin:1rem 1.5rem;transition:margin .3s ease}.dashboard-main{flex:1;padding:2rem;overflow-y:auto;background-color:#f8f9fa}.page-header{margin-bottom:2rem}.page-header h2{font-size:2rem;font-weight:600;color:var(--text-primary);margin-bottom:.5rem}@media(max-width:768px){.dashboard-header{grid-template-columns:auto 1fr auto}.dashboard-sidebar{width:70px}.sidebar-nav a span,.header-subtitle{display:none}.header-brewery-name{font-size:1.25rem}.header-brewery-location{font-size:.7rem}}.page-header h2{font-size:1.75rem;font-weight:600;color:#1f2937;display:flex;align-items:baseline;gap:12px;flex-wrap:wrap}.time-filter{display:flex;gap:8px;background:#fff;padding:8px;border-radius:12px;box-shadow:0 1px 3px #0000001a}.time-filter button{padding:8px 16px;border:none;background:transparent;color:#6b7280;border-radius:8px;cursor:pointer;font-size:14px;font-weight:500;transition:all .2s;font-family:inherit}.time-filter button.active{background:#6b8cae;color:#fff}.time-filter button:hover:not(.active){background:#f3f4f6}.intelligence-highlights{background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border:2px solid #7dd3fc;border-radius:12px;padding:2rem;margin-bottom:2rem}.highlights-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem}.highlights-icon{font-size:1.5rem}.highlights-title{font-size:1.25rem;font-weight:600;color:#0c4a6e;margin:0}.highlights-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.highlight-card{background:#fff;border:1px solid #bae6fd;border-radius:8px;padding:1.5rem}.highlight-label{font-size:.75rem;color:#0369a1;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem}.highlight-main{font-size:1.125rem;font-weight:600;color:#0c4a6e;margin-bottom:.5rem;line-height:1.4}.highlight-detail{font-size:.875rem;color:#0369a1;line-height:1.6}.highlight-detail div{margin-bottom:.25rem}.highlight-arrow{color:#0ea5e9;margin-right:.25rem}.ai-analysis{background:#e8f0f5;border-left:4px solid #6b8cae;border-radius:12px;padding:20px 24px;margin-bottom:2.5rem;box-shadow:0 1px 3px #0000000d}.analysis-header{display:flex;align-items:center;gap:8px;margin-bottom:8px}.analysis-badge{background:#6b8cae;color:#fff;padding:4px 12px;border-radius:6px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.analysis-text{color:#2c3e50;font-size:15px;line-height:1.6}.stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-bottom:2rem}.stat-card{background:#fff;border-radius:16px;padding:24px 22px;box-shadow:0 1px 3px #0000001a;transition:transform .2s,box-shadow .2s,border-left .2s;display:flex;flex-direction:column;gap:10px;border-left:4px solid transparent;position:relative;min-height:125px}.stat-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026;border-left-color:#6b8cae}.stat-label{font-size:13px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.8px}.stat-value{font-size:42px;font-weight:700;color:#1f2937;line-height:1}.stat-change{display:flex;align-items:center;gap:6px;font-size:14px;font-weight:500;margin-top:4px}.stat-change.negative{color:#ef4444}.stat-change span{font-size:13px}@media(max-width:1440px){.stat-card{padding:30px 26px;min-height:140px}.stat-value{font-size:48px}.stats-grid{gap:20px}}@media(max-width:1366px){.stat-card{padding:22px 18px;min-height:120px;gap:10px}.stat-value{font-size:40px}.stat-label{font-size:11px}.stat-change{font-size:12px}.stat-change span{font-size:11px}.stats-grid{gap:16px}.ai-analysis{padding:16px 18px;margin-bottom:1.5rem;font-size:14px}.analysis-badge{font-size:11px;padding:3px 10px}}@media(max-width:1100px){.stats-grid{grid-template-columns:repeat(2,1fr)}.stat-card{padding:32px 28px}.stat-value{font-size:48px}.highlights-grid{grid-template-columns:1fr}.intelligence-highlights{padding:1.5rem}}@media(max-width:768px){.page-header{flex-direction:column;align-items:flex-start;gap:16px}.time-filter{width:100%;justify-content:space-between}.time-filter button{flex:1;padding:10px 8px;font-size:13px}.stats-grid{grid-template-columns:1fr}.stat-card{padding:28px 24px;min-height:140px}.stat-value{font-size:42px}.intelligence-highlights{padding:1.25rem}.highlights-title{font-size:1.125rem}.highlight-card{padding:1.25rem}.highlight-main{font-size:1rem}}.brewiq-chat-page .page-header{margin-bottom:1.5rem}.brewiq-chat-page .page-header h2{font-size:1.75rem;font-weight:600;color:#1f2937;display:flex;align-items:baseline;gap:12px;flex-wrap:wrap}.brewiq-chat-page .page-header .header-subtitle{font-size:.95rem;font-weight:400;color:#6b7280;text-transform:none!important}.chat-container{display:grid;grid-template-columns:1fr 350px;gap:24px;height:calc(100vh - 260px);min-height:550px}.chat-main{background:#fff;border-radius:16px;box-shadow:0 1px 3px #0000001a;display:flex;flex-direction:column;overflow:hidden}.chat-messages{flex:1;padding:24px;overflow-y:auto;display:flex;flex-direction:column;gap:20px}.empty-state{text-align:center;max-width:500px;margin:auto}.empty-state-icon{width:128px;height:128px;background:linear-gradient(135deg,#6b8cae,#5a7a9a);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;padding:8px;box-shadow:0 2px 8px #0000001a}.empty-state-icon img{width:100%;height:100%;object-fit:contain;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}.empty-state h4{font-size:24px;font-weight:600;color:#1f2937;margin-bottom:12px}.empty-state p{font-size:16px;color:#6b7280;line-height:1.6}.message-row{display:flex;gap:12px;align-items:flex-start}.message-row.user{justify-content:flex-end}.message-row.assistant{justify-content:flex-start}.message-avatar{width:64px;height:64px;border-radius:50%;overflow:hidden;flex-shrink:0;background:linear-gradient(135deg,#6b8cae,#5a7a9a);box-shadow:0 2px 4px #0000001a;display:flex;align-items:center;justify-content:center;padding:4px}.message-avatar.user-avatar{background:linear-gradient(135deg,#93b4d4,#7a9aba)}.message-avatar.user-avatar span{font-size:28px;font-weight:700;color:#fff;line-height:1}.message-avatar img{width:100%;height:100%;object-fit:contain;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}.message-bubble{max-width:70%;display:flex;flex-direction:column;gap:4px}.message-row.user .message-bubble{align-items:flex-end}.message-row.assistant .message-bubble{align-items:flex-start}.message-name{font-size:12px;font-weight:600;color:#6b7280;padding:0 4px;margin-bottom:2px}.message-content{padding:12px 16px;border-radius:16px;font-size:15px;line-height:1.6;white-space:pre-wrap;word-wrap:break-word}.message-row.user .message-content{background:#6b8cae;color:#fff;border-bottom-right-radius:4px}.message-row.assistant .message-content{background:#f3f4f6;color:#1f2937;border-bottom-left-radius:4px}.message-content.typing{display:flex;gap:6px;padding:16px 20px;align-items:center}.message-content.typing span{width:8px;height:8px;background:#9ca3af;border-radius:50%;animation:typing 1.4s infinite}.message-content.typing span:nth-child(2){animation-delay:.2s}.message-content.typing span:nth-child(3){animation-delay:.4s}@keyframes typing{0%,60%,to{transform:translateY(0);opacity:.7}30%{transform:translateY(-6px);opacity:1}}.chat-input{padding:20px 24px;border-top:1px solid #e5e7eb;background:#fff}.input-wrapper{display:flex;gap:12px;align-items:center}.input-wrapper input{flex:1;padding:12px 16px;border:1px solid #d1d5db;border-radius:8px;font-size:15px;font-family:inherit;transition:border-color .2s}.input-wrapper input:focus{outline:none;border-color:#6b8cae}.input-wrapper input::placeholder{color:#9ca3af}.send-button{padding:12px 24px;background:#6b8cae;color:#fff;border:none;border-radius:8px;font-size:15px;font-weight:500;cursor:pointer;transition:background .2s;font-family:inherit}.send-button:hover{background:#5a7a9a}.suggestions-sidebar{background:#fff;border-radius:16px;box-shadow:0 1px 3px #0000001a;padding:24px;overflow-y:auto}.suggestions-header{margin-bottom:20px}.suggestions-header h3{font-size:16px;font-weight:600;color:#1f2937;margin-bottom:8px}.suggestions-header p{font-size:14px;color:#6b7280}.suggestion-category{margin-bottom:24px}.category-title{font-size:13px;font-weight:600;text-transform:uppercase;color:#6b7280;letter-spacing:.5px;margin-bottom:12px}.suggested-question{width:100%;text-align:left;padding:14px 16px;background:#fff;border:1px solid #e5e7eb;border-radius:10px;font-size:14px;font-weight:500;color:#374151;cursor:pointer;transition:all .2s;margin-bottom:8px;font-family:inherit;line-height:1.5}.suggested-question:hover{background:#f9fafb;border-color:#6b8cae;color:#6b8cae;transform:translate(4px)}.suggested-question:active{transform:translate(2px)}@media(max-width:1440px){.chat-container{height:calc(100vh - 250px)}.suggestions-sidebar{padding:20px}}@media(max-width:1366px){.chat-container{grid-template-columns:1fr 320px;gap:20px;height:calc(100vh - 240px)}.suggestions-sidebar{padding:18px}.suggested-question{padding:12px 14px;font-size:13px}}@media(max-width:1024px){.chat-container{grid-template-columns:1fr;height:auto}.suggestions-sidebar{order:-1;max-height:400px}.chat-main{min-height:500px}.message-bubble{max-width:85%}}.brewery-feed-page .page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.brewery-feed-page .page-header h2{font-size:1.75rem;font-weight:600;color:#1f2937;display:flex;align-items:baseline;gap:12px;flex-wrap:wrap}.brewery-feed-page .page-header .header-subtitle{font-size:.95rem;font-weight:400;color:#6b7280;text-transform:none!important}.brewery-feed-page .time-filter{display:flex;gap:8px;background:#fff;padding:8px;border-radius:12px;box-shadow:0 1px 3px #0000001a}.brewery-feed-page .time-filter button{padding:8px 16px;border:none;background:transparent;color:#6b7280;border-radius:8px;cursor:pointer;font-size:14px;font-weight:500;transition:all .2s;font-family:inherit}.brewery-feed-page .time-filter button.active{background:#6b8cae;color:#fff}.brewery-feed-page .time-filter button:hover:not(.active){background:#f3f4f6}.stat-box{background:#fff;padding:20px;border-radius:12px;box-shadow:0 1px 3px #0000001a}.stat-box .stat-value{font-size:32px;font-weight:700;color:#1f2937}.feed-posts{display:flex;flex-direction:column;gap:16px}.feed-post{background:#fff;border-radius:12px;padding:24px;box-shadow:0 1px 3px #0000001a;position:relative}.post-header{display:flex;align-items:center;margin-bottom:16px}.avatar{width:40px;height:40px;background:#6b8cae;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-right:12px;flex-shrink:0}.avatar.kinship{background:#93b4d4}.avatar span{color:#fff;font-size:16px;font-weight:600}.post-info{flex:1}.username{font-size:15px;font-weight:600;color:#1f2937;margin-bottom:4px}.post-meta{font-size:13px;color:#6b7280}.post-title{font-size:16px;font-weight:600;color:#1f2937;margin-bottom:12px}.post-content{font-size:15px;color:#4b5563;line-height:1.6;margin-bottom:16px}.category-badge{display:inline-block;padding:6px 12px;border-radius:12px;font-size:12px;font-weight:500;text-transform:capitalize;margin-bottom:16px}.post-stats{display:flex;gap:20px;padding-top:16px;border-top:1px solid #f3f4f6;font-size:14px;color:#6b7280}.stat-item{display:flex;align-items:center;gap:6px}.stat-item strong{color:#1f2937;font-weight:600}.empty-state{text-align:center;padding:80px 20px;background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a}.empty-state h3{font-size:20px;color:#1f2937;margin-bottom:12px;font-weight:600}.empty-state p{font-size:15px;color:#6b7280;line-height:1.6;max-width:600px;margin:0 auto}@media(max-width:1440px){.summary-stats{gap:18px}.stat-box{padding:18px}.stat-box .stat-value{font-size:28px}}@media(max-width:1366px){.summary-stats{gap:16px}.stat-box{padding:16px}.stat-box .stat-label{font-size:12px}.stat-box .stat-value{font-size:26px}.feed-post{padding:20px}}@media(max-width:1024px){.summary-stats{grid-template-columns:repeat(2,1fr)}.brewery-feed-page .page-header{flex-direction:column;align-items:flex-start;gap:16px}.brewery-feed-page .time-filter{width:100%;justify-content:space-between}.brewery-feed-page .time-filter button{flex:1}}@media(max-width:768px){.summary-stats{grid-template-columns:1fr}.brewery-feed-page .time-filter button{padding:10px 12px;font-size:13px}.feed-post{padding:16px}.post-content{font-size:14px}}.help-support-page .page-header{margin-bottom:2rem}.help-support-page .page-header h2{font-size:1.75rem;font-weight:600;color:#1f2937;display:flex;align-items:baseline;gap:12px}.help-support-page .page-header .header-subtitle{font-size:.95rem;font-weight:400;color:#6b7280}.quick-help-banner{display:flex;align-items:center;gap:20px;background:linear-gradient(135deg,#6b8cae,#5a7a9a);color:#fff;padding:24px 28px;border-radius:16px;margin-bottom:2.5rem;box-shadow:0 2px 8px #6b8cae33}.banner-icon{width:56px;height:56px;background:#fff3;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.banner-content{flex:1}.banner-content h3{font-size:1.25rem;font-weight:600;margin-bottom:4px}.banner-content p{font-size:.95rem;opacity:.95}.banner-button{display:flex;align-items:center;gap:8px;padding:12px 24px;background:#fff;color:#6b8cae;border:none;border-radius:10px;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s;font-family:inherit;white-space:nowrap}.banner-button:hover{background:#f8f9fa;transform:translateY(-1px);box-shadow:0 4px 12px #0000001a}.help-sections-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;margin-bottom:3rem}.help-section-card{background:#fff;border-radius:16px;padding:24px;box-shadow:0 1px 3px #0000001a;transition:transform .2s,box-shadow .2s}.help-section-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.section-header{display:flex;gap:16px;margin-bottom:20px}.section-icon{width:48px;height:48px;background:linear-gradient(135deg,#e8f0f5,#d8e8f0);color:#6b8cae;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.section-info h3{font-size:1.25rem;font-weight:600;color:#1f2937;margin-bottom:4px}.section-info p{font-size:.9rem;color:#6b7280}.help-links-list{list-style:none;padding:0;margin:0}.help-links-list li{margin-bottom:12px}.help-links-list li:last-child{margin-bottom:0}.help-links-list a{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:10px 12px;color:#4b5563;text-decoration:none;border-radius:8px;font-size:.95rem;transition:all .2s}.help-links-list a:hover{background:#f3f4f6;color:#6b8cae}.faq-section{background:#fff;border-radius:16px;padding:32px;box-shadow:0 1px 3px #0000001a}.faq-section>h3{font-size:1.5rem;font-weight:600;color:#1f2937;margin-bottom:24px}.faq-list{display:flex;flex-direction:column;gap:20px}.faq-item{padding-bottom:20px;border-bottom:1px solid #f3f4f6}.faq-item:last-child{border-bottom:none;padding-bottom:0}.faq-item h4{font-size:1.05rem;font-weight:600;color:#1f2937;margin-bottom:8px}.faq-item p{font-size:.95rem;color:#6b7280;line-height:1.6}.faq-footer{margin-top:32px;padding-top:24px;border-top:1px solid #f3f4f6;text-align:center}.faq-footer p{font-size:1rem;color:#6b7280;margin-bottom:12px}.contact-link{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;background:#6b8cae;color:#fff;border-radius:10px;text-decoration:none;font-size:15px;font-weight:600;transition:all .2s}.contact-link:hover{background:#5a7a9a;transform:translateY(-1px);box-shadow:0 4px 12px #6b8cae4d}@media(max-width:1024px){.help-sections-grid{grid-template-columns:1fr}.quick-help-banner{flex-direction:column;text-align:center}.banner-button{width:100%;justify-content:center}}@media(max-width:768px){.faq-section{padding:24px}.help-section-card,.quick-help-banner{padding:20px}}.intelligence-container{max-width:100%}.time-filter{display:flex;gap:.5rem;background:#f3f4f6;padding:.25rem;border-radius:8px}.time-filter button{padding:.5rem 1rem;background:transparent;border:none;border-radius:6px;font-size:.875rem;font-weight:500;color:#6b7280;cursor:pointer;transition:all .2s}.time-filter button:hover{background:#e5e7eb;color:#111827}.time-filter button.active{background:#fff;color:#111827;box-shadow:0 1px 3px #0000001a}.intelligence-section{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:2rem;margin-bottom:2rem}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #e5e7eb}.demo-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.demo-card{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:1.5rem}.demo-card-title{font-size:.875rem;color:#111827;font-weight:600;margin-bottom:1rem}.demo-item{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.demo-label{font-size:.875rem;color:#374151}.demo-value{font-size:.875rem;font-weight:600;color:#111827}.demo-bar{width:100%;height:8px;background:#e5e7eb;border-radius:4px;overflow:hidden;margin-top:.25rem;margin-bottom:.75rem}.demo-bar-fill{height:100%;background:#6b8cae;transition:width .3s ease}.geo-reach-card{background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border:1px solid #bae6fd;border-radius:8px;padding:1.5rem}.geo-split{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem}.geo-category{text-align:center}.geo-category-label{font-size:.75rem;color:#0369a1;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem}.geo-category-value{font-size:2.5rem;font-weight:700;color:#0c4a6e;margin-bottom:.25rem}.geo-category-percent{font-size:.875rem;color:#0369a1;font-weight:600}.traveler-list{border-top:1px solid #bae6fd;padding-top:1rem}.traveler-list-title{font-size:.75rem;color:#0369a1;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem}.traveler-cities{display:flex;flex-wrap:wrap;gap:.5rem}.city-badge{background:#fff;border:1px solid #7dd3fc;color:#0c4a6e;padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:600}.preference-list{display:flex;flex-direction:column;gap:1rem}.preference-item{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:1rem;display:flex;justify-content:space-between;align-items:center}.preference-name{font-size:1rem;font-weight:600;color:#111827}.preference-count{background:#6b8cae;color:#fff;padding:.25rem .75rem;border-radius:12px;font-size:.875rem;font-weight:600}.preference-details{font-size:.875rem;color:#6b7280;margin-top:.5rem}.insight-box{background:linear-gradient(135deg,#fef3c7,#fde68a);border:1px solid #fbbf24;border-radius:12px;padding:1.5rem;margin-top:1rem}.insight-icon{font-size:1.5rem;margin-bottom:.5rem}.insight-title{font-size:1rem;font-weight:600;color:#78350f;margin-bottom:.5rem}.insight-text{font-size:.875rem;color:#92400e;line-height:1.6}.pattern-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.pattern-card{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:1.5rem}.pattern-card h4{font-size:.875rem;font-weight:600;color:#111827;margin:0 0 1rem}.time-slot{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.time-label{font-size:.875rem;color:#374151}.time-count{font-size:.875rem;font-weight:600;color:#6b8cae}.opportunity-list{display:flex;flex-direction:column;gap:1rem}.opportunity-card{background:linear-gradient(135deg,#f0fdf4,#dcfce7);border:1px solid #86efac;border-radius:12px;padding:1.5rem;position:relative}.opportunity-badge{position:absolute;top:1rem;right:1rem;background:#10b981;color:#fff;padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:600}.opportunity-title{font-size:1.125rem;font-weight:600;color:#065f46;margin-bottom:.75rem;padding-right:5rem}.opportunity-description{font-size:.875rem;color:#047857;line-height:1.6;margin-bottom:1rem}.opportunity-metrics{display:flex;gap:2rem}.metric{display:flex;flex-direction:column}.metric-label{font-size:.75rem;color:#059669;font-weight:500}.metric-value{font-size:1.25rem;font-weight:700;color:#065f46}@media(max-width:768px){.stats-row,.demo-grid,.pattern-grid{grid-template-columns:1fr}.intelligence-section{padding:1.5rem}.section-header{flex-direction:column;align-items:flex-start;gap:1rem}.geo-split{gap:1rem}.opportunity-title{padding-right:0;margin-top:2rem}.opportunity-badge{position:static;display:inline-block;margin-bottom:.75rem}}.community-insights-page .page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.community-insights-page .page-header h2{font-size:1.75rem;font-weight:600;color:#1f2937;display:flex;align-items:baseline;gap:12px;flex-wrap:wrap}.community-insights-page .page-header .header-subtitle{font-size:.95rem;font-weight:400;color:#6b7280;text-transform:none!important}.community-insights-page .time-filter{display:flex;gap:8px;background:#fff;padding:8px;border-radius:12px;box-shadow:0 1px 3px #0000001a}.community-insights-page .time-filter button{padding:8px 16px;border:none;background:transparent;color:#6b7280;border-radius:8px;cursor:pointer;font-size:14px;font-weight:500;transition:all .2s;font-family:inherit}.community-insights-page .time-filter button.active{background:#6b8cae;color:#fff}.community-insights-page .time-filter button:hover:not(.active){background:#f3f4f6}.summary-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:2rem}.stat-box{background:#fff;padding:24px;border-radius:12px;box-shadow:0 1px 3px #0000001a}.stat-box .stat-label{font-size:13px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px}.stat-box .stat-value{font-size:36px;font-weight:700;color:#1f2937;margin-bottom:8px}.stat-box .stat-change{font-size:14px;font-weight:500;display:flex;align-items:center;gap:4px}.stat-box .stat-change.positive{color:#10b981}.stat-box .stat-change.negative{color:#ef4444}.stat-box .category-name{font-size:28px;font-weight:700;color:#6b8cae;margin-bottom:4px}.stat-box .category-percentage{font-size:15px;color:#6b7280}.table-section{background:#fff;border-radius:12px;padding:24px;box-shadow:0 1px 3px #0000001a;margin-bottom:24px}.table-section h3{font-size:1.25rem;font-weight:600;color:#1f2937;margin-bottom:20px}.tips-table{width:100%;border-collapse:collapse}.tips-table thead th{text-align:left;padding:12px;font-size:12px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.5px;border-bottom:2px solid #f3f4f6}.tips-table tbody td{padding:16px 12px;border-bottom:1px solid #f3f4f6;font-size:14px;color:#4b5563}.tips-table tbody tr:last-child td{border-bottom:none}.tips-table tbody tr:hover{background:#f9fafb}.status-badge{display:inline-block;padding:4px 10px;border-radius:12px;font-size:12px;font-weight:600}.status-badge.trending{background:#fef3c7;color:#b45309}.status-badge.top-tip{background:#dbeafe;color:#1e40af}.status-badge.rising{background:#d1fae5;color:#065f46}.status-badge.actionable{background:#e0e7ff;color:#4338ca}.marketing-section{background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border-radius:12px;padding:24px;border-left:4px solid #6b8cae}.marketing-section h3{font-size:1.25rem;font-weight:600;color:#1f2937;margin-bottom:4px}.marketing-section .marketing-subtitle{font-size:14px;color:#6b7280;margin-bottom:16px}.opportunities-list{list-style:disc;padding-left:20px;margin:0}.opportunities-list li{padding:8px 0;font-size:15px;color:#374151;line-height:1.6}.opportunities-list li::marker{color:#6b8cae}.empty-state{text-align:center;padding:40px;color:#6b7280}@media(max-width:1024px){.summary-stats{grid-template-columns:1fr}.community-insights-page .page-header{flex-direction:column;align-items:flex-start;gap:16px}.community-insights-page .time-filter{width:100%;justify-content:space-between}.community-insights-page .time-filter button{flex:1}}@media(max-width:768px){.table-section{overflow-x:auto}.tips-table{min-width:600px}}.engagement-container{max-width:100%}.stats-row{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-bottom:2rem}.stat-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1.5rem}.stat-label{font-size:.875rem;color:#6b7280;font-weight:500;margin-bottom:.5rem}.stat-value{font-size:3rem;font-weight:700;color:#111827;margin-bottom:.5rem;line-height:1}.stat-change{font-size:.75rem;color:#6b7280;font-weight:500}.stat-change.positive{color:#10b981}.engagement-section{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:2rem;margin-bottom:2rem}.customers-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem}.customer-card{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:1.25rem;transition:box-shadow .2s}.customer-card:hover{box-shadow:0 2px 8px #0000001a}.customer-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.customer-name{font-weight:600;color:#111827;font-size:1.125rem}.tier-badge{padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:600;text-transform:uppercase;flex-shrink:0}.tier-platinum{background:#e0e7ff;color:#4338ca}.tier-gold{background:#fef3c7;color:#92400e}.tier-silver{background:#f3f4f6;color:#4b5563}.tier-bronze{background:#fed7aa;color:#9a3412}.customer-stats{display:flex;flex-direction:column;gap:.75rem}.stat-row{display:flex;flex-direction:column;gap:.25rem}.customer-stat-label{color:#6b7280;font-size:.7rem;text-transform:uppercase;letter-spacing:.05em;font-weight:600}.customer-stat-value{font-weight:600;color:#111827;font-size:1rem}.create-btn{padding:.75rem 1.5rem;background:#6b8cae;color:#fff;border:none;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:background-color .2s}.create-btn:hover{background:#5a7a9a}.message-form{background:#f9fafb;border:2px dashed #d1d5db;border-radius:8px;padding:2rem;margin-bottom:1.5rem}.message-info-box{background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border:1px solid #bae6fd;border-radius:12px;padding:2rem;display:flex;gap:1.5rem;align-items:flex-start;margin-bottom:2rem}.info-icon{font-size:3rem;flex-shrink:0}.info-content h4{font-size:1.125rem;font-weight:600;color:#0c4a6e;margin:0 0 .5rem}.info-content p{color:#0369a1;line-height:1.6;margin:0}.messages-archive{margin-top:0}.archive-title{font-size:1rem;font-weight:600;color:#111827;margin:0 0 1rem}.messages-list{display:flex;flex-direction:column;gap:1rem}.message-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:1rem;cursor:pointer;transition:all .2s}.message-card:hover{box-shadow:0 2px 8px #0000001a;border-color:#6b8cae}.message-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.message-segment-badge{background:#ede9fe;color:#6b21a8;padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:600}.message-date{font-size:.75rem;color:#9ca3af}.message-card-preview{color:#374151;line-height:1.6;font-size:.9375rem}.modal-content{background:#fff;border-radius:16px;max-width:600px;width:100%;max-height:85vh;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 20px 60px #0000004d;animation:slideUp .3s;position:relative}.modal-meta{display:flex;gap:1rem;align-items:center}.message-full-text{color:#374151;line-height:1.8;font-size:1rem;white-space:pre-wrap}@media(max-width:1200px){.stats-row{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.stats-row{grid-template-columns:1fr}.engagement-section{padding:1.5rem}.section-header{flex-direction:column;gap:1rem}.customers-grid,.form-grid{grid-template-columns:1fr}.form-actions{flex-direction:column-reverse}.cancel-btn,.save-btn{width:100%}}.post-question-container{max-width:100%}.question-form-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:2rem;margin-bottom:2rem}.form-section h3{font-size:1.25rem;font-weight:600;color:#111827;margin:0 0 1.5rem;padding-bottom:1rem;border-bottom:1px solid #e5e7eb}.form-field{margin-bottom:1.5rem}.form-field label{display:block;font-size:.875rem;font-weight:600;color:#374151;margin-bottom:.5rem}.form-field textarea,.form-field select,.form-field input[type=text]{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:6px;font-size:1rem;color:#111827;font-family:inherit;transition:border-color .2s}.form-field textarea:focus,.form-field select:focus,.form-field input[type=text]:focus{outline:none;border-color:#6b8cae;box-shadow:0 0 0 3px #6b8cae1a}.form-field textarea{resize:vertical;min-height:100px}.field-hint{margin-top:.5rem;font-size:.875rem;color:#6b7280;font-style:italic}.options-list{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem}.option-item{display:flex;gap:.75rem;align-items:center}.option-item input{flex:1}.remove-option-btn{width:32px;height:32px;border:1px solid #dc2626;background:#fff;color:#dc2626;border-radius:6px;font-size:1.5rem;line-height:1;cursor:pointer;transition:all .2s;flex-shrink:0}.remove-option-btn:hover{background:#dc2626;color:#fff}.add-option-btn{padding:.5rem 1rem;background:#fff;border:1px solid #d1d5db;color:#374151;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s}.add-option-btn:hover{background:#f9fafb;border-color:#9ca3af}.form-actions{display:flex;justify-content:flex-end;padding-top:1.5rem;margin-top:1.5rem;border-top:1px solid #e5e7eb}.submit-button{padding:.75rem 2rem;background-color:#6b8cae;color:#fff;border:none;border-radius:6px;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .2s}.submit-button:hover:not(:disabled){background-color:#5a7a9a}.submit-button:disabled{opacity:.6;cursor:not-allowed}.info-box{background:#f0f9ff;border:1px solid #bae6fd;border-left:4px solid #6b8cae;border-radius:8px;padding:1.5rem}.info-header{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem;color:#111827;font-weight:600}.info-icon{font-size:1.25rem}.info-list{margin:0;padding-left:1.5rem;color:#374151;line-height:1.6}.info-list li{margin-bottom:.5rem}.info-list li:last-child{margin-bottom:0}@media(max-width:768px){.post-question-container{padding:1rem}.page-header h2{font-size:1.5rem}.question-form-card{padding:1.5rem}.form-actions{justify-content:stretch}.submit-button{width:100%}}.question-responses-container{max-width:100%}.questions-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(450px,1fr));gap:1.5rem}.question-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1.5rem;transition:box-shadow .2s}.question-card:hover{box-shadow:0 4px 12px #0000001a}.question-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.question-badges{display:flex;gap:.5rem;flex-wrap:wrap}.badge{padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:600;text-transform:uppercase}.badge-text{background:#dbeafe;color:#1e40af}.badge-yes_no{background:#dcfce7;color:#166534}.badge-multiple_choice{background:#fae8ff;color:#86198f}.badge-product_development{background:#fef3c7;color:#92400e}.badge-events{background:#fce7f3;color:#9f1239}.badge-feedback{background:#e0e7ff;color:#3730a3}.badge-operations{background:#d1fae5;color:#065f46}.badge-marketing{background:#fed7aa;color:#9a3412}.question-text{font-size:1.125rem;font-weight:600;color:#111827;margin-bottom:1rem;line-height:1.5}.question-meta{display:flex;justify-content:space-between;align-items:center;padding-top:1rem;border-top:1px solid #e5e7eb}.response-count{font-size:.875rem;color:#6b7280}.response-count strong{color:#111827;font-size:1.25rem}.view-responses-btn{padding:.5rem 1rem;background:#6b8cae;color:#fff;border:none;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:background-color .2s}.view-responses-btn:hover:not(:disabled){background:#5a7a9a}.view-responses-btn:disabled{opacity:.5;cursor:not-allowed}.question-date{font-size:.75rem;color:#9ca3af;margin-top:.5rem}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:2rem;animation:fadeIn .2s}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{background:#fff;border-radius:16px;max-width:900px;width:100%;max-height:85vh;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 20px 60px #0000004d;animation:slideUp .3s;position:relative}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.modal-header{padding:2rem;border-bottom:1px solid #e5e7eb}.modal-title{font-size:1.5rem;font-weight:600;color:#111827;margin-bottom:1rem;padding-right:2rem}.modal-question-meta{display:flex;gap:1rem;align-items:center;flex-wrap:wrap}.response-count-text{color:#6b7280;font-size:.875rem}.close-modal{position:absolute;top:1.5rem;right:1.5rem;background:none;border:none;font-size:2rem;color:#6b7280;cursor:pointer;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:all .2s;line-height:1}.close-modal:hover{background:#f3f4f6;color:#111827}.modal-body{padding:2rem;overflow-y:auto;flex:1}.response-stats{background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;padding:1.5rem;margin-bottom:2rem}.response-stats h3{font-size:1rem;font-weight:600;color:#111827;margin:0 0 1rem}.stat-bars{display:flex;flex-direction:column;gap:1rem}.stat-bar{display:flex;align-items:center;gap:1rem}.stat-label{min-width:120px;font-size:.875rem;font-weight:500;color:#374151}.stat-bar-track{flex:1;height:32px;background:#e5e7eb;border-radius:8px;overflow:hidden;position:relative}.stat-bar-fill{height:100%;background:#6b8cae;display:flex;align-items:center;justify-content:flex-end;padding-right:.75rem;color:#fff;font-size:.875rem;font-weight:600;transition:width .3s ease;min-width:fit-content;padding-left:.75rem}.responses-list{display:flex;flex-direction:column;gap:1rem}.responses-list h3{font-size:1rem;font-weight:600;color:#111827;margin:0 0 1rem}.response-item{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:1rem}.response-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.response-username{font-weight:600;color:#6b8cae;font-size:.875rem}.response-date{font-size:.75rem;color:#9ca3af}.response-text{color:#374151;line-height:1.6}.empty-state{text-align:center;padding:4rem 2rem;color:#6b7280}@media(max-width:768px){.questions-grid{grid-template-columns:1fr}.modal-overlay{padding:1rem}.modal-content{max-height:90vh}.modal-header,.modal-body{padding:1.5rem}.stat-bar{flex-direction:column;align-items:stretch;gap:.5rem}.stat-label{min-width:auto}}.loyalty-container{max-width:100%}.loyalty-section{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:2rem;margin-bottom:2rem}.section-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #e5e7eb}.section-title{font-size:1.25rem;font-weight:600;color:#111827;margin:0}.section-description{font-size:.875rem;color:#6b7280;margin-top:.25rem}.create-reward-btn{padding:.75rem 1.5rem;background:#6b8cae;color:#fff;border:none;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:background-color .2s}.create-reward-btn:hover{background:#5a7a9a}.rewards-list{display:flex;flex-direction:column;gap:1rem}.reward-card{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:1.5rem;display:flex;justify-content:space-between;align-items:flex-start;gap:1.5rem}.reward-info{flex:1}.reward-name{font-size:1.125rem;font-weight:600;color:#111827;margin-bottom:.5rem}.reward-details{display:flex;gap:1.5rem;margin-bottom:.75rem;flex-wrap:wrap}.reward-detail{font-size:.875rem}.reward-detail-label{color:#6b7280;font-weight:500}.reward-detail-value{color:#111827;font-weight:600}.reward-benefit{color:#6b7280;font-size:.875rem;line-height:1.5}.reward-actions{display:flex;gap:.5rem;flex-shrink:0;flex-wrap:wrap}.toggle-active{padding:.5rem 1rem;background:#10b981;color:#fff;border:none;border-radius:6px;font-size:.75rem;font-weight:500;cursor:pointer;transition:background-color .2s}.toggle-active.inactive{background:#6b7280}.toggle-active:hover{opacity:.9}.edit-btn,.delete-btn{padding:.5rem 1rem;border:none;border-radius:6px;font-size:.75rem;font-weight:500;cursor:pointer;transition:all .2s}.edit-btn{background:#fff;color:#6b8cae;border:1px solid #6b8cae}.edit-btn:hover{background:#6b8cae;color:#fff}.delete-btn{background:#fff;color:#dc2626;border:1px solid #dc2626}.delete-btn:hover{background:#dc2626;color:#fff}.reward-form,.message-form{background:#f9fafb;border:2px dashed #d1d5db;border-radius:8px;padding:2rem;margin-bottom:1.5rem}.form-title{margin:0 0 1.5rem;font-size:1.125rem;color:#111827;font-weight:600}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem}.form-field label{font-size:.875rem;font-weight:600;color:#374151}.form-field input,.form-field textarea,.form-field select,.form-select{padding:.75rem;border:1px solid #d1d5db;border-radius:6px;font-size:1rem;font-family:inherit;color:#111827;transition:border-color .2s;background:#fff}.form-field input:focus,.form-field textarea:focus,.form-field select:focus,.form-select:focus{outline:none;border-color:#6b8cae;box-shadow:0 0 0 3px #6b8cae1a}.form-field textarea{resize:vertical}.field-hint{font-size:.75rem;color:#6b7280;margin-top:.25rem}.form-actions{display:flex;gap:1rem;justify-content:flex-end}.cancel-btn{padding:.75rem 1.5rem;background:#fff;color:#6b7280;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s}.cancel-btn:hover{background:#f9fafb;border-color:#9ca3af}.save-btn{padding:.75rem 1.5rem;background:#10b981;color:#fff;border:none;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:background-color .2s}.save-btn:hover{background:#059669}.empty-state{text-align:center;padding:3rem 2rem;color:#6b7280}.empty-state p{margin-bottom:1rem}.how-it-works{background:linear-gradient(135deg,#e8f0f5,#f5f8fa);border:2px solid #6b8cae;border-radius:12px;padding:2rem;margin-bottom:3rem}.how-it-works-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem}.how-it-works-icon{font-size:1.5rem}.how-it-works-title{font-size:1.25rem;font-weight:600;color:#2c3e50;margin:0}.how-it-works-content{background:#fff;border-radius:8px;padding:1.5rem}.how-it-works-text{font-size:.95rem;color:#2c3e50;line-height:1.6;margin-bottom:1.5rem}.earning-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:1.5rem}.earning-item{background:#f5f8fa;padding:1rem;border-radius:6px;text-align:center;border:1px solid #E1E8ED}.earning-points{font-size:1.75rem;font-weight:700;color:#6b8cae;margin-bottom:.25rem}.earning-label{font-size:.875rem;color:#2c3e50;margin-bottom:.25rem;font-weight:500}.earning-limit{font-size:.75rem;color:#7f8c8d}.timeline-examples{background:#fff9e6;border-left:4px solid #f59e0b;padding:1rem 1.5rem;border-radius:6px;margin-top:1.5rem}.timeline-title{font-size:.875rem;font-weight:600;color:#92400e;margin-bottom:.75rem}.timeline-row{display:grid;grid-template-columns:180px 1fr;gap:1rem;margin-bottom:.5rem;font-size:.875rem}.timeline-label{color:#78350f;font-weight:500}.timeline-value{color:#92400e}.config-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:1.5rem}.config-item{display:flex;flex-direction:column;gap:.75rem}.config-label{font-size:.875rem;font-weight:600;color:#2c3e50}.config-input{display:flex;align-items:center;gap:.5rem}.config-input input{width:80px;padding:.5rem;border:1px solid #E1E8ED;border-radius:6px;font-size:1rem;font-weight:600;color:#2c3e50}.config-input input:focus{outline:none;border-color:#6b8cae;box-shadow:0 0 0 3px #6b8cae1a}.config-input span{color:#7f8c8d;font-size:.875rem}.save-config-btn{padding:.75rem 1.5rem;background:#6b8cae;color:#fff;border:none;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:background-color .2s}.save-config-btn:hover{background:#5a7a9a}.tier-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-top:1.5rem}.tier-card{background:#fff;border:3px solid;border-radius:12px;padding:1.5rem;text-align:center;transition:transform .2s,box-shadow .2s}.tier-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.tier-card.bronze{border-color:#cd7f32}.tier-card.silver{border-color:silver}.tier-card.gold{border-color:gold}.tier-card.platinum{border-color:#6b8cae}.tier-icon{font-size:2.5rem;margin-bottom:.5rem}.tier-name{font-size:1.125rem;font-weight:600;color:#2c3e50;margin-bottom:.75rem}.tier-threshold{font-size:1.5rem;font-weight:700;color:#6b8cae;margin:.5rem 0 1rem}.tier-input-wrapper{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:.75rem}.tier-input-wrapper input{width:70px;padding:.5rem;border:1px solid #E1E8ED;border-radius:6px;text-align:center;font-size:.875rem;font-weight:600;color:#2c3e50}.tier-input-wrapper input:focus{outline:none;border-color:#6b8cae;box-shadow:0 0 0 3px #6b8cae1a}.tier-input-wrapper span{color:#7f8c8d;font-size:.875rem;font-weight:500}.tier-count{font-size:.8125rem;color:#7f8c8d;margin-top:1rem;padding-top:.75rem;border-top:1px solid #E1E8ED}.reward-points-badge{display:inline-block;background:#6b8cae;color:#fff;padding:.35rem .85rem;border-radius:16px;font-size:.8125rem;font-weight:600;margin-bottom:.5rem}.reward-points-badge.home-brewery-badge{background:#10b981}@media(max-width:1024px){.earning-grid{grid-template-columns:repeat(2,1fr)}.config-grid{grid-template-columns:1fr}.tier-grid{grid-template-columns:repeat(2,1fr)}.timeline-row{grid-template-columns:1fr}.timeline-label{margin-bottom:.25rem}}@media(max-width:768px){.loyalty-section{padding:1.5rem}.section-header{flex-direction:column;gap:1rem}.customers-grid{grid-template-columns:1fr}.reward-card{flex-direction:column;gap:1rem}.reward-actions{width:100%}.toggle-active,.edit-btn,.delete-btn{flex:1}.form-grid{grid-template-columns:1fr}.form-actions{flex-direction:column-reverse}.cancel-btn,.save-btn{width:100%}}@media(max-width:640px){.earning-grid,.tier-grid{grid-template-columns:1fr}}.profile-container{max-width:1200px;margin:0 auto;padding:2rem}.edit-button{padding:.75rem 1.5rem;background-color:#6b8cae;color:#fff;border:none;border-radius:6px;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .2s}.edit-button:hover{background-color:#5a7a9a}.profile-content{display:flex;flex-direction:column;gap:2rem}.profile-section{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:2rem}.profile-section h2{font-size:1.25rem;font-weight:600;color:#111827;margin:0 0 1.5rem;padding-bottom:1rem;border-bottom:1px solid #e5e7eb}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.form-field{display:flex;flex-direction:column;gap:.5rem}.form-field.full-width{grid-column:1 / -1}.form-field label{font-size:.875rem;font-weight:600;color:#374151;text-transform:uppercase;letter-spacing:.05em}.form-value{padding:.75rem;background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;color:#111827;min-height:2.75rem;display:flex;align-items:center}.form-value a{color:#2563eb;text-decoration:none}.form-value a:hover{text-decoration:underline}.form-input,.form-textarea{padding:.75rem;border:1px solid #d1d5db;border-radius:6px;font-size:1rem;color:#111827;transition:border-color .2s}.form-input:focus,.form-textarea:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.form-textarea{resize:vertical;font-family:inherit}.tags-display{display:flex;flex-wrap:wrap;gap:.5rem}.tag{padding:.25rem .75rem;background-color:#dbeafe;color:#1e40af;border-radius:9999px;font-size:.875rem;font-weight:500}.profile-actions{display:flex;justify-content:flex-end;gap:1rem;margin-top:2rem;padding-top:2rem;border-top:2px solid #e5e7eb}.cancel-button,.save-button{padding:.75rem 2rem;border:none;border-radius:6px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s}.cancel-button{background-color:#fff;color:#6b7280;border:1px solid #d1d5db}.cancel-button:hover:not(:disabled){background-color:#f9fafb;border-color:#9ca3af}.save-button{background-color:#10b981;color:#fff}.save-button:hover:not(:disabled){background-color:#059669}.cancel-button:disabled,.save-button:disabled{opacity:.6;cursor:not-allowed}@media(max-width:768px){.profile-container{padding:1rem}.profile-header{flex-direction:column;align-items:flex-start;gap:1rem}.profile-header h1{font-size:1.5rem}.form-grid{grid-template-columns:1fr}.profile-section{padding:1.5rem}.profile-actions{flex-direction:column-reverse}.cancel-button,.save-button{width:100%}}.settings-container{max-width:1200px;margin:0 auto;padding:2rem}.page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.page-header h2{font-size:1.75rem;font-weight:600;color:#1f2937;display:flex;align-items:baseline;gap:12px;flex-wrap:wrap;margin:0}.page-header h2 .header-subtitle{font-size:.95rem;font-weight:400;color:#6b7280!important;text-transform:none!important}.settings-content{display:flex;flex-direction:column;gap:2rem}.settings-section{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:2rem}.settings-section h2{font-size:1.25rem;font-weight:600;color:#111827;margin:0 0 1.5rem;padding-bottom:1rem;border-bottom:1px solid #e5e7eb}.settings-grid{display:grid;gap:2rem}.setting-item{display:flex;flex-direction:column;gap:.75rem}.setting-item label{font-size:.875rem;font-weight:600;color:#374151;text-transform:uppercase;letter-spacing:.05em}.setting-value{padding:.75rem;background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;color:#111827;font-size:1rem}.setting-note{font-size:.875rem;color:#6b7280;font-style:italic}.primary-button,.secondary-button{padding:.75rem 1.5rem;border:none;border-radius:6px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s}.primary-button{background-color:#6b8cae;color:#fff}.primary-button:hover:not(:disabled){background-color:#5a7a9a}.primary-button:disabled{opacity:.6;cursor:not-allowed}.secondary-button{background-color:#fff;color:#374151;border:1px solid #d1d5db}.secondary-button:hover{background-color:#f9fafb;border-color:#9ca3af}.subscription-card{display:flex;flex-direction:column;gap:1.5rem;padding:1.5rem;background:linear-gradient(135deg,#f9fafb,#fff);border:1px solid #e5e7eb;border-radius:8px}.subscription-header{display:flex;align-items:center;gap:1rem;margin-bottom:.5rem}.subscription-badge{padding:.5rem 1rem;border-radius:6px;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.subscription-badge-pro{background-color:#6b8cae;color:#fff}.subscription-badge-starter{background-color:#10b981;color:#fff}.subscription-badge-enterprise{background-color:#7c3aed;color:#fff}.subscription-badge-none{background-color:#6b7280;color:#fff}.subscription-status{padding:.25rem .75rem;background-color:#d1fae5;color:#065f46;border-radius:9999px;font-size:.75rem;font-weight:600}.subscription-description{color:#4b5563;line-height:1.6;margin:0}.subscription-actions{display:flex;gap:1rem;flex-wrap:wrap}.notifications-list{display:flex;flex-direction:column;gap:1.5rem}.notification-item{display:flex;justify-content:space-between;align-items:center;padding:1.25rem;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;transition:background-color .2s}.notification-item:hover{background:#f3f4f6}.notification-info{flex:1}.notification-info label{font-size:1rem;font-weight:600;color:#111827;display:block;margin-bottom:.25rem}.notification-info p{font-size:.875rem;color:#6b7280;margin:0}.toggle-switch{position:relative;display:inline-block;width:52px;height:28px;flex-shrink:0}.toggle-switch input{opacity:0;width:0;height:0}.toggle-slider{position:absolute;cursor:pointer;inset:0;background-color:#d1d5db;transition:.3s;border-radius:34px}.toggle-slider:before{position:absolute;content:"";height:20px;width:20px;left:4px;bottom:4px;background-color:#fff;transition:.3s;border-radius:50%}.toggle-switch input:checked+.toggle-slider{background-color:#6b8cae}.toggle-switch input:checked+.toggle-slider:before{transform:translate(24px)}.section-actions{display:flex;justify-content:flex-end;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e5e7eb}.coming-soon-section{opacity:.7}.coming-soon-text{color:#6b7280;font-size:.95rem;margin:0;display:flex;align-items:center;gap:.75rem}.badge-coming-soon{padding:.25rem .75rem;background-color:#fef3c7;color:#92400e;border-radius:9999px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.loading{text-align:center;padding:4rem 2rem;color:#6b7280;font-size:1.125rem}.error{text-align:center;padding:4rem 2rem;color:#dc2626;font-size:1.125rem}.error-message{padding:1rem;background-color:#fef2f2;border:1px solid #fecaca;border-radius:6px;color:#dc2626;margin-bottom:1.5rem}.success-message{padding:1rem;background-color:#f0fdf4;border:1px solid #bbf7d0;border-radius:6px;color:#16a34a;margin-bottom:1.5rem}@media(max-width:768px){.settings-container{padding:1rem}.settings-header h1{font-size:1.5rem}.settings-section{padding:1.5rem}.notification-item{flex-direction:column;align-items:flex-start;gap:1rem}.subscription-actions{flex-direction:column}.secondary-button{width:100%}}
