:root{
  --navy:#102f4b;--blue:#0d5b91;--blue2:#1777b7;--blue-soft:#eaf4fb;--ink:#172433;--muted:#6b7b8d;--line:#dfe8f0;--bg:#f4f7fb;--card:#fff;--green:#16794b;--green-bg:#eaf8f1;--red:#bf3f46;--red-bg:#fff0f1;--orange:#aa6a13;--orange-bg:#fff6e6;--shadow:0 18px 46px rgba(18,48,76,.09);--radius:18px;--sidebar:268px;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,"Segoe UI",Roboto,Arial,sans-serif;color:var(--ink);background:var(--bg);font-size:14px;line-height:1.5}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button{cursor:pointer}img{max-width:100%;display:block}.hidden{display:none!important}.block{display:block}.readonly{background:#f1f5f8!important;color:#728194}.eyebrow{font-size:11px;font-weight:800;letter-spacing:.15em;color:var(--blue);text-transform:uppercase}.eyebrow.light{color:#c9e7ff}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid transparent;border-radius:11px;padding:11px 16px;font-weight:750;line-height:1.1;transition:.2s;background:#fff}.btn:hover{transform:translateY(-1px)}.btn.primary{background:var(--blue);color:#fff;box-shadow:0 8px 20px rgba(13,91,145,.2)}.btn.soft{background:#fff;color:#31506a;border-color:var(--line)}.btn.white{background:#fff;color:var(--blue)}.btn.ghost-light{border-color:rgba(255,255,255,.35);color:#fff;background:rgba(255,255,255,.07)}.btn.danger{background:var(--red);color:#fff}.btn.small{padding:8px 11px;font-size:12px}.btn.full{width:100%}.button-row{display:flex;gap:10px;flex-wrap:wrap;align-items:center}.button-row.center{justify-content:center}.alert{padding:13px 15px;border-radius:12px;margin-bottom:16px;font-weight:650}.alert.success{background:var(--green-bg);color:#11633e;border:1px solid #cbead9}.alert.error{background:var(--red-bg);color:#9e3037;border:1px solid #f0c8cc}.badge{display:inline-flex;padding:5px 9px;border-radius:999px;font-size:11px;font-weight:800}.badge.blue{color:var(--blue);background:var(--blue-soft)}.badge.green{color:var(--green);background:var(--green-bg)}.badge.gray{color:#637181;background:#eef2f5}.code-chip{display:inline-flex;align-items:center;justify-content:center;padding:5px 8px;border-radius:8px;background:#e8f2fa;color:var(--blue);font-size:11px;font-weight:850;letter-spacing:.05em}.input{width:100%;border:1px solid #d5e0e8;background:#fff;border-radius:11px;padding:11px 12px;color:var(--ink);outline:none;transition:.15s}.input:focus{border-color:#68a7d1;box-shadow:0 0 0 3px rgba(23,119,183,.12)}textarea.input{resize:vertical}label{display:block;color:#415466;font-size:12px;font-weight:750}label>.input,label>.password-wrap{margin-top:6px}.form-stack{display:grid;gap:15px}.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:14px}.password-wrap{position:relative}.password-wrap .input{padding-right:50px}.password-toggle{position:absolute;right:6px;top:50%;transform:translateY(-50%);width:38px;height:34px;border:0;background:transparent;border-radius:8px}.password-toggle:hover{background:#eef4f8}

/* App shell */
.app-shell{min-height:100vh}.sidebar{position:fixed;inset:0 auto 0 0;width:var(--sidebar);background:linear-gradient(180deg,#102f4b 0%,#0f3657 60%,#0b2942 100%);color:#fff;z-index:40;display:flex;flex-direction:column;padding:18px 14px}.sidebar-top{display:flex;align-items:center;justify-content:space-between;padding:4px 6px 18px}.brand{display:flex;align-items:center;gap:11px}.brand img{width:42px;height:48px;object-fit:contain}.brand strong{display:block;font-size:16px;letter-spacing:.03em}.brand span{display:block;font-size:9px;letter-spacing:.16em;margin-top:2px;opacity:.7}.sidebar-close{display:none;background:transparent;border:0;color:#fff;font-size:28px}.user-mini{display:flex;align-items:center;gap:10px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.09);padding:11px;border-radius:14px;margin:0 4px 16px}.avatar{width:38px;height:38px;border-radius:12px;display:grid;place-items:center;background:linear-gradient(135deg,#2b87c5,#80c4e9);color:#fff;font-weight:850;box-shadow:inset 0 0 0 1px rgba(255,255,255,.18)}.avatar.small{width:33px;height:33px;border-radius:10px}.avatar.large{width:74px;height:74px;border-radius:22px;font-size:28px}.user-mini b{font-size:12px;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:165px}.user-mini small{display:block;color:#b7d3e6;font-size:10px;margin-top:2px}.menu{display:flex;flex-direction:column;gap:4px;overflow:auto}.menu-label{font-size:9px;letter-spacing:.18em;color:#8fb4cd;font-weight:800;padding:13px 10px 5px}.menu-link{display:flex;align-items:center;gap:11px;color:#d4e5f1;padding:10px 11px;border-radius:11px;font-size:12px;font-weight:650}.menu-link:hover{background:rgba(255,255,255,.07);color:#fff}.menu-link.active{background:#fff;color:var(--blue);box-shadow:0 10px 28px rgba(0,0,0,.12)}.menu-icon{width:22px;text-align:center;font-size:16px}.sidebar-bottom{margin-top:auto;padding-top:12px;border-top:1px solid rgba(255,255,255,.08)}.menu-link.logout{color:#ffd2d4}.app-main{min-height:100vh;margin-left:var(--sidebar);display:flex;flex-direction:column}.topbar{height:78px;background:rgba(255,255,255,.95);border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 26px;position:sticky;top:0;z-index:25;backdrop-filter:blur(12px)}.topbar-left{display:flex;align-items:center;gap:13px}.topbar h1{font-size:19px;margin:2px 0 0}.menu-button{display:none;width:40px;height:40px;border-radius:10px;border:1px solid var(--line);background:#fff;color:var(--navy);font-size:18px}.topbar-right{display:flex;align-items:center;gap:10px}.install-chip{display:inline-flex;align-items:center;justify-content:center;gap:5px;padding:8px 11px;border:1px solid #d8e8f3;background:#f5fbff;border-radius:10px;color:var(--blue);font-size:11px;font-weight:750;white-space:nowrap}.profile-chip{display:flex;align-items:center;gap:9px;padding:5px 7px 5px 5px;border-radius:12px}.profile-chip:hover{background:#f2f6f9}.profile-chip b{display:block;font-size:11px}.profile-chip small{display:block;font-size:9px;color:var(--muted)}.content{width:100%;max-width:1500px;margin:0 auto;padding:24px;flex:1}.app-footer{display:flex;justify-content:space-between;color:#7d8b98;font-size:10px;padding:18px 26px;border-top:1px solid var(--line);background:#fff}.sidebar-backdrop{display:none}

/* Dashboard */
.welcome-card{background:linear-gradient(120deg,#fff,#f6fbff);border:1px solid #dce8f1;border-radius:20px;padding:23px 24px;display:flex;justify-content:space-between;gap:20px;align-items:center;box-shadow:var(--shadow);margin-bottom:18px}.welcome-card h2{font-size:23px;margin:5px 0 4px}.welcome-card p{margin:0;color:var(--muted);max-width:720px}.welcome-actions{display:flex;gap:9px;flex-wrap:wrap}.stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:18px}.stat-card{background:#fff;border:1px solid var(--line);border-radius:17px;padding:17px;display:flex;align-items:center;gap:13px;min-height:105px;box-shadow:0 8px 24px rgba(18,48,76,.05)}.stat-icon{width:43px;height:43px;border-radius:13px;display:grid;place-items:center;background:var(--blue-soft);color:var(--blue);font-size:20px}.stat-card small{font-size:9px;font-weight:800;letter-spacing:.12em;color:#768594}.stat-card strong{display:block;font-size:25px;line-height:1.15;margin-top:3px;color:var(--navy)}.stat-card .size-number{font-size:20px}.stat-card p{margin:2px 0 0;color:#8a97a3;font-size:10px}.dashboard-grid{display:grid;grid-template-columns:minmax(0,1.8fr) minmax(260px,.7fr);gap:16px}.card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);box-shadow:0 8px 28px rgba(18,48,76,.055)}.panel-card{overflow:hidden}.panel-head{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:18px 18px 14px}.panel-head h3{margin:3px 0 0;font-size:16px}.table-wrap{overflow:auto}.table{width:100%;border-collapse:collapse;min-width:690px}.table th{font-size:9px;letter-spacing:.1em;color:#728191;text-align:left;background:#f8fafc;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:10px 13px;white-space:nowrap}.table td{padding:12px 13px;border-bottom:1px solid #edf1f4;vertical-align:middle;font-size:11px}.table tr:last-child td{border-bottom:0}.table td>b{font-size:11px}.table small{color:#7d8b97;font-size:9px;margin-top:3px}.actions-cell{text-align:right}.row-actions{display:flex;gap:6px;flex-wrap:wrap;align-items:center}.row-actions form{margin:0}.bidang-list{padding:0 15px 16px;display:grid;gap:8px}.bidang-list a{display:grid;grid-template-columns:auto 1fr auto;gap:10px;align-items:center;padding:10px;border:1px solid #edf1f4;border-radius:12px}.bidang-list a:hover{border-color:#cddfea;background:#f9fcfe}.bidang-list b{font-size:10px}.bidang-list small{font-size:9px;color:var(--muted);display:block}.bidang-list strong{font-size:14px;color:var(--blue)}.quick-info{padding:18px}.quick-info h3{margin:4px 0 14px}.permission-item{padding:11px 0;border-bottom:1px solid #edf1f4;display:flex;justify-content:space-between;gap:10px}.permission-item b{font-size:10px}.permission-item span{font-size:10px;color:var(--muted);text-align:right}.empty-state{padding:30px;text-align:center;color:#84919d;display:grid;gap:4px}.empty-state b{color:#526475}

/* Generic pages */
.page-intro{display:flex;justify-content:space-between;gap:20px;align-items:end;margin-bottom:16px}.page-intro h2{font-size:22px;margin:4px 0 3px}.page-intro p{margin:0;color:var(--muted)}.form-card{padding:20px}.form-card h3{margin:4px 0 15px;font-size:18px}.form-section{display:flex;align-items:flex-start;gap:11px;padding-bottom:12px;border-bottom:1px solid #edf1f4}.form-section h3{font-size:14px;margin:0 0 2px}.form-section p{font-size:10px;color:var(--muted);margin:0}.section-number{width:28px;height:28px;border-radius:8px;display:grid;place-items:center;background:var(--blue);color:#fff;font-size:10px;font-weight:850}.section-divider{display:flex;align-items:center;gap:10px;color:#6f7f8d;font-size:10px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;margin-top:2px}.section-divider:after{content:"";height:1px;background:var(--line);flex:1}.locked-field{background:#f6f9fc;border:1px solid var(--line);padding:12px 14px;border-radius:12px}.locked-field small{display:block;font-size:9px;letter-spacing:.1em;color:#7f8c99;font-weight:800}.locked-field b{display:block;margin-top:3px;color:var(--navy)}.locked-field span{display:block;font-size:9px;color:#8995a0;margin-top:2px}

/* Upload */
.upload-layout{display:grid;grid-template-columns:minmax(0,1.8fr) minmax(260px,.65fr);gap:16px}.upload-step{margin-top:4px}.upload-type-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.upload-type{position:relative;border:1px solid var(--line);border-radius:14px;padding:15px;cursor:pointer;transition:.15s;background:#fff}.upload-type input{position:absolute;opacity:0}.upload-type.active{border-color:#68a7d1;background:#f2f9fe;box-shadow:0 0 0 3px rgba(23,119,183,.08)}.upload-type-icon{font-size:22px;color:var(--blue);display:block;margin-bottom:5px}.upload-type b{display:block;font-size:12px}.upload-type small{display:block;font-size:9px;color:var(--muted);margin-top:3px}.drop-zone{position:relative;border:1.5px dashed #98bdd6;background:#f7fbfe;border-radius:15px;min-height:170px;padding:22px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;overflow:hidden}.drop-zone input{position:absolute;inset:0;opacity:0;cursor:pointer;width:100%;height:100%}.drop-icon{width:46px;height:46px;border-radius:15px;background:#e5f3fb;color:var(--blue);display:grid;place-items:center;font-size:22px;margin-bottom:7px}.drop-zone b{font-size:12px}.drop-zone small{font-size:9px;color:var(--muted);max-width:500px;margin-top:4px}.selection-summary{margin-top:10px;border-radius:999px;background:#fff;border:1px solid #dce7ee;padding:6px 10px;font-size:9px;color:#557087;max-width:90%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.upload-actions{display:flex;gap:9px;padding-top:2px}.guide-card{padding:20px;height:max-content;position:sticky;top:98px}.guide-card h3{font-size:17px;margin:4px 0 14px}.guide-list{display:grid;gap:12px}.guide-list>div{display:grid;grid-template-columns:28px 1fr;gap:9px;align-items:start}.guide-list>div>span{width:27px;height:27px;border-radius:9px;background:#edf6fc;color:var(--blue);display:grid;place-items:center;font-size:10px;font-weight:850}.guide-list p{margin:0;font-size:10px;color:#6e7d8a}.guide-list b{color:#334a5d}.info-note{margin-top:17px;background:#f7f9fb;border:1px solid var(--line);padding:13px;border-radius:12px}.info-note b{font-size:10px}.info-note p{margin:4px 0 0;color:var(--muted);font-size:9px}

/* Data */
.filter-bar{padding:10px;display:flex;gap:8px;align-items:center;margin-bottom:14px}.search-field{display:flex;align-items:center;gap:7px;flex:1;min-width:220px;border:1px solid #d7e1e9;background:#fff;border-radius:10px;padding:0 10px}.search-field span{font-size:18px;color:#7890a2}.search-field input{border:0;outline:0;background:transparent;width:100%;height:37px;font-size:11px}.input.compact{width:auto;min-width:150px;padding:9px 10px;font-size:11px}.input.compact.category-filter{min-width:205px}.breadcrumb{display:flex;gap:8px;align-items:center;margin-bottom:12px;font-size:10px;color:#788997}.breadcrumb a{color:var(--blue)}.detail-hero{padding:20px;display:flex;justify-content:space-between;gap:20px;align-items:center;margin-bottom:12px}.detail-badges{display:flex;gap:6px;align-items:center;flex-wrap:wrap}.detail-hero h2{font-size:21px;margin:8px 0 4px}.detail-hero p{margin:0;color:var(--muted);max-width:780px}.detail-actions{display:flex;gap:8px;align-items:center}.detail-actions form{margin:0}.meta-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(145px,1fr));gap:9px;margin-bottom:12px}.meta-grid>div{background:#fff;border:1px solid var(--line);border-radius:13px;padding:11px 12px}.meta-grid small{display:block;font-size:8px;letter-spacing:.1em;color:#84919d;font-weight:800}.meta-grid b{display:block;margin-top:3px;font-size:10px;word-break:break-word}.folder-label{font-size:10px;color:#607485;background:#f3f7fa;padding:7px 10px;border-radius:9px}.file-ext{display:inline-flex;padding:4px 6px;border-radius:6px;background:#eff4f8;color:#486176;font-size:9px;font-weight:850}.path-text{max-width:520px;word-break:break-all}

/* Masters / account */
.master-grid{display:grid;grid-template-columns:minmax(290px,.62fr) minmax(0,1.5fr);gap:16px}.users-master{grid-template-columns:minmax(360px,.75fr) minmax(0,1.6fr)}.role-help{background:#f6f9fb;border:1px solid var(--line);padding:11px;border-radius:11px}.role-help b{display:block;font-size:10px;margin-bottom:3px}.role-help span{display:block;font-size:9px;color:var(--muted)}.disabled-field{opacity:.5;pointer-events:none}.account-grid{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(260px,.55fr);gap:16px}.profile-card{padding:25px;text-align:center}.profile-card .avatar{margin:0 auto 10px}.profile-card h3{margin:0 0 7px}.profile-meta{text-align:left;margin:18px 0}.profile-meta>div{padding:11px 0;border-bottom:1px solid #edf1f4}.profile-meta small{display:block;font-size:8px;letter-spacing:.1em;color:#84919d;font-weight:800}.profile-meta b{display:block;font-size:10px;margin-top:3px}.master-name{margin-top:5px}.card-inline{border:1px solid var(--line);background:#f8fbfd;border-radius:14px;padding:12px;display:grid;grid-template-columns:repeat(4,1fr);gap:8px;box-shadow:none}.card-inline>div{padding:4px 7px}.card-inline small{display:block;font-size:8px;letter-spacing:.09em;color:#81909e;font-weight:800}.card-inline b{display:block;font-size:10px;margin-top:2px;color:var(--navy)}

/* Auth / setup */
.auth-page{min-height:100vh;background:#eaf1f6;display:grid;place-items:center;padding:22px}.auth-shell{width:min(1000px,100%);min-height:610px;display:grid;grid-template-columns:1.05fr .95fr;background:#fff;border-radius:26px;overflow:hidden;box-shadow:0 28px 80px rgba(15,43,67,.18)}.auth-brand-panel{position:relative;background:linear-gradient(145deg,#0e3657,#0d5b91 65%,#1676b4);padding:38px;color:#fff;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden}.auth-brand-panel:before,.auth-brand-panel:after{content:"";position:absolute;border-radius:50%;border:1px solid rgba(255,255,255,.12)}.auth-brand-panel:before{width:360px;height:360px;right:-180px;top:-120px}.auth-brand-panel:after{width:260px;height:260px;left:-150px;bottom:-120px}.light-brand{position:relative;z-index:2}.auth-copy{position:relative;z-index:2;margin:auto 0}.auth-copy h1{font-size:39px;line-height:1.08;margin:9px 0 14px;max-width:480px}.auth-copy p{color:#d4e6f3;font-size:14px;max-width:460px}.role-pills{position:relative;z-index:2;display:flex;gap:7px;flex-wrap:wrap}.role-pills span{padding:7px 10px;border:1px solid rgba(255,255,255,.18);border-radius:999px;font-size:9px;color:#e8f4fb;background:rgba(255,255,255,.06)}.auth-form-panel{padding:50px 46px;display:flex;flex-direction:column;justify-content:center}.auth-form-panel h2{font-size:25px;margin:6px 0 4px}.auth-form-panel>p{margin:0 0 22px;color:var(--muted)}.auth-links{display:flex;justify-content:space-between;margin-top:18px;font-size:10px;color:var(--blue)}.auth-mobile-logo{display:none}.setup-shell{width:min(680px,100%)}.setup-card{background:#fff;border:1px solid var(--line);border-radius:24px;box-shadow:var(--shadow);padding:34px;text-align:center}.setup-logo{width:76px;margin:0 auto 13px}.setup-card h1{margin:5px 0 5px;font-size:24px}.setup-card>p{color:var(--muted);margin:0 auto 18px;max-width:520px}.setup-card form{text-align:left;margin-top:18px}.success-box{display:grid;gap:4px;text-align:left;background:var(--green-bg);border:1px solid #cae9d8;border-radius:13px;padding:14px;margin:18px 0}.success-box b{color:#175f40}.success-box small{color:#557b67;margin-top:4px}

/* Landing */
.landing-page{background:#fff}.landing-container{width:min(1160px,calc(100% - 36px));margin:0 auto}.landing-header{height:76px;background:#fff;border-bottom:1px solid #e7edf2;position:sticky;top:0;z-index:30}.nav-inner{height:100%;display:flex;align-items:center;justify-content:space-between}.landing-header .brand strong{color:var(--navy)}.landing-header .brand span{color:#718598}.landing-nav{display:flex;align-items:center;gap:23px;font-size:11px;font-weight:700;color:#526779}.landing-nav>a:hover{color:var(--blue)}.nav-mobile-btn{display:none;border:1px solid var(--line);background:#fff;border-radius:10px;width:40px;height:40px}.landing-hero{position:relative;background:linear-gradient(125deg,#0e3556 0%,#0c5a90 62%,#1678b6 100%);color:#fff;overflow:hidden}.hero-orb{position:absolute;border-radius:50%;border:1px solid rgba(255,255,255,.09)}.orb-one{width:640px;height:640px;right:-250px;top:-240px}.orb-two{width:430px;height:430px;right:80px;bottom:-280px}.hero-content{min-height:590px;display:grid;grid-template-columns:1.05fr .95fr;gap:60px;align-items:center;position:relative;z-index:2}.hero-text h1{font-size:48px;line-height:1.04;letter-spacing:-.035em;margin:12px 0 17px;max-width:610px}.hero-text h1 span{color:#b9e4ff}.hero-text>p{font-size:15px;color:#d6e7f3;max-width:630px;line-height:1.7}.hero-buttons{display:flex;gap:10px;margin-top:25px}.hero-trust{display:flex;gap:16px;flex-wrap:wrap;margin-top:28px;color:#c9ddea;font-size:9px}.hero-visual{position:relative}.mock-window{background:#fff;border-radius:18px;box-shadow:0 26px 65px rgba(0,0,0,.28);overflow:hidden;transform:rotate(-1.5deg)}.mock-top{height:36px;background:#f3f6f8;display:flex;align-items:center;gap:5px;padding:0 12px}.mock-top i{width:7px;height:7px;border-radius:50%;background:#c6d0d8}.mock-top span{color:#71818e;font-size:8px;margin-left:7px}.mock-body{height:310px;display:grid;grid-template-columns:85px 1fr}.mock-side{background:#123853;padding:25px 12px}.mock-side .mock-logo{width:34px;height:34px;border-radius:10px;background:#3983b2;margin:0 auto 24px}.mock-side b{height:7px;background:rgba(255,255,255,.15);border-radius:10px;display:block;margin:14px 0}.mock-main{background:#f5f8fa;padding:25px}.mock-title{display:block;width:40%;height:14px;background:#163b58;border-radius:5px;margin-bottom:24px}.mock-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.mock-stats i{height:70px;background:#fff;border:1px solid #e3e9ee;border-radius:10px}.mock-table{background:#fff;border:1px solid #e3e9ee;border-radius:10px;margin-top:14px;padding:10px}.mock-table span{display:block;height:28px;border-bottom:1px solid #edf1f4}.floating-card{position:absolute;background:#fff;color:var(--navy);border-radius:12px;padding:11px 13px;box-shadow:0 12px 30px rgba(0,0,0,.2);min-width:170px}.floating-card b{display:block;font-size:10px}.floating-card span{font-size:8px;color:#71818d}.fc-one{left:-34px;bottom:34px}.fc-two{right:-25px;top:22px}.landing-section{padding:78px 0}.section-heading{text-align:center;max-width:720px;margin:0 auto 32px}.section-heading h2{font-size:32px;line-height:1.15;margin:7px 0 8px;color:var(--navy)}.section-heading p{color:var(--muted);margin:0}.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.feature-grid article{border:1px solid var(--line);border-radius:17px;padding:22px;background:#fff;transition:.2s}.feature-grid article:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.feature-grid article>span{display:grid;place-items:center;width:43px;height:43px;border-radius:13px;background:var(--blue-soft);color:var(--blue);font-size:21px}.feature-grid h3{font-size:15px;margin:14px 0 6px;color:var(--navy)}.feature-grid p{font-size:11px;color:var(--muted);margin:0;line-height:1.65}.role-section{padding:68px 0;background:linear-gradient(120deg,#102f4b,#0d5b91);color:#fff}.role-wrap{display:grid;grid-template-columns:.65fr 1.35fr;gap:50px;align-items:center}.role-copy h2{font-size:33px;line-height:1.12;margin:7px 0 9px}.role-copy p{color:#c9ddea}.role-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.role-grid div{padding:17px;border:1px solid rgba(255,255,255,.14);border-radius:13px;background:rgba(255,255,255,.06)}.role-grid b{display:block;font-size:11px;letter-spacing:.08em}.role-grid span{display:block;font-size:9px;color:#cfe2ef;margin-top:4px}.install-cta{padding:55px 0;background:#f3f8fc}.install-cta .landing-container{display:flex;align-items:center;justify-content:space-between;gap:24px}.install-cta h2{font-size:27px;margin:5px 0 4px;color:var(--navy)}.install-cta p{color:var(--muted);margin:0}.landing-footer{padding:26px 0;background:#fff;border-top:1px solid var(--line)}.landing-footer .landing-container{display:flex;align-items:center;justify-content:space-between}.landing-footer p{font-size:9px;color:#7a8996}

/* Install page */
.install-page{min-height:100vh;background:#eef4f8}.install-shell{min-height:100vh;display:grid;grid-template-columns:.85fr 1.15fr}.install-hero{background:linear-gradient(145deg,#103653,#0d5b91);color:#fff;padding:42px;display:flex;flex-direction:column;justify-content:space-between}.install-hero>div h1{font-size:38px;line-height:1.08;margin:9px 0 12px;max-width:480px}.install-hero>div p{color:#d4e6f3;max-width:520px}.install-now{margin-top:15px}.install-status{font-size:9px;color:#bfe0f3;margin-top:8px;min-height:16px}.install-guide{background:#fff;padding:42px 50px;overflow:auto}.back-link{display:inline-flex;margin-bottom:34px;color:var(--blue);font-size:10px;font-weight:700}.install-guide h2{font-size:28px;margin:7px 0 18px}.device-tabs{display:flex;gap:7px;margin-bottom:18px}.device-tabs button{border:1px solid var(--line);background:#fff;border-radius:10px;padding:9px 12px;color:#607487;font-size:10px;font-weight:750}.device-tabs button.active{background:var(--blue);color:#fff;border-color:var(--blue)}.device-panel{display:none}.device-panel.active{display:grid;gap:10px}.step{display:grid;grid-template-columns:34px 1fr;gap:11px;padding:13px;border:1px solid #e5ecf1;border-radius:12px}.step>span{width:32px;height:32px;border-radius:10px;background:#eaf4fb;color:var(--blue);display:grid;place-items:center;font-weight:850}.step b{font-size:11px}.step p{margin:3px 0 0;color:var(--muted);font-size:9px}.pwa-note{margin:18px 0;background:#f7fafc;border-left:3px solid var(--blue);padding:12px 14px}.pwa-note b{font-size:10px}.pwa-note p{font-size:9px;color:var(--muted);margin:4px 0 0}

@media(max-width:1180px){.stat-grid{grid-template-columns:repeat(2,1fr)}.meta-grid{grid-template-columns:repeat(3,1fr)}.feature-grid{grid-template-columns:repeat(2,1fr)}.hero-content{gap:30px}.hero-text h1{font-size:42px}}
@media(max-width:1049px){.sidebar{transform:translateX(-100%);transition:.2s}.sidebar-open .sidebar{transform:translateX(0)}.sidebar-open .sidebar-backdrop{display:block;position:fixed;inset:0;background:rgba(9,27,42,.45);z-index:35}.sidebar-close,.menu-button{display:block}.app-main{margin-left:0}.dashboard-grid,.upload-layout,.master-grid,.users-master,.account-grid{grid-template-columns:1fr}.guide-card{position:static}.topbar{padding:0 18px}.content{padding:18px}.hero-content{grid-template-columns:1fr;min-height:auto;padding:70px 0}.hero-visual{max-width:660px;margin:0 auto;width:100%;padding-bottom:60px}.role-wrap{grid-template-columns:1fr}.install-shell{grid-template-columns:1fr}.install-hero{min-height:430px}.install-guide{padding:38px}.auth-shell{grid-template-columns:1fr;max-width:620px}.auth-brand-panel{min-height:300px}.auth-copy h1{font-size:31px}.auth-form-panel{padding:38px}.landing-nav{display:none;position:absolute;left:18px;right:18px;top:69px;background:#fff;border:1px solid var(--line);border-radius:13px;box-shadow:var(--shadow);padding:13px;flex-direction:column;align-items:stretch;gap:4px}.landing-nav.open{display:flex}.landing-nav a{padding:9px 10px}.nav-mobile-btn{display:block}}
@media(max-width:720px){body{font-size:13px}.content{padding:13px}.topbar{height:68px;padding:0 12px}.topbar-right{gap:6px}.topbar .eyebrow{display:none}.topbar h1{font-size:16px}.install-chip{width:38px;height:38px;padding:0;border-radius:10px}.install-chip .top-action-label{display:none}.install-chip .top-action-icon{font-size:18px}.profile-chip{padding:3px}.profile-chip .profile-copy{display:none}.welcome-card,.page-intro,.detail-hero{align-items:flex-start;flex-direction:column}.welcome-card{padding:17px}.welcome-card h2,.page-intro h2,.detail-hero h2{font-size:19px}.stat-grid{grid-template-columns:1fr 1fr;gap:9px}.stat-card{min-height:90px;padding:12px;gap:9px}.stat-icon{width:36px;height:36px}.stat-card strong{font-size:21px}.stat-card .size-number{font-size:15px}.stat-card p{display:none}.grid-2,.upload-type-grid,.card-inline{grid-template-columns:1fr}.filter-bar{flex-wrap:wrap}.search-field{width:100%;flex-basis:100%}.input.compact{flex:1;min-width:120px}.input.compact.category-filter{flex-basis:100%;min-width:0}.meta-grid{grid-template-columns:1fr 1fr}.detail-actions{width:100%;flex-wrap:wrap}.detail-actions>.btn{flex:1}.app-footer{padding:14px;flex-direction:column;gap:3px;text-align:center}.table.mobile-card-table{min-width:0}.mobile-card-table thead{display:none}.mobile-card-table,.mobile-card-table tbody,.mobile-card-table tr,.mobile-card-table td{display:block;width:100%}.mobile-card-table tr{padding:10px 12px;border-top:1px solid #edf1f4}.mobile-card-table td{border:0;padding:6px 0;display:grid;grid-template-columns:96px 1fr;gap:8px;align-items:start}.mobile-card-table td:before{content:attr(data-label);font-size:8px;font-weight:850;letter-spacing:.08em;color:#83919d;text-transform:uppercase}.mobile-card-table td.actions-cell{text-align:left}.mobile-card-table .row-actions{justify-content:flex-start}.mobile-card-table td[colspan]{display:block}.panel-head{padding:15px}.form-card{padding:16px}.auth-page{padding:0;background:#fff;display:block}.auth-shell{min-height:100vh;border-radius:0;box-shadow:none}.auth-brand-panel{display:none}.auth-form-panel{padding:34px 22px;min-height:100vh}.auth-mobile-logo{display:flex;align-items:center;gap:10px;margin-bottom:50px;color:var(--navy)}.auth-mobile-logo img{width:45px}.auth-mobile-logo b{font-size:12px}.auth-links{flex-direction:column;gap:9px}.landing-header{height:68px}.landing-header .brand img{width:36px}.landing-header .brand strong{font-size:13px}.hero-content{padding:58px 0 45px}.hero-text h1{font-size:36px}.hero-text>p{font-size:13px}.hero-buttons{flex-direction:column;align-items:stretch}.hero-trust{gap:10px}.mock-body{height:250px}.fc-one{left:0;bottom:20px}.fc-two{right:0}.landing-section{padding:55px 0}.feature-grid{grid-template-columns:1fr}.section-heading h2,.role-copy h2{font-size:27px}.role-grid{grid-template-columns:1fr}.install-cta .landing-container,.landing-footer .landing-container{align-items:flex-start;flex-direction:column}.install-hero{padding:28px 22px;min-height:380px}.install-hero>div h1{font-size:31px}.install-guide{padding:28px 22px}.device-tabs{overflow:auto}.setup-card{border-radius:0;border:0;box-shadow:none;min-height:100vh;padding:28px 20px}.setup-shell{width:100%}.upload-actions{flex-direction:column}.upload-actions .btn{width:100%}}
@media(max-width:430px){.stat-grid{grid-template-columns:1fr}.meta-grid{grid-template-columns:1fr}.stat-card{min-height:76px}.stat-card p{display:block}.welcome-actions{width:100%}.welcome-actions .btn{flex:1}.hero-text h1{font-size:32px}.mock-window{transform:none}.floating-card{position:relative;left:auto!important;right:auto!important;top:auto!important;bottom:auto!important;margin-top:8px}.hero-visual{padding-bottom:0}.landing-container{width:min(100% - 26px,1160px)}}

/* Rename file modal */
.rename-modal{position:fixed;inset:0;z-index:1200;display:grid;place-items:center;padding:20px}
.rename-modal[hidden]{display:none!important}
.rename-modal-backdrop{position:absolute;inset:0;background:rgba(11,24,42,.52);backdrop-filter:blur(4px)}
.rename-modal-card{position:relative;width:min(520px,100%);padding:24px;box-shadow:0 28px 80px rgba(10,35,62,.28)}
.modal-close{border:0;background:#eef4f8;width:38px;height:38px;border-radius:11px;font-size:24px;line-height:1;cursor:pointer;color:#234}
.rename-hint{font-size:13px;line-height:1.5;color:#65758a;background:#f4f8fb;border:1px solid #e1eaf1;border-radius:12px;padding:11px 13px}
body.modal-open{overflow:hidden}
@media(max-width:640px){.rename-modal{align-items:end;padding:10px}.rename-modal-card{border-radius:22px 22px 16px 16px;padding:20px}}
