*{box-sizing:border-box;margin:0;padding:0}.layout{background:#f8f8fb;min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;display:flex}.sidebar{z-index:100;background:#0f0f13;flex-direction:column;width:240px;height:100vh;padding:24px 16px;transition:transform .3s;display:flex;position:fixed;top:0;left:0}.sidebar-overlay{z-index:99;background:#00000080;display:none;position:fixed;inset:0}.sidebar-brand{align-items:center;gap:10px;margin-bottom:36px;padding:0 8px;display:flex}.brand-icon{color:#0f0f13;background:#fff;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;font-size:16px;font-weight:800;display:flex}.brand-name{color:#fff;font-size:16px;font-weight:700}.sidebar-section{flex:1}.sidebar-section-title{color:#555;text-transform:uppercase;letter-spacing:.1em;margin-bottom:8px;padding:0 12px;font-size:10px;font-weight:600}.sidebar-nav{flex-direction:column;gap:2px;display:flex}.nav-item{color:#888;cursor:pointer;border-radius:8px;align-items:center;gap:10px;padding:10px 12px;font-size:14px;text-decoration:none;transition:all .15s;display:flex}.nav-item:hover{color:#fff;background:#1a1a22}.nav-item.active{color:#0f0f13;background:#fff;font-weight:600}.nav-icon{font-size:10px}.sidebar-footer{border-top:1px solid #1a1a22;flex-direction:column;gap:12px;padding-top:16px;display:flex}.sidebar-profile{align-items:center;gap:10px;padding:0 4px;display:flex}.profile-avatar{color:#0f0f13;background:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:14px;font-weight:700;display:flex}.profile-info{flex-direction:column;gap:4px;min-width:0;display:flex}.profile-name{color:#fff;white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:600;overflow:hidden}.sidebar-logout{color:#888;cursor:pointer;background:0 0;border:1px solid #2a2a35;border-radius:8px;width:100%;padding:9px;font-size:13px;transition:all .2s}.sidebar-logout:hover{color:#fff;background:#dc2626;border-color:#dc2626}.layout-main{flex-direction:column;flex:1;min-width:0;margin-left:240px;display:flex}.topbar{z-index:10;background:#fff;border-bottom:1px solid #ebebf0;justify-content:space-between;align-items:center;height:64px;padding:0 28px;display:flex;position:sticky;top:0}.topbar-left{align-items:center;gap:14px;display:flex}.topbar-left h2{color:#0f0f13;font-size:18px;font-weight:700}.topbar-avatar{color:#fff;background:#0f0f13;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:14px;font-weight:700;display:flex}.hamburger{cursor:pointer;color:#0f0f13;background:0 0;border:none;font-size:22px;display:none}.layout-content{flex:1}@media (width<=768px){.hamburger{display:block}.sidebar{transform:translate(-100%)}.sidebar.open{transform:translate(0)}.sidebar-overlay{display:block}.layout-main{margin-left:0}.topbar{padding:0 16px}}.login-page{background:#f4f4f5;justify-content:center;align-items:center;min-height:100vh;padding:16px;display:flex}.login-card{background:#fff;border-radius:16px;width:100%;max-width:400px;padding:40px;box-shadow:0 4px 24px #00000014}.login-header h1{color:#111;margin:0 0 4px;font-size:24px;font-weight:700}.login-header p{color:#888;margin:0 0 28px;font-size:14px}.login-error{color:#dc2626;background:#fef2f2;border-radius:8px;margin-bottom:16px;padding:10px 14px;font-size:13px}.login-form{flex-direction:column;gap:16px;display:flex}.form-group input{color:#111;border:1px solid #e4e4e7;border-radius:8px;outline:none;padding:10px 12px;font-size:14px;transition:border-color .2s}.form-group input:focus{border-color:#111}.login-btn{color:#fff;cursor:pointer;background:#111;border:none;border-radius:8px;justify-content:center;align-items:center;height:42px;padding:12px;font-size:14px;font-weight:600;transition:background .2s;display:flex}.login-btn:hover:not(:disabled){background:#333}.login-btn:disabled{opacity:.6;cursor:not-allowed}.spinner{border:2px solid #fff6;border-top-color:#fff;border-radius:50%;width:18px;height:18px;animation:.7s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.dashboard-content{flex-direction:column;gap:24px;padding:28px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;display:flex}.stats-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.stat-card{background:#fff;border:1px solid #ebebf0;border-radius:14px;align-items:center;gap:16px;padding:20px;transition:box-shadow .2s;display:flex}.stat-card:hover{box-shadow:0 4px 20px #0000000f}.stat-icon{flex-shrink:0;font-size:28px}.stat-label{color:#999;text-transform:uppercase;letter-spacing:.08em;margin-bottom:4px;font-size:11px}.stat-value{color:#0f0f13;white-space:nowrap;text-overflow:ellipsis;font-size:15px;font-weight:600;overflow:hidden}.stat-value.capitalize{text-transform:capitalize}.stat-purple{border-left:3px solid #7c3aed}.stat-blue{border-left:3px solid #2563eb}.stat-green{border-left:3px solid #16a34a}.info-grid{grid-template-columns:repeat(2,1fr);gap:16px;display:grid}.info-card{background:#fff;border:1px solid #ebebf0;border-radius:14px;overflow:hidden}.info-card-header{border-bottom:1px solid #ebebf0;padding:16px 20px}.info-card-header h3{color:#0f0f13;font-size:14px;font-weight:700}.info-card-body{padding:20px}.access-list{flex-direction:column;gap:12px;list-style:none;display:flex}.access-list li{color:#444;align-items:center;gap:10px;font-size:14px;display:flex}.check{color:#16a34a;background:#f0fdf4;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;font-size:11px;font-weight:700;display:flex}.account-row{border-bottom:1px solid #f4f4f8;justify-content:space-between;align-items:center;gap:12px;padding:10px 0;display:flex}.account-row:last-child{border-bottom:none}.account-label{color:#999;flex-shrink:0;font-size:13px}.account-value{color:#0f0f13;text-align:right;white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:500;overflow:hidden}.status-dot{color:#16a34a;font-size:13px;font-weight:500}.badge{text-transform:uppercase;letter-spacing:.05em;border-radius:99px;width:fit-content;padding:2px 8px;font-size:10px;font-weight:700}@media (width<=1024px){.stats-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.dashboard-content{padding:16px}.stats-grid,.info-grid{grid-template-columns:1fr}}.users-page{flex-direction:column;gap:20px;padding:28px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;display:flex}.page-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.page-header h2{color:#0f0f13;font-size:20px;font-weight:700}.page-header p{color:#999;margin-top:2px;font-size:13px}.btn-primary{color:#fff;cursor:pointer;white-space:nowrap;background:#0f0f13;border:none;border-radius:8px;justify-content:center;align-items:center;gap:6px;padding:10px 18px;font-size:13px;font-weight:600;transition:background .2s;display:flex}.btn-primary:hover:not(:disabled){background:#333}.btn-primary:disabled{opacity:.6;cursor:not-allowed}.btn-cancel{color:#555;cursor:pointer;background:#f4f4f8;border:none;border-radius:8px;padding:10px 18px;font-size:13px;font-weight:600;transition:background .2s}.btn-cancel:hover{background:#e8e8f0}.btn-danger{color:#fff;cursor:pointer;background:#dc2626;border:none;border-radius:8px;padding:10px 18px;font-size:13px;font-weight:600;transition:background .2s}.btn-danger:hover{background:#b91c1c}.btn-edit{color:#2563eb;cursor:pointer;background:#eff6ff;border:none;border-radius:6px;padding:6px 12px;font-size:12px;font-weight:600;transition:background .2s}.btn-edit:hover{background:#dbeafe}.btn-delete{color:#dc2626;cursor:pointer;background:#fef2f2;border:none;border-radius:6px;padding:6px 12px;font-size:12px;font-weight:600;transition:background .2s}.btn-delete:hover{background:#fee2e2}.alert-error{color:#dc2626;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;padding:10px 14px;font-size:13px}.table-card{background:#fff;border:1px solid #ebebf0;border-radius:14px;overflow:hidden}.table-wrapper{overflow-x:auto}.data-table{border-collapse:collapse;width:100%;font-size:14px}.data-table thead tr{background:#f8f8fb;border-bottom:1px solid #ebebf0}.data-table th{text-align:left;color:#999;text-transform:uppercase;letter-spacing:.06em;white-space:nowrap;padding:12px 16px;font-size:11px;font-weight:600}.data-table td{color:#333;vertical-align:middle;border-bottom:1px solid #f4f4f8;padding:14px 16px}.data-table tbody tr:last-child td{border-bottom:none}.data-table tbody tr:hover{background:#fafafa}.td-num{color:#bbb;width:40px;font-size:13px}.td-email{color:#666;font-size:13px}.td-date{color:#999;white-space:nowrap;font-size:12px}.user-cell{align-items:center;gap:10px;display:flex}.user-avatar{color:#fff;background:#0f0f13;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:13px;font-weight:700;display:flex}.action-btns{gap:6px;display:flex}.badge{text-transform:uppercase;letter-spacing:.05em;white-space:nowrap;border-radius:99px;width:fit-content;padding:3px 10px;font-size:10px;font-weight:700}.badge-superuser{color:#d8b4fe;background:#3b0764}.badge-admin{color:#2563eb;background:#dbeafe}.badge-user{color:#555;background:#f3f4f6}.loading-state,.empty-state{color:#999;flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:60px 20px;font-size:14px;display:flex}.spinner-dark{border:3px solid #e8e8f0;border-top-color:#0f0f13;border-radius:50%;width:24px;height:24px;animation:.7s linear infinite spin}.spinner{border:2px solid #fff6;border-top-color:#fff;border-radius:50%;width:16px;height:16px;animation:.7s linear infinite spin;display:inline-block}.modal-overlay{z-index:200;background:#0006;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.modal{background:#fff;border-radius:16px;width:100%;max-width:440px;box-shadow:0 20px 60px #00000026}.modal-sm{max-width:360px}.modal-header{justify-content:space-between;align-items:center;padding:20px 24px 0;display:flex}.modal-header h3{color:#0f0f13;font-size:16px;font-weight:700}.modal-close{color:#999;cursor:pointer;background:0 0;border:none;padding:4px;font-size:16px;transition:color .2s}.modal-close:hover{color:#0f0f13}.modal-error{margin:12px 24px 0}.modal-form{flex-direction:column;gap:14px;padding:20px 24px 24px;display:flex}.modal-body{color:#555;padding:16px 24px;font-size:14px;line-height:1.6}.form-group{flex-direction:column;gap:6px;display:flex}.form-group label{color:#555;font-size:12px;font-weight:600}.form-group input,.form-group select{color:#0f0f13;background:#fff;border:1px solid #e4e4e7;border-radius:8px;outline:none;padding:10px 12px;font-size:14px;transition:border-color .2s}.form-group input:focus,.form-group select:focus{border-color:#0f0f13}.modal-actions{justify-content:flex-end;gap:8px;padding:0 24px 24px;display:flex}@media (width<=768px){.users-page{padding:16px}.data-table th:nth-child(5),.data-table td:nth-child(5){display:none}.td-email{text-overflow:ellipsis;white-space:nowrap;max-width:120px;overflow:hidden}}@media (width<=480px){.data-table th:first-child,.data-table td:first-child{display:none}.page-header{flex-direction:column;align-items:flex-start}}.upload-page{flex-direction:column;gap:20px;padding:28px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;display:flex}.alert-success{color:#16a34a;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px;padding:10px 14px;font-size:13px}.project-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.project-card{background:#fff;border:1px solid #ebebf0;border-radius:14px;transition:box-shadow .2s;overflow:hidden}.project-card:hover{box-shadow:0 4px 20px #00000012}.project-preview{background:#f4f4f8;height:180px;position:relative;overflow:hidden}.preview-iframe{transform-origin:0 0;pointer-events:none;border:none;width:200%;height:200%;transform:scale(.5)}.preview-placeholder{color:#aaa;justify-content:center;align-items:center;gap:6px;height:100%;font-size:13px;display:flex}.preview-btn{color:#fff;cursor:pointer;opacity:0;background:#000000b3;border:none;border-radius:6px;padding:5px 10px;font-size:11px;font-weight:600;transition:opacity .2s;position:absolute;bottom:8px;right:8px}.project-card:hover .preview-btn{opacity:1}.project-info{padding:14px 16px}.project-meta{justify-content:space-between;align-items:center;gap:8px;margin-bottom:6px;display:flex}.project-meta h3{color:#0f0f13;white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:700;overflow:hidden}.kategori-badge{color:#ea580c;white-space:nowrap;background:#fff7ed;border-radius:99px;flex-shrink:0;padding:2px 8px;font-size:10px;font-weight:600}.project-desc{color:#888;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:10px;font-size:12px;line-height:1.5;display:-webkit-box;overflow:hidden}.project-footer{justify-content:space-between;align-items:center;display:flex}.project-size{color:#bbb;font-size:11px}.project-actions{gap:6px;display:flex}.file-badge{color:#555;background:#f4f4f8;border:1px dashed #ddd;border-radius:8px;padding:8px 12px;font-size:13px}.modal-form textarea{color:#0f0f13;resize:vertical;border:1px solid #e4e4e7;border-radius:8px;outline:none;padding:10px 12px;font-family:inherit;font-size:14px;transition:border-color .2s}.modal-form textarea:focus{border-color:#0f0f13}.preview-overlay{align-items:stretch;padding:0}.modal-preview{background:#fff;flex-direction:column;width:100%;height:100vh;display:flex}.modal-preview .modal-header{border-bottom:1px solid #ebebf0;flex-shrink:0;padding:12px 20px}.preview-iframe-full{border:none;flex:1;width:100%}@media (width<=1024px){.project-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.upload-page{padding:16px}.project-grid{grid-template-columns:1fr}}
