.cc-btn{cursor:pointer;white-space:nowrap;border:none;border-radius:10px;justify-content:center;align-items:center;gap:6px;min-height:36px;padding:0 14px;font-size:13px;font-weight:500;text-decoration:none;transition:background .2s,transform 80ms,opacity .2s;display:inline-flex}.cc-btn:active{transform:translateY(1px)}.cc-btn:disabled{opacity:.65;cursor:not-allowed;transform:none!important}.cc-btn--primary{color:#fff;background:#d97706}.cc-btn--primary:hover:not(:disabled){background:#b45309;transform:translateY(-1px)}.cc-btn--secondary{color:#0f172a;background:#e2e8f0}.cc-btn--secondary:hover:not(:disabled){background:#cbd5e1}.cc-btn--danger{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca}.cc-btn--danger:hover:not(:disabled){background:#fee2e2;border-color:#fca5a5}.cc-btn--ghost{color:#d97706;background:0 0;border:1px solid #0000}.cc-btn--ghost:hover:not(:disabled){background:#d9770614;border-color:#d9770638;transform:none}.cc-btn--sm{border-radius:8px;min-height:28px;padding:0 10px;font-size:12px}.cc-table-wrap{border:1px solid #e2e8f0;border-radius:12px;overflow-x:auto}.cc-table{border-collapse:collapse;width:100%;min-width:0}.cc-table th{text-align:left;color:#cbd5e1;letter-spacing:.025em;text-transform:uppercase;white-space:nowrap;background:#0b1a2b;padding:9px 12px;font-size:.7rem;font-weight:600}.cc-table td{color:#0f172a;vertical-align:middle;background:#fff;border-top:1px solid #e5e7eb;padding:9px 12px;font-size:.88rem}.cc-table tbody tr:hover td{background:#f8fafc}.cc-table--fixed{table-layout:fixed}.cc-table__empty{text-align:center;color:#64748b;padding:20px 12px;font-size:.88rem}.cc-label{color:#374151;flex-direction:column;gap:6px;font-size:.8rem;font-weight:500;display:flex}.cc-input,.cc-select{box-sizing:border-box;color:#0f172a;background:#fff;border:1px solid #d1d5db;border-radius:10px;outline:none;width:100%;min-width:0;height:36px;padding:0 12px;font-size:.88rem;transition:border-color .18s,box-shadow .18s}.cc-input::placeholder{color:#94a3b8;opacity:1}.cc-input:focus,.cc-select:focus{background:#fff;border-color:#d97706;box-shadow:0 0 0 3px #d977061f}.cc-select{appearance:none}.cc-textarea{box-sizing:border-box;color:#0f172a;resize:vertical;background:#fff;border:1px solid #d1d5db;border-radius:10px;outline:none;width:100%;min-width:0;min-height:90px;padding:10px 12px;font-family:inherit;font-size:.88rem;transition:border-color .18s,box-shadow .18s}.cc-textarea::placeholder{color:#94a3b8;opacity:1}.cc-textarea:focus{background:#fff;border-color:#d97706;box-shadow:0 0 0 3px #d977061f}.cc-checkbox{accent-color:#d97706;cursor:pointer;flex-shrink:0;width:16px;height:16px}.cc-alert{border-radius:12px;padding:12px 14px;font-size:.94rem;font-weight:600}.cc-alert--error{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca}.cc-alert--success{color:#166534;background:#f0fdf4;border:1px solid #bbf7d0}.cc-alert--warning{color:#92400e;background:#fffbeb;border:1px solid #fde68a}.cc-alert--info{color:#334155;background:#f8fafc;border:1px solid #e2e8f0}.cc-shell{background:#f4f6f8;min-height:100vh}.cc-shell__header{color:#fff;background:#0b1a2b;border-bottom:1px solid #14273d;grid-template-columns:auto 1fr auto;align-items:center;gap:16px;height:72px;padding:0 18px;display:grid}.cc-shell__brand{font-size:15px;font-weight:600}.cc-shell__topnav{gap:10px;display:flex}.cc-shell__topnav-button{color:#cbd5f5;cursor:pointer;background:0 0;border:none;border-radius:10px;align-items:center;gap:6px;padding:8px 14px;font-size:15px;font-weight:600;transition:all .2s;display:flex}.cc-shell__topnav-button:hover{color:#fff;background:#ffffff40}.cc-shell__topnav-button,.cc-shell__logout{transition:all .2s}.cc-shell__topnav-button.is-active{color:#fbbf24;background:#d977062e}.cc-shell__actions{align-items:center;gap:8px;display:flex}.cc-shell__username{color:#cbd5f5;white-space:nowrap;text-overflow:ellipsis;background:#ffffff14;border:1px solid #ffffff1f;border-radius:999px;max-width:160px;padding:4px 10px;font-size:13px;font-weight:500;overflow:hidden}.cc-shell__logout{color:#cbd5f5;cursor:pointer;background:0 0;border:none;border-radius:10px;align-items:center;gap:6px;padding:8px 12px;font-size:14px;font-weight:600;transition:all .2s;display:flex}.cc-shell__logout:hover{color:#fff;background:#ffffff40}.cc-shell__topnav-button:hover,.cc-shell__logout:hover{color:#fff;background:#ffffff40;transform:translateY(-1px);box-shadow:0 6px 14px #00000040}.cc-shell__sidepanel-header{border-bottom:1px solid #14273d;justify-content:space-between;align-items:center;height:72px;padding:0 18px;display:flex}.cc-shell__sidepanel-title{font-weight:600}.cc-shell__sidepanel-close{color:#fff;cursor:pointer;background:#14273d;border:1px solid #1f3a5a;border-radius:12px;min-width:44px;min-height:36px;padding:10px 16px}.cc-shell__sidepanel-close:hover{background:#b45309;border-color:#b45309}.cc-shell__sidepanel-menu{flex-direction:column;gap:8px;padding:16px;display:flex}.cc-shell__sidepanel-item{color:#fff;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:12px;padding:12px}.cc-shell__sidepanel-item:hover{background:#14273d}.cc-shell__sidepanel-item.active{color:#111827;background:#d97706}.cc-shell__body{min-height:calc(100vh - 72px);display:flex}.cc-shell__sidepanel{color:#fff;background:#0b1a2b;border-right:1px solid #14273d;width:320px}.cc-shell__main{flex:1;padding:14px}.cc-shell__main--flush{padding:0}.cc-shell__content--flush{box-shadow:none;background:0 0;border-radius:0;min-height:0;padding:0}.cc-shell__content{box-sizing:border-box;background:#fff;border-radius:14px;width:100%;min-width:0;min-height:calc(100vh - 100px);padding:18px;overflow-x:hidden;box-shadow:0 6px 20px #0000000a}.cc-shell__brand{align-items:center;gap:12px;font-size:15px;font-weight:600;display:flex}.cc-shell__logo{object-fit:contain;border-radius:6px;width:36px;height:36px}.cc-shell__sidepanel-item{align-items:center;gap:10px;display:flex}@media (width<=900px){.cc-shell__main{padding:10px}.cc-shell__content{border-radius:12px;min-height:calc(100vh - 152px);padding:14px}}@media (width<=640px){.cc-shell__brand{font-size:15px}.cc-shell__topnav{gap:4px}.cc-shell__topnav-button,.cc-shell__logout{gap:4px;padding:8px 10px;font-size:13px}.cc-shell__sidepanel{width:280px}}@media (width<=480px){.cc-shell__brand{font-size:13px}.cc-shell__topnav{gap:2px}.cc-shell__topnav-button,.cc-shell__logout{justify-content:center;gap:0;min-width:40px;min-height:40px;padding:8px;font-size:0}.cc-shell__sidepanel{width:100%}}@media (width<=600px){.cc-shell__main{padding:8px}.cc-shell__content{border-radius:10px;padding:12px}}
