@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";:root{--primary-color: #6366f1;--primary-hover: #4f46e5;--bg-color: #f8fafc;--surface-color: #ffffff;--text-main: #0f172a;--text-muted: #64748b;--border-color: #e2e8f0;--sidebar-w: 260px;--radius-md: 12px;--radius-lg: 16px;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .08);--shadow-md: 0 4px 12px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 30px rgba(0, 0, 0, .12);--transition: all .2s cubic-bezier(.4, 0, .2, 1)}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background-color:var(--bg-color);color:var(--text-main);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.3}p{color:var(--text-muted);line-height:1.6}a{color:var(--primary-color);text-decoration:none;transition:var(--transition)}a:hover{color:var(--primary-hover)}.app-container{display:flex;height:100vh;overflow:hidden}.sidebar{width:var(--sidebar-w);background:var(--surface-color);border-right:1px solid var(--border-color);display:flex;flex-direction:column;padding:1.5rem 1rem;z-index:100;flex-shrink:0;transition:transform .3s cubic-bezier(.4,0,.2,1)}.sidebar-overlay{display:none}.sidebar-logo{font-size:1.15rem;font-weight:800;display:flex;align-items:center;gap:.6rem;color:var(--text-main);margin-bottom:2rem;padding:0 .5rem}.sidebar-close-btn{display:none;margin-left:auto;background:transparent;border:none;cursor:pointer;color:var(--text-muted);padding:4px;border-radius:6px}.sidebar-nav{display:flex;flex-direction:column;gap:.35rem;flex:1}.nav-item{display:flex;align-items:center;gap:.75rem;padding:.7rem 1rem;border-radius:var(--radius-md);color:var(--text-muted);font-weight:500;font-size:.9rem;transition:var(--transition);cursor:pointer;-webkit-user-select:none;user-select:none}.nav-item:hover,.nav-item.active{background:#6366f114;color:var(--primary-color)}.logout-btn{color:#ef4444!important}.logout-btn:hover{background:#ef444414!important;color:#dc2626!important}.mobile-menu-btn{display:none;flex-direction:column;gap:5px;background:transparent;border:none;cursor:pointer;padding:5px;border-radius:8px}.mobile-menu-btn span{display:block;width:22px;height:2px;background:var(--text-main);border-radius:2px;transition:var(--transition)}.mobile-menu-btn:hover span{background:var(--primary-color)}.main-content{flex:1;display:flex;flex-direction:column;overflow:hidden;min-width:0}.header{height:64px;min-height:64px;background:var(--surface-color);border-bottom:1px solid var(--border-color);display:flex;align-items:center;padding:0 1.5rem;justify-content:space-between;gap:1rem;flex-shrink:0}.builder-layout{display:flex;flex:1;overflow:hidden;min-height:0}.builder-panel{width:420px;min-width:320px;max-width:480px;background:var(--surface-color);border-right:1px solid var(--border-color);display:flex;flex-direction:column;overflow:hidden;flex-shrink:0}.preview-panel{flex:1;background:#f1f5f9;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;background-image:radial-gradient(#cbd5e1 1px,transparent 1px);background-size:20px 20px;min-width:0}.tabs-header{display:flex;border-bottom:1px solid var(--border-color);background:var(--surface-color);position:sticky;top:0;z-index:5;overflow-x:auto;scrollbar-width:none}.tabs-header::-webkit-scrollbar{display:none}.tab{padding:.9rem .75rem;font-weight:500;font-size:.8rem;color:var(--text-muted);border-bottom:2px solid transparent;cursor:pointer;transition:var(--transition);flex:1;text-align:center;white-space:nowrap}.tab:hover{color:var(--text-main)}.tab.active{color:var(--primary-color);border-bottom-color:var(--primary-color)}.tab-content{padding:1.5rem;display:flex;flex-direction:column;gap:1.25rem;overflow-y:auto;flex:1}.form-group{display:flex;flex-direction:column;gap:.4rem}.form-group label{font-size:.8rem;font-weight:600;color:var(--text-main)}.form-control{padding:.65rem .9rem;border:1px solid var(--border-color);border-radius:var(--radius-md);font-size:.875rem;outline:none;transition:var(--transition);font-family:inherit;background:var(--surface-color);color:var(--text-main);width:100%}.form-control:focus{border-color:var(--primary-color);box-shadow:0 0 0 3px #6366f11a}textarea.form-control{resize:vertical;min-height:80px}select.form-control{cursor:pointer}.btn{padding:.65rem 1.25rem;border-radius:var(--radius-md);font-weight:600;cursor:pointer;transition:var(--transition);border:none;display:inline-flex;align-items:center;justify-content:center;gap:.4rem;font-size:.875rem;font-family:inherit;white-space:nowrap;flex-shrink:0}.btn:disabled{opacity:.6;cursor:not-allowed}.btn-primary{background:var(--primary-color);color:#fff;box-shadow:var(--shadow-sm)}.btn-primary:hover:not(:disabled){background:var(--primary-hover);box-shadow:var(--shadow-md);transform:translateY(-1px)}.btn-outline{background:transparent;border:1px solid var(--border-color);color:var(--text-main)}.btn-outline:hover{background:var(--bg-color);border-color:var(--primary-color);color:var(--primary-color)}.btn-danger{background:#ef4444;color:#fff}.btn-danger:hover{background:#dc2626}.color-picker-row{display:flex;align-items:center;gap:.75rem}.color-swatch{width:40px;height:40px;border-radius:50%;border:2px solid var(--border-color);cursor:pointer;padding:0;overflow:hidden;flex-shrink:0}.color-swatch::-webkit-color-swatch-wrapper{padding:0}.color-swatch::-webkit-color-swatch{border:none}.toggle-switch{position:relative;width:44px;height:24px;flex-shrink:0}.toggle-switch input{opacity:0;width:0;height:0}.toggle-slider{position:absolute;cursor:pointer;top:0;right:0;bottom:0;left:0;background:#cbd5e1;transition:.4s;border-radius:24px}.toggle-slider:before{position:absolute;content:"";height:18px;width:18px;left:3px;bottom:3px;background:#fff;transition:.4s;border-radius:50%}input:checked+.toggle-slider{background:var(--primary-color)}input:checked+.toggle-slider:before{transform:translate(20px)}.device-toggle{position:absolute;top:1.25rem;left:50%;transform:translate(-50%);display:flex;background:var(--surface-color);padding:.2rem;border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);z-index:10;border:1px solid var(--border-color)}.device-btn{padding:.4rem .9rem;border-radius:var(--radius-md);border:none;background:transparent;cursor:pointer;color:var(--text-muted);display:flex;align-items:center;gap:.4rem;transition:var(--transition);font-size:.8rem;font-weight:500}.device-btn.active{background:var(--bg-color);color:var(--text-main);box-shadow:0 1px 2px #0000000d}.preview-mockup{transition:all .5s cubic-bezier(.4,0,.2,1);position:relative}.preview-mockup.desktop{width:100%;height:100%}.preview-mockup.mobile{width:375px;height:760px;background:var(--surface-color);border-radius:36px;box-shadow:0 25px 50px -12px #00000040;border:7px solid #0f172a;overflow:hidden;transform:scale(.7);transform-origin:center;position:absolute;top:50%;left:50%;margin-top:-380px;margin-left:-187.5px}.widget-preview-floating{position:absolute;bottom:2rem;right:2rem;display:flex;flex-direction:column;align-items:flex-end;gap:1rem;z-index:50}.preview-mockup.mobile .widget-preview-floating{bottom:1rem;right:auto;left:50%;transform:translate(-50%);width:calc(100% - 2rem);align-items:center}.widget-window{width:340px;height:490px;background:#fff;border-radius:16px;box-shadow:var(--shadow-lg);display:flex;flex-direction:column;overflow:hidden;border:1px solid var(--border-color);animation:scaleIn .3s cubic-bezier(.16,1,.3,1);transform-origin:bottom right}.preview-mockup.mobile .widget-window{width:100%;height:560px;max-height:calc(100% - 90px);position:relative;border-radius:20px;transform-origin:bottom center}.widget-header{padding:1rem 1.25rem;color:#fff;display:flex;align-items:center;gap:.75rem;flex-shrink:0}.widget-header img{width:38px;height:38px;border-radius:50%;background:#fff;object-fit:cover}.widget-header-info h4{margin:0;font-size:.95rem}.widget-header-info p{margin:0;font-size:.7rem;opacity:.9;color:#fff}.widget-messages{flex:1;padding:1rem;overflow-y:auto;display:flex;flex-direction:column;gap:.75rem}.message{max-width:85%;padding:.65rem .9rem;border-radius:12px;font-size:.85rem;line-height:1.5}.message.bot{background:#fff;border:1px solid var(--border-color);align-self:flex-start;border-bottom-left-radius:4px}.message.user{color:#fff;align-self:flex-end;border-bottom-right-radius:4px}.message a{text-decoration:underline;font-weight:600}.message strong{font-weight:700}.message em{font-style:italic}.message code{background:#00000012;padding:1px 5px;border-radius:4px;font-family:monospace;font-size:.8em}.message ul,.message ol{padding-left:1.2em;margin:4px 0}.message li{margin:2px 0}.widget-input-area{padding:.75rem 1rem;background:#fff;border-top:1px solid var(--border-color);flex-shrink:0}.widget-input-box{display:flex;align-items:center;background:#f1f5f9;border-radius:24px;padding:.4rem .9rem}.widget-input-box input{flex:1;border:none;background:transparent;outline:none;font-size:.85rem}.widget-input-box button{background:transparent;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center}.widget-launcher{width:58px;height:58px;border-radius:50%;color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-lg);cursor:pointer;transition:transform .2s}.widget-launcher:hover{transform:scale(1.07)}@keyframes scaleIn{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}.widgets-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.25rem;padding:1.5rem;overflow-y:auto}.widget-card{background:var(--surface-color);border-radius:var(--radius-lg);padding:1.25rem;border:1px solid var(--border-color);box-shadow:var(--shadow-sm);transition:var(--transition);display:flex;flex-direction:column;gap:.75rem}.widget-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.widget-card-header{display:flex;align-items:center;justify-content:space-between}.widget-card-title{font-weight:600;font-size:1rem;color:var(--text-main);display:flex;align-items:center;gap:.6rem}.color-dot{width:14px;height:14px;border-radius:50%;flex-shrink:0}.widget-card-actions{display:flex;gap:.4rem;margin-top:auto;border-top:1px solid var(--border-color);padding-top:.75rem;flex-wrap:wrap}.card-action-btn{flex:1;min-width:70px;padding:.45rem .6rem!important;font-size:.78rem!important}.starter-question-item{display:flex;align-items:center;gap:.5rem}.starter-question-item input{flex:1}.brand-footer-preview{text-align:center;font-size:.7rem;color:var(--text-muted);padding-top:.35rem}.brand-footer-preview a{font-weight:600}.login-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f0f4ff,#f8fafc);padding:1rem}.login-card{width:100%;max-width:420px;background:var(--surface-color);padding:2.5rem;border-radius:var(--radius-lg);box-shadow:0 20px 60px #6366f11f,0 4px 16px #0000000f;text-align:center}.analytics-notice{display:flex;align-items:center;gap:.75rem;background:#fffbeb;border:1px solid #fcd34d;border-radius:var(--radius-md);padding:1rem 1.25rem;color:#92400e;font-size:.875rem}.analytics-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1.25rem}.stat-card{background:var(--surface-color);border:1px solid var(--border-color);border-radius:var(--radius-lg);padding:1.25rem 1.5rem;display:flex;align-items:center;gap:1.25rem;box-shadow:var(--shadow-sm);transition:var(--transition)}.stat-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.stat-icon{width:52px;height:52px;border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;flex-shrink:0}.analytics-row-2{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}.analytics-card{background:var(--surface-color);border:1px solid var(--border-color);border-radius:var(--radius-lg);padding:1.5rem;box-shadow:var(--shadow-sm)}.analytics-card-header{display:flex;align-items:center;gap:.5rem;margin-bottom:1.25rem;color:var(--text-muted)}.analytics-card-header h4{margin:0;color:var(--text-main);font-size:.95rem}.hour-chart{display:flex;align-items:flex-end;gap:2px;height:100px}.hour-bar-col{flex:1;display:flex;flex-direction:column;align-items:center;gap:4px;height:100%}.hour-bar-wrap{flex:1;width:100%;display:flex;align-items:flex-end}.hour-bar-fill{width:100%;background:var(--primary-color);opacity:.7;border-radius:3px 3px 0 0;min-height:2px;transition:height .5s ease}.hour-label{font-size:9px;color:var(--text-muted);white-space:nowrap}.day-chart{display:flex;gap:.5rem;align-items:flex-end;height:120px}.day-bar-col{flex:1;display:flex;flex-direction:column;align-items:center;gap:4px;height:100%}.day-bar-wrap{flex:1;width:100%;display:flex;align-items:flex-end}.day-bar-fill{width:100%;background:linear-gradient(180deg,#6366f1,#818cf8);border-radius:6px 6px 0 0;min-height:2px;transition:height .5s ease}.day-label{font-size:11px;color:var(--text-muted);font-weight:600}.day-count{font-size:11px;color:var(--text-main);font-weight:700}.country-list{display:flex;flex-direction:column;gap:.75rem}.country-row{display:flex;align-items:center;gap:.75rem}.country-flag{font-size:1.2rem}.country-name{min-width:120px;font-size:.875rem;font-weight:500}.country-bar-wrap{flex:1;height:8px;background:#f1f5f9;border-radius:4px;overflow:hidden}.country-bar-fill{height:100%;background:var(--primary-color);border-radius:4px;transition:width .5s ease}.country-count{font-size:.875rem;font-weight:700;color:var(--text-main);min-width:30px;text-align:right}.skeleton-text{display:inline-block;width:80px;height:1em;background:linear-gradient(90deg,#e2e8f0 25%,#f1f5f9,#e2e8f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:4px;vertical-align:middle}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.spinner{width:40px;height:40px;border:3px solid var(--border-color);border-top-color:var(--primary-color);border-radius:50%;animation:spin .8s linear infinite}.spin{animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.flex{display:flex}.flex-col{display:flex;flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.gap-2{gap:.5rem}.gap-4{gap:1rem}.mt-4{margin-top:1rem}.mb-4{margin-bottom:1rem}.text-center{text-align:center}.w-full{width:100%}@media (max-width: 1024px){.analytics-row-2{grid-template-columns:1fr}.builder-panel{width:360px}}@media (max-width: 768px){:root{--sidebar-w: 240px}.sidebar{position:fixed;top:0;left:0;bottom:0;transform:translate(-100%);box-shadow:var(--shadow-lg)}.sidebar.sidebar-mobile-open{transform:translate(0)}.sidebar-overlay{display:block;position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:99;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.sidebar-close-btn,.mobile-menu-btn{display:flex}.builder-layout{flex-direction:column}.builder-panel{width:100%;max-width:100%;height:55vh;min-height:320px;border-right:none;border-bottom:1px solid var(--border-color);flex-shrink:0}.preview-panel{height:45vh;display:flex;align-items:center;justify-content:center}.device-toggle{top:.5rem}.preview-mockup.desktop{width:100%;height:100%;overflow:hidden}.preview-mockup.desktop .widget-preview-floating{transform:scale(.65);transform-origin:bottom right}.preview-mockup.mobile{transform:scale(.4);margin-top:-380px;margin-left:-187.5px}.widget-preview-floating{bottom:1rem;right:1rem}.analytics-grid{grid-template-columns:1fr 1fr}.stat-card{padding:1rem}.stat-icon{width:42px;height:42px}.country-name{min-width:80px;font-size:.8rem}.login-card{padding:1.75rem 1.5rem}.widgets-grid{grid-template-columns:1fr;padding:1rem}.widget-card-actions{flex-wrap:wrap}.header{padding:0 1rem}.btn-label{display:none}.btn-primary{padding:.6rem}.header .btn-primary .btn-label{display:none}}@media (max-width: 480px){.analytics-grid{grid-template-columns:1fr}.hour-label{display:none}}
