:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f9f9f9;--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:#352f35;--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)}}#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;padding:24px 32px 32px;display:flex}body{margin:0}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%}.settings-page{text-align:left;background:var(--bg);width:100%;margin:0 auto}.settings-nav{gap:20px;margin-bottom:28px;display:flex}.settings-nav a{color:#2563eb;font-size:16px;font-weight:500;text-decoration:none}.settings-nav a:hover{text-decoration:underline}.settings-form{flex-direction:column;display:flex}.settings-field{max-width:640px;padding:16px 0}.settings-select-input-row{align-items:center;gap:12px;margin-top:8px;display:flex}.settings-select-input-row .settings-select{flex:none;max-width:200px}.settings-select-input-row .settings-input{flex:1;min-width:0;max-width:280px}.settings-actions{flex-wrap:wrap;gap:12px;padding:24px 0 16px;display:flex}.settings-actions-bottom{flex-wrap:nowrap;justify-content:space-between;align-items:center}.settings-actions-group{flex-wrap:wrap;align-items:center;gap:12px;display:flex}@media (width<=640px){.settings-actions-bottom{flex-direction:column;align-items:stretch}.settings-actions-bottom .settings-actions-group{justify-content:center}}.settings-page-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding-bottom:16px;display:flex}.settings-page-header-actions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.settings-auth-error{color:#b91c1c;max-width:min(320px,100%);margin:0;font-size:13px;line-height:1.3}.signin-page{box-sizing:border-box;justify-content:center;align-items:center;min-height:100vh;padding:24px 16px;display:flex}.signin-card{border:1px solid var(--border);background:var(--panel-bg,var(--bg));border-radius:12px;width:100%;max-width:400px;padding:28px 24px 32px;box-shadow:0 8px 32px #0000000f}.signin-title{color:var(--text-h);letter-spacing:-.2px;margin:0 0 8px;font-size:22px;font-weight:600}.signin-lead{color:var(--text-muted,var(--text-h));opacity:.9;margin:0 0 20px;font-size:14px;line-height:1.45}.signin-form{flex-direction:column;gap:10px;display:flex}.signin-label{color:var(--text-h);text-align:left;font-size:13px;font-weight:500}.signin-field{box-sizing:border-box;width:100%;max-width:none}.signin-submit{align-self:flex-start;margin-top:8px}.settings-page-title{color:var(--text-h);letter-spacing:-.24px;margin:0;font-size:24px;font-weight:600}.settings-tab-list{border-bottom:1px solid var(--border);flex-wrap:wrap;gap:4px;margin:0 0 16px;padding:0 0 8px;display:flex}.settings-tab{color:var(--text-muted,var(--text));cursor:pointer;background:0 0;border:1px solid #0000;border-radius:6px 6px 0 0;margin-bottom:-9px;padding:8px 12px;font-size:14px;font-weight:500}.settings-tab:hover{color:var(--text-h);background:color-mix(in srgb, var(--border) 35%, transparent)}.settings-tab-active{color:var(--text-h);background:var(--bg);border-color:var(--border);border-bottom-color:var(--bg)}.settings-tab-panel-title{color:var(--text-h);margin:0 0 16px;font-size:18px;font-weight:600}.settings-actions-top{padding-top:0;padding-bottom:16px}.settings-load-btn,.settings-download-btn{color:var(--text);border:1px solid var(--border);cursor:pointer;background:0 0;border-radius:6px;flex-shrink:0;padding:6px 12px;font-size:14px;font-weight:500}.settings-load-btn:hover,.settings-download-btn:hover{color:var(--text-h);background:var(--code-bg);border-color:#94a3b8}.settings-config-modal-overlay{z-index:1000;box-sizing:border-box;background:#0f172a73;justify-content:center;align-items:center;padding:24px 16px;display:flex;position:fixed;inset:0}.settings-config-modal{background:var(--bg);border:1px solid var(--border);width:min(720px,100%);max-height:min(85vh,900px);box-shadow:var(--shadow);border-radius:10px;flex-direction:column;display:flex;overflow:hidden}.settings-config-modal-header{border-bottom:1px solid var(--border);flex-shrink:0;justify-content:space-between;align-items:center;gap:12px;padding:14px 16px;display:flex}.settings-config-modal-header>div{gap:12px;display:flex}.settings-config-modal-title{color:var(--text-h);margin:0;font-size:18px;font-weight:600}.settings-config-modal-close{color:var(--text);border:1px solid var(--border);cursor:pointer;background:0 0;border-radius:6px;flex-shrink:0;padding:6px 12px;font-size:14px;font-weight:500}.settings-config-modal-close:hover{color:var(--text-h);background:var(--code-bg);border-color:#94a3b8}.settings-config-modal-pre{min-height:0;font-family:var(--mono);color:var(--text-h);background:var(--code-bg);text-align:left;white-space:pre;word-break:normal;flex:1;margin:0;padding:16px;font-size:13px;line-height:1.45;overflow:auto}.settings-config-modal-pre code{font-family:inherit}.settings-submit-btn{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:6px;padding:12px 24px;font-size:16px;font-weight:600}.settings-submit-btn:hover{background:#1d4ed8}.settings-reset-btn{color:#64748b;border:1px solid var(--border);cursor:pointer;background:0 0;border-radius:6px;padding:12px 24px;font-size:16px;font-weight:600}.settings-reset-btn:hover{background:var(--code-bg);border-color:#94a3b8}.settings-label{color:var(--text-h);margin-bottom:8px;font-size:16px;font-weight:600;display:block}.settings-select{width:100%;max-width:200px;color:var(--text);background:var(--bg);border:1px solid var(--border);appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%236b6375' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;border-radius:6px;padding:10px 36px 10px 12px;font-size:15px}.settings-select:hover,.settings-select:focus{border-color:#94a3b8;outline:none}.settings-input{color:var(--text-h);background:var(--bg);border:1px solid var(--border);border-radius:6px;padding:10px 12px;font-size:15px}.settings-input::placeholder{color:var(--text)}.settings-input:focus{border-color:#2563eb;outline:none}.settings-input-inline{max-width:280px;margin-top:8px;display:block}.settings-month-year{gap:12px;margin-top:8px;display:flex}.settings-select-month{min-width:140px}.settings-select-year{min-width:100px}.settings-orders-options{flex-direction:column;gap:12px;margin-top:12px;display:flex}.settings-orders-row{align-items:center;gap:12px;display:flex}.settings-orders-label{color:var(--text-h);min-width:120px;font-size:14px;font-weight:500}.settings-input-number{width:100px}.settings-input-date{width:160px}.settings-select-payment-type{min-width:180px;max-width:240px}.settings-helper{color:var(--text);margin:8px 0 0;font-size:14px;font-style:italic;line-height:1.4}.settings-divider{border:none;border-top:1px solid var(--border);margin:16px 0 0}.product-list,.settings-expand-panel{background:var(--code-bg);border:1px solid var(--border);border-radius:8px;margin-top:16px;padding:16px}.settings-expand-panel .settings-month-year,.settings-expand-panel .settings-orders-options{margin-top:0}.settings-expand-panel .settings-input{max-width:100%}.product-list-add{flex-wrap:wrap;align-items:flex-end;gap:10px;margin-bottom:12px;display:flex}.product-list-add-gl{align-items:flex-end}.product-list-add-gl-field{flex-direction:column;gap:4px;display:flex}.product-list-item-glcode{flex-wrap:wrap;align-items:flex-end}.product-list-gl-fields{flex-wrap:wrap;flex:1;gap:12px;min-width:0;display:flex}.product-list-gl-field{flex-direction:column;gap:4px;display:flex}.product-list-gl-field-name{flex:1;min-width:160px}.product-list-gl-field-purpose{flex:1;min-width:140px}.product-list-item-glcode .product-list-item-gl-purpose-input,.product-list-item-glcode .product-list-item-name-input{box-sizing:border-box;width:100%;max-width:100%;margin-right:0}.product-list-item-glcode .product-list-remove-btn{flex-shrink:0}.product-list-add-price-wrap{flex-direction:column;gap:4px;display:flex}.product-list-field-label{color:var(--text-h);font-size:12px;font-weight:600;line-height:1.2}.product-list-input{min-width:0;color:var(--text-h);background:var(--bg);border:1px solid var(--border);border-radius:6px;flex:1;padding:10px 12px;font-size:15px}.product-list-input::placeholder{color:var(--text)}.product-list-input:focus{border-color:#2563eb;outline:none}.product-list-add-btn{color:#fff;cursor:pointer;white-space:nowrap;background:#2563eb;border:none;border-radius:6px;padding:10px 18px;font-size:15px;font-weight:500}.product-list-add-btn:hover{background:#1d4ed8}.product-list-error{color:#b91c1c;margin:0 0 12px;font-size:14px}.product-list-actions{gap:10px;margin-bottom:12px;display:flex}.product-list-clear-btn{color:#b91c1c;cursor:pointer;background:0 0;border:1px solid #fca5a5;border-radius:6px;padding:8px 16px;font-size:14px}.product-list-clear-btn:hover{background:#fef2f2;border-color:#b91c1c}.product-list-reset-btn{color:#2563eb;cursor:pointer;background:0 0;border:1px solid #93c5fd;border-radius:6px;padding:8px 16px;font-size:14px}.product-list-reset-btn:hover{background:#eff6ff;border-color:#2563eb}.product-list-input-price{flex:0 0 100px;width:100px}.product-list-input-glcode{min-width:220px}.product-list-items{margin:0;padding:0;list-style:none}.product-list-item{background:var(--bg);border:1px solid var(--border);border-radius:6px;flex-direction:column;align-items:stretch;gap:10px;margin-bottom:8px;padding:10px 12px;display:flex}.product-list-product-fields{flex-wrap:wrap;gap:12px;width:100%;display:flex}.product-list-product-name-field{flex:1;min-width:180px}.product-list-product-price-field{flex:none;min-width:100px}.product-list-product-price-field .product-list-item-price-input{width:100%;max-width:120px;margin-right:0}.product-list-item-title-input{box-sizing:border-box;width:100%;color:var(--text-h);background:var(--bg);border:1px solid var(--border);border-radius:6px;padding:6px 10px;font-size:15px}.product-list-item-title-input:focus{border-color:#2563eb;outline:none}.product-list-item-ledger-heading{margin-bottom:4px;display:block}.product-list-ledger-section{box-sizing:border-box;background:var(--code-bg);border:1px solid var(--border);border-radius:8px;flex-direction:column;gap:10px;width:100%;padding:12px 14px;display:flex}.product-list-ledger-section-title{color:var(--text-h);margin-bottom:2px;font-size:15px;font-weight:600;display:block}.product-list-item-actions{border-top:1px solid var(--border);width:100%;margin-top:4px;padding-top:8px}.product-list-item-product .product-list-item-actions .product-list-remove-btn{box-sizing:border-box;text-align:center;width:100%;display:block}.product-list-order-fields{flex-direction:column;gap:10px;width:100%;min-width:0;display:flex}.product-list-item-order .product-list-item-order-select{box-sizing:border-box;width:100%;min-width:0;max-width:100%}.product-list-item-order .product-list-item-actions .product-list-remove-btn{box-sizing:border-box;text-align:center;width:100%;display:block}.product-list-item-ledger{flex-direction:column;align-items:stretch;gap:8px;width:100%;min-width:0;display:flex}.product-list-ledger-field{flex-direction:column;gap:4px;width:100%;min-width:0;display:flex}.product-list-item-ledger-product{gap:10px}.product-list-item-ledger-product .product-list-item-ledger-source,.product-list-item-ledger-product .product-list-item-ledger-select{box-sizing:border-box;align-self:stretch;width:100%;min-width:0;max-width:100%}.product-list-item-ledger-source{min-width:160px;max-width:100%;color:var(--text-h);background:var(--bg);border:1px solid var(--border);border-radius:6px;padding:6px 10px;font-size:14px}.product-list-item-ledger-manual{box-sizing:border-box;width:100%;min-width:0;max-width:100%;color:var(--text-h);background:var(--bg);border:1px solid var(--border);border-radius:6px;padding:6px 10px;font-size:14px}.product-list-item:last-child{margin-bottom:0}.product-list-item-code-input{width:220px;min-width:180px;color:var(--text-h);background:var(--bg);border:1px solid var(--border);border-radius:6px;margin-right:8px;padding:6px 10px;font-size:14px;font-weight:600}.product-list-item-code-input:focus{border-color:#2563eb;outline:none}.product-list-item-name-input{min-width:0;color:var(--text-h);background:var(--bg);border:1px solid var(--border);border-radius:6px;flex:1;margin-right:8px;padding:6px 10px;font-size:15px}.product-list-item-name-input:focus{border-color:#2563eb;outline:none}.product-list-item-price-input{width:80px;color:var(--text-h);background:var(--bg);border:1px solid var(--border);border-radius:6px;margin-right:8px;padding:6px 10px;font-size:15px;font-weight:500}.product-list-item-price-input:focus{border-color:#2563eb;outline:none}.product-list-item-ledger-select{min-width:180px;max-width:100%;color:var(--text-h);background:var(--bg);border:1px solid var(--border);border-radius:6px;padding:6px 10px;font-size:14px}.product-list-item-ledger-select:focus{border-color:#2563eb;outline:none}.product-list-remove-btn{color:#b91c1c;cursor:pointer;background:0 0;border:1px solid #fca5a5;border-radius:6px;flex-shrink:0;padding:6px 12px;font-size:14px}.product-list-remove-btn:hover{background:#fef2f2;border-color:#b91c1c}.counter{color:var(--accent);background:var(--accent-bg);border:2px solid #0000;border-radius:5px;margin-bottom:24px;padding:5px 10px;font-size:16px;transition:border-color .3s}.counter:hover{border-color:var(--accent-border)}.counter:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.hero{position:relative}.hero .base,.hero .framework,.hero .vite{margin:0 auto;inset-inline:0}.hero .base{z-index:0;width:170px;position:relative}.hero .framework,.hero .vite{position:absolute}.hero .framework{z-index:1;height:28px;top:34px;transform:perspective(2000px)rotate(300deg)rotateX(44deg)rotateY(39deg)scale(1.4)}.hero .vite{z-index:0;width:auto;height:26px;top:107px;transform:perspective(2000px)rotate(300deg)rotateX(40deg)rotateY(39deg)scale(.8)}#center{flex-direction:column;flex-grow:1;place-content:center;place-items:center;gap:25px;display:flex}@media (width<=1024px){#center{gap:18px;padding:32px 20px 24px}}#next-steps{border-top:1px solid var(--border);text-align:left;display:flex}#next-steps>div{flex:1 1 0;padding:32px}@media (width<=1024px){#next-steps>div{padding:24px 20px}}#next-steps .icon{width:22px;height:22px;margin-bottom:16px}@media (width<=1024px){#next-steps{text-align:center;flex-direction:column}}#docs{border-right:1px solid var(--border)}@media (width<=1024px){#docs{border-right:none;border-bottom:1px solid var(--border)}}#next-steps ul{gap:8px;margin:32px 0 0;padding:0;list-style:none;display:flex}#next-steps ul .logo{height:18px}#next-steps ul a{color:var(--text-h);background:var(--social-bg);border-radius:6px;align-items:center;gap:8px;padding:6px 12px;font-size:16px;text-decoration:none;transition:box-shadow .3s;display:flex}#next-steps ul a:hover{box-shadow:var(--shadow)}#next-steps ul a .button-icon{width:18px;height:18px}@media (width<=1024px){#next-steps ul{flex-wrap:wrap;justify-content:center;margin-top:20px}#next-steps ul li{flex:calc(50% - 8px)}#next-steps ul a{box-sizing:border-box;justify-content:center;width:100%}}#spacer{border-top:1px solid var(--border);height:88px}@media (width<=1024px){#spacer{height:48px}}.ticks{width:100%;position:relative}.ticks:before,.ticks:after{content:"";border:5px solid #0000;position:absolute;top:-4.5px}.ticks:before{border-left-color:var(--border);left:0}.ticks:after{border-right-color:var(--border);right:0}
