@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";body{background:var(--gray-100);margin:0 back}.layout{display:flex;min-height:100vh}.sidebar{width:230px;background:var(--gray-900);flex-shrink:0;display:flex;flex-direction:column;position:fixed;top:0;left:0;bottom:0;z-index:100}.sidebar-brand{padding:20px 18px;border-bottom:1px solid rgba(255,255,255,.08)}.sidebar-brand .logo{font-size:20px;font-weight:800;color:var(--blue);letter-spacing:-.5px}.sidebar-brand .subtitle{font-size:11px;color:#ffffff59;margin-top:2px}.sidebar-nav{flex:1;padding:12px 0;overflow-y:auto}.nav-section-label{padding:14px 18px 6px;font-size:10px;font-weight:700;color:#ffffff4d;text-transform:uppercase;letter-spacing:.8px}.nav-link{display:flex;align-items:center;gap:10px;padding:10px 18px;color:#fff9;text-decoration:none;font-size:13px;font-weight:500;border-left:3px solid transparent;transition:all .15s}.nav-link:hover{background:#ffffff0f;color:#ffffffe6}.nav-link.active{background:#6dcff61f;color:var(--blue);border-left-color:var(--blue)}.nav-link i{width:16px;text-align:center;font-size:14px}.sidebar-footer{padding:14px 18px;border-top:1px solid rgba(255,255,255,.08)}.user-row{display:flex;align-items:center;gap:10px}.user-avatar{width:32px;height:32px;border-radius:50%;background:var(--blue);display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;color:var(--gray-900);flex-shrink:0}.user-name{font-size:12px;font-weight:600;color:#fffc}.user-role{font-size:10px;color:#ffffff59}.main{margin-left:230px;flex:1;display:flex;flex-direction:column}.topbar{background:var(--white);border-bottom:1px solid var(--gray-200);padding:14px 28px;display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:50}.topbar-title h1{font-size:18px;font-weight:700;color:var(--gray-900)}.topbar-title p{font-size:12px;color:var(--gray-500);margin-top:2px}.topbar-actions{display:flex;align-items:center;gap:10px}.page-content{padding:24px 28px;flex:1}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:24px}.two-col{display:grid;grid-template-columns:2fr 1fr;gap:20px}.three-col{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}@media (max-width: 1100px){.stats-grid{grid-template-columns:repeat(2,1fr)}.two-col{grid-template-columns:1fr}}:root{--blue: #6DCFF6;--blue-dark: #3ABDE8;--blue-darker: #1A9EC8;--blue-light: #EAF8FE;--blue-mid: #B8ECFB;--white: #FFFFFF;--gray-50: #F8FAFB;--gray-100: #F0F4F7;--gray-200: #E2E8EF;--gray-300: #C8D5E0;--gray-400: #9AAAB8;--gray-500: #7A8C9E;--gray-600: #5C6E7E;--gray-800: #2D3A4A;--gray-900: #1A2332;--green: #34C98A;--green-light: #E6FAF2;--red: #F05252;--red-light: #FEF0F0;--yellow: #F8B84B;--yellow-light: #FEF6E7;--yellow-dark: #92580D;--shadow-sm: 0 1px 3px rgba(0,0,0,.08);--shadow: 0 2px 8px rgba(0,0,0,.1);--shadow-md: 0 4px 16px rgba(0,0,0,.12);--radius-sm: 8px;--radius: 12px;--radius-lg: 16px;--radius-xl: 24px}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,-apple-system,sans-serif;background:var(--gray-100);color:var(--gray-900);font-size:14px;line-height:1.5}h1{font-size:22px;font-weight:700}h2{font-size:18px;font-weight:600}h3{font-size:15px;font-weight:600}h4{font-size:13px;font-weight:600}.text-sm{font-size:12px}.text-xs{font-size:11px}.text-muted{color:var(--gray-500)}.text-blue{color:var(--blue-darker)}.text-green{color:var(--green)}.text-red{color:var(--red)}.text-bold{font-weight:600}.text-center{text-align:center}.badge{display:inline-flex;align-items:center;gap:4px;padding:3px 8px;border-radius:20px;font-size:11px;font-weight:600}.badge-blue{background:var(--blue-light);color:var(--blue-darker)}.badge-green{background:var(--green-light);color:#1a7a52}.badge-red{background:var(--red-light);color:#b91c1c}.badge-yellow{background:var(--yellow-light);color:var(--yellow-dark)}.badge-gray{background:var(--gray-100);color:var(--gray-600)}.badge-mat{background:#e8f0fe;color:#2456c8}.badge-por{background:#fffbeb;color:#92580d}.badge-ing{background:#fee8e8;color:#b91c1c}.badge-jap{background:#e8fef0;color:#1a7a52}.badge-motora{background:#f3e8fe;color:#6b21a8}.btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:10px 18px;border-radius:var(--radius-sm);border:none;font-family:inherit;font-size:14px;font-weight:600;cursor:pointer;transition:all .15s}.btn-primary{background:var(--blue);color:var(--gray-900)}.btn-primary:hover{background:var(--blue-dark)}.btn-secondary{background:var(--white);color:var(--gray-800);border:1.5px solid var(--gray-200)}.btn-secondary:hover{background:var(--gray-50)}.btn-ghost{background:transparent;color:var(--blue-darker)}.btn-ghost:hover{background:var(--blue-light)}.btn-danger{background:var(--red-light);color:var(--red)}.btn-green{background:var(--green);color:#fff}.btn-sm{padding:6px 12px;font-size:12px;border-radius:6px}.btn-lg{padding:14px 24px;font-size:15px}.btn-full{width:100%}.btn-icon{padding:8px;border-radius:var(--radius-sm)}.card{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow-sm);border:1px solid var(--gray-200)}.card-body{padding:16px}.card-header{padding:14px 16px;border-bottom:1px solid var(--gray-100);display:flex;align-items:center;justify-content:space-between}.form-group{margin-bottom:16px}.form-label{display:block;margin-bottom:6px;font-size:13px;font-weight:500;color:var(--gray-700)}.form-control{width:100%;padding:10px 12px;border:1.5px solid var(--gray-200);border-radius:var(--radius-sm);font-family:inherit;font-size:14px;color:var(--gray-900);background:var(--white);outline:none;transition:border-color .15s}.form-control:focus{border-color:var(--blue)}select.form-control{cursor:pointer}.divider{height:1px;background:var(--gray-100);margin:12px 0}.avatar{width:36px;height:36px;border-radius:50%;background:var(--blue-light);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:13px;color:var(--blue-darker);flex-shrink:0}.avatar-lg{width:52px;height:52px;font-size:18px}.table{width:100%;border-collapse:collapse;font-size:13px}.table th{padding:10px 12px;text-align:left;font-size:11px;font-weight:600;color:var(--gray-500);text-transform:uppercase;letter-spacing:.5px;background:var(--gray-50);border-bottom:1px solid var(--gray-200)}.table td{padding:12px;border-bottom:1px solid var(--gray-100);color:var(--gray-800)}.table tr:last-child td{border-bottom:none}.table tr:hover td{background:var(--gray-50)}.pill{display:inline-block;padding:2px 10px;border-radius:20px;font-size:11px;font-weight:600}.stat-card{background:var(--white);border-radius:var(--radius);padding:18px;border:1px solid var(--gray-200);box-shadow:var(--shadow-sm)}.stat-value{font-size:28px;font-weight:700;color:var(--gray-900);line-height:1}.stat-label{font-size:12px;color:var(--gray-500);margin-top:4px}.stat-icon{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:18px}.hub-body{min-height:100vh;background:var(--gray-100)}.hub-hero{background:linear-gradient(135deg,var(--blue) 0%,var(--blue-dark) 100%);padding:48px 32px;text-align:center;color:var(--gray-900)}.hub-hero h1{font-size:28px;margin-bottom:8px}.hub-hero p{color:#00000080;font-size:15px}.hub-section{padding:32px;max-width:1100px;margin:0 auto}.hub-section h2{margin-bottom:20px;color:var(--gray-800)}.hub-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:16px}.hub-card{background:var(--white);border-radius:var(--radius);border:1px solid var(--gray-200);overflow:hidden;text-decoration:none;color:inherit;transition:box-shadow .15s,transform .15s;display:flex;flex-direction:column}.hub-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.hub-card-thumb{height:120px;background:var(--blue-light);display:flex;align-items:center;justify-content:center;font-size:40px}.hub-card-thumb.web{background:linear-gradient(135deg,var(--blue-light),var(--blue-mid))}.hub-card-info{padding:14px}.hub-card-info h3{font-size:13px;margin-bottom:4px}.hub-card-info p{font-size:11px;color:var(--gray-500)}
