:root{--color-bg: #f2f4f3;--color-surface: #fbfcfb;--color-ink: #132422;--color-text: #31403e;--color-muted: #5c6e6b;--color-accent: #0f5257;--color-accent-deep: #0a3a3e;--color-on-accent: #f2f7f6;--color-line: #d3dcda;--color-line-strong: #9eb1ad;--color-error: #a8352b;--color-success: #1d5c44;--font-display: "Space Grotesk", "Outfit", sans-serif;--font-body: "Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--font-sans: var(--font-body);--leading: 1.6;--radius: 0;--container: 1200px;--nav-height: 68px;--ease-out: cubic-bezier(.16, 1, .3, 1)}*,*:before,*:after{box-sizing:border-box}html,body{padding:0;margin:0;min-height:100%}html{scroll-behavior:smooth}body{font-family:var(--font-body);line-height:var(--leading);color:var(--color-text);background:var(--color-bg);min-height:100vh;overflow-x:hidden;-webkit-font-smoothing:antialiased}::selection{background:var(--color-accent);color:var(--color-on-accent)}a{color:var(--color-accent);text-underline-offset:3px}a:hover{color:var(--color-accent-deep)}img{max-width:100%;display:block}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);color:var(--color-ink);letter-spacing:-.02em;line-height:1.1}:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}.container{width:min(var(--container),92%);margin:0 auto}.section{padding:7rem 0}[id]{scroll-margin-top:calc(var(--nav-height) + 8px)}.section-title{font-size:clamp(2rem,4vw,3rem);font-weight:700;margin:0 0 1rem}.section-subtitle{color:var(--color-muted);font-size:1.125rem;max-width:60ch;margin:0 0 3rem}@media (prefers-reduced-motion: no-preference){[data-reveal]{opacity:0;transform:translateY(24px);transition:opacity .8s var(--ease-out),transform .8s var(--ease-out);transition-delay:var(--rd, 0s)}[data-reveal].reveal-visible{opacity:1;transform:none}}@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@media (max-width: 768px){.section{padding:4.5rem 0}.section-subtitle{font-size:1rem;margin-bottom:2.25rem}}.fk-button[data-v-d4cd9fcc]{display:inline-flex;align-items:center;justify-content:center;gap:.65rem;border:1px solid transparent;border-radius:var(--radius, 0);font-family:var(--font-display, inherit);font-weight:600;text-transform:uppercase;letter-spacing:.08em;cursor:pointer;transition:background-color .25s var(--ease-out),color .25s var(--ease-out),border-color .25s var(--ease-out),transform .25s var(--ease-out);position:relative;text-decoration:none;outline:none}.fk-button[data-v-d4cd9fcc]:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}.fk-button[data-v-d4cd9fcc]:disabled{opacity:.55;cursor:not-allowed;transform:none!important}.fk-button[data-v-d4cd9fcc]:active:not(:disabled){transform:translateY(1px) scale(.99)}.fk-button--small[data-v-d4cd9fcc]{padding:.55rem 1.1rem;font-size:.75rem}.fk-button--medium[data-v-d4cd9fcc]{padding:.95rem 1.9rem;font-size:.875rem}.fk-button--large[data-v-d4cd9fcc]{padding:1.15rem 2.4rem;font-size:.9375rem}.fk-button--full-width[data-v-d4cd9fcc]{width:100%}.fk-button--default[data-v-d4cd9fcc]{background:var(--color-ink);color:var(--color-on-accent);border-color:var(--color-ink)}.fk-button--default[data-v-d4cd9fcc]:hover:not(:disabled){background:var(--color-accent);border-color:var(--color-accent);transform:translateY(-1px)}.fk-button--outline[data-v-d4cd9fcc]{background:transparent;border-color:var(--color-line-strong);color:var(--color-ink)}.fk-button--outline[data-v-d4cd9fcc]:hover:not(:disabled){background:var(--color-ink);border-color:var(--color-ink);color:var(--color-on-accent);transform:translateY(-1px)}.fk-button--gradient[data-v-d4cd9fcc],.fk-button--cta[data-v-d4cd9fcc]{background:var(--color-accent);border-color:var(--color-accent);color:var(--color-on-accent)}.fk-button--gradient[data-v-d4cd9fcc]:hover:not(:disabled),.fk-button--cta[data-v-d4cd9fcc]:hover:not(:disabled){background:var(--color-accent-deep);border-color:var(--color-accent-deep);transform:translateY(-1px)}.fk-button--secondary[data-v-d4cd9fcc]{background:var(--color-surface);border-color:var(--color-line);color:var(--color-ink)}.fk-button--secondary[data-v-d4cd9fcc]:hover:not(:disabled){border-color:var(--color-ink);transform:translateY(-1px)}.fk-button--scroll-to-top[data-v-d4cd9fcc]{position:fixed;bottom:30px;right:30px;width:52px;height:52px;background:var(--color-surface);border:1px solid var(--color-line-strong);color:var(--color-ink);z-index:100;padding:0}.fk-button--scroll-to-top[data-v-d4cd9fcc]:hover:not(:disabled){background:var(--color-ink);border-color:var(--color-ink);color:var(--color-on-accent);transform:translateY(-2px)}.button-icon-left[data-v-d4cd9fcc],.button-icon-right[data-v-d4cd9fcc]{transition:transform .25s var(--ease-out);display:flex;align-items:center;justify-content:center}.fk-button:hover:not(:disabled) .button-icon-right[data-v-d4cd9fcc]{transform:translate(4px)}.fk-button:hover:not(:disabled) .button-icon-left[data-v-d4cd9fcc]{transform:translate(-4px)}.button-content[data-v-d4cd9fcc]{white-space:nowrap}@media (max-width: 768px){.fk-button--scroll-to-top[data-v-d4cd9fcc]{bottom:20px;right:20px;width:46px;height:46px}}.hero[data-v-44e4d54c]{border-bottom:1px solid var(--color-line);overflow:hidden}.hero-grid[data-v-44e4d54c]{display:grid;grid-template-columns:6fr 5fr;align-items:center;gap:4rem;min-height:calc(100dvh - var(--nav-height));padding:3rem 0}.hero-copy[data-v-44e4d54c]{max-width:34rem}.hero-title[data-v-44e4d54c]{font-size:clamp(2.75rem,6.5vw,5rem);font-weight:700;margin:0 0 1.5rem;letter-spacing:-.03em;line-height:1.02}.hero-title-accent[data-v-44e4d54c]{color:var(--color-accent)}.hero-description[data-v-44e4d54c]{font-size:1.1875rem;color:var(--color-muted);line-height:1.6;margin:0 0 2.5rem;max-width:30rem}.hero-cta[data-v-44e4d54c]{display:flex}.hero-media[data-v-44e4d54c]{margin-right:calc(50% - 50vw);height:min(72vh,640px);border-left:1px solid var(--color-line)}.hero-image[data-v-44e4d54c]{width:100%;height:100%;object-fit:cover}@media (prefers-reduced-motion: no-preference){.hero-copy[data-v-44e4d54c]>*{animation:hero-rise-44e4d54c .9s var(--ease-out) both}.hero-description[data-v-44e4d54c]{animation-delay:.12s}.hero-cta[data-v-44e4d54c]{animation-delay:.24s}.hero-media[data-v-44e4d54c]{animation:hero-fade-44e4d54c 1.1s var(--ease-out) .15s both}}@keyframes hero-rise-44e4d54c{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:none}}@keyframes hero-fade-44e4d54c{0%{opacity:0}to{opacity:1}}@media (max-width: 1024px){.hero-grid[data-v-44e4d54c]{gap:2.5rem}.hero-media[data-v-44e4d54c]{height:min(60vh,520px)}}@media (max-width: 768px){.hero-grid[data-v-44e4d54c]{grid-template-columns:1fr;min-height:auto;padding:3.5rem 0 0;gap:3rem}.hero-copy[data-v-44e4d54c]{max-width:100%}.hero-description[data-v-44e4d54c]{font-size:1.0625rem}.hero-media[data-v-44e4d54c]{margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);height:320px;border-left:none;border-top:1px solid var(--color-line)}}.maintenance-band[data-v-d02792b1]{margin-top:3rem;border:1px solid var(--color-line);background:var(--color-surface);display:grid;grid-template-columns:1fr auto;align-items:center;gap:3rem;padding:2.25rem 2.5rem}.band-title[data-v-d02792b1]{font-size:1.25rem;font-weight:700;margin:0 0 .75rem}.band-text[data-v-d02792b1]{font-size:.9375rem;color:var(--color-muted);line-height:1.6;margin:0;max-width:62ch}.band-price[data-v-d02792b1]{display:flex;flex-direction:column;align-items:flex-end;text-align:right;padding-left:3rem;border-left:1px solid var(--color-line);align-self:stretch;justify-content:center}.price-highlight[data-v-d02792b1]{font-family:var(--font-display);font-size:2rem;font-weight:700;letter-spacing:-.02em;color:var(--color-accent);white-space:nowrap}.price-period[data-v-d02792b1]{font-size:.9375rem;color:var(--color-text);white-space:nowrap}.price-note[data-v-d02792b1]{font-size:.8125rem;color:var(--color-muted);margin-top:.25rem}@media (max-width: 768px){.maintenance-band[data-v-d02792b1]{grid-template-columns:1fr;gap:1.5rem;padding:1.75rem 1.5rem}.band-price[data-v-d02792b1]{align-items:flex-start;text-align:left;padding-left:0;padding-top:1.5rem;border-left:none;border-top:1px solid var(--color-line)}}.section-header[data-v-9429ecd3]{margin-bottom:3.5rem}.section-header .section-subtitle[data-v-9429ecd3]{margin-bottom:0}.pricing-grid[data-v-9429ecd3]{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--color-line);border:1px solid var(--color-line)}.pricing-card[data-v-9429ecd3]{padding:2.75rem 2.25rem;background:var(--color-surface);display:flex;flex-direction:column;position:relative}.pricing-card.featured[data-v-9429ecd3]{background:var(--color-accent);color:var(--color-on-accent)}.featured-badge[data-v-9429ecd3]{position:absolute;top:0;right:0;padding:.45rem 1rem;background:var(--color-ink);color:var(--color-on-accent);font-family:var(--font-display);font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em}.pricing-header[data-v-9429ecd3]{margin-bottom:1.75rem}.pricing-name[data-v-9429ecd3]{font-size:1.625rem;font-weight:700;margin:0 0 .35rem}.featured .pricing-name[data-v-9429ecd3]{color:var(--color-on-accent)}.pricing-description[data-v-9429ecd3]{color:var(--color-muted);margin:0}.featured .pricing-description[data-v-9429ecd3]{color:#f2f7f6bf}.pricing-price[data-v-9429ecd3]{margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid var(--color-line)}.featured .pricing-price[data-v-9429ecd3]{border-bottom-color:#f2f7f640}.price-amount[data-v-9429ecd3]{font-family:var(--font-display);font-size:2.5rem;font-weight:700;letter-spacing:-.02em;color:var(--color-ink)}.featured .price-amount[data-v-9429ecd3]{color:var(--color-on-accent)}.price-note[data-v-9429ecd3]{display:block;font-size:.875rem;color:var(--color-muted);margin-top:.25rem}.featured .price-note[data-v-9429ecd3]{color:#f2f7f6b3}.pricing-features[data-v-9429ecd3]{list-style:none;padding:0;margin:0 0 2.25rem;display:flex;flex-direction:column;gap:.85rem;flex-grow:1}.feature-item[data-v-9429ecd3]{display:flex;align-items:baseline;gap:.75rem;color:var(--color-text)}.featured .feature-item[data-v-9429ecd3]{color:#f2f7f6eb}.feature-icon[data-v-9429ecd3]{color:var(--color-accent);font-weight:700;flex-shrink:0}.featured .feature-icon[data-v-9429ecd3]{color:var(--color-on-accent)}.feature-inherited[data-v-9429ecd3]{font-weight:600}.featured[data-v-9429ecd3] .fk-button--default{background:var(--color-surface);border-color:var(--color-surface);color:var(--color-accent-deep)}.featured[data-v-9429ecd3] .fk-button--default:hover:not(:disabled){background:var(--color-ink);border-color:var(--color-ink);color:var(--color-on-accent)}@media (max-width: 1024px){.pricing-grid[data-v-9429ecd3]{grid-template-columns:1fr}.pricing-card[data-v-9429ecd3]{padding:2.25rem 1.75rem}}.services[data-v-e392809e]{border-top:1px solid var(--color-line)}.service-list[data-v-e392809e]{border-top:1px solid var(--color-line-strong)}.service-row[data-v-e392809e]{display:grid;grid-template-columns:5fr 7fr;gap:3rem;padding:2.75rem 0;border-bottom:1px solid var(--color-line);transition:background-color .3s var(--ease-out)}.service-row[data-v-e392809e]:hover{background:var(--color-surface)}.service-title[data-v-e392809e]{font-size:1.5rem;font-weight:700;margin:0}.service-text[data-v-e392809e]{color:var(--color-muted);font-size:1.0625rem;line-height:1.65;margin:0;max-width:56ch}@media (max-width: 768px){.service-row[data-v-e392809e]{grid-template-columns:1fr;gap:.85rem;padding:2rem 0}.service-title[data-v-e392809e]{font-size:1.25rem}.service-text[data-v-e392809e]{font-size:1rem}}.site-footer[data-v-699a9432]{border-top:1px solid var(--color-line-strong);padding:3rem 0;background:var(--color-surface)}.footer-grid[data-v-699a9432]{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:2.5rem}.footer-logo[data-v-699a9432]{height:22px;width:auto}.footer-info[data-v-699a9432]{display:flex;flex-wrap:wrap;gap:.4rem 2rem;color:var(--color-muted);font-size:.9375rem}.footer-mail[data-v-699a9432]{color:var(--color-accent);text-decoration:none;border-bottom:1px solid var(--color-accent)}.footer-mail[data-v-699a9432]:hover{color:var(--color-accent-deep);border-color:var(--color-accent-deep)}.footer-copy[data-v-699a9432]{color:var(--color-muted);font-size:.9375rem;white-space:nowrap}@media (max-width: 768px){.site-footer[data-v-699a9432]{padding:2.25rem 0}.footer-grid[data-v-699a9432]{grid-template-columns:1fr;gap:1.25rem}.footer-info[data-v-699a9432]{flex-direction:column;gap:.35rem}}.contact-section[data-v-1d8028cd]{border-top:1px solid var(--color-line)}.contact-grid[data-v-1d8028cd]{display:grid;grid-template-columns:5fr 7fr;gap:4rem;align-items:start}.contact-subtitle[data-v-1d8028cd]{margin-bottom:2rem}.contact-email[data-v-1d8028cd]{font-family:var(--font-display);font-size:1.25rem;font-weight:600;color:var(--color-accent);text-decoration:none;border-bottom:2px solid var(--color-accent);padding-bottom:.2rem;transition:color .25s var(--ease-out),border-color .25s var(--ease-out)}.contact-email[data-v-1d8028cd]:hover{color:var(--color-accent-deep);border-color:var(--color-accent-deep)}.contact-form[data-v-1d8028cd]{background:var(--color-surface);border:1px solid var(--color-line);padding:2.5rem}.hidden[data-v-1d8028cd]{display:none}.form-row[data-v-1d8028cd]{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}.form-group[data-v-1d8028cd]{margin-bottom:1.25rem}.form-label[data-v-1d8028cd]{display:block;margin-bottom:.5rem;font-family:var(--font-display);font-weight:600;color:var(--color-ink);font-size:.8125rem;text-transform:uppercase;letter-spacing:.06em}.form-input[data-v-1d8028cd],.form-textarea[data-v-1d8028cd],.form-select[data-v-1d8028cd]{width:100%;padding:.9rem 1rem;border:1px solid var(--color-line-strong);border-radius:var(--radius);font-family:var(--font-body);font-size:1rem;color:var(--color-ink);background:var(--color-bg);transition:border-color .25s var(--ease-out),box-shadow .25s var(--ease-out);box-sizing:border-box}.form-input[data-v-1d8028cd]::placeholder,.form-textarea[data-v-1d8028cd]::placeholder{color:var(--color-muted);opacity:1}.form-select[data-v-1d8028cd]{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23132422' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 12px center;background-size:16px;padding-right:40px}.form-select option[data-v-1d8028cd]{background:var(--color-surface);color:var(--color-ink)}.form-input[data-v-1d8028cd]:focus,.form-textarea[data-v-1d8028cd]:focus,.form-select[data-v-1d8028cd]:focus{outline:none;border-color:var(--color-accent);box-shadow:0 0 0 3px #0f52572e}.form-textarea[data-v-1d8028cd]{resize:vertical;min-height:120px}.form-textarea.error[data-v-1d8028cd]{border-color:var(--color-error);box-shadow:0 0 0 3px #a8352b26}.field-error[data-v-1d8028cd]{margin-top:.5rem;color:var(--color-error);font-size:.875rem;font-weight:500}.form-actions[data-v-1d8028cd]{margin-top:1.75rem}.success-message[data-v-1d8028cd]{margin-top:1.25rem;padding:1.1rem 1.25rem;background:#0f525714;border:1px solid var(--color-accent);color:var(--color-accent-deep);font-weight:600}.error-message[data-v-1d8028cd]{margin-top:1.25rem;padding:1.1rem 1.25rem;background:#a8352b14;border:1px solid var(--color-error);color:var(--color-error);font-weight:600}.fade-enter-active[data-v-1d8028cd],.fade-leave-active[data-v-1d8028cd]{transition:opacity .3s ease}.fade-enter-from[data-v-1d8028cd],.fade-leave-to[data-v-1d8028cd]{opacity:0}@media (max-width: 1024px){.contact-grid[data-v-1d8028cd]{grid-template-columns:1fr;gap:2.5rem}}@media (max-width: 768px){.form-row[data-v-1d8028cd]{grid-template-columns:1fr;gap:0}.contact-form[data-v-1d8028cd]{padding:1.5rem}}.site-header[data-v-1a8769ed]{position:sticky;top:0;z-index:50;height:var(--nav-height);background:var(--color-bg);border-bottom:1px solid var(--color-line)}.header-inner[data-v-1a8769ed]{height:100%;display:flex;align-items:center;justify-content:space-between}.header-brand[data-v-1a8769ed]{display:flex;align-items:center}.header-logo[data-v-1a8769ed]{height:26px;width:auto}.header-nav[data-v-1a8769ed]{display:flex;align-items:center;gap:2.25rem}.header-link[data-v-1a8769ed]{font-family:var(--font-display);font-size:.8125rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--color-ink);text-decoration:none;padding:.25rem 0;border-bottom:2px solid transparent;transition:border-color .25s var(--ease-out),color .25s var(--ease-out)}.header-link[data-v-1a8769ed]:hover{color:var(--color-accent);border-bottom-color:var(--color-accent)}@media (max-width: 600px){.header-nav[data-v-1a8769ed]{gap:1.25rem}.header-link[data-v-1a8769ed]{font-size:.75rem}.header-logo[data-v-1a8769ed]{height:22px}}.dashboard[data-v-aaeb0eb9]{display:flex;min-height:100vh;background-color:#f8fafc;font-family:var(--font-sans)}.sidebar[data-v-aaeb0eb9]{width:250px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:0;box-shadow:2px 0 10px #0000001a}.sidebar-header[data-v-aaeb0eb9]{padding:2rem 1.5rem;border-bottom:1px solid rgba(255,255,255,.1)}.sidebar-header h2[data-v-aaeb0eb9]{margin:0;font-size:1.5rem;font-weight:600}.sidebar-nav[data-v-aaeb0eb9]{padding:1rem 0}.sidebar-nav ul[data-v-aaeb0eb9]{list-style:none;margin:0;padding:0}.nav-item[data-v-aaeb0eb9]{margin:.25rem 0}.nav-link[data-v-aaeb0eb9]{display:flex;align-items:center;padding:.75rem 1.5rem;color:#fffc;text-decoration:none;transition:all .2s}.nav-link[data-v-aaeb0eb9]:hover{background-color:#ffffff1a;color:#fff}.nav-item.active .nav-link[data-v-aaeb0eb9]{background-color:#fff3;color:#fff;border-right:3px solid white}.nav-icon[data-v-aaeb0eb9]{margin-right:.75rem;font-size:1.1rem}.main-content[data-v-aaeb0eb9]{flex:1;padding:2rem;overflow-y:auto}.header[data-v-aaeb0eb9]{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.header-left h1[data-v-aaeb0eb9]{margin:0 0 .5rem;font-size:2rem;font-weight:600;color:#1a202c}.header-left p[data-v-aaeb0eb9]{margin:0;color:#718096;font-size:1rem}.user-info[data-v-aaeb0eb9]{display:flex;align-items:center;gap:1rem}.user-name[data-v-aaeb0eb9]{font-weight:500;color:#2d3748}.user-avatar[data-v-aaeb0eb9]{width:40px;height:40px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:.9rem}.stats-grid[data-v-aaeb0eb9]{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:2rem}.stat-card[data-v-aaeb0eb9]{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 2px 10px #00000014;display:flex;align-items:center;gap:1rem;transition:transform .2s,box-shadow .2s}.stat-card[data-v-aaeb0eb9]:hover{transform:translateY(-2px);box-shadow:0 4px 20px #0000001f}.stat-icon[data-v-aaeb0eb9]{font-size:2rem;opacity:.8}.stat-content h3[data-v-aaeb0eb9]{margin:0 0 .25rem;font-size:1.75rem;font-weight:700;color:#1a202c}.stat-content p[data-v-aaeb0eb9]{margin:0;color:#718096;font-size:.9rem}.content-grid[data-v-aaeb0eb9]{display:grid;grid-template-columns:2fr 1fr;gap:2rem;margin-bottom:2rem}.chart-section[data-v-aaeb0eb9],.table-section[data-v-aaeb0eb9]{background:#fff;border-radius:12px;box-shadow:0 2px 10px #00000014;overflow:hidden}.chart-header[data-v-aaeb0eb9],.table-header[data-v-aaeb0eb9]{padding:1.5rem;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;align-items:center}.chart-header h3[data-v-aaeb0eb9],.table-header h3[data-v-aaeb0eb9]{margin:0;font-size:1.25rem;font-weight:600;color:#1a202c}.chart-controls[data-v-aaeb0eb9]{display:flex;gap:1rem}.chart-select[data-v-aaeb0eb9]{padding:.5rem 1rem;border:1px solid #e2e8f0;border-radius:6px;background:#fff;color:#4a5568;font-size:.9rem}.chart-container[data-v-aaeb0eb9]{padding:1.5rem;height:300px}.mock-chart[data-v-aaeb0eb9]{height:100%;display:flex;flex-direction:column;justify-content:space-between}.chart-bars[data-v-aaeb0eb9]{display:flex;align-items:end;justify-content:space-between;height:200px;gap:.5rem}.bar[data-v-aaeb0eb9]{flex:1;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:4px 4px 0 0;min-height:20px;transition:opacity .2s}.bar[data-v-aaeb0eb9]:hover{opacity:.8}.chart-labels[data-v-aaeb0eb9]{display:flex;justify-content:space-between;margin-top:1rem;color:#718096;font-size:.9rem}.table-container[data-v-aaeb0eb9]{padding:0 1.5rem 1.5rem}.data-table[data-v-aaeb0eb9]{width:100%;border-collapse:collapse}.data-table th[data-v-aaeb0eb9]{text-align:left;padding:.75rem 0;color:#4a5568;font-weight:600;font-size:.9rem;border-bottom:1px solid #e2e8f0}.data-table td[data-v-aaeb0eb9]{padding:1rem 0;border-bottom:1px solid #f7fafc}.user-cell[data-v-aaeb0eb9]{display:flex;align-items:center;gap:.75rem}.user-avatar-small[data-v-aaeb0eb9]{width:32px;height:32px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:.8rem}.status-badge[data-v-aaeb0eb9]{padding:.25rem .75rem;border-radius:12px;font-size:.8rem;font-weight:500}.status-badge.success[data-v-aaeb0eb9]{background-color:#f0fff4;color:#38a169}.status-badge.warning[data-v-aaeb0eb9]{background-color:#fffbeb;color:#d69e2e}.btn-secondary[data-v-aaeb0eb9]{padding:.5rem 1rem;background:#f7fafc;border:1px solid #e2e8f0;border-radius:6px;color:#4a5568;font-size:.9rem;cursor:pointer;transition:all .2s}.btn-secondary[data-v-aaeb0eb9]:hover{background:#edf2f7;border-color:#cbd5e0}.additional-stats[data-v-aaeb0eb9]{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.stat-item[data-v-aaeb0eb9]{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 2px 10px #00000014;display:flex;align-items:center;gap:1rem}.stat-item h4[data-v-aaeb0eb9]{margin:0;font-size:1rem;font-weight:600;color:#2d3748}.status-indicator[data-v-aaeb0eb9]{width:12px;height:12px;border-radius:50%;margin-right:.5rem}.status-indicator.online[data-v-aaeb0eb9]{background-color:#48bb78}.status-indicator.warning[data-v-aaeb0eb9]{background-color:#ed8936}.status-indicator.offline[data-v-aaeb0eb9]{background-color:#f56565}@media (max-width: 1024px){.content-grid[data-v-aaeb0eb9]{grid-template-columns:1fr}.sidebar[data-v-aaeb0eb9]{width:200px}}@media (max-width: 768px){.dashboard[data-v-aaeb0eb9]{flex-direction:column}.sidebar[data-v-aaeb0eb9]{width:100%;height:auto}.main-content[data-v-aaeb0eb9]{padding:1rem}.stats-grid[data-v-aaeb0eb9]{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}}.dedia-page[data-v-14a2d5fd]{min-height:100dvh;display:flex;flex-direction:column}.dedia-main[data-v-14a2d5fd]{flex:1}.logo-header[data-v-14a2d5fd]{border-bottom:1px solid var(--color-line);background:var(--color-surface)}.header-inner[data-v-14a2d5fd]{display:flex;align-items:center;justify-content:center;gap:1.75rem;padding:2rem 0}.feber-logo[data-v-14a2d5fd]{height:44px;width:auto}.dedia-logo[data-v-14a2d5fd]{height:36px;width:auto}.logo-separator[data-v-14a2d5fd]{font-family:var(--font-display);font-size:1.5rem;font-weight:700;color:var(--color-accent)}@media (max-width: 768px){.header-inner[data-v-14a2d5fd]{gap:1.25rem;padding:1.5rem 0}.feber-logo[data-v-14a2d5fd]{height:34px}.dedia-logo[data-v-14a2d5fd]{height:28px}.logo-separator[data-v-14a2d5fd]{font-size:1.25rem}}
