/* Minified Frontend Theme (Mobile-first, light) */
:root{--primary:#007bff;--success:#28a745;--bg:#f8f9fa;--text:#333;--border:#dee2e6}.body{font-family:"Inter",sans-serif;background:var(--bg);color:var(--text);margin:0;padding:0}.header{background:var(--primary);color:white;padding:1rem;display:flex;justify-content:space-between;align-items:center}.header .brand img{height:40px}.user-menu button{background:none;border:1px solid white;color:white;padding:.5rem;border-radius:4px;cursor:pointer}.layout{display:flex}.sidebar{width:250px;background:#fff;border-right:1px solid var(--border);height:calc(100vh - 60px);padding:1rem}.sidebar ul{list-style:none;padding:0}.sidebar li a{text-decoration:none;color:var(--text);padding:.5rem;display:block;border-radius:4px;transition:color .3s}.sidebar li a:hover{background:var(--light);color:var(--primary)}.main{flex:1;padding:2rem;overflow-y:auto}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin:2rem 0}.stat-card{background:white;padding:1.5rem;border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,.1);text-align:center}.stat-card h3{margin:0 0 .5rem;color:var(--primary);font-size:1.1rem}.stat-card p{font-size:2rem;color:var(--text);font-weight:bold}.quick-actions{display:flex;gap:1rem;margin:2rem 0}.quick-actions button{padding:1rem 2rem;background:var(--primary);color:white;border:none;border-radius:4px;cursor:pointer;font-size:1rem}.chart-section{margin:2rem 0}.widget-setup{max-width:600px}.widget-setup form{display:flex;flex-direction:column;gap:1rem;margin-bottom:1rem}.widget-setup input,textarea,select{padding:.75rem;border:1px solid var(--border);border-radius:4px}.embedCode textarea{width:100%;height:100px;font-family:monospace;font-size:.9rem}.site-list table{width:100%;border-collapse:collapse}.site-list th,td{border:1px solid var(--border);padding:.5rem;text-align:left}.upgrade-note{background:#fff3cd;padding:1rem;border-radius:4px;margin:1rem 0;border:1px solid var(--warning)}.chat-main{display:flex}.conversations-sidebar{width:300px;border-right:1px solid var(--border);padding:1rem}.chat-area{flex:1;padding:1rem;display:flex;flex-direction:column}.messages{height:400px;overflow-y:auto;border:1px solid var(--border);padding:1rem;border-radius:4px;margin-bottom:1rem}.message-input{display:flex;gap:.5rem}.message-input input{flex:1;padding:.5rem;border:1px solid var(--border);border-radius:4px}.notes-section{background:#f8f9fa;padding:1rem;border-radius:4px}.calendar{height:500px}.filters{display:flex;gap:1rem;margin:1rem 0}.filters input,select{padding:.5rem}.plan-options{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem}.plan-card{background:white;padding:1.5rem;border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,.1)}.plan-card ul{list-style:disc;padding-left:1rem}.tab-btn{background:none;border:none;padding:1rem;cursor:pointer;border-bottom:1px solid var(--border)}.tab-btn.active{border-bottom:2px solid var(--primary);color:var(--primary)}.tab-content{display:none}.tab-content.active{display:block}.modal{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);z-index:1000;justify-content:center;align-items:center}.modal.active{display:flex}.modal .modal-box{background:white;padding:2rem;border-radius:8px;max-width:500px;width:90%}.modal-header{display:flex;justify-content:space-between;align-items:center}.modal-close{font-size:2rem;background:none;border:none;cursor:pointer}@media(max-width:768px){.layout{flex-direction:column}.sidebar{width:100%;order:2}.main{order:1}.stats-grid{grid-template-columns:1fr}}.widget-demo{border:1px solid var(--border);width:300px;height:400px;border-radius:8px;position:relative}.widget-toggle{position:absolute;bottom:0;right:0;background:var(--primary);color:white;padding:.5rem;border-radius:4px 0 0 0;cursor:pointer}