@import "https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&family=Inter:wght@300;400;500;600&display=swap";:root{--surface:#0a0e1a;--surface-low:#0e1320;--surface-container:#141928;--surface-high:#1a1f2f;--surface-highest:#202537;--surface-bright:#252b3f;--primary:#53ddfc;--primary-container:#21bedc;--primary-dim:#40ceed;--on-primary:#004b58;--secondary:#6bff8f;--secondary-container:#006e2f;--on-secondary:#005f28;--tertiary:#699cff;--tertiary-container:#4388fd;--error:#ff716c;--error-container:#9f0519;--on-surface:#e2e4f6;--on-surface-variant:#a7aabb;--outline:#717584;--outline-variant:#444756;--font-headline:"Space Grotesk", sans-serif;--font-body:"Inter", sans-serif;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:20px;--radius-2xl:24px;--radius-3xl:32px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-body);background-color:var(--surface);background-image:radial-gradient(circle at 50% -20%, #00343e 0%, var(--surface) 60%);color:var(--on-surface);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh;line-height:1.5}.material-symbols-outlined{font-variation-settings:"FILL" 0, "wght" 300, "GRAD" 0, "opsz" 24;vertical-align:middle;line-height:1;display:inline-block}.top-nav{z-index:100;-webkit-backdrop-filter:blur(20px);border-radius:var(--radius-2xl);background:#ffffff0d;border:1px solid #ffffff1a;justify-content:space-between;align-items:center;width:95%;max-width:1280px;padding:.75rem 2rem;display:flex;position:fixed;top:1rem;left:50%;transform:translate(-50%);box-shadow:0 20px 50px #06b6d41a}.nav-brand{font-family:var(--font-headline);color:#fff;letter-spacing:.05em;align-items:center;gap:.5rem;font-size:1.125rem;font-weight:700;text-decoration:none;display:flex}.nav-brand .material-symbols-outlined{color:var(--primary);font-size:1.5rem}.nav-links{align-items:center;gap:2rem;display:flex}.nav-links a{color:#94a3b8;align-items:center;gap:.25rem;font-size:.9rem;font-weight:400;text-decoration:none;transition:color .2s;display:flex}.nav-links a:hover{color:#fff}.nav-links a.active{color:var(--primary);border-bottom:2px solid var(--primary);padding-bottom:2px;font-weight:500}.nav-actions{align-items:center;gap:.75rem;display:flex}.nav-icon-btn{cursor:pointer;color:#94a3b8;background:0 0;border:none;border-radius:9999px;justify-content:center;align-items:center;padding:.5rem;transition:color .2s,background .2s;display:flex}.nav-icon-btn:hover{color:#fff;background:#ffffff1a}.nav-icon-btn.danger:hover{color:var(--error)}.nav-user-avatar{background:var(--surface-high);width:2.25rem;height:2.25rem;font-family:var(--font-headline);color:var(--primary);text-transform:uppercase;border:1px solid #53ddfc4d;border-radius:9999px;justify-content:center;align-items:center;font-size:.75rem;font-weight:600;display:flex;overflow:hidden}.nav-role-chip{text-transform:uppercase;letter-spacing:.08em;color:var(--primary);background:#53ddfc1a;border:1px solid #53ddfc33;border-radius:9999px;padding:.2rem .6rem;font-size:.65rem;font-weight:600}.app-body{min-height:100vh;padding-top:5.5rem}.page-container{max-width:1280px;margin:0 auto;padding:2rem 1.5rem 4rem}.page-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:1.5rem;margin-bottom:2.5rem;display:flex}.page-title{font-family:var(--font-headline);color:#fff;letter-spacing:-.02em;font-size:3rem;font-weight:300;line-height:1.1}.page-title span.accent{color:var(--primary);font-weight:500}.page-subtitle{color:#94a3b8;margin-top:.25rem;font-size:.9rem}.page-actions{align-items:center;gap:.75rem;display:flex}.glass-card{-webkit-backdrop-filter:blur(20px);border-radius:var(--radius-xl);background:#ffffff0a;border:1px solid #ffffff12}.glass-card-strong{-webkit-backdrop-filter:blur(24px);border-radius:var(--radius-2xl);background:#ffffff12;border:1px solid #53ddfc1f}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.25rem;margin-bottom:1.5rem;display:grid}.stat-card{border-radius:var(--radius-xl);background:#ffffff0a;border:1px solid #ffffff12;padding:1.5rem;transition:background .2s}.stat-card:hover{background:#ffffff14}.stat-card-header{justify-content:space-between;align-items:flex-start;margin-bottom:1rem;display:flex}.stat-icon .material-symbols-outlined{opacity:.8;font-size:1.5rem}.stat-badge{border-radius:9999px;padding:.15rem .5rem;font-size:.65rem;font-weight:600}.stat-val{font-family:var(--font-headline);color:#fff;margin-bottom:.25rem;font-size:2.5rem;font-weight:700;line-height:1}.stat-lbl{color:#94a3b8;font-size:.8rem;font-weight:300}.home-page{flex-direction:column;gap:1.5rem;max-width:1280px;margin:0 auto;padding:2rem 1.5rem 4rem;display:flex}.home-bottom-grid{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.assistant-page{max-width:1280px;min-height:calc(100vh - 5rem);margin:0 auto;padding:1.5rem}.assistant-container{flex-direction:column;gap:1rem;height:calc(100vh - 8rem);display:flex}.assistant-chat{flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden}.assistant-results{flex-shrink:0;max-height:40vh;animation:.3s slideIn;overflow:auto}.assistant-welcome{text-align:center;flex-direction:column;align-items:center;padding:3rem 2rem;display:flex}.assistant-welcome-icon{background:#53ddfc14;border:1px solid #53ddfc26;border-radius:20px;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:1.25rem;display:flex}.assistant-welcome-icon .material-symbols-outlined{color:var(--primary);font-size:2rem}.assistant-welcome h3{font-family:var(--font-headline);color:#fff;margin-bottom:.4rem;font-size:1.25rem;font-weight:600}.assistant-welcome p{color:#64748b;max-width:480px;margin-bottom:2rem;font-size:.85rem;line-height:1.5}.assistant-suggestions-grid{grid-template-columns:repeat(3,1fr);gap:.75rem;width:100%;max-width:700px;display:grid}.assistant-suggestion-card{border-radius:var(--radius-md);cursor:pointer;text-align:left;font-family:var(--font-body);background:#ffffff08;border:1px solid #ffffff0f;flex-direction:column;align-items:flex-start;gap:.35rem;padding:1rem;transition:all .2s;display:flex}.assistant-suggestion-card:hover{background:#53ddfc0f;border-color:#53ddfc33;transform:translateY(-2px)}.assistant-suggestion-label{color:#e2e4f6;font-size:.8rem;font-weight:600}.assistant-suggestion-desc{color:#64748b;font-size:.72rem;line-height:1.4}.assistant-chips{border-top:1px solid #ffffff0d;flex-wrap:wrap;gap:.35rem;padding:.6rem 1.25rem;display:flex}.home-grid{grid-template-columns:1fr;gap:1.5rem;max-width:1280px;margin:0 auto;padding:2rem 1.5rem 4rem;display:grid}.home-main,.home-sidebar{flex-direction:column;gap:1.5rem;display:flex}.card-chat{flex-direction:column;height:calc(100vh - 7rem);min-height:500px;display:flex}.chat-header{border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:flex}.chat-bot-avatar{background:linear-gradient(135deg, var(--primary), var(--tertiary));border-radius:9999px;flex-shrink:0;justify-content:center;align-items:center;width:3rem;height:3rem;display:flex;box-shadow:0 0 20px #06b6d44d}.chat-bot-avatar .material-symbols-outlined{color:#fff;font-size:1.5rem}.chat-online-dot{background:var(--secondary);border-radius:9999px;width:.625rem;height:.625rem;box-shadow:0 0 8px #6bff8f}.chat-messages{background:#0d111780;flex-direction:column;flex:1;gap:1.5rem;padding:1.5rem;display:flex;overflow-y:auto}.chat-messages::-webkit-scrollbar{width:4px}.chat-messages::-webkit-scrollbar-track{background:0 0}.chat-messages::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:4px}.msg-bot{gap:.75rem;max-width:85%;display:flex}.msg-user{justify-content:flex-end;display:flex}.msg-bot-icon{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:9999px;flex-shrink:0;justify-content:center;align-items:center;width:2rem;height:2rem;display:flex}.msg-bot-icon .material-symbols-outlined{color:var(--primary);font-size:.9rem}.msg-bubble-bot{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);color:#cbd5e1;background:#ffffff0f;border:1px solid #ffffff0d;border-radius:2px 1rem 1rem;padding:.75rem 1rem;font-size:.9375rem;line-height:1.6}.msg-bubble-user{background:linear-gradient(135deg, var(--primary), var(--primary-container));color:var(--on-primary);border-radius:1rem 2px 1rem 1rem;max-width:80%;padding:.75rem 1.25rem;font-size:.9375rem;font-weight:500;box-shadow:0 8px 20px #06b6d426}.chat-footer{border-top:1px solid #ffffff0f;padding:1rem 1.25rem}.chat-suggestions{flex-wrap:wrap;gap:.5rem;margin-bottom:.75rem;display:flex}.chip{color:var(--primary);cursor:pointer;background:#ffffff0a;border:1px solid #53ddfc4d;border-radius:9999px;align-items:center;gap:.35rem;padding:.4rem .85rem;font-size:.75rem;font-weight:500;transition:background .2s;display:inline-flex}.chip:hover{background:#53ddfc1a}.chat-input-row{align-items:center;gap:.75rem;display:flex}.chat-input-wrap{flex:1;position:relative}.chat-input{color:#fff;width:100%;font-family:var(--font-body);background:#1a1f3a;border:1px solid #ffffff1a;border-radius:1rem;outline:none;padding:1rem 3.5rem 1rem 1.25rem;font-size:.9rem;transition:border-color .2s,box-shadow .2s}.chat-input::placeholder{color:#475569}.chat-input:focus{border-color:#53ddfc80;box-shadow:0 0 0 2px #53ddfc33}.chat-send-btn{border-radius:var(--radius-md);background:linear-gradient(135deg, var(--primary), var(--primary-container));cursor:pointer;width:3.25rem;height:3.25rem;color:var(--on-primary);border:none;flex-shrink:0;justify-content:center;align-items:center;transition:transform .15s;display:flex;box-shadow:0 4px 12px #06b6d440}.chat-send-btn:hover{transform:scale(1.05)}.chat-send-btn:active{transform:scale(.95)}.chat-mic-btn{border-radius:var(--radius-md);cursor:pointer;width:3.25rem;height:3.25rem;color:var(--error);background:#ffffff0a;border:1px solid #ff716c40;flex-shrink:0;justify-content:center;align-items:center;transition:background .2s;display:flex;box-shadow:0 0 15px #ff716c26}.chat-mic-btn:hover{background:#ff716c1a}.chat-mic-btn.recording{background:#ff716c26;border-color:#ff716c99;animation:1s infinite pulse-mic}@keyframes pulse-mic{0%,to{box-shadow:0 0 15px #ff716c26}50%{box-shadow:0 0 25px #ff716c66}}.history-panel{border-radius:var(--radius-xl);background:#ffffff0a;border:1px solid #ffffff12;overflow:hidden}.panel-header{border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;padding:1rem 1.25rem;display:flex}.panel-title{font-family:var(--font-headline);color:#fff;align-items:center;gap:.4rem;font-size:1rem;font-weight:500;display:flex}.panel-title .material-symbols-outlined{color:var(--primary);font-size:1.1rem}.panel-see-all{color:var(--primary);cursor:pointer;background:0 0;border:none;font-size:.75rem;text-decoration:underline}.history-item{cursor:pointer;border-bottom:1px solid #ffffff0a;padding:.875rem 1.25rem;transition:background .15s}.history-item:last-child{border-bottom:none}.history-item:hover{background:#ffffff0a}.history-item-query{color:#cbd5e1;white-space:nowrap;text-overflow:ellipsis;margin-bottom:.2rem;font-size:.8rem;font-style:italic;overflow:hidden}.history-item-meta{color:#475569;font-size:.7rem}.trajet-row{border-bottom:1px solid #ffffff0a;justify-content:space-between;align-items:center;padding:.75rem 0;font-size:.85rem;display:flex}.trajet-row:last-child{border-bottom:none}.table-container{border-radius:var(--radius-xl);background:#ffffff08;border:1px solid #ffffff0f;overflow:hidden}.results{overflow-x:auto}table{border-collapse:collapse;width:100%;font-size:.875rem}thead tr{background:#ffffff0a;border-bottom:1px solid #ffffff0f}thead th{text-align:left;text-transform:uppercase;letter-spacing:.08em;color:#64748b;font-size:.7rem;font-weight:600;font-family:var(--font-body);white-space:nowrap;padding:1.1rem 1.5rem}tbody tr{border-bottom:1px solid #ffffff0a;transition:background .15s}tbody tr:last-child{border-bottom:none}tbody tr:hover{background:#ffffff08}tbody td{color:#cbd5e1;white-space:nowrap;padding:1.1rem 1.5rem}tbody td:first-child{font-family:var(--font-headline);color:var(--primary);letter-spacing:.02em;font-weight:700}.table-footer{background:#ffffff05;border-top:1px solid #ffffff0d;justify-content:space-between;align-items:center;padding:.75rem 1.5rem;display:flex}.table-footer-text{color:#475569;font-size:.8rem}.badge{border-radius:9999px;align-items:center;gap:.35rem;padding:.2rem .7rem;font-size:.7rem;font-weight:500;display:inline-flex}.badge:before{content:"";border-radius:50%;width:6px;height:6px}.badge-green{color:#34d399;background:#10b9810d;border:1px solid #10b9814d;box-shadow:0 0 10px #10b9811a}.badge-green:before{background:#34d399}.badge-orange{color:#fbbf24;background:#f59e0b0d;border:1px solid #f59e0b4d;box-shadow:0 0 10px #f59e0b1a}.badge-orange:before{background:#fbbf24}.badge-red{color:var(--error);background:#ef44440d;border:1px solid #ef44444d;box-shadow:0 0 10px #ef44441a}.badge-red:before{background:var(--error)}.badge-blue{color:var(--tertiary);background:#699cff0d;border:1px solid #699cff4d}.badge-blue:before{background:var(--tertiary)}.badge-green.active:before,.badge-orange.pulse:before{animation:1.5s infinite badge-pulse}@keyframes badge-pulse{0%,to{opacity:1}50%{opacity:.4}}.btn-primary{background:linear-gradient(135deg, var(--primary) 0%, var(--primary-container) 100%);color:var(--on-primary);border-radius:var(--radius-md);font-size:.875rem;font-weight:600;font-family:var(--font-body);cursor:pointer;white-space:nowrap;border:none;align-items:center;gap:.4rem;padding:.7rem 1.4rem;transition:transform .15s,box-shadow .15s;display:inline-flex;box-shadow:0 0 20px #53ddfc33}.btn-primary:hover{transform:scale(1.02);box-shadow:0 0 28px #53ddfc59}.btn-primary:active{transform:scale(.98)}.btn-primary:disabled{opacity:.6;cursor:not-allowed;transform:none}.btn-secondary{color:#cbd5e1;border-radius:var(--radius-md);font-size:.875rem;font-weight:500;font-family:var(--font-body);cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;align-items:center;gap:.4rem;padding:.7rem 1.4rem;transition:background .2s,color .2s;display:inline-flex}.btn-secondary:hover{color:#fff;background:#ffffff1a}.btn-sm{border-radius:var(--radius-sm);cursor:pointer;border:none;padding:.3rem .8rem;font-size:.75rem;font-weight:500;transition:opacity .15s}.btn-edit{color:var(--primary);background:#53ddfc1a;border:1px solid #53ddfc33}.btn-edit:hover{background:#53ddfc33}.btn-danger{color:var(--error);background:#ff716c1a;border:1px solid #ff716c33}.btn-danger:hover{background:#ff716c33}.action-btns{align-items:center;gap:.4rem;display:flex}.form-group{flex-direction:column;gap:.4rem;display:flex}.form-group label{color:#94a3b8;text-transform:uppercase;letter-spacing:.06em;font-size:.8rem;font-weight:500}input[type=text],input[type=email],input[type=password],input[type=number],input[type=tel],input[type=date],select,textarea{background:var(--surface-high);border-radius:var(--radius-md);color:#fff;width:100%;font-family:var(--font-body);border:1px solid #ffffff0f;outline:none;padding:.8rem 1rem;font-size:.875rem;transition:border-color .2s,box-shadow .2s}input::placeholder,textarea::placeholder{color:#475569}input:focus,select:focus,textarea:focus{border-color:#53ddfc80;box-shadow:0 0 0 2px #53ddfc26}select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2394a3b8' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-position:right .75rem center;background-repeat:no-repeat;background-size:1rem;padding-right:2.5rem}select option{background:var(--surface-high);color:#fff}.filter-input{background:var(--surface-high);border-radius:var(--radius-md);color:#fff;font-family:var(--font-body);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cpath d='m21 21-4.35-4.35'/%3E%3C/svg%3E");background-position:.75rem;background-repeat:no-repeat;background-size:1rem;border:none;outline:none;width:240px;padding:.65rem 1rem .65rem 2.75rem;font-size:.875rem;transition:box-shadow .2s}.filter-input:focus{box-shadow:0 0 0 2px #53ddfc4d}.filter-input::placeholder{color:#475569}.admin-tabs{flex-wrap:wrap;gap:.5rem;margin-bottom:1.75rem;display:flex}.admin-tab{color:#94a3b8;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff14;border-radius:9999px;align-items:center;gap:.4rem;padding:.55rem 1.25rem;font-size:.85rem;font-weight:500;transition:background .2s,color .2s,box-shadow .2s;display:inline-flex}.admin-tab:hover{color:#fff;background:#ffffff17}.admin-tab.active{background:linear-gradient(135deg, var(--primary) 0%, var(--primary-container) 100%);color:var(--on-primary);border-color:#0000;box-shadow:0 0 20px #53ddfc4d}.admin-section-header{border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:flex}.admin-section-header h2{font-family:var(--font-headline);color:#fff;font-size:1.1rem;font-weight:500}.form-card{border-radius:var(--radius-xl);background:#ffffff0d;border:1px solid #ffffff14;margin-bottom:1.25rem;padding:1.5rem}.form-card h3{font-family:var(--font-headline);color:#fff;margin-bottom:1.25rem;font-size:1rem;font-weight:500}.form-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.form-actions{justify-content:flex-end;gap:.75rem;margin-top:1.25rem;display:flex}.form-error{color:var(--error);border-radius:var(--radius-md);background:#ff716c1a;border:1px solid #ff716c33;align-items:center;gap:.5rem;margin-bottom:1rem;padding:.65rem 1rem;font-size:.85rem;display:flex}.form-success{color:var(--secondary);border-radius:var(--radius-md);background:#6bff8f14;border:1px solid #6bff8f33;margin-bottom:1rem;padding:.65rem 1rem;font-size:.85rem}.modal-overlay{z-index:200;-webkit-backdrop-filter:blur(16px);background:#0a0e1ad9;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal-card{-webkit-backdrop-filter:blur(24px);border-radius:var(--radius-3xl);background:#ffffff0f;border:1px solid #53ddfc33;width:90%;max-width:480px;padding:2.5rem;position:relative;overflow:hidden;box-shadow:0 0 60px #53ddfc1a}.modal-card:before{content:"";filter:blur(60px);pointer-events:none;background:#53ddfc14;border-radius:9999px;width:12rem;height:12rem;position:absolute;top:-6rem;right:-6rem}.modal-card h3{font-family:var(--font-headline);color:#fff;letter-spacing:-.02em;margin-bottom:.4rem;font-size:1.75rem;font-weight:700}.modal-subtitle{color:#94a3b8;margin-bottom:1.75rem;font-size:.875rem}.login-page{justify-content:center;align-items:center;min-height:100vh;padding:1.5rem;display:flex;position:relative;overflow:hidden}.login-page:before{content:"";filter:blur(80px);pointer-events:none;background:#53ddfc0f;border-radius:9999px;width:50rem;height:50rem;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}.login-card{-webkit-backdrop-filter:blur(24px);border-radius:var(--radius-3xl);z-index:10;background:#ffffff14;border:1px solid #53ddfc1f;border-color:#ffffff26 #53ddfc1f #53ddfc1f #ffffff1f;width:100%;max-width:440px;padding:3rem;position:relative;box-shadow:0 20px 50px #06b6d414}.login-logo{background:var(--surface-high);border-radius:1rem;justify-content:center;align-items:center;width:5rem;height:5rem;margin:0 auto 1.5rem;display:flex;box-shadow:0 0 30px #06b6d433}.login-logo .material-symbols-outlined{color:var(--primary);text-shadow:0 0 15px #06b6d480;font-size:3rem}.login-header{text-align:center;margin-bottom:2.5rem}.login-header h1{font-family:var(--font-headline);color:#fff;letter-spacing:-.03em;margin-bottom:.4rem;font-size:2.5rem;font-weight:300}.login-header p{color:#94a3b8;font-size:.875rem;font-weight:300}.login-error{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:var(--radius-md);color:#ff716ce6;background:#ff716c1a;border:1px solid #ff716c40;align-items:center;gap:.5rem;margin-bottom:1.25rem;padding:.75rem 1rem;font-size:.85rem;font-weight:500;display:flex}.login-input-wrap{position:relative}.login-input-wrap .material-symbols-outlined{color:#475569;pointer-events:none;font-size:1.25rem;transition:color .2s;position:absolute;top:50%;left:1rem;transform:translateY(-50%)}.login-input-wrap:focus-within .material-symbols-outlined{color:var(--primary)}.login-input-wrap input{border-radius:var(--radius-md);padding-left:3rem}.btn-login{background:linear-gradient(135deg, var(--primary) 0%, var(--primary-container) 100%);width:100%;color:var(--on-primary);border-radius:var(--radius-md);font-size:1.05rem;font-weight:600;font-family:var(--font-body);cursor:pointer;border:none;margin-top:.5rem;padding:1rem;transition:transform .15s,box-shadow .15s;box-shadow:0 10px 20px #06b6d433}.btn-login:hover{transform:scale(1.01);box-shadow:0 15px 30px #06b6d44d}.btn-login:active{transform:scale(.99)}.btn-login:disabled{opacity:.6;cursor:not-allowed;transform:none}.loading{text-align:center;color:#475569;padding:3rem;font-size:.875rem}.empty-state{text-align:center;color:#475569;padding:3rem 1.5rem}.empty-state .material-symbols-outlined{color:#334155;margin-bottom:.75rem;font-size:3rem;display:block}.history-user-badge{color:var(--primary);letter-spacing:.02em;background:#53ddfc14;border-radius:4px;align-items:center;gap:.2rem;margin-right:.35rem;padding:1px 6px;font-size:.6rem;font-weight:600;display:inline-flex}.network-activity{overflow:hidden}.network-live-dot{background:var(--secondary);width:8px;height:8px;box-shadow:0 0 8px var(--secondary);border-radius:50%;animation:2s ease-in-out infinite pulse-network}@keyframes pulse-network{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.85)}}.network-stats-row{border-bottom:1px solid #ffffff0d;grid-template-columns:repeat(4,1fr);gap:.75rem;padding:1rem 1.25rem;display:grid}.network-stat{text-align:center}.network-stat-val{font-family:var(--font-headline);letter-spacing:-.02em;font-size:1.5rem;font-weight:700;line-height:1.2}.network-stat-label{color:#475569;text-transform:uppercase;letter-spacing:.06em;margin-top:.2rem;font-size:.65rem;font-weight:500}.network-users{padding:0}.network-users-header{text-transform:uppercase;letter-spacing:.06em;color:#475569;border-bottom:1px solid #ffffff0a;grid-template-columns:1fr 100px 120px;padding:.6rem 1.25rem;font-size:.65rem;font-weight:600;display:grid}.network-user-row{border-bottom:1px solid #ffffff08;grid-template-columns:1fr 100px 120px;align-items:center;padding:.65rem 1.25rem;font-size:.8rem;transition:background .15s;display:grid}.network-user-row:last-child{border-bottom:none}.network-user-row:hover{background:#ffffff08}.network-user-name{color:#e2e4f6;align-items:center;gap:.5rem;font-weight:500;display:flex}.network-user-dot{background:#334155;border-radius:50%;flex-shrink:0;width:7px;height:7px}.network-user-dot.active{background:var(--secondary);box-shadow:0 0 6px var(--secondary)}.network-user-count{font-size:.8rem;font-family:var(--font-headline)}.network-user-time{color:#64748b;font-size:.75rem}@keyframes bounce{0%,to{opacity:1;transform:translateY(0)}50%{opacity:.6;transform:translateY(-4px)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (width<=900px){.home-grid,.home-bottom-grid{grid-template-columns:1fr}.card-chat{height:60vh}.assistant-suggestions-grid{grid-template-columns:repeat(2,1fr)}.assistant-container{height:auto;min-height:calc(100vh - 8rem)}.assistant-chat{min-height:60vh}}@media (width<=600px){.assistant-suggestions-grid{grid-template-columns:1fr}}.chat-results-container{background:var(--surface-low);border-top:1px solid #53ddfc26;flex-shrink:0;max-height:300px;overflow:auto}.results-table-wrapper{padding:0}.results-table-header{font-family:var(--font-headline);color:#e2e4f6;z-index:1;-webkit-backdrop-filter:blur(8px);background:#53ddfc0d;border-bottom:1px solid #ffffff0f;align-items:center;gap:.5rem;padding:.75rem 1rem;font-size:.85rem;font-weight:600;display:flex;position:sticky;top:0}.results-table-scroll{overflow-x:auto}.results-table-scroll table{border-collapse:collapse;width:100%;font-size:.8rem}.results-table-scroll thead tr{background:#ffffff0a;border-bottom:1px solid #ffffff14}.results-table-scroll thead th{text-align:left;text-transform:uppercase;letter-spacing:.08em;color:var(--primary);font-size:.68rem;font-weight:600;font-family:var(--font-body);white-space:nowrap;padding:.65rem 1rem}.results-table-scroll tbody tr{border-bottom:1px solid #ffffff0a;transition:background .15s}.results-table-scroll tbody tr:last-child{border-bottom:none}.results-table-scroll tbody tr:hover{background:#53ddfc0f}.results-table-scroll tbody td{color:#e2e4f6;white-space:nowrap;padding:.65rem 1rem;font-size:.8rem}.results-table-scroll tbody td:first-child{font-family:var(--font-headline);color:var(--primary);font-weight:600}.chat-results-container::-webkit-scrollbar{width:4px;height:4px}.chat-results-container::-webkit-scrollbar-track{background:0 0}.chat-results-container::-webkit-scrollbar-thumb{background:#53ddfc33;border-radius:4px}.chat-results-container::-webkit-scrollbar-thumb:hover{background:#53ddfc59}.results-table-scroll::-webkit-scrollbar{height:4px}.results-table-scroll::-webkit-scrollbar-track{background:0 0}.results-table-scroll::-webkit-scrollbar-thumb{background:#53ddfc33;border-radius:4px}.bg-decor-top{filter:blur(120px);pointer-events:none;z-index:-1;background:#53ddfc12;border-radius:9999px;width:40%;height:40%;position:fixed;top:-10%;right:-10%}.bg-decor-bottom{filter:blur(100px);pointer-events:none;z-index:-1;background:#699cff0d;border-radius:9999px;width:40%;height:40%;position:fixed;bottom:-10%;left:-10%}
