@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@600;700;800&display=swap";:root{font-family:DM Sans,system-ui,sans-serif;color:#1e2927;background:#f4f6f2;font-synthesis:none;--ink: #1e2927;--muted: #6a7773;--line: #dfe5df;--paper: #fff;--primary: #0f6b5b;--primary-dark: #16433b;--mint: #dcefe7;--gold: #dba744;--blue: #4277b8;--red: #c75d55;--radius: 18px;--shadow: 0 10px 35px rgba(26, 51, 44, .08)}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:#f4f6f2}button,input,select,textarea{font:inherit}button{cursor:pointer}a{color:inherit}h1,h2,h3,p{margin-top:0}h1,h2,h3{font-family:Manrope,sans-serif;letter-spacing:-.025em}.app-shell{min-height:100vh}.sidebar{position:fixed;inset:0 auto 0 0;width:264px;background:#173f38;color:#fff;padding:24px 18px 20px;display:flex;flex-direction:column;z-index:30}.brand{display:flex;align-items:center;gap:12px;padding:0 8px 30px}.brand-mark{width:42px;height:42px;border-radius:13px;display:grid;place-items:center;background:#e2b454;color:#173f38;font:800 27px/1 Manrope;box-shadow:inset 0 -5px 12px #7249051f}.brand strong{display:block;font:800 21px/1.1 Manrope}.brand small{color:#aac1bb;font-size:12px;letter-spacing:.08em;text-transform:uppercase}.nav-caption{margin:0 12px 10px;color:#86a59e;font-size:10px;font-weight:700;letter-spacing:.13em}.sidebar nav{display:grid;gap:4px;overflow-y:auto}.sidebar nav a{display:flex;align-items:center;gap:13px;padding:11px 13px;border-radius:11px;text-decoration:none;color:#bfd1cc;font-size:14px;font-weight:500;transition:.16s ease}.sidebar nav a:hover{color:#fff;background:#ffffff0f}.sidebar nav a.active{color:#fff;background:#28655b;box-shadow:inset 3px 0 #e2b454}.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:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:#e2b454;color:#173f38;font-weight:800;font-size:12px}.profile{min-width:0;flex:1}.profile strong,.profile small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile strong{font-size:13px}.profile small{color:#9db6b0;font-size:11px}.sidebar-footer button,.drawer-close{border:0;background:none;color:#a9c0ba;padding:6px}.drawer-close,.mobile-menu{display:none}.main-content{min-height:100vh;margin-left:264px;padding:42px clamp(28px,4vw,68px) 60px}.page-header{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:28px}.page-header h1{margin:3px 0 6px;font-size:clamp(27px,3vw,38px);color:#18332e}.page-header p{color:var(--muted);margin:0;max-width:680px;line-height:1.55}.eyebrow{color:var(--primary);font-size:11px;letter-spacing:.14em;font-weight:800;text-transform:uppercase}.page-actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}.stats-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-bottom:22px}.stat-card{position:relative;min-height:140px;background:var(--paper);border:1px solid #e5e9e4;border-radius:var(--radius);padding:22px;box-shadow:0 3px 14px #1c38300a;overflow:hidden}.stat-card:before{content:"";position:absolute;left:0;top:0;width:5px;height:100%;background:var(--primary)}.stat-card>span{color:var(--muted);font-size:13px;font-weight:600}.stat-card strong{display:block;color:#173f38;font:800 34px/1 Manrope;margin:16px 0 9px}.stat-card small{color:#87928f}.stat-card.tone-gold:before{background:var(--gold)}.stat-card.tone-blue:before{background:var(--blue)}.stat-card.tone-red:before{background:var(--red)}.card{background:var(--paper);border:1px solid #e3e8e2;border-radius:var(--radius);box-shadow:var(--shadow)}.card-header{padding:21px 23px 16px;display:flex;align-items:center;justify-content:space-between;gap:14px;border-bottom:1px solid #edf0ec}.card-header h2{margin:0;font-size:17px}.card-header p{margin:3px 0 0;color:var(--muted);font-size:13px}.card-body{padding:22px}.grid-2{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(300px,.7fr);gap:20px}.grid-equal{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.button{min-height:42px;border:1px solid transparent;border-radius:11px;padding:9px 16px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:700;font-size:13px;text-decoration:none;transition:.15s}.button.primary{background:var(--primary);color:#fff;box-shadow:0 5px 14px #0f6b5b33}.button.primary:hover{background:#0c5a4d;transform:translateY(-1px)}.button.secondary{background:#fff;color:#31504a;border-color:#d5ded9}.button.secondary:hover{border-color:#8eaaa2}.button.danger{background:#fff2f0;color:#9b3e37;border-color:#f0cfca}.button.ghost{background:transparent;color:var(--primary);padding-inline:8px}.button:disabled{opacity:.5;cursor:not-allowed;transform:none}.icon-button{width:36px;height:36px;border-radius:10px;border:1px solid #dfe5e1;color:#49605b;background:#fff;display:grid;place-items:center}.field{display:grid;gap:7px}.field label,.field>span{font-weight:700;font-size:12px;color:#3f504c}.field input,.field select,.field textarea,.search-input{width:100%;border:1px solid #d6ded9;border-radius:11px;background:#fbfcfa;padding:11px 12px;color:var(--ink);outline:none;transition:.15s}.field textarea{min-height:105px;resize:vertical}.field input:focus,.field select:focus,.field textarea:focus,.search-input:focus{border-color:#4e9587;box-shadow:0 0 0 3px #297e6d1a;background:#fff}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px}.form-grid .full{grid-column:1 / -1}.form-actions{grid-column:1 / -1;display:flex;justify-content:flex-end;gap:10px;padding-top:5px}.toolbar{display:flex;align-items:center;gap:10px;margin-bottom:16px;flex-wrap:wrap}.toolbar .search-input{width:min(360px,100%)}.toolbar .spacer{flex:1}.table-wrap{overflow-x:auto}table{width:100%;border-collapse:collapse;font-size:13px}th{padding:11px 14px;text-align:left;color:#687571;font-size:10px;letter-spacing:.09em;text-transform:uppercase;border-bottom:1px solid #dfe5df;white-space:nowrap}td{padding:14px;border-bottom:1px solid #edf0ed;vertical-align:middle}tbody tr:hover{background:#fafcf9}tbody tr:last-child td{border-bottom:0}.cell-title{font-weight:700;color:#243d37}.cell-subtitle{display:block;color:#7b8884;font-size:11px;margin-top:2px}.badge{display:inline-flex;align-items:center;gap:6px;padding:5px 8px;border-radius:99px;background:#edf3ef;color:#426159;font-size:11px;font-weight:700;white-space:nowrap}.badge.green{background:#e1f2ea;color:#1c755d}.badge.gold{background:#fff2d8;color:#8b641d}.badge.red{background:#fde8e5;color:#a6443e}.badge.blue{background:#e8eff9;color:#39699e}.badge.gray{background:#eef0ef;color:#68716e}.empty{padding:45px 20px;text-align:center;color:var(--muted)}.empty strong{display:block;color:#344a45;margin-bottom:6px}.loading{padding:30px;text-align:center;color:var(--muted)}.alert{padding:12px 14px;border-radius:11px;font-size:13px;margin-bottom:15px}.alert.error{background:#fdecea;color:#963d36;border:1px solid #f2d0cc}.alert.success{background:#e5f4ed;color:#176b55;border:1px solid #c5e4d7}.alert.info{background:#eaf1f8;color:#315f8f;border:1px solid #d2e0ee}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;background:#0e221d8f;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);padding:28px;display:grid;place-items:center;overflow-y:auto}.modal{width:min(560px,100%);max-height:calc(100vh - 56px);overflow:hidden;background:#fff;border-radius:19px;box-shadow:0 25px 80px #081e184d;display:flex;flex-direction:column}.modal.wide{width:min(900px,100%)}.modal>header{padding:19px 22px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e7ebe7}.modal>header h2{margin:0;font-size:19px}.modal-body{padding:22px;overflow-y:auto}.split-list{display:grid;gap:8px}.select-row{padding:11px 13px;border:1px solid #dfe6e1;border-radius:10px;display:flex;gap:10px;align-items:center}.select-row input{accent-color:var(--primary)}.progress{height:7px;border-radius:99px;background:#e7ece8;overflow:hidden}.progress span{display:block;height:100%;border-radius:inherit;background:var(--primary)}.upload-drop{border:2px dashed #b9cbc4;border-radius:16px;padding:30px;text-align:center;background:#f8fbf8}.upload-drop input{max-width:100%}.qr-preview{background:#fff;padding:10px;border:1px solid #e0e5e1;border-radius:12px;width:150px;height:150px}.login-page{min-height:100vh;display:grid;grid-template-columns:1.1fr .9fr;background:#f7f7f2}.login-visual{position:relative;overflow:hidden;background:#173f38;color:#fff;padding:clamp(40px,7vw,100px);display:flex;flex-direction:column;justify-content:space-between}.login-visual:before,.login-visual:after{content:"";position:absolute;border-radius:50%;border:1px solid rgba(255,255,255,.09)}.login-visual:before{width:650px;height:650px;right:-330px;top:-230px}.login-visual:after{width:420px;height:420px;right:-160px;top:-90px;background:#e2b4540f}.login-brand{position:relative;z-index:1;display:flex;gap:12px;align-items:center}.login-brand strong{font:800 22px Manrope}.login-brand small{display:block;color:#abc0bb}.login-copy{position:relative;z-index:1;max-width:600px}.login-copy .eyebrow{color:#e2b454}.login-copy h1{margin:12px 0 18px;color:#fff;font-size:clamp(38px,5vw,66px);line-height:1.02}.login-copy p{color:#bcd0cb;font-size:17px;line-height:1.65}.login-note{position:relative;z-index:1;color:#88a59e;font-size:12px}.login-panel{display:grid;place-items:center;padding:35px}.login-panel-content{width:min(420px,100%)}.login-form{width:100%}.login-form h2{margin-bottom:8px;font-size:30px}.login-form>p{color:var(--muted);margin-bottom:28px}.login-form .field{margin-bottom:16px}.login-form>.button{width:100%;margin-top:8px;min-height:48px}.security-note{display:flex;gap:9px;margin-top:22px;color:#798581;font-size:11px;line-height:1.5}.login-download-card{margin-top:24px;padding:16px;border:1px solid #dce5df;border-radius:15px;background:#fff;display:grid;grid-template-columns:auto 1fr;align-items:center;gap:12px;box-shadow:0 7px 24px #1a332c0f}.login-download-icon{width:42px;height:42px;border-radius:12px;display:grid;place-items:center;color:var(--primary);background:var(--mint)}.login-download-card strong,.login-download-card small{display:block}.login-download-card strong{color:#25413a;font-size:13px}.login-download-card small{margin-top:3px;color:var(--muted);font-size:11px;line-height:1.4}.login-download-card .button{grid-column:1 / -1;width:100%;min-height:42px}.downloads-page{min-height:100vh;padding:0 clamp(22px,5vw,72px) 35px;background:radial-gradient(circle at 12% 5%,rgba(219,167,68,.12),transparent 30%),#f4f6f2}.downloads-nav{min-height:92px;display:flex;align-items:center;justify-content:space-between;gap:20px;border-bottom:1px solid #dfe5df}.downloads-brand{display:flex;align-items:center;gap:12px;text-decoration:none}.downloads-brand strong,.downloads-brand small{display:block}.downloads-brand strong{color:#173f38;font:800 21px/1.1 Manrope}.downloads-brand small{margin-top:2px;color:#72807c;font-size:11px;letter-spacing:.06em;text-transform:uppercase}.downloads-hero{max-width:790px;margin:0 auto;padding:clamp(55px,8vw,96px) 0 45px;text-align:center}.downloads-hero h1{margin:12px 0 16px;color:#173f38;font-size:clamp(36px,5vw,58px);line-height:1.06}.downloads-hero p{max-width:660px;margin:0 auto;color:var(--muted);font-size:17px;line-height:1.65}.downloads-grid{width:min(1160px,100%);margin:0 auto;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.download-product{padding:26px;border:1px solid #e0e6e0;border-radius:22px;background:#fff;box-shadow:var(--shadow)}.download-product>header{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:14px}.product-icon{width:54px;height:54px;border-radius:16px;display:grid;place-items:center;color:#fff;background:#173f38}.download-product:nth-child(2) .product-icon{color:#173f38;background:#e2b454}.download-product h2{margin:3px 0 0;color:#173f38;font-size:24px}.version-badge{align-self:start;padding:6px 9px;border-radius:99px;color:#37675c;background:#e5f1eb;font-size:10px;font-weight:800;white-space:nowrap}.product-description{min-height:78px;margin:22px 0;color:var(--muted);line-height:1.6}.installer-list{display:grid;gap:10px}.installer-row{min-height:84px;padding:13px;border:1px solid #e4e9e5;border-radius:14px;background:#fafbf9;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px}.installer-icon{width:39px;height:39px;border-radius:11px;display:grid;place-items:center;color:var(--primary);background:#e3f0ea}.installer-copy strong,.installer-copy small{display:block}.installer-copy strong{color:#29443d;font-size:13px}.installer-copy small{margin-top:3px;color:#7a8783;font-size:11px}.installer-action{min-height:39px;padding-inline:13px}.release-pending{max-width:105px;color:#8a6a2b;font-size:10px;font-weight:800;line-height:1.25;text-align:right}.download-help{width:min(850px,100%);margin:24px auto 0;padding:17px 20px;border:1px solid #d1ded9;border-radius:15px;display:flex;gap:13px;color:#315b52;background:#e9f2ed}.download-help svg{flex:0 0 auto}.download-help strong{font-size:13px}.download-help p{margin:3px 0 0;color:#5e716c;font-size:12px;line-height:1.5}.downloads-footer{width:min(1160px,100%);margin:45px auto 0;padding-top:20px;border-top:1px solid #dfe5df;display:flex;justify-content:space-between;gap:20px;color:#78847f;font-size:12px}.downloads-footer a{color:var(--primary);font-weight:700}@media(max-width:1100px){.stats-grid{grid-template-columns:repeat(2,1fr)}.grid-2{grid-template-columns:1fr}}@media(max-width:820px){.sidebar{transform:translate(-100%);transition:transform .2s;box-shadow:20px 0 60px #08221b3d}.sidebar.open{transform:translate(0)}.drawer-scrim{position:fixed;top:0;right:0;bottom:0;left:0;background:#11282273;z-index:25}.drawer-close{display:block;margin-left:auto}.mobile-menu{display:grid;place-items:center;position:fixed;left:16px;top:16px;z-index:20;width:43px;height:43px;color:#173f38;background:#fff;border:1px solid #dfe5df;border-radius:12px;box-shadow:var(--shadow)}.main-content{margin-left:0;padding:80px 20px 45px}.login-page{grid-template-columns:1fr}.login-visual{min-height:300px;padding:35px}.login-copy h1{font-size:40px}.login-note{display:none}.login-panel{min-height:540px}.downloads-grid{grid-template-columns:1fr}}@media(max-width:620px){.stats-grid,.grid-equal,.form-grid{grid-template-columns:1fr}.page-header{align-items:flex-start;flex-direction:column}.page-actions{width:100%;justify-content:flex-start}.page-actions .button{flex:1}.stat-card{min-height:125px}.modal-backdrop{padding:12px}.modal{max-height:calc(100vh - 24px)}.hide-mobile{display:none}.downloads-page{padding-inline:16px}.downloads-nav{min-height:78px}.downloads-brand small{display:none}.downloads-hero{padding:48px 5px 32px}.downloads-hero p{font-size:15px}.download-product{padding:19px}.download-product>header{grid-template-columns:auto 1fr}.version-badge{grid-column:2;justify-self:start}.product-description{min-height:0}.installer-row{grid-template-columns:auto 1fr}.installer-action,.release-pending{grid-column:1 / -1;width:100%;max-width:none;text-align:center}.downloads-footer{flex-direction:column;gap:8px}}
