:root{--yevo-50:#faf5ff;--yevo-100:#f3e8ff;--yevo-200:#e9d5ff;--yevo-300:#d8b4fe;--yevo-400:#c084fc;--yevo-500:#a855f7;--yevo-600:#9333ea;--yevo-700:#7e22ce;--yevo-800:#6b21a8;--yevo-900:#581c87;--yevo-950:#3b0764;--gray-50:#f9fafb;--gray-100:#f3f4f6;--gray-200:#e5e7eb;--gray-300:#d1d5db;--gray-400:#9ca3af;--gray-500:#6b7280;--gray-600:#4b5563;--gray-700:#374151;--gray-800:#1f2937;--gray-900:#111827;--green-50:#f0fdf4;--green-100:#dcfce7;--green-600:#16a34a;--green-800:#166534;--red-50:#fef2f2;--red-100:#fee2e2;--red-600:#dc2626;--red-700:#b91c1c;--yellow-50:#fefce8;--yellow-100:#fef9c3;--yellow-700:#a16207;--blue-100:#dbeafe;--blue-700:#1d4ed8;--ok:#16a34a;--ok-bg:#f0fdf4;--ok-bd:#bbf7d0;--warn:#d97706;--warn-bg:#fffbeb;--warn-bd:#fde68a;--err:#dc2626;--err-bg:#fef2f2;--err-bd:#fecaca;--unk:#6b7280;--unk-bg:#f9fafb;--unk-bd:#e5e7eb;--sb-bg:var(--yevo-950);--sb-border:#581c8780;--sb-section-lbl:#c494ff66;--sb-item:var(--yevo-300);--sb-item-hover-bg:#7e22ce40;--sb-item-hover:#fff;--sb-item-active-bg:#7e22ce66;--sb-item-active:#fff;--sb-footer-border:#581c8766}*,:before,:after{box-sizing:border-box;margin:0;padding:0}body{background:var(--gray-50);color:var(--gray-900);min-height:100vh;font-family:Inter,Segoe UI,system-ui,sans-serif}.btn{cursor:pointer;white-space:nowrap;border:none;border-radius:8px;align-items:center;gap:6px;padding:8px 18px;font-family:inherit;font-size:13px;font-weight:600;text-decoration:none;transition:background .15s,border-color .15s,color .15s;display:inline-flex}.btn svg{stroke:currentColor;fill:none;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0;width:14px;height:14px}.btn-primary{background:var(--yevo-700);color:#fff}.btn-primary:hover{background:var(--yevo-800)}.btn-primary:disabled{opacity:.5;cursor:not-allowed}.btn-secondary{background:var(--yevo-100);color:var(--yevo-800)}.btn-secondary:hover{background:var(--yevo-200)}.btn-danger{color:var(--red-600);border:1px solid var(--red-100);background:0 0}.btn-danger:hover{background:var(--red-50)}.btn-ghost{color:var(--gray-600);border:1px solid var(--gray-200);background:0 0}.btn-ghost:hover{background:var(--gray-50);color:var(--gray-900)}.btn-sm{border-radius:6px;padding:5px 12px;font-size:12px}.card{border:1px solid var(--gray-200);background:#fff;border-radius:12px;overflow:hidden}.card-head{border-bottom:1px solid var(--gray-100);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding:14px 20px;display:flex}.card-head-title{color:var(--gray-900);font-size:14px;font-weight:700}.form-label{color:var(--gray-500);text-transform:uppercase;letter-spacing:.06em;margin-bottom:5px;font-size:11px;font-weight:700;display:block}.form-input,.form-select,.form-textarea,.form-control{border:1.5px solid var(--gray-200);width:100%;color:var(--gray-900);background:#fff;border-radius:8px;outline:none;padding:9px 12px;font-family:inherit;font-size:13px;transition:border-color .15s,box-shadow .15s}.form-input:focus,.form-select:focus,.form-textarea:focus,.form-control:focus{border-color:var(--yevo-500);box-shadow:0 0 0 3px #a855f71a}.form-textarea{resize:vertical;min-height:100px}.form-group{margin-bottom:14px}.form-grid{grid-template-columns:1fr 1fr;gap:0 16px;display:grid}@media (width<=600px){.form-grid{grid-template-columns:1fr}}.form-check{align-items:center;gap:8px;display:flex}.form-check input{width:auto}.form-err{color:var(--red-600);margin-top:-8px;margin-bottom:8px;font-size:12px}.form-actions{justify-content:flex-end;gap:10px;margin-top:20px;display:flex}table{border-collapse:collapse;width:100%;font-size:13px}.table-header,thead th{background:var(--yevo-800);color:#fff;text-transform:uppercase;letter-spacing:.08em;text-align:left;white-space:nowrap;padding:10px 16px;font-size:10px;font-weight:700}tbody tr{border-bottom:1px solid var(--gray-50);transition:background .1s}tbody tr:hover{background:var(--gray-50)}tbody td{color:var(--gray-600);vertical-align:middle;padding:11px 16px}.td-name{color:var(--gray-900);font-weight:600}.table-scroll{overflow-x:auto}.badge{text-transform:uppercase;letter-spacing:.04em;white-space:nowrap;border-radius:20px;align-items:center;gap:5px;padding:2px 9px;font-size:10px;font-weight:700;display:inline-flex}.badge-success{background:var(--green-50);color:var(--green-600);border:1px solid var(--green-100)}.badge-danger{background:var(--red-50);color:var(--red-600);border:1px solid var(--red-100)}.badge-warning{background:var(--yellow-50);color:var(--yellow-700);border:1px solid var(--yellow-100)}.badge-info{background:var(--yevo-100);color:var(--yevo-800);border:1px solid var(--yevo-200)}.badge-blue{background:var(--blue-100);color:var(--blue-700);border:1px solid #bfdbfe}.badge-ok{background:var(--ok-bg);color:var(--ok);border:1px solid var(--ok-bd)}.badge-warn{background:var(--warn-bg);color:var(--warn);border:1px solid var(--warn-bd)}.badge-err{background:var(--err-bg);color:var(--err);border:1px solid var(--err-bd)}.badge-unk{background:var(--unk-bg);color:var(--unk);border:1px solid var(--unk-bd)}.dot{background:currentColor;border-radius:50%;width:7px;height:7px;display:inline-block}.pill{text-transform:uppercase;letter-spacing:.03em;border-radius:20px;padding:2px 8px;font-size:10px;font-weight:700;display:inline-block}.pill-on{background:var(--green-50);color:var(--green-600);border:1px solid var(--green-100)}.pill-off{background:var(--gray-50);color:var(--gray-400);border:1px solid var(--gray-200)}.icon-btn{border:1.5px solid var(--gray-200);cursor:pointer;width:30px;height:30px;color:var(--gray-500);background:#fff;border-radius:7px;justify-content:center;align-items:center;padding:0;transition:all .15s;display:inline-flex}.icon-btn:hover{border-color:var(--yevo-500);color:var(--yevo-700);background:var(--yevo-50)}.icon-btn.green{color:var(--green-600);background:var(--green-50);border-color:#bbf7d0}.icon-btn.green:hover{border-color:var(--green-600);background:#dcfce7}.icon-btn.danger{border-color:var(--red-100);color:var(--red-600);background:#fff}.icon-btn.danger:hover{background:var(--red-50)}.icon-btn svg{stroke:currentColor;fill:none;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:14px;height:14px}.row-actions{gap:6px;display:flex}.users-badge{background:var(--yevo-50);width:28px;height:28px;color:var(--yevo-700);border-radius:50%;justify-content:center;align-items:center;font-size:12px;font-weight:700;display:inline-flex}.hero{background:linear-gradient(135deg, var(--yevo-800) 0%, var(--yevo-700) 40%, var(--yevo-900) 100%);border-radius:14px;margin-bottom:24px;padding:24px 28px;position:relative;overflow:hidden}.hero:before{content:"";pointer-events:none;background:#ffffff0f;border-radius:50%;width:180px;height:180px;position:absolute;top:-40px;right:-40px}.hero:after{content:"";pointer-events:none;background:#ffffff0a;border-radius:50%;width:120px;height:120px;position:absolute;bottom:-30px;left:-20px}.hero-label{color:#fff9;text-transform:uppercase;letter-spacing:.12em;margin-bottom:4px;font-size:11px;font-weight:700;position:relative}.hero-title{color:#fff;margin-bottom:4px;font-size:22px;font-weight:800;position:relative}.hero-desc{color:#ffffffbf;font-size:13px;line-height:1.5;position:relative}.hero-actions{flex-wrap:wrap;gap:10px;margin-top:14px;display:flex;position:relative}.stats-grid,.stat-row{grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:22px;display:grid}@media (width<=900px){.stats-grid,.stat-row{grid-template-columns:repeat(2,1fr)}}@media (width<=500px){.stats-grid,.stat-row{grid-template-columns:1fr}}.stat-card,.stat-box{border:1px solid var(--gray-200);background:#fff;border-radius:12px;padding:18px 20px}.stat-box{text-align:center}.stat-label{color:var(--gray-400);text-transform:uppercase;letter-spacing:.07em;margin-bottom:6px;font-size:11px;font-weight:700}.stat-val,.stat-value{color:var(--gray-900);font-variant-numeric:tabular-nums;font-size:28px;font-weight:800;line-height:1}.stat-sub{color:var(--gray-500);margin-top:4px;font-size:12px}.priv-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:8px;display:grid}.priv-item{border:1.5px solid var(--gray-200);cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:8px;align-items:center;gap:10px;padding:10px 12px;transition:all .15s;display:flex}.priv-item:hover{background:var(--yevo-50);border-color:var(--yevo-300)}.priv-item.assigned{background:var(--yevo-50);border-color:var(--yevo-600)}.priv-check{border:2px solid var(--gray-300);color:#0000;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:16px;height:16px;font-size:11px;transition:all .15s;display:flex}.priv-item.assigned .priv-check{background:var(--yevo-600);border-color:var(--yevo-600);color:#fff}.priv-name{color:var(--gray-700);font-size:12.5px;font-weight:600}.overlay{z-index:500;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#00000080;justify-content:center;align-items:center;padding:16px;display:none;position:fixed;inset:0}.overlay.show{display:flex}.modal{background:#fff;border-radius:16px;width:100%;max-width:480px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0003}.modal-wide{max-width:720px}.modal-head{border-bottom:1px solid var(--gray-100);background:#fff;border-radius:16px 16px 0 0;justify-content:space-between;align-items:center;padding:16px 20px;display:flex;position:sticky;top:0}.modal-title{color:var(--gray-900);font-size:15px;font-weight:700}.modal-close{background:var(--gray-100);cursor:pointer;width:28px;height:28px;color:var(--gray-500);border:none;border-radius:6px;justify-content:center;align-items:center;font-size:16px;transition:background .15s;display:flex}.modal-close:hover{background:var(--red-100);color:var(--red-600)}.modal-body{padding:20px}.modal-footer{border-top:1px solid var(--gray-100);justify-content:flex-end;gap:10px;padding:14px 20px;display:flex}.alert{border-radius:8px;margin-bottom:14px;padding:10px 14px;font-size:13px}.alert-error{background:var(--red-50);border:1px solid var(--red-100);color:var(--red-600)}.alert-success{background:var(--green-50);border:1px solid var(--green-100);color:var(--green-600)}.alert-warning{background:var(--yellow-50);border:1px solid var(--yellow-100);color:var(--yellow-700)}.sidebar{background:var(--sb-bg);border-right:1px solid var(--sb-border);z-index:200;flex-direction:column;width:230px;height:100vh;transition:transform .25s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;left:0}.sb-brand{border-bottom:1px solid var(--sb-border);flex-shrink:0;align-items:center;gap:10px;height:56px;padding:0 16px;display:flex}.sb-brand-icon{background:linear-gradient(135deg, var(--yevo-500), var(--yevo-700));border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.sb-brand-icon svg{stroke:#fff;fill:none;stroke-width:1.5px;stroke-linecap:round;stroke-linejoin:round;width:18px;height:18px}.sb-brand-name{color:#fff;font-size:15px;font-weight:700;line-height:1.2}.sb-brand-sub{color:var(--yevo-400);font-size:10px;line-height:1}.sb-nav{flex:1;padding:12px 10px;overflow:hidden auto}.sb-nav::-webkit-scrollbar{width:4px}.sb-nav::-webkit-scrollbar-thumb{background:var(--sb-border);border-radius:4px}.sb-section{margin-bottom:4px}.sb-section-label{color:var(--sb-section-lbl);text-transform:uppercase;letter-spacing:.08em;padding:8px 10px 4px;font-size:10px;font-weight:700}.sb-item{color:var(--sb-item);cursor:pointer;text-align:left;white-space:nowrap;background:0 0;border:none;border-radius:7px;align-items:center;gap:9px;width:100%;margin-bottom:1px;padding:8px 10px;font-size:13px;text-decoration:none;transition:background .12s,color .12s;display:flex;overflow:hidden}.sb-item:hover{background:var(--sb-item-hover-bg);color:var(--sb-item-hover)}.sb-item.active{background:var(--sb-item-active-bg);color:var(--sb-item-active);font-weight:600}.sb-icon{flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;display:flex}.sb-icon svg{stroke:currentColor;fill:none;stroke-width:1.5px;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0;width:18px;height:18px}.sb-footer{border-top:1px solid var(--sb-footer-border);flex-shrink:0;padding:14px 14px 16px}.sb-user{align-items:center;gap:10px;margin-bottom:10px;display:flex}.sb-avatar{background:linear-gradient(135deg, var(--yevo-500), var(--yevo-700));color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:13px;font-weight:700;display:flex}.sb-user-name{color:#e2e8f0;white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:600;overflow:hidden}.sb-user-role{color:var(--yevo-400);font-size:11px}.sb-logout{border:1px solid var(--sb-border);width:100%;color:var(--yevo-400);cursor:pointer;text-align:left;background:#ffffff0d;border-radius:7px;align-items:center;gap:8px;padding:7px 10px;font-family:inherit;font-size:12px;transition:background .15s,color .15s,border-color .15s;display:flex}.sb-logout svg{stroke:currentColor;fill:none;stroke-width:1.5px;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0;width:15px;height:15px}.sb-logout:hover{color:#f87171;background:#f871711a;border-color:#f8717133}.topbar{border-bottom:1px solid var(--gray-200);z-index:100;background:#fff;justify-content:space-between;align-items:center;height:56px;padding:0 24px;display:flex;position:fixed;top:0;left:230px;right:0;box-shadow:0 1px 3px #0000000a}.breadcrumb{align-items:center;gap:6px;font-size:13px;display:flex}.breadcrumb a{color:var(--gray-500);text-decoration:none}.breadcrumb a:hover{color:var(--yevo-700)}.bc-sep{color:var(--gray-300);font-size:11px}.bc-current{color:var(--gray-900);font-weight:600}.topbar-right{align-items:center;gap:14px;display:flex}.topbar-date{color:var(--gray-400);white-space:nowrap;font-size:12px}.topbar-uname{color:var(--gray-500);white-space:nowrap;text-overflow:ellipsis;max-width:140px;font-size:13px;font-weight:500;overflow:hidden}.topbar-avatar{background:linear-gradient(135deg, var(--yevo-500), var(--yevo-700));color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;font-size:12px;font-weight:700;display:flex}.hamburger{cursor:pointer;color:var(--gray-500);background:0 0;border:none;flex-shrink:0;padding:6px;font-size:20px;display:none}.page-wrap{min-height:100vh;margin-left:230px;padding-top:56px}.main{max-width:1180px;margin:0 auto;padding:28px 24px}.page-hdr{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:4px;display:flex}.sb-overlay{z-index:150;background:#00000073;display:none;position:fixed;inset:0}.sb-overlay.show{display:block}@media (width<=768px){.sidebar{transform:translate(-100%)}.sidebar.open{transform:translate(0)}.hamburger{align-items:center;display:flex}.page-wrap{margin-left:0}.topbar{left:0}.main{padding:20px 16px}}@media (width<=900px){.topbar-date,.topbar-uname{display:none}}.text-muted{color:var(--gray-400)}.overflow-x-auto{overflow-x:auto}.flex{display:flex}.items-center{align-items:center}.justify-between{justify-content:space-between}.gap-2{gap:8px}.gap-3{gap:12px}.mb-4{margin-bottom:16px}.mb-6{margin-bottom:24px}.mt-4{margin-top:16px}.text-sm{font-size:13px}.font-semibold{font-weight:600}.text-center{text-align:center}.empty{text-align:center;color:var(--gray-400);border:1px solid var(--gray-200);background:#fff;border-radius:12px;padding:32px 20px;font-size:13px}.assignment-row{grid-template-columns:1.3fr 1fr 1fr auto;align-items:center;gap:8px;margin-bottom:8px;display:grid}@media (width<=600px){.assignment-row{grid-template-columns:1fr}}.assignment-row .remove-row{background:var(--red-50);border:1px solid var(--red-100);color:var(--red-600);cursor:pointer;border-radius:8px;width:34px;height:34px;font-size:16px;line-height:1}.add-row-btn{width:auto}
