:root{--bg-main:#0a0f1a;--bg-panel-top:#1c212b;--bg-panel-bottom:#0a0f18;--text-main:#f3f4f6;--text-soft:#d1d5db;--text-muted:#9ca3af;--accent-green:#39ff14;--accent-green-soft:#39ff1440;--chrome-light:#f3f4f6;--chrome-mid:#c0c7d1;--chrome-dark:#6b7280;--border-dark:#1f2937;--border-light:#4b5563;--shadow-deep:0 8px 20px #000000b3;--shadow-soft:0 4px 12px #00000059}body{color:var(--text-main);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:radial-gradient(circle at 20% 20%,#1a1f2e 0%,#0a0f1a 40%,#05070d 100%);margin:0;font-family:Inter,Arial,sans-serif}a{color:inherit;text-decoration:none}.header-title{letter-spacing:1.2px;cursor:pointer;color:var(--text-main);font-size:20px;font-weight:700;transition:all .18s}.header-title:hover{color:var(--accent-green);text-shadow:0 0 8px #39ff14a6}.nav-links{color:var(--text-soft);flex:1;justify-content:center;align-items:center;gap:34px;margin-left:60px;margin-right:60px;font-size:17px;font-weight:600;display:flex}.nav-link{cursor:pointer;color:var(--text-soft);transition:all .18s}.nav-link:hover{color:var(--accent-green);text-shadow:0 0 8px #39ff14b3}.steel-button{cursor:pointer;letter-spacing:.4px;min-height:58px;color:var(--text-main);border:3px solid var(--chrome-light);box-sizing:border-box;white-space:nowrap;text-shadow:0 1px 1px #000000a6;background:linear-gradient(#4b5563 0%,#1f2937 100%);border-radius:8px;justify-content:center;align-items:center;padding:14px 28px;font-size:17px;font-weight:700;transition:all .18s;display:inline-flex;box-shadow:inset 1px 1px 1px #ffffff2e,inset -2px -2px 4px #000000a6,0 5px 14px #00000073}.steel-button:hover{color:var(--accent-green);text-shadow:0 0 4px #39ff14d9,0 0 10px #39ff1473;background:linear-gradient(#6b7280 0%,#374151 100%);border-color:#fff;transform:translateY(-1px);box-shadow:inset 1px 1px 2px #ffffff38,inset -2px -2px 4px #000000a6,0 8px 18px #0000008c,0 0 12px #39ff1459}.steel-panel{color:var(--text-main);background:linear-gradient(180deg, var(--bg-panel-top), var(--bg-panel-bottom));box-shadow:inset 2px 2px 4px #ffffff0f, inset -3px -3px 6px #000000e6, var(--shadow-deep);outline-offset:-4px;border:2px solid #2f3645;border-radius:8px;outline:1px solid #ffffff0a;padding:22px;transition:all .15s}@media (width<=768px){.nav-links{flex-wrap:wrap;justify-content:center;gap:18px;font-size:15px}.steel-button{width:100%;min-height:60px;font-size:18px}.header-title{font-size:17px}}.steel-panel h1,.steel-panel h2,.steel-panel h3,.steel-panel h4,.steel-panel h5,.steel-panel h6{color:var(--text-main)}.steel-panel p,.steel-panel span,.steel-panel label,.steel-panel div{color:inherit}.steel-panel input,.steel-panel select,.steel-panel textarea{box-sizing:border-box;width:50%}.form-row{grid-template-columns:220px 1fr;align-items:center;gap:12px;margin-bottom:12px;display:grid}@media (width<=768px){.form-row{grid-template-columns:1fr}}.option-description{color:#86efac;margin-top:4px;margin-bottom:10px;margin-left:24px;font-size:18px;line-height:1.45}.option-label{cursor:pointer;align-items:center;gap:4px;min-height:24px;display:flex}.option-label input[type=checkbox],.option-label input[type=radio]{accent-color:var(--accent-green);cursor:pointer;margin:0;width:20px!important;height:20px!important}.option-label-selected{color:var(--accent-green);font-weight:600}.steel-form-section{margin-bottom:24px}.steel-form-title{color:var(--accent-green);margin-bottom:16px;font-size:20px;font-weight:700}.steel-label{color:var(--text-soft);font-size:15px;font-weight:600}.steel-input,.steel-select,.steel-textarea{width:100%;color:var(--text-main);border:1px solid var(--border-light);box-sizing:border-box;background:#111827;border-radius:6px;padding:10px 12px;font-size:15px}.steel-input:focus,.steel-select:focus,.steel-textarea:focus{border-color:var(--accent-green);outline:none;box-shadow:0 0 8px #39ff1440}.steel-checkbox-row{align-items:center;gap:12px;margin-bottom:14px;display:flex}.steel-checkbox-row input[type=checkbox]{accent-color:var(--accent-green);cursor:pointer;width:24px!important;height:24px!important}.steel-checkbox-label{color:var(--text-soft);font-size:16px;font-weight:600}.admin-panel{font-size:14px}.admin-panel h1,.admin-panel h2,.admin-panel h3{margin:0 0 12px}.admin-grid{gap:20px;display:grid}.admin-input{min-height:34px;padding:6px 10px;font-size:14px}.admin-label{margin-bottom:4px;font-weight:600;display:block}.admin-property-label{color:#c8c8c8;font-weight:600}.admin-property-control{align-items:center;display:flex}.admin-property-control input,.admin-property-control select,.admin-property-control textarea{box-sizing:border-box;width:360px;max-width:360px;min-height:32px;padding:5px 10px}.admin-section{margin-bottom:24px}.admin-section-title{color:#ddd;border-bottom:1px solid #444;margin:0 0 12px;padding-bottom:8px;font-size:16px}.admin-section-body{padding-left:10px}.admin-toolbar{align-items:center;gap:8px;margin-bottom:16px;display:flex}.admin-property-row{grid-template-columns:180px 1fr;align-items:center;gap:16px;margin-bottom:14px;display:grid}.admin-property-label{color:#c8c8c8;text-align:left;font-weight:600}.admin-property-value{justify-content:flex-start;align-items:center;display:flex}.admin-property-value input,.admin-property-value select,.admin-property-value textarea{text-align:left;width:240px;max-width:240px}.lhp-project-identity{flex-direction:column;gap:4px;margin-bottom:18px;display:flex}.lhp-project-left{text-align:left}.lhp-project-center{text-align:center}.lhp-project-right{text-align:right}.lhp-project-number{color:#fff;font-size:32px;font-weight:700;line-height:1}.lhp-project-name{color:#38bdf8;font-size:22px;font-weight:600;line-height:1.2}.lhp-project-subtitle{color:#9ca3af;font-size:15px}.lhp-project-number-small{color:#fff;font-size:18px;font-weight:700}.lhp-project-name-small{color:#38bdf8;font-size:13px;font-weight:600}.lhp-project-badges{gap:8px;margin-top:6px;display:flex}.lhp-project-card{text-align:center;flex-direction:column;align-items:center;gap:3px;display:flex}.lhp-project-card-number{color:#fff;font-size:18px;font-weight:700}.lhp-project-card-name{color:#60a5fa;font-size:15px;font-weight:600}.lhp-project-card-customer{color:#9ca3af;font-size:12px}.lhp-project-card-status{color:#d1d5db;text-transform:capitalize;background:#1f2937;border-radius:4px;width:max-content;margin-top:4px;padding:2px 8px;font-size:11px;display:inline-block}:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width<=1024px){:root{font-size:16px}}@media (prefers-color-scheme:dark){:root{--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--code-bg:#1f2028;--accent:#c084fc;--accent-bg:#c084fc26;--accent-border:#c084fc80;--social-bg:#2f303a80;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px}#social .button-icon{filter:invert()brightness(2)}}body{margin:0}#root{text-align:center;border-inline:1px solid var(--border);box-sizing:border-box;flex-direction:column;width:1126px;max-width:100%;min-height:100svh;margin:0 auto;display:flex}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}.steel-button{cursor:pointer;letter-spacing:.4px;color:#f3f4f6;white-space:nowrap;text-shadow:0 1px 1px #000000a6;background:linear-gradient(#4b5563 0%,#1f2937 100%);border:3px solid #c0c7d1;border-radius:8px;justify-content:center;align-items:center;min-height:58px;padding:14px 28px;font-size:17px;font-weight:700;transition:all .18s;display:inline-flex;position:relative;box-shadow:inset 1px 1px 1px #ffffff2e,inset -2px -2px 4px #000000a6,0 5px 14px #00000073}.steel-button:hover{color:#39ff14;background:linear-gradient(#6b7280 0%,#374151 100%);border-color:#e5e7eb;transform:translateY(-1px);box-shadow:inset 1px 1px 2px #ffffff38,inset -2px -2px 4px #000000a6,0 8px 18px #0000008c}.steel-button:active{transform:translateY(1px);box-shadow:inset 2px 2px 5px #000000a6,inset -1px -1px 1px #ffffff0f}.steel-button-active{box-shadow:0 0 16px #22c55e66,inset 1px 1px 2px #ffffff2e,inset -2px -2px 4px #0006;color:#fff!important;background:linear-gradient(#22c55e 0%,#15803d 100%)!important;border:7px solid #bbf7d0!important}@media (width<=768px){.steel-button{width:100%;min-height:60px;font-size:18px}}
