@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";
:root{--stitch-dark:#0c1d3d;--stitch-navy:#1b3a6b;--stitch-blue:#2d5ba0;--stitch-accent:#7ec8e3;--stitch-light:#4a90d9;--stitch-gold:#f1c40f;--stitch-bg:#f0f7ff;--stitch-bg-dark:#0a101f;--stitch-text:#2c3e50;--stitch-text-light:#fff;--stitch-shadow:#2d5ba026;--stitch-green:#2ecc71;--stitch-red:#e74c3c;--stitch-orange:#f39c12;--sidebar-width:220px;--header-height:60px}*{box-sizing:border-box;margin:0;padding:0}html,body{max-width:100vw;height:100vh;color:var(--stitch-text);background:var(--stitch-bg);font-family:Inter,sans-serif;font-size:14px;line-height:1.5;overflow:hidden}a{color:inherit;text-decoration:none;transition:all .2s ease-in-out}.btn-primary{background:linear-gradient(135deg,var(--stitch-blue),var(--stitch-light));color:var(--stitch-text-light);cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:12px 20px;font-family:Inter,sans-serif;font-weight:600;transition:transform .2s,box-shadow .2s;display:inline-flex;box-shadow:0 4px 15px #2d5ba04d}.btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #2d5ba066}.btn-icon-only{aspect-ratio:1;border-radius:50%;padding:10px}.auth-container{background:linear-gradient(135deg,var(--stitch-dark),var(--stitch-navy));justify-content:center;align-items:center;height:100vh;display:flex;position:relative;overflow:hidden}.auth-box{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:10;text-align:center;background:#fffffff2;border-radius:20px;width:100%;max-width:450px;padding:40px;box-shadow:0 10px 40px #0000004d}.auth-box h1{color:var(--stitch-navy);margin-bottom:10px;font-weight:800}.dashboard-layout{grid-template-columns:var(--sidebar-width)1fr;grid-template-rows:var(--header-height)1fr;width:100vw;height:100vh;display:grid;overflow:hidden}.dashboard-sidebar{background:var(--stitch-dark);color:var(--stitch-text-light);z-index:20;flex-direction:column;grid-area:1/1/3/2;padding:20px 0;display:flex;box-shadow:4px 0 20px #0000001a}.sidebar-logo{border-bottom:1px solid #ffffff0d;align-items:center;gap:10px;margin-bottom:15px;padding:0 16px 15px;display:flex}.nav-menu{flex-direction:column;flex:1;gap:2px;padding:0 12px;display:flex}.nav-item{color:#ffffffb3;border-radius:6px;align-items:center;gap:12px;padding:10px 14px;font-size:.85rem;font-weight:500;transition:all .2s;display:flex}.nav-item:hover,.nav-item.active{color:#fff;background:#ffffff1a}.nav-item.active{border-left:4px solid var(--stitch-accent);background:linear-gradient(90deg,#7ec8e326 0%,#0000 100%)}.dashboard-header{box-shadow:0 4px 20px var(--stitch-shadow);z-index:10;background:#fff;grid-area:1/2/2/3;justify-content:space-between;align-items:center;padding:0 30px;display:flex}.header-title{color:var(--stitch-navy);font-size:1.2rem;font-weight:700}.header-controls{align-items:center;gap:20px;display:flex}.agent-state-pill{background:var(--stitch-bg);color:var(--stitch-text);cursor:pointer;box-shadow:0 2px 10px var(--stitch-shadow);border:1px solid #2d5ba033;border-radius:50px;align-items:center;gap:8px;padding:8px 16px;font-size:.9rem;font-weight:600;transition:all .2s;display:flex}.agent-state-pill:hover{border-color:var(--stitch-blue);background:#fff}.state-dot{border-radius:50%;width:10px;height:10px}.state-ready{background:var(--stitch-green);box-shadow:0 0 8px var(--stitch-green)}.state-not_ready{background:var(--stitch-red)}.state-on_call{background:var(--stitch-orange);animation:2s infinite pulse}.state-break{background:var(--stitch-gold)}@keyframes pulse{0%{box-shadow:0 0 #f39c12b3}70%{box-shadow:0 0 0 6px #f39c1200}to{box-shadow:0 0 #f39c1200}}.dashboard-content{background:var(--stitch-bg);grid-area:2/2/3/3;overflow:hidden}.workspace-grid{grid-template-columns:300px 1fr 350px;gap:15px;width:100%;height:100%;padding:15px;display:grid}.workspace-panel{box-shadow:0 4px 15px var(--stitch-shadow);background:#fff;border:1px solid #2d5ba01a;border-radius:12px;flex-direction:column;display:flex;overflow:hidden}.panel-header{color:var(--stitch-navy);background:#f8fbfd;border-bottom:1px solid #0000000d;justify-content:space-between;align-items:center;padding:15px 20px;font-weight:700;display:flex}.panel-content{flex:1;padding:15px;overflow-y:auto}.action-button{cursor:pointer;color:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;transition:transform .2s,opacity .2s;display:flex}.action-button:hover{transform:scale(1.05)}.action-button.danger{background:var(--stitch-red)}.action-button.success{background:var(--stitch-green)}.action-button.neutral{background:var(--stitch-blue)}.interaction-card{cursor:pointer;background:#fff;border:1px solid #0000000d;border-radius:8px;align-items:center;gap:12px;margin-bottom:10px;padding:12px;transition:all .2s;display:flex}.interaction-card:hover{background:var(--stitch-bg);border-color:var(--stitch-light)}.interaction-card.active{border-left:4px solid var(--stitch-blue);background:#f8fbfd}
