:root{font-family:Inter,system-ui,sans-serif;line-height:1.5;font-weight:400;color:#0f172a;background-color:#f8fafc;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:#f8fafc}body.notif-open{overflow:hidden}#root{max-width:1200px;margin:0 auto;padding:2rem 1.5rem 3rem}h1,h2,strong{margin:0}h1{font-size:2rem}h2{font-size:1.25rem}input,select,button{font-family:inherit}.toast-notification{background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:16px;display:flex;gap:12px;box-shadow:0 4px 12px #00000026;animation:slideInRight .3s ease-out;min-width:300px;max-width:400px}@keyframes slideInRight{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.toast-icon{font-size:24px;flex-shrink:0;line-height:1}.toast-content{flex:1;min-width:0}.toast-content strong{display:block;margin-bottom:4px;font-size:14px;color:#333}.toast-content p{margin:0;font-size:13px;color:#666;word-wrap:break-word}.toast-close{background:none;border:none;font-size:24px;cursor:pointer;padding:0;width:24px;height:24px;color:#999;flex-shrink:0;line-height:1;transition:color .2s ease}.toast-close:hover{color:#333}.toast-notification.error{background:#fef2f2;border-left:4px solid #ef4444;border-top:1px solid #fca5a5;border-right:1px solid #fca5a5;border-bottom:1px solid #fca5a5}.toast-notification.error strong{color:#991b1b}.toast-notification.warning{background:#fffbeb;border-left:4px solid #f59e0b;border-top:1px solid #fcd34d;border-right:1px solid #fcd34d;border-bottom:1px solid #fcd34d}.toast-notification.warning strong{color:#92400e}.toast-notification.info{background:#eff6ff;border-left:4px solid #3b82f6;border-top:1px solid #93c5fd;border-right:1px solid #93c5fd;border-bottom:1px solid #93c5fd}.toast-notification.info strong{color:#1e40af}.toast-notification.success{background:#f0fdf4;border-left:4px solid #10b981;border-top:1px solid #6ee7b7;border-right:1px solid #6ee7b7;border-bottom:1px solid #6ee7b7}.toast-notification.success strong{color:#065f46}.app{display:flex;flex-direction:column;gap:1.5rem}.app.notif-open{overflow:hidden}.topbar{display:flex;align-items:center;justify-content:space-between;gap:1rem}.brand h1{margin:0}.subtitle{margin:.15rem 0 0;color:#6b7280;font-size:.9rem}.topbar-actions{display:flex;align-items:center;gap:1rem}.user-chip{display:flex;align-items:center;gap:1rem;background:#fff;border-radius:14px;padding:.6rem .9rem;box-shadow:0 6px 24px #0f172a14}.icon-btn{position:relative;border:1px solid #e2e8f0;background:#fff;border-radius:12px;padding:.55rem .75rem;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.icon{font-size:1.1rem}.badge{position:absolute;top:-6px;right:-6px;background:#ef4444;color:#fff;font-size:.7rem;padding:.15rem .4rem;border-radius:999px}.layout{display:grid;grid-template-columns:360px 1fr;gap:1.5rem}.sidebar{display:flex;flex-direction:column;gap:1rem;max-height:calc(100vh - 180px)}.sidebar-nav{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem;background:#fff;border-radius:14px;padding:.5rem;box-shadow:0 6px 24px #0f172a14}.nav-btn{border:none;background:transparent;padding:.5rem .6rem;border-radius:10px;font-weight:600;color:#64748b;cursor:pointer}.nav-btn.active{background:#4f46e5;color:#fff}.sidebar-panel{display:flex;flex-direction:column;gap:1rem;overflow-y:auto;flex:1}.main-content{display:flex;flex-direction:column;gap:1.5rem}.notif-overlay{position:fixed;inset:0;background:#0f172a59;display:flex;justify-content:flex-end;padding:1rem;z-index:50}.notif-panel{width:min(420px,100%);height:calc(100vh - 2rem);background:#fff;border-radius:16px;box-shadow:0 20px 50px #0f172a33;padding:1rem;display:flex;flex-direction:column;gap:.75rem;transform:translate(16px);animation:notifSlideIn .22s ease-out forwards;overflow:hidden}.notif-panel>.card{overflow-y:auto;flex:1;min-height:0}.notif-panel.closing{animation:notifSlideOut .2s ease-in forwards}.notif-header{display:flex;align-items:center;justify-content:space-between;gap:1rem}.notif-panel .card{box-shadow:none;padding:0;border-radius:12px}@keyframes notifSlideIn{0%{opacity:0;transform:translate(24px)}to{opacity:1;transform:translate(0)}}@keyframes notifSlideOut{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(24px)}}.card{background:#fff;border-radius:16px;padding:1.25rem;box-shadow:0 10px 30px #0f172a14;display:flex;flex-direction:column;gap:1rem}.form-card form{display:flex;flex-direction:column;gap:.75rem}label{display:flex;flex-direction:column;font-size:.9rem;color:#334155;gap:.35rem}input,select{padding:.6rem .75rem;border-radius:10px;border:1px solid #e2e8f0;font-size:.95rem;background:#f8fafc}.row{display:flex;gap:.75rem;flex-wrap:wrap}.btn{padding:.6rem 1rem;border-radius:10px;border:none;background:#4f46e5;color:#fff;font-weight:600;cursor:pointer;transition:transform .2s ease;display:inline-flex;align-items:center;justify-content:center;gap:.5rem}.btn:disabled{opacity:.7;cursor:not-allowed}.btn.small{padding:.35rem .7rem;border-radius:8px;font-size:.8rem}.btn:hover{transform:translateY(-1px)}.btn.secondary{background:#e2e8f0;color:#0f172a}.btn.danger{background:#ef4444}.link{background:transparent;border:none;color:#4f46e5;cursor:pointer}.list{display:flex;flex-direction:column;gap:.75rem;overflow-y:auto;max-height:100%}.list-item{display:flex;justify-content:space-between;align-items:center;gap:.75rem;border:1px solid #e2e8f0;border-radius:12px;padding:.75rem}.actions{display:flex;gap:.5rem;flex-wrap:wrap}.status{display:inline-flex;align-items:center;padding:.35rem .75rem;border-radius:999px;font-size:.8rem;font-weight:600;background:#e2e8f0;color:#0f172a}.status.accepted{background:#dcfce7;color:#166534}.alert{background:#fee2e2;color:#991b1b;padding:.75rem 1rem;border-radius:12px}.muted{color:#6b7280;margin:.15rem 0 0;font-size:.85rem}.label{font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;color:#94a3b8;margin:0}.call-panel{grid-column:span 2}.call-banner{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:.75rem;border-radius:12px;background:#eef2ff}.call-banner.declined{background:#fee2e2;border:1px solid #fca5a5}.call-banner.declined strong{color:#991b1b}.video-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem;margin-top:1rem}.video{width:100%;height:400px;background:#0f172a;border-radius:12px;object-fit:cover;object-position:center}@media(max-width:900px){.layout{grid-template-columns:1fr}.sidebar-nav{grid-template-columns:repeat(2,1fr)}}.toast-container{position:fixed;top:80px;right:20px;z-index:10000;display:flex;flex-direction:column;gap:10px;max-width:400px;pointer-events:none}.toast-container>*{pointer-events:auto}@media(max-width:600px){.toast-container{top:70px;right:10px;left:10px;max-width:none}}
