:root{--repo-primary:#0B375C;--repo-accent:#0EA5A8;--repo-bg:#f4f8fb;--repo-text:#102a43;--repo-muted:#627d98;--repo-card:#fff;--repo-border:#dbe7ef;--repo-radius:18px}
*{box-sizing:border-box}body.repo-modern-body{margin:0;min-height:100vh;background:linear-gradient(180deg,#f7fbfd 0,#eef5f8 100%);color:var(--repo-text);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.repo-container{width:min(1200px,calc(100% - 36px));margin:0 auto}.repo-topbar{background:#061f34;color:#d9edf4;font-size:12.5px;padding:8px 0}.repo-topbar-inner{display:flex;justify-content:space-between;gap:18px;flex-wrap:wrap}.repo-topbar i{color:#6ee7e7;margin-right:6px}
.repo-navbar{position:sticky;top:0;z-index:30;background:rgba(255,255,255,.96);backdrop-filter:blur(14px);border-bottom:1px solid rgba(219,231,239,.92);box-shadow:0 5px 20px rgba(8,42,70,.04)}.repo-nav-inner{display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:76px}.repo-brand{display:flex;align-items:center;gap:11px;min-width:280px;color:var(--repo-text);text-decoration:none}.repo-brand:hover{text-decoration:none;color:var(--repo-text)}.repo-brand img{width:48px;height:48px;object-fit:contain}.repo-brand-title{font-weight:800;letter-spacing:-.02em;font-size:14px;line-height:1.2}.repo-brand-subtitle{font-size:11px;color:var(--repo-muted);margin-top:3px;text-transform:uppercase;letter-spacing:.08em;font-weight:700}.repo-menu{display:flex;align-items:center;justify-content:flex-end;gap:2px;flex-wrap:wrap}.repo-menu>a{color:#334e68;text-decoration:none;font-size:13px;font-weight:700;padding:9px 10px;border-radius:10px}.repo-menu>a:hover,.repo-menu>a.active{background:#eaf6f6;color:var(--repo-primary);text-decoration:none}.repo-menu .repo-login-link{background:var(--repo-primary);color:#fff;margin-left:6px;padding:10px 14px}.repo-menu .repo-login-link:hover{background:#082a46;color:#fff}.repo-user-menu{position:relative}.repo-user-toggle{border:0;background:#eaf6f6;color:var(--repo-primary);font-weight:700;border-radius:11px;padding:9px 12px;display:flex;align-items:center;gap:7px;cursor:pointer}.repo-user-dropdown{position:absolute;right:0;top:calc(100% + 10px);width:195px;background:#fff;border:1px solid var(--repo-border);border-radius:14px;padding:7px;box-shadow:0 20px 50px rgba(8,42,70,.16);opacity:0;visibility:hidden;transform:translateY(-5px);transition:.16s}.repo-user-menu:hover .repo-user-dropdown,.repo-user-menu:focus-within .repo-user-dropdown{opacity:1;visibility:visible;transform:none}.repo-user-dropdown a{display:flex;gap:8px;align-items:center;padding:10px;border-radius:9px;color:#334e68;text-decoration:none;font-size:13px;font-weight:650}.repo-user-dropdown a:hover{background:#f1f7fa;color:var(--repo-primary)}
.repo-hero{position:relative;overflow:hidden;background:linear-gradient(125deg,#082a46 0,var(--repo-primary) 54%,#0b6f73 100%);color:#fff;padding:64px 0 60px}.repo-hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 14% 16%,rgba(255,255,255,.1),transparent 30%),radial-gradient(circle at 90% 20%,rgba(45,212,191,.18),transparent 28%)}.repo-hero:after{content:"";position:absolute;width:500px;height:500px;border:1px solid rgba(255,255,255,.1);border-radius:50%;right:-190px;bottom:-330px;box-shadow:0 0 0 70px rgba(255,255,255,.025),0 0 0 140px rgba(255,255,255,.02)}.repo-hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,1.3fr) minmax(350px,.7fr);gap:48px;align-items:center}.repo-eyebrow{display:inline-flex;align-items:center;gap:8px;border:1px solid rgba(255,255,255,.2);background:rgba(255,255,255,.09);border-radius:999px;padding:8px 13px;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.07em;margin-bottom:18px}.repo-hero h1{font-size:clamp(34px,4.4vw,54px);line-height:1.08;letter-spacing:-.045em;font-weight:750;margin:0 0 18px;max-width:760px}.repo-hero p{max-width:760px;font-size:16px;line-height:1.75;color:#d9edf4;margin:0}.repo-hero-links{display:flex;gap:10px;flex-wrap:wrap;margin-top:24px}.repo-hero-links a{display:inline-flex;align-items:center;gap:8px;border-radius:12px;padding:10px 13px;color:#fff;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.14);text-decoration:none;font-weight:700;font-size:13px}.repo-hero-links a:hover{background:rgba(255,255,255,.16)}.repo-search-panel{background:#fff;color:var(--repo-text);border-radius:22px;padding:22px;box-shadow:0 30px 80px rgba(0,0,0,.22);border:1px solid rgba(255,255,255,.5)}.repo-search-label{font-size:13px;font-weight:800;color:var(--repo-primary);margin-bottom:10px}.repo-search-panel form{display:flex;border:1px solid #cfdfe8;border-radius:14px;background:#f9fcfd;overflow:hidden}.repo-search-panel input{flex:1;min-width:0;border:0;background:transparent;outline:0;padding:14px 14px;font-size:13px;color:var(--repo-text)}.repo-search-panel button{width:50px;border:0;background:var(--repo-primary);color:#fff}.repo-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-top:16px}.repo-stat{background:#f4f9fb;border:1px solid #e0ebf1;border-radius:14px;padding:13px}.repo-stat strong{display:block;color:var(--repo-primary);font-size:25px;line-height:1.05}.repo-stat span{font-size:11.5px;color:var(--repo-muted);font-weight:650}
.repo-main{padding:38px 0 60px}.repo-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:24px;align-items:start}.repo-section-card,.repo-sidebar-card,.repo-doc-card,.repo-panel{background:#fff;border:1px solid var(--repo-border);border-radius:var(--repo-radius);box-shadow:0 14px 36px rgba(8,42,70,.055)}.repo-section-card{padding:26px}.repo-section-header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:20px}.repo-section-kicker{font-size:11px;color:#0b7c7f;text-transform:uppercase;letter-spacing:.08em;font-weight:800;margin-bottom:6px}.repo-section-header h2,.repo-section-title-row h2,.repo-section-card h4{font-size:clamp(23px,2.5vw,30px);font-weight:750;letter-spacing:-.025em;margin:0}.repo-section-title-row{display:flex;align-items:center;gap:10px}.repo-section-title-row img{width:34px;height:34px;object-fit:contain}.repo-grid-list{display:grid;gap:13px}.repo-doc-card{padding:18px;transition:.18s}.repo-doc-card:hover{transform:translateY(-2px);border-color:#c5dce6;box-shadow:0 18px 44px rgba(8,42,70,.09)}.repo-doc-meta{display:flex;gap:7px;flex-wrap:wrap;margin-bottom:9px}.repo-pill{display:inline-flex;align-items:center;padding:5px 9px;background:#edf8f7;color:#0b6165;border-radius:999px;font-size:11px;font-weight:750}.repo-doc-title{display:block;color:#102a43;text-decoration:none;font-size:17px;line-height:1.4;font-weight:720;margin-bottom:7px}.repo-doc-title:hover{color:var(--repo-primary);text-decoration:none}.repo-doc-desc{color:#486581;line-height:1.65;margin:8px 0 14px;font-size:14px}.repo-doc-actions{display:flex;gap:9px;flex-wrap:wrap}.repo-btn{display:inline-flex;align-items:center;gap:7px;border:1px solid #d8e6ed;background:#fff;color:var(--repo-primary);padding:9px 12px;border-radius:11px;text-decoration:none;font-size:12.5px;font-weight:750}.repo-btn:hover{background:#f5fafb;color:var(--repo-primary);text-decoration:none}.repo-btn-primary{background:var(--repo-primary);color:#fff;border-color:var(--repo-primary)}.repo-btn-primary:hover{background:#082a46;color:#fff}.repo-sidebar-card{padding:18px;margin-bottom:17px}.repo-sidebar-icon{width:38px;height:38px;border-radius:11px;background:#e7f6f5;color:#0b6f73;display:flex;align-items:center;justify-content:center;margin-bottom:12px}.repo-sidebar-card h5{font-size:15px;font-weight:800;margin:0 0 10px}.repo-side-link{display:flex;align-items:center;justify-content:space-between;color:#486581;text-decoration:none;padding:10px 0;border-top:1px solid #edf3f6;font-size:12.5px;font-weight:650}.repo-side-link:hover{color:var(--repo-primary);text-decoration:none}.repo-badge{background:#e7f6f5;color:#0b6165;border-radius:999px;padding:4px 8px;font-size:11px;font-weight:800}
.repo-detail{display:grid;grid-template-columns:260px minmax(0,1fr);gap:26px}.repo-thumb{width:100%;border-radius:16px;border:1px solid var(--repo-border);background:#f5f9fb;object-fit:cover;max-height:360px}.repo-detail h1{font-size:clamp(27px,3vw,38px);font-weight:750;line-height:1.15;letter-spacing:-.03em;margin:0 0 14px}.repo-meta-table{display:grid;grid-template-columns:145px 1fr;gap:9px 17px;margin:18px 0;color:#486581;font-size:14px}.repo-meta-table b{color:#243b53}.repo-file-name{overflow-wrap:anywhere}.repo-lock-notice{display:flex;gap:10px;padding:14px;border-radius:13px;background:#fff8e8;border:1px solid #f6dfaa;color:#8a5b12;font-weight:600}.repo-preview-frame{width:100%;min-height:76vh;border:0;background:#f7fafc;border-radius:16px}.repo-preview-toolbar{display:flex;justify-content:space-between;gap:12px;align-items:center;padding:13px;background:#fff;border:1px solid var(--repo-border);border-radius:14px;margin-bottom:15px}.repo-alert{padding:15px;border-radius:13px;background:#fff8e8;border:1px solid #f6dfaa;color:#8a5b12}.table-modern{width:100%;border-collapse:separate;border-spacing:0 8px}.table-modern td,.table-modern th{background:#fff;border-top:1px solid var(--repo-border);border-bottom:1px solid var(--repo-border);padding:13px}.table-modern td:first-child,.table-modern th:first-child{border-left:1px solid var(--repo-border);border-radius:11px 0 0 11px}.table-modern td:last-child,.table-modern th:last-child{border-right:1px solid var(--repo-border);border-radius:0 11px 11px 0}
.repo-footer{background:#061f34;color:#cfe0e8;padding:44px 0 22px}.repo-footer-grid{display:grid;grid-template-columns:1.3fr .8fr 1fr;gap:32px}.repo-footer h4,.repo-footer h5{color:#fff;font-weight:750}.repo-footer p{font-size:13px;line-height:1.7;color:#b8ced9}.repo-footer a{display:block;color:#cfe8ee;text-decoration:none;margin:8px 0;font-size:13px}.repo-footer a:hover{color:#fff}.repo-copyright{border-top:1px solid rgba(255,255,255,.1);margin-top:28px;padding-top:18px;font-size:12px;color:#88a5b5}
@media(max-width:1080px){.repo-nav-inner{align-items:flex-start;flex-direction:column;padding:13px 0}.repo-menu{justify-content:flex-start}.repo-hero-grid{grid-template-columns:1fr}.repo-layout{grid-template-columns:1fr}.repo-footer-grid{grid-template-columns:1fr 1fr}.repo-sidebar-card{margin-bottom:14px}}@media(max-width:700px){.repo-container{width:min(100% - 20px,1200px)}.repo-topbar-inner{display:block}.repo-topbar-inner span{display:block;margin:2px 0}.repo-brand{min-width:0}.repo-brand-title{font-size:13px}.repo-menu>a{font-size:12px;padding:8px}.repo-hero{padding:46px 0}.repo-hero-grid{gap:28px}.repo-search-panel{padding:17px}.repo-stats{grid-template-columns:1fr 1fr}.repo-section-card{padding:18px}.repo-detail{grid-template-columns:1fr}.repo-meta-table{grid-template-columns:1fr}.repo-footer-grid{grid-template-columns:1fr}.table-modern{font-size:12px}}

.repo-empty-state{text-align:center;padding:42px 20px;border:1px dashed #c9dbe5;border-radius:16px;background:#f8fbfc;color:#627d98}.repo-empty-state i{font-size:34px;color:#9ab7c5;margin-bottom:12px}.repo-empty-state h4{color:#243b53;font-size:18px;margin:0 0 8px}.repo-empty-state p{max-width:560px;margin:0 auto;line-height:1.65;font-size:13px}
