:root{--navy:#0d2442;--navy-2:#15385f;--blue:#1769e0;--blue-dark:#0f56bd;--blue-soft:#eaf2ff;--bg:#f4f7fb;--surface:#fff;--surface-2:#f8fafc;--text:#17263b;--muted:#637187;--border:#dfe6ef;--danger:#c62828;--danger-soft:#fff0f0;--success:#167653;--success-soft:#e9f8f1;--amber:#b65d09;--shadow:0 10px 30px rgba(24,47,79,.08);--radius:14px;--radius-sm:9px;--sidebar:260px;--ease:180ms ease}
*{box-sizing:border-box}html{color-scheme:light}body{margin:0;background:var(--bg);color:var(--text);font-family:"Segoe UI","Microsoft YaHei",Arial,sans-serif;font-size:15px;line-height:1.55}button,input,select,textarea{font:inherit;color:inherit}button,a{touch-action:manipulation}a{color:inherit;text-decoration:none}svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}button{cursor:pointer}.skip-link{position:fixed;z-index:2000;top:-60px;left:16px;padding:10px 16px;background:#fff;border-radius:8px;box-shadow:var(--shadow)}.skip-link:focus{top:12px}.app-shell{min-height:100dvh}.sidebar{position:fixed;inset:0 auto 0 0;width:var(--sidebar);z-index:100;background:linear-gradient(180deg,var(--navy),#091a30);color:#d9e4f2;padding:24px 16px 16px;display:flex;flex-direction:column}.brand{display:flex;align-items:center;gap:12px;padding:0 10px 24px;color:#fff}.brand-mark{width:42px;height:42px;border-radius:12px;background:linear-gradient(135deg,#3f8cff,#1769e0);display:grid;place-items:center;box-shadow:0 8px 18px rgba(23,105,224,.28);flex:0 0 auto}.brand-mark svg{width:24px;height:24px}.brand strong{display:block;font-size:19px;letter-spacing:.2px}.brand small{display:block;color:#a9bbd1;font-size:12px;margin-top:-2px}.sidebar nav{display:flex;flex-direction:column;gap:5px}.nav-label{margin:22px 12px 7px;color:#7188a4;font-size:11px;font-weight:700;letter-spacing:1.2px}.nav-item{min-height:46px;padding:11px 13px;display:flex;align-items:center;gap:12px;border-radius:9px;color:#b9c9da;transition:background var(--ease),color var(--ease)}.nav-item svg{width:19px}.nav-item:hover{background:rgba(255,255,255,.07);color:#fff}.nav-item.active{background:rgba(63,140,255,.18);color:#fff;font-weight:600}.nav-item.active:before{content:"";width:3px;height:22px;background:#5c9dff;border-radius:4px;position:absolute;left:16px}.sidebar-footer{margin-top:auto;padding:16px 8px 0;border-top:1px solid rgba(255,255,255,.1);display:flex;align-items:center;gap:10px}.avatar{width:38px;height:38px;display:grid;place-items:center;border-radius:50%;background:#31557c;color:#fff;font-weight:700;flex:0 0 auto}.avatar.small{width:34px;height:34px;background:#e4edfa;color:#31557c}.user-meta{min-width:0;flex:1}.user-meta strong,.user-meta small{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-meta strong{font-size:14px;color:#fff}.user-meta small{font-size:11px;color:#91a6bf}.icon-button{width:44px;height:44px;padding:0;display:inline-grid;place-items:center;background:transparent;border:0;border-radius:9px;color:inherit;transition:background var(--ease),color var(--ease)}.icon-button:hover{background:rgba(23,105,224,.1)}.icon-button.danger:hover{background:var(--danger-soft);color:var(--danger)}.main-wrap{margin-left:var(--sidebar);min-height:100dvh}.mobile-header{display:none}.main-content{max-width:1540px;margin:0 auto;padding:40px 42px 64px}.page-header{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:28px}.page-header.compact{align-items:flex-start}.page-header h1{font-size:30px;line-height:1.2;letter-spacing:-.4px;margin:5px 0 7px}.page-header p{margin:0;color:var(--muted);font-size:16px}.eyebrow{display:inline-block;color:#cfe0f8;text-transform:uppercase;letter-spacing:1.5px;font-size:11px;font-weight:800}.eyebrow.dark{color:var(--blue)}.button{min-height:44px;border-radius:9px;border:1px solid transparent;padding:10px 17px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:650;transition:background var(--ease),border var(--ease),box-shadow var(--ease),color var(--ease)}.button:focus-visible,.icon-button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,summary:focus-visible{outline:3px solid rgba(23,105,224,.28);outline-offset:2px}.button.primary{background:var(--blue);color:#fff;box-shadow:0 7px 18px rgba(23,105,224,.18)}.button.primary:hover{background:var(--blue-dark)}.button.secondary{background:#fff;border-color:var(--border);color:#34455c}.button.secondary:hover{border-color:#9fb6d3;background:#f9fbfe}.button.download{min-height:36px;padding:6px 12px;background:var(--blue-soft);color:var(--blue);font-size:13px}.button.download:hover{background:#dceaff}.button:disabled{opacity:.45;cursor:not-allowed;box-shadow:none}.full{width:100%}.panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:0 3px 14px rgba(24,47,79,.035)}.stat-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin-bottom:22px}.stat-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:22px;display:flex;align-items:flex-start;gap:16px}.stat-icon{width:46px;height:46px;display:grid;place-items:center;border-radius:12px;flex:0 0 auto}.stat-icon.blue{background:#e7f1ff;color:#1769e0}.stat-icon.violet{background:#f0ebff;color:#6848c7}.stat-icon.amber{background:#fff3e4;color:#a95a0d}.stat-icon.green{background:#e6f7ef;color:#167653}.stat-card small,.stat-card span{display:block;color:var(--muted)}.stat-card strong{font-size:29px;line-height:1.25;display:block;font-variant-numeric:tabular-nums;margin:3px 0}.stat-card span{font-size:12px}.two-column{display:grid;grid-template-columns:1.7fr 1fr;gap:22px}.panel-body{padding:28px}.welcome-panel{background:linear-gradient(135deg,#102b4d,#1e4b7c);color:#fff;border:0;overflow:hidden;position:relative}.welcome-panel:after{content:"";position:absolute;width:260px;height:260px;right:-80px;top:-120px;border:50px solid rgba(84,153,246,.1);border-radius:50%}.welcome-panel h2{font-size:24px;margin:12px 0 8px}.welcome-panel p{color:#c7d5e6;max-width:650px;margin:0}.tag{display:inline-block;padding:4px 9px;border-radius:20px;background:rgba(76,148,244,.18);color:#a9d0ff;font-size:12px}.steps{display:flex;align-items:center;gap:9px;margin-top:26px}.steps span{display:flex;align-items:center;gap:7px;font-size:13px;white-space:nowrap}.steps b{width:24px;height:24px;border-radius:50%;display:grid;place-items:center;background:#2f76c9}.steps i{height:1px;background:rgba(255,255,255,.23);flex:1}.panel-heading{padding:20px 22px;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;gap:18px}.panel-heading h2{margin:0;font-size:17px}.panel-heading p{margin:2px 0 0;color:var(--muted);font-size:13px}.permission-list{padding:18px 22px;display:flex;flex-direction:column;gap:13px}.permission-list span{display:flex;align-items:center;gap:10px}.permission-list svg{color:var(--success);width:18px}.toast,.alert{border-radius:10px;padding:12px 15px;margin:0 0 18px;display:flex;align-items:center;gap:10px}.toast svg,.alert svg{flex:0 0 auto}.toast.success{background:var(--success-soft);color:#0f6747;border:1px solid #bfe7d7}.alert.error{background:var(--danger-soft);color:#a51f1f;border:1px solid #f2caca}.table-panel{overflow:hidden}.search-box{width:270px;height:42px;border:1px solid var(--border);border-radius:9px;background:var(--surface-2);display:flex;align-items:center;padding:0 11px;gap:8px}.search-box.wide{width:min(420px,100%)}.search-box svg{width:18px;color:#718096}.search-box input{border:0;outline:0;background:transparent;width:100%;min-width:0}.table-wrap{overflow-x:auto}table{border-collapse:collapse;width:100%;min-width:820px}th,td{padding:15px 20px;border-bottom:1px solid #edf1f6;text-align:left;vertical-align:middle}th{background:#fafbfd;color:#607086;font-size:12px;text-transform:uppercase;letter-spacing:.5px}tbody tr:last-child td{border-bottom:0}tbody tr:hover{background:#fbfcfe}.entity{display:flex;align-items:center;gap:11px}.entity-icon{width:36px;height:36px;border-radius:9px;background:var(--blue-soft);color:var(--blue);display:grid;place-items:center;font-weight:700}.entity strong,.entity small{display:block}.entity small,.cell-sub{font-size:12px;color:var(--muted)}.cell-sub{display:block}.number{font-variant-numeric:tabular-nums;font-weight:650}.actions{text-align:right;white-space:nowrap}.actions form{display:inline}.text-button{background:none;border:0;padding:8px;color:var(--blue);font-weight:600}.text-button.danger{color:var(--danger)}.role-badge,.status{display:inline-flex;align-items:center;border-radius:20px;padding:4px 9px;font-size:12px;font-weight:650}.role-badge.system_admin{background:#ece8ff;color:#5b3dc1}.role-badge.company_admin{background:#e5f0ff;color:#155cbf}.role-badge.user{background:#eef2f6;color:#46566a}.status{gap:6px;background:#eef2f6;color:#526174}.status i{width:7px;height:7px;border-radius:50%;background:#8391a2}.status.on{background:var(--success-soft);color:#106544}.status.on i{background:#20a475}.empty-state{padding:54px 24px;text-align:center}.empty-state>svg{width:48px;height:48px;color:#99abc0;stroke-width:1.3}.empty-state h3{margin:12px 0 5px;font-size:19px}.empty-state p{color:var(--muted);margin:0 auto 18px;max-width:480px}.form-panel{max-width:920px}.form-section{padding:26px}.form-section h2{font-size:18px;margin:0 0 20px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:19px}.form-stack{display:flex;flex-direction:column;gap:18px}.form-grid label,.form-stack label{display:flex;flex-direction:column;gap:7px;font-weight:600;font-size:13px}.form-grid em,.form-stack em{color:var(--danger);font-style:normal}.span-2{grid-column:1/-1}input,select,textarea{width:100%;min-height:44px;border:1px solid #cfd9e6;border-radius:8px;background:#fff;padding:10px 12px;outline:0;transition:border var(--ease),box-shadow var(--ease)}textarea{resize:vertical;line-height:1.55}input:hover,select:hover,textarea:hover{border-color:#9eb2ca}input:focus,select:focus,textarea:focus{border-color:var(--blue);box-shadow:0 0 0 3px rgba(23,105,224,.12)}label small{font-weight:400;color:var(--muted)}label.check{flex-direction:row;align-items:center;gap:9px}.check input{width:18px;min-height:18px}.form-actions{border-top:1px solid var(--border);padding:18px 26px;display:flex;justify-content:flex-end;gap:10px}.breadcrumb{display:flex;gap:8px;color:var(--muted);font-size:13px;margin-bottom:10px}.breadcrumb a{color:var(--blue)}.modal{width:min(620px,calc(100vw - 28px));max-height:calc(100dvh - 32px);padding:0;border:0;border-radius:15px;box-shadow:0 25px 80px rgba(6,20,39,.28);overflow:auto}.modal::backdrop{background:rgba(5,18,34,.58);backdrop-filter:blur(2px)}.modal-header{padding:21px 23px;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;align-items:flex-start}.modal-header h2{margin:0;font-size:20px}.modal-header p{margin:3px 0 0;color:var(--muted);font-size:13px}.modal-body{padding:23px}.modal-footer{padding:16px 23px;border-top:1px solid var(--border);background:#fafbfd;display:flex;justify-content:flex-end;gap:10px}.password-wrap{position:relative}.password-wrap input{padding-right:65px}.password-toggle{position:absolute;right:5px;top:5px;height:34px;border:0;background:transparent;color:var(--blue);font-size:12px;font-weight:650}.login-body{background:#0c2543}.login-layout{min-height:100dvh;display:grid;grid-template-columns:minmax(420px,1.05fr) minmax(500px,.95fr)}.login-story{padding:38px 7vw 34px;background:radial-gradient(circle at 75% 25%,rgba(46,119,204,.35),transparent 33%),linear-gradient(145deg,#0b213d,#12365e);color:#fff;display:flex;flex-direction:column}.brand-light{padding:0}.story-content{margin:auto 0;max-width:650px}.story-content h1{font-size:clamp(38px,4vw,60px);line-height:1.2;letter-spacing:-1.4px;margin:17px 0 20px}.story-content>p{font-size:18px;color:#c7d5e6;max-width:570px}.feature-row{display:flex;gap:25px;margin-top:38px;flex-wrap:wrap}.feature-row span{display:flex;align-items:center;gap:8px;color:#e0ebf7}.feature-row svg{color:#6eaaff}.story-foot{color:#7690ad;letter-spacing:2px}.login-panel{background:#f6f8fb;display:grid;place-items:center;padding:32px}.login-card{width:min(420px,100%)}.login-card h2{font-size:31px;margin:8px 0 3px;letter-spacing:-.4px}.login-card>.muted{margin:0 0 28px}.muted{color:var(--muted)}.login-card .form-stack{gap:19px}.login-card .button{margin-top:6px}.login-help{text-align:center;color:var(--muted);font-size:13px;margin-top:24px}.mobile-brand{display:none}
.company-switcher{background:#e9f2fe;border:1px solid #d4e5fb;border-radius:11px;padding:12px 16px;margin:-10px 0 20px}.company-switcher label{display:flex;align-items:center;gap:12px;font-weight:650}.company-switcher select{width:min(360px,100%);background:#fff}.file-toolbar{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:18px}.toolbar-actions{display:flex;gap:9px;flex-wrap:wrap;justify-content:flex-end}.file-tree{display:flex;flex-direction:column;gap:14px}.tree-project,.tree-module{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.tree-project>summary,.tree-module>summary{list-style:none;min-height:68px;padding:13px 16px;display:flex;align-items:center;gap:11px;cursor:pointer}.tree-project>summary::-webkit-details-marker,.tree-module>summary::-webkit-details-marker{display:none}.tree-project>summary:hover,.tree-module>summary:hover{background:#fafcff}.tree-toggle{display:grid;place-items:center;color:#7b899a;transition:transform var(--ease)}.tree-toggle svg{width:17px}.tree-project:not([open])>summary .tree-toggle,.tree-module:not([open])>summary .tree-toggle{transform:rotate(-90deg)}.folder-icon,.module-icon,.file-type{width:38px;height:38px;border-radius:9px;display:grid;place-items:center;flex:0 0 auto}.folder-icon{background:var(--blue-soft);color:var(--blue)}.module-icon{background:#f0ebff;color:#6848c7}.tree-title{flex:1;min-width:0}.tree-title strong,.tree-title small{display:block}.tree-title strong{font-size:16px}.tree-title small{font-size:12px;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.project-content{background:#f7f9fc;border-top:1px solid var(--border);padding:14px 14px 14px 48px;display:flex;flex-direction:column;gap:11px}.tree-module{box-shadow:none;border-radius:11px}.tree-module>summary{min-height:62px}.version-list{padding:12px;background:#f7f9fc;border-top:1px solid var(--border);display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.version-card{background:#fff;border:1px solid var(--border);border-radius:10px;overflow:hidden}.version-card>header{padding:15px 16px 9px;display:flex;align-items:flex-start;justify-content:space-between}.version-card h3{display:inline;margin:0 7px;font-size:18px}.version-card time{font-size:11px;color:var(--muted)}.version-label{padding:3px 7px;background:#e8f1fd;color:var(--blue);border-radius:5px;font-size:10px;font-weight:750}.version-notes{margin:0;padding:0 16px 13px;color:#56667b;font-size:13px;white-space:pre-wrap}.file-list{border-top:1px solid var(--border)}.file-row{min-height:60px;padding:9px 12px;display:flex;align-items:center;gap:9px;border-bottom:1px solid #edf1f6}.file-row:last-child{border-bottom:0}.file-type{width:34px;height:34px;background:#eff3f7;color:#617185}.file-type svg{width:18px}.file-info{flex:1;min-width:0}.file-info strong,.file-info small{display:block}.file-info strong{font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.file-info small{font-size:10px;color:var(--muted)}.file-row code{font-size:10px;color:#718096}.file-row form{display:flex}.inline-empty{margin:0;padding:18px;text-align:center;color:var(--muted);font-size:13px}.file-picker{display:block;border:1px dashed #9db2cc;background:#f8fbff;border-radius:9px;padding:18px;text-align:center}.file-picker input{border:0;padding:0;min-height:auto;margin-bottom:8px}.file-picker span{font-weight:400;color:var(--muted);font-size:12px}.scrim{display:none}
@media(max-width:1180px){.stat-grid{grid-template-columns:repeat(2,1fr)}.version-list{grid-template-columns:1fr}.two-column{grid-template-columns:1fr}.steps{max-width:650px}}
@media(max-width:820px){.sidebar{transform:translateX(-100%);transition:transform 220ms ease;box-shadow:15px 0 45px rgba(4,19,36,.25)}.sidebar.open{transform:translateX(0)}.scrim.show{display:block;position:fixed;inset:0;background:rgba(4,16,30,.45);z-index:90}.main-wrap{margin-left:0}.mobile-header{display:flex;position:sticky;top:0;z-index:50;height:58px;padding:0 14px;align-items:center;gap:10px;background:rgba(255,255,255,.95);border-bottom:1px solid var(--border);font-weight:700;backdrop-filter:blur(10px)}.main-content{padding:25px 18px 48px}.page-header{align-items:flex-start}.page-header h1{font-size:27px}.file-toolbar{align-items:stretch;flex-direction:column}.toolbar-actions{justify-content:flex-start}.login-layout{grid-template-columns:1fr}.login-story{display:none}.login-panel{min-height:100dvh}.mobile-brand{display:flex;align-items:center;gap:10px;margin-bottom:40px}.mobile-brand .brand-mark{width:32px;height:32px}.project-content{padding-left:14px}}
@media(max-width:600px){.main-content{padding-left:14px;padding-right:14px}.page-header{flex-direction:column;gap:16px}.page-header>.button,.page-header>button{width:100%}.stat-grid{grid-template-columns:1fr}.stat-card{padding:18px}.form-grid{grid-template-columns:1fr}.span-2{grid-column:auto}.panel-heading{align-items:flex-start;flex-direction:column}.search-box{width:100%}th,td{padding:13px 15px}.steps{align-items:flex-start;flex-direction:column}.steps i{width:1px;height:12px;margin-left:12px;flex:none}.toolbar-actions{display:grid;grid-template-columns:1fr 1fr}.toolbar-actions .button:first-child{grid-column:1/-1}.tree-project>summary,.tree-module>summary{padding-left:10px}.project-content{padding:9px}.version-list{padding:8px}.file-row{flex-wrap:wrap}.file-info{min-width:calc(100% - 48px)}.file-row code{display:none}.file-row .button{margin-left:43px}.login-panel{padding:24px}.login-card h2{font-size:27px}.modal-body{padding:18px}.modal-footer{position:sticky;bottom:0}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}}
.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.audit-stats{margin-bottom:18px}.audit-filters{display:flex;align-items:flex-end;gap:12px;padding:18px 20px;background:#fafbfd;border-bottom:1px solid var(--border);flex-wrap:wrap}.audit-filters>label:not(.search-box){display:flex;flex-direction:column;gap:5px;min-width:160px;color:var(--muted);font-size:12px;font-weight:650}.audit-filters select{height:42px;min-height:42px;background:#fff}.audit-filters .button{min-height:42px}.audit-heading{border-top:0}.audit-table{min-width:1120px}.audit-time{white-space:nowrap;font-variant-numeric:tabular-nums}.audit-user{display:flex;align-items:center;gap:9px}.audit-user strong,.audit-user small{display:block}.audit-user small{font-size:11px;color:var(--muted)}.audit-action{display:inline-flex;align-items:center;justify-content:center;min-width:62px;padding:4px 9px;border-radius:20px;font-size:12px;font-weight:700;background:#eef2f6;color:#46566a}.audit-action.login{background:#e6f7ef;color:#126b49}.audit-action.login_failed{background:var(--danger-soft);color:#a51f1f}.audit-action.view{background:#e8f1fd;color:#155cbf}.audit-action.upload{background:#fff3e4;color:#9b530f}.audit-action.download{background:#f0ebff;color:#5b3dc1}.audit-description{display:block;max-width:300px;white-space:normal}.audit-ip{font-size:12px;font-family:Consolas,"SFMono-Regular",monospace}.user-agent{max-width:260px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pagination{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-top:1px solid var(--border);color:var(--muted);font-size:13px}.pagination>div{display:flex;gap:8px}.button.disabled{opacity:.45;pointer-events:none}
@media(max-width:600px){.audit-filters{align-items:stretch;flex-direction:column}.audit-filters>*{width:100%}.audit-filters>label:not(.search-box){min-width:0}.pagination{align-items:stretch;flex-direction:column;gap:12px}.pagination>div{display:grid;grid-template-columns:1fr 1fr}}
.profile-grid{display:grid;grid-template-columns:minmax(260px,.72fr) minmax(420px,1.28fr);gap:22px;max-width:1000px}.identity-panel{align-self:start;overflow:hidden}.identity-hero{padding:28px 24px;display:flex;align-items:center;gap:16px;background:linear-gradient(135deg,#102b4d,#1e4b7c);color:#fff}.profile-avatar{width:58px;height:58px;background:#3976b8;font-size:21px}.identity-hero h2{margin:0;font-size:20px}.identity-hero p{margin:2px 0 0;color:#b9cce2}.profile-details{margin:0;padding:8px 22px}.profile-details>div{padding:15px 0;border-bottom:1px solid var(--border)}.profile-details>div:last-child{border-bottom:0}.profile-details dt{color:var(--muted);font-size:12px;margin-bottom:5px}.profile-details dd{margin:0;font-weight:600}.profile-password-form{padding:22px}.profile-password-form>label{display:flex;flex-direction:column;gap:7px;margin-bottom:18px;font-weight:600;font-size:13px}.profile-password-form em{color:var(--danger);font-style:normal}.profile-password-form label>small{font-weight:400;color:var(--muted)}.profile-actions{margin:22px -22px -22px;padding:17px 22px}.audit-action.password_change{background:#e7f6f5;color:#0d6c67}
@media(max-width:820px){.profile-grid{grid-template-columns:1fr;max-width:none}}
@media(max-width:600px){.profile-password-form{padding:18px}.profile-actions{margin:20px -18px -18px;padding:16px 18px}.profile-actions .button{width:100%}}
.brand-lockup{display:flex;flex-direction:column;align-items:flex-start;gap:2px;width:100%}.hz-logo{display:block;width:174px;height:auto;aspect-ratio:2165/584;object-fit:contain}.brand-product{margin:0 0 0 2px;color:#a9bbd1;font-size:11px;letter-spacing:3px}.login-brand-lockup .hz-logo{width:218px}.login-brand-lockup .brand-product{color:#a9bbd1;font-size:12px;letter-spacing:4px}.mobile-header-brand,.mobile-brand-logo{display:inline-flex;align-items:center;justify-content:center;background:var(--navy);border-radius:7px;padding:4px 7px}.mobile-header-brand img{display:block;width:88px;height:auto}.mobile-brand-logo img{display:block;width:134px;height:auto}.mobile-brand{align-items:center;flex-wrap:wrap}.mobile-brand>strong{color:var(--text);font-size:14px}
.explorer-controls{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:11px 13px;margin-bottom:12px;background:#fff;border:1px solid var(--border);border-radius:11px}.explorer-breadcrumb{display:flex;align-items:center;gap:8px;min-width:0;flex-wrap:wrap;color:var(--muted);font-size:13px}.explorer-breadcrumb a{min-height:38px;padding:7px 8px;display:inline-flex;align-items:center;gap:7px;border-radius:7px;color:#36516f}.explorer-breadcrumb a:hover{background:var(--blue-soft);color:var(--blue)}.explorer-breadcrumb a:first-child{font-weight:650}.explorer-breadcrumb svg{width:18px}.explorer-breadcrumb strong{max-width:260px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--text)}.view-switcher{display:flex;flex:0 0 auto;padding:3px;border:1px solid var(--border);border-radius:9px;background:#f2f5f9}.view-switcher a{min-height:38px;padding:7px 11px;display:inline-flex;align-items:center;gap:6px;border-radius:6px;color:var(--muted);font-size:13px;font-weight:650}.view-switcher a:hover{color:var(--blue)}.view-switcher a.active{background:#fff;color:var(--blue);box-shadow:0 2px 8px rgba(24,47,79,.11)}.view-switcher svg{width:17px}.explorer-panel{padding:22px;min-height:270px}.layer-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding-bottom:18px;margin-bottom:18px;border-bottom:1px solid var(--border)}.layer-heading h2{margin:3px 0 2px;font-size:21px}.layer-heading p{margin:2px 0 0;color:var(--muted);font-size:13px}.layer-count{flex:0 0 auto;padding:5px 10px;border-radius:20px;background:#eef3f8;color:#526174;font-size:12px;font-weight:650}.layer-version-info{display:flex;align-items:flex-start;gap:12px;margin-bottom:18px;padding:14px 16px;border:1px solid #d4e5fb;border-radius:10px;background:#f4f8fe}.layer-version-info>svg{flex:0 0 auto;margin-top:2px;color:var(--blue)}.layer-version-info strong,.layer-version-info small{display:block}.layer-version-info p{margin:3px 0 5px;color:#42556d;white-space:pre-wrap}.layer-version-info small{color:var(--muted)}.explorer-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(245px,1fr));gap:13px}.explorer-card{position:relative;min-width:0;border:1px solid var(--border);border-radius:11px;background:#fff;transition:border var(--ease),box-shadow var(--ease),transform var(--ease)}.explorer-card:hover{border-color:#abc3df;box-shadow:0 8px 22px rgba(24,47,79,.09);transform:translateY(-1px)}.explorer-card-main{min-height:112px;padding:16px 50px 16px 16px;display:flex;align-items:flex-start;gap:13px;border-radius:inherit}.explorer-card-icon{width:42px;height:42px;display:grid;place-items:center;flex:0 0 auto;border-radius:10px}.explorer-card-icon.folder{background:#e7f1ff;color:#1769e0}.explorer-card-icon.module{background:#f0ebff;color:#6848c7}.explorer-card-icon.version{background:#e8f7f1;color:#167653}.explorer-card-content{min-width:0;display:flex;flex-direction:column}.explorer-card-content strong{margin-bottom:2px;font-size:15px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.explorer-card-content small{height:38px;color:var(--muted);font-size:12px;line-height:19px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.explorer-card-content>span{margin-top:7px;color:#718096;font-size:11px}.explorer-card-action{position:absolute;top:7px;right:7px}.explorer-file-list{border:1px solid var(--border);border-radius:10px;overflow:hidden}.explorer-file-row{min-height:66px;padding:10px 13px;display:flex;align-items:center;gap:10px;border-bottom:1px solid #edf1f6}.explorer-file-row:last-child{border-bottom:0}.explorer-file-row:hover{background:#fafcff}.explorer-file-row code{font-size:11px;color:#718096}.explorer-file-row form{display:flex}.layer-empty{min-height:160px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:12px;text-align:center;color:var(--muted)}.layer-empty p{margin:0}
@media(max-width:820px){.explorer-controls{align-items:stretch;flex-direction:column}.view-switcher{align-self:flex-start}.explorer-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}}
@media(max-width:600px){.explorer-controls{padding:9px}.view-switcher{width:100%}.view-switcher a{flex:1;justify-content:center}.explorer-panel{padding:15px}.layer-heading{align-items:flex-start}.explorer-grid{grid-template-columns:1fr}.explorer-file-row{flex-wrap:wrap}.explorer-file-row .file-info{min-width:calc(100% - 48px)}.explorer-file-row code{display:none}.explorer-file-row .button{margin-left:44px}}
.header-actions{display:flex;align-items:center;gap:10px}.folder-location{color:var(--muted);font-size:13px}.resource-browser,.resource-tree{overflow:hidden}.resource-panel-heading{min-height:76px;padding:17px 20px;display:flex;align-items:center;justify-content:space-between;gap:18px;border-bottom:1px solid var(--border);background:#fafbfd}.resource-panel-heading h2{margin:0;font-size:18px}.resource-panel-heading p{margin:3px 0 0;color:var(--muted);font-size:13px;white-space:pre-wrap}.resource-list-head{min-height:40px;padding:0 14px 0 66px;display:grid;grid-template-columns:minmax(190px,1.3fr) minmax(180px,1fr) 145px 80px 150px;gap:12px;align-items:center;border-bottom:1px solid var(--border);background:#f6f8fb;color:#66758a;font-size:11px;font-weight:700}.resource-row{min-height:72px;padding:10px 14px;display:grid;grid-template-columns:40px minmax(190px,1.3fr) minmax(180px,1fr) 145px 80px 150px;gap:12px;align-items:center;border-bottom:1px solid #edf1f6;background:#fff}.resource-row:last-child{border-bottom:0}.resource-row:hover{background:#fafcff}.resource-icon{width:38px;height:38px;display:grid;place-items:center;flex:0 0 auto;border-radius:9px}.resource-icon.folder{background:#e7f1ff;color:#1769e0}.resource-icon.file{background:#eff3f7;color:#617185}.resource-icon svg{width:20px}.resource-name{min-width:0;display:flex;flex-direction:column}.resource-name strong{font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.resource-name small{color:var(--muted);font-size:11px}.resource-description{margin:0;color:#56667b;font-size:12px;line-height:18px;white-space:pre-wrap;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.resource-row time,.resource-size{color:var(--muted);font-size:12px;font-variant-numeric:tabular-nums}.resource-actions{display:flex;align-items:center;justify-content:flex-end;gap:3px}.resource-actions form,.tree-actions form{display:flex}.resource-tree-body{padding:12px;background:#f7f9fc}.tree-folder{margin-bottom:8px;border:1px solid var(--border);border-radius:10px;background:#fff;overflow:hidden}.tree-folder:last-child{margin-bottom:0}.tree-folder>summary{list-style:none;min-height:62px;padding:10px 12px;display:flex;align-items:center;gap:10px;cursor:pointer}.tree-folder>summary::-webkit-details-marker{display:none}.tree-folder>summary:hover{background:#fafcff}.tree-folder:not([open])>summary .tree-toggle{transform:rotate(-90deg)}.tree-folder-title{flex:1;min-width:0}.tree-folder-title strong,.tree-folder-title small{display:block}.tree-folder-title strong{font-size:14px}.tree-folder-title small{color:var(--muted);font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tree-actions{display:flex;align-items:center}.tree-folder-content{padding:9px 9px 9px 36px;border-top:1px solid var(--border);background:#f7f9fc}.tree-folder-content>.resource-row{margin-bottom:7px;border:1px solid var(--border);border-radius:9px}.tree-folder-content>.resource-row:last-child{margin-bottom:0}.resource-tree-body>.resource-row{margin-top:9px;border:1px solid var(--border);border-radius:9px}.layer-empty>svg{width:44px;height:44px;color:#91a5bd}.empty-actions{display:flex;gap:9px}
@media(max-width:1100px){.resource-list-head{grid-template-columns:minmax(190px,1fr) minmax(180px,1fr) 150px}.resource-list-head span:nth-child(3),.resource-list-head span:nth-child(4){display:none}.resource-row{grid-template-columns:40px minmax(190px,1fr) minmax(180px,1fr) 150px}.resource-row time,.resource-row>.resource-size{display:none}}
@media(max-width:820px){.header-actions{width:100%}.header-actions .button{flex:1}.folder-location{display:none}.tree-folder-content{padding-left:14px}}
@media(max-width:600px){.resource-list-head{display:none}.resource-panel-heading{align-items:flex-start;flex-direction:column}.resource-row{position:relative;margin:9px!important;padding:13px 12px;grid-template-columns:40px minmax(0,1fr);gap:6px 10px;border:1px solid var(--border)!important;border-radius:9px}.resource-row>.resource-description{grid-column:2;color:var(--muted)}.resource-actions{grid-column:1/-1;justify-content:flex-end;padding-top:5px}.resource-actions .button.download{margin-right:auto}.tree-folder-content{padding:7px}.tree-folder>summary{padding-left:8px}.tree-folder-title small{max-width:160px}.header-actions{flex-direction:column}.header-actions .button{width:100%}.empty-actions{width:100%;flex-direction:column}.empty-actions .button{width:100%}}
.audit-action.create{background:#e6f7ef;color:#126b49}.audit-action.update{background:#e8f1fd;color:#155cbf}.audit-action.delete{background:var(--danger-soft);color:#a51f1f}
.stat-card>.stat-icon{display:grid;place-items:center}.stat-card>.stat-icon svg{display:block;margin:auto}
