:root{color-scheme:dark;--bg-page: #080c11;--bg-elevated: #0f141c;--bg-panel: #121a24;--bg-input: #0a1018;--border: #2a3548;--border-soft: #1e2838;--text: #e8edf4;--text-muted: #94a3b8;--text-dim: #6b7c93;--accent: #38bdf8;--accent-muted: #0ea5e9;--accent-hover: #7dd3fc;--accent-deep: #0369a1;--danger-bg: rgba(248, 113, 113, .1);--danger-border: rgba(248, 113, 113, .32);--danger-text: #fecaca;--success-bg: rgba(52, 211, 153, .12);--success-text: #6ee7b7;--success-icon: #34d399;--warn-bg: rgba(251, 191, 36, .1);--warn-text: #fcd34d;--warn-icon: #fbbf24;--shadow: 0 4px 28px rgba(0, 0, 0, .45);--shadow-soft: 0 2px 12px rgba(0, 0, 0, .25);--radius: 12px;--radius-sm: 8px;--font: "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, "Roboto", sans-serif;--pipe-canvas-bg: #0c1018;--pipe-grid-line: rgba(148, 163, 184, .11);--pipe-dim-stroke: #5c6d82;--pipe-dim-strong: #94a3b8;--pipe-dim-muted: #6b7f96;--pipe-text-fill: #e2e8f0;--pipe-text-halo: rgba(8, 11, 16, .92);--pipe-axis: #7c8ea3;--pipe-axis-text: #b8c5d6;--pipe-caption: #8b9cb0;--pipe-body-outer: #6b7384;--pipe-body-mid: #8b95a8;--pipe-body-hi: #c5ccd9;--pipe-centerline: rgba(148, 163, 184, .45);--pipe-endcap: #1a2332}*{box-sizing:border-box}html{color-scheme:dark}body{font-family:var(--font);margin:0;padding:0;background:var(--bg-page);color:var(--text);line-height:1.45;-webkit-font-smoothing:antialiased}body.modal-open{overflow:hidden;overscroll-behavior:none}#root{min-height:100vh}.app{min-height:100vh;display:flex;flex-direction:column}.app--auth-loading{align-items:center;justify-content:center;padding:48px 20px}.site-header{flex-shrink:0;background:linear-gradient(135deg,#0c1524,#132238 42%,#0f2847);color:#f1f5f9;box-shadow:0 2px 20px #0006;border-bottom:1px solid rgba(56,189,248,.15)}.site-header__inner{max-width:1280px;margin:0 auto;padding:14px 20px;display:flex;align-items:center;justify-content:space-between;gap:16px}.site-header__brand{display:flex;align-items:center;gap:14px}.site-header__brand-btn{border:none;background:transparent;color:inherit;cursor:pointer;font:inherit;text-align:left;padding:0}.site-header__brand-btn:hover .site-header__tagline{color:#c8ddf5}.home-page{display:flex;flex-direction:column;align-items:center;text-align:center;gap:0;padding:12px 0 40px;max-width:960px;margin:0 auto}.home-page__logo{width:min(420px,88vw);height:auto;margin:8px 0 28px;filter:drop-shadow(0 4px 24px rgba(0,0,0,.35))}.home-page__greeting{margin:0 0 10px;color:var(--accent);font-weight:600;font-size:1rem}.home-page__title{margin:0 0 14px;font-size:clamp(1.5rem,3.5vw,2rem);line-height:1.25;color:var(--text);font-weight:700}.home-page__intro{margin:0 0 36px;max-width:42rem;color:var(--text-muted);font-size:1.05rem;line-height:1.65}.home-page__gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;width:100%;margin-bottom:40px}.home-page__photo{margin:0;padding:3px;border-radius:14px;background:linear-gradient(145deg,#38bdf88c,#1565c059 45%,#0f2847e6);box-shadow:0 14px 36px #0006,0 0 0 1px #38bdf81f,inset 0 1px #ffffff1f;transition:transform .2s ease,box-shadow .2s ease}.home-page__photo:hover{transform:translateY(-3px);box-shadow:0 18px 44px #00000073,0 0 0 1px #38bdf847,inset 0 1px #ffffff24}.home-page__photo-frame{border-radius:11px;overflow:hidden;background:#060b12;border:1px solid rgba(255,255,255,.08);box-shadow:inset 0 0 0 1px #00000059}.home-page__photo-btn{display:block;width:100%;margin:0;padding:0;border:none;background:transparent;cursor:zoom-in;font:inherit;color:inherit;text-align:left;position:relative}.home-page__photo-btn:focus-visible{outline:2px solid var(--accent);outline-offset:3px;border-radius:14px}.home-page__photo-zoom{position:absolute;right:10px;bottom:10px;padding:4px 10px;border-radius:999px;font-size:.72rem;font-weight:600;letter-spacing:.02em;color:#f1f5f9;background:#040a12b8;border:1px solid rgba(56,189,248,.35);opacity:0;transform:translateY(4px);transition:opacity .2s ease,transform .2s ease;pointer-events:none}.home-page__photo-btn:hover .home-page__photo-zoom,.home-page__photo-btn:focus-visible .home-page__photo-zoom{opacity:1;transform:translateY(0)}.home-page__photo img{display:block;width:100%;height:auto;aspect-ratio:10 / 7;object-fit:cover;object-position:center;vertical-align:middle;pointer-events:none}.home-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:56px 20px 24px;box-sizing:border-box;background:#04060af0;cursor:zoom-out}.home-lightbox__figure{margin:0;max-width:min(1200px,100%);max-height:100%;display:flex;flex-direction:column;align-items:center;gap:12px;cursor:default}.home-lightbox__img{display:block;max-width:100%;max-height:calc(100vh - 120px);width:auto;height:auto;object-fit:contain;border-radius:var(--radius-sm);box-shadow:0 16px 56px #0000008c;border:1px solid rgba(56,189,248,.2)}.home-lightbox__caption{margin:0;max-width:40rem;text-align:center;color:#a8c7e8;font-size:.95rem;line-height:1.5}.home-lightbox__close{position:fixed;z-index:1001}.home-process-banner{width:100vw;max-width:100vw;margin:0 calc(50% - 50vw) 40px;padding:28px 20px 32px;box-sizing:border-box;background:linear-gradient(135deg,#0c1524,#132238,#0f2847);border-block:1px solid rgba(56,189,248,.2);box-shadow:0 8px 32px #00000040}.home-process-banner__inner{max-width:1100px;margin:0 auto;text-align:center}.home-process-banner__title{margin:0 0 8px;font-size:clamp(1.25rem,2.5vw,1.5rem);font-weight:700;color:#f1f5f9;letter-spacing:.02em}.home-process-banner__intro{margin:0 auto 24px;max-width:40rem;color:#a8c7e8;font-size:.98rem;line-height:1.55}.home-process-banner__steps{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}.home-process-banner__step{position:relative;display:flex;flex-direction:column;align-items:center;gap:8px;padding:16px 10px 12px;border-radius:var(--radius-sm);background:#ffffff0f;border:1px solid rgba(56,189,248,.18)}.home-process-banner__step:not(:last-child):after{content:"";position:absolute;top:28px;left:calc(100% + 2px);width:8px;height:2px;background:#38bdf873;pointer-events:none}.home-process-banner__num{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:50%;background:linear-gradient(180deg,var(--accent-muted) 0%,var(--accent-deep) 100%);color:#041018;font-size:.9rem;font-weight:700;flex-shrink:0}.home-process-banner__label{font-weight:700;font-size:.92rem;color:#f1f5f9;line-height:1.25}.home-process-banner__text{font-size:.8rem;line-height:1.45;color:#94a3b8}.home-page__footer{display:flex;flex-direction:column;align-items:center;gap:20px;width:100%}.home-page__outro{margin:0;max-width:36rem;color:var(--text-muted);font-size:1.02rem;line-height:1.6}.home-page__cta{min-width:160px;padding:12px 32px;font-size:1.05rem;font-weight:600}.home-page--gate{max-width:480px;text-align:left;align-items:flex-start}@media(max-width:900px){.home-process-banner__steps{grid-template-columns:repeat(2,minmax(0,1fr))}.home-process-banner__step:after{display:none}}@media(max-width:720px){.home-page__gallery{grid-template-columns:1fr;max-width:400px;margin-left:auto;margin-right:auto}.home-page__logo{width:min(320px,82vw);margin-bottom:22px}.home-process-banner{padding:22px 14px 26px;margin-bottom:32px}.home-process-banner__steps{grid-template-columns:1fr;max-width:320px;margin:0 auto}}.site-header__logo-svg,.site-header__logo-img{flex-shrink:0;display:block;filter:drop-shadow(0 1px 3px rgba(0,0,0,.35))}.site-header__logo-img{height:56px;width:auto}.site-header__titles{display:flex;flex-direction:column;gap:2px;min-width:0}.site-header__name{font-size:1.25rem;font-weight:700;letter-spacing:.02em;line-height:1.2}.site-header__tagline{font-size:.9rem;font-weight:400;opacity:.88;color:#a8c7e8}.site-header__login{display:inline-flex;align-items:center;gap:8px;color:#f8fafc;border-color:#38bdf859;background:#38bdf81f;white-space:nowrap}.site-header__actions{display:flex;align-items:center;gap:8px}.lang-switcher{display:inline-flex;align-items:center;border-radius:999px;overflow:hidden;flex-shrink:0}.lang-switcher--header{border:1px solid rgba(56,189,248,.35);background:#0f172a80}.lang-switcher__btn{min-width:2.75rem;padding:6px 12px;font-size:.8rem;font-weight:700;letter-spacing:.04em;color:#e2e8f0;background:transparent;border:none;cursor:pointer;line-height:1.2}.lang-switcher--header .lang-switcher__btn:hover{color:#f8fafc;background:#38bdf82e}.lang-switcher--header .lang-switcher__btn--active{color:#0f172a;background:#38bdf8;box-shadow:0 0 0 1px #38bdf880}.lang-switcher__btn+.lang-switcher__btn{border-left:1px solid rgba(56,189,248,.25)}.site-header__user{max-width:220px;padding:4px 10px;border-radius:999px;background:#ffffff14;color:#e2e8f0;font-size:.85rem;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.site-header__account{position:relative}.site-header__menu{position:absolute;top:100%;right:0;z-index:20;display:grid;gap:4px;min-width:168px;padding:10px 6px 6px;border-radius:var(--radius-sm);background:var(--bg-panel);border:1px solid var(--border);box-shadow:var(--shadow)}.site-header__menu button{width:100%;text-align:left;border:0;color:var(--text);background:transparent;border-radius:6px}.site-header__menu button:hover{background:var(--bg-elevated)}.site-header__login:hover{background:#38bdf838}.site-main{flex:1;max-width:1280px;width:100%;margin:0 auto;padding:20px;box-sizing:border-box}.site-footer{flex-shrink:0;margin-top:32px;background:#06090e;color:#a8b8cc;font-size:.88rem;line-height:1.55;border-top:1px solid var(--border-soft)}.site-footer a{color:var(--accent);text-decoration:none}.site-footer a:hover{color:var(--accent-hover);text-decoration:underline}.site-footer__inner{max-width:1280px;margin:0 auto;padding:28px 20px 18px;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:24px}.site-footer__col{display:flex;flex-direction:column;gap:4px}.site-footer__title{font-weight:700;color:#f1f5f9;margin-bottom:4px;letter-spacing:.02em}.site-footer__bottom{border-top:1px solid rgba(255,255,255,.08);padding:12px 20px 18px;max-width:1280px;margin:0 auto;display:flex;flex-wrap:wrap;justify-content:space-between;gap:8px;font-size:.8rem;color:var(--text-dim)}.container{display:flex;flex-wrap:wrap;gap:24px;align-items:flex-start}.panel{flex:1 1 420px;min-width:280px}.panel--viz{flex:1 1 520px}.panel.stack{background:var(--bg-panel);border:1px solid var(--border);border-radius:var(--radius);padding:20px;box-shadow:var(--shadow-soft)}.calculator-welcome{margin-bottom:4px;padding-bottom:16px;border-bottom:1px solid var(--border-soft)}.calculator-welcome h2{margin:0 0 8px;font-size:1.25rem;font-weight:600;color:var(--text)}.calculator-welcome p{margin:0;color:var(--text-muted);line-height:1.55;font-size:.95rem}.panel label,.panel strong{color:var(--text)}svg.pipe-canvas,.pipe-canvas--3d{border:1px solid var(--border);background-color:var(--pipe-canvas-bg);max-width:100%;height:auto;display:block;border-radius:var(--radius-sm)}.pipe-canvas--3d{overflow:hidden}.pipe-3d-hint{position:absolute;left:12px;bottom:10px;margin:0;padding:6px 10px;font-size:12px;color:var(--text-muted);background:#0f141ceb;border-radius:6px;border:1px solid var(--border);pointer-events:none;max-width:min(360px,90%)}.pipe-3d-loading{font-size:14px;color:var(--text-muted)}.canvas-shell{position:relative;display:inline-block;max-width:100%}.canvas-expand-btn,.canvas-close-btn{position:absolute;z-index:2;display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;padding:0;border-radius:999px;border:1px solid var(--border);background:#121a24eb;color:var(--text);box-shadow:var(--shadow-soft)}.canvas-expand-btn:hover,.canvas-close-btn:hover{background:var(--bg-elevated);border-color:var(--accent-muted);color:var(--accent)}.canvas-expand-btn{top:10px;right:10px}.canvas-expand-btn svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.canvas-fullscreen{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:18px;background:#04060af0}.canvas-fullscreen .pipe-canvas{width:100%;height:100%;max-width:none;border:0;box-shadow:0 12px 48px #0000008c}.canvas-close-btn{top:18px;right:18px;font-weight:700;font-size:18px}.grid-bg{background-color:var(--pipe-canvas-bg);background-image:linear-gradient(to right,var(--pipe-grid-line) 1px,transparent 1px),linear-gradient(to bottom,var(--pipe-grid-line) 1px,transparent 1px);background-size:5mm 5mm}table.coord-table{border-collapse:collapse;width:100%;max-width:560px;table-layout:fixed}table.coord-table,table.coord-table th,table.coord-table td{border:1px solid var(--border);text-align:center}table.coord-table th,table.coord-table td{padding:8px;color:var(--text)}table.coord-table th{background:var(--bg-elevated);color:var(--text-muted);font-weight:600;font-size:.82rem;text-transform:uppercase;letter-spacing:.04em}table.coord-table th:first-child,table.coord-table td:first-child{width:72px}table.coord-table th:last-child,table.coord-table td:last-child{width:52px}table.coord-table input[type=number]{width:100%;min-width:0;padding:4px 6px}.line-status{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:999px;font-size:1rem;font-weight:700;line-height:1}.line-status--ok{color:var(--success-icon);background:var(--success-bg)}.line-status--warn{color:var(--warn-icon);background:var(--warn-bg)}.stack{display:flex;flex-direction:column;gap:10px}.row-btns{display:flex;flex-wrap:wrap;gap:8px}button{cursor:pointer;padding:8px 14px;font:inherit;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg-elevated);color:var(--text);transition:background .15s ease,border-color .15s ease,color .15s ease}button:hover{background:#1a2432;border-color:#3d4f66}button.primary{background:linear-gradient(180deg,var(--accent-muted) 0%,var(--accent-deep) 100%);color:#041018;border-color:transparent;font-weight:600}button.primary:hover{background:linear-gradient(180deg,var(--accent-hover) 0%,var(--accent-muted) 100%);color:#041018}button.success{background:var(--success-bg);border-color:#34d39959;color:var(--success-text)}button.view-active{background:#38bdf824;border-color:var(--accent);color:var(--accent-hover)}select,input[type=email],input[type=number],input[type=password],input[type=text],input[readonly]{font:inherit;padding:8px 10px;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg-input);color:var(--text)}select:focus,input:focus{outline:2px solid rgba(56,189,248,.35);outline-offset:1px}.panel--readonly{border-color:#94a3b859}.panel--readonly input:disabled,.panel--readonly select:disabled{opacity:1;cursor:default}.readonly-field{background:var(--bg-elevated);color:var(--text-muted)}.hint{font-size:.9rem;color:var(--text-muted);line-height:1.45}.status-text{margin:6px 0 0;font-size:.85rem;color:var(--text-dim)}.error-banner{background:var(--danger-bg);border:1px solid var(--danger-border);color:var(--danger-text);padding:12px 14px;border-radius:var(--radius-sm);margin-bottom:12px}.backoffice{width:100%}.backoffice-login{max-width:420px}.backoffice label,.backoffice-login label{display:flex;flex-direction:column;gap:5px;font-weight:600;color:var(--text-muted)}.backoffice-header,.data-card__head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.backoffice-header h2,.data-card__head h2,.data-card__head h3{color:var(--text);margin:0}.material-form{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:12px;padding:14px;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg-elevated)}.material-form .row-btns{align-items:end}.site-content-form{display:flex;flex-direction:column;gap:20px}.site-content-form__group{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px;margin:0;padding:14px;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg-elevated)}.site-content-form__group legend{grid-column:1 / -1;padding:0 4px;font-weight:600;color:var(--text)}.site-content-form__group label{display:flex;flex-direction:column;gap:6px;font-size:.9rem;color:var(--text-muted)}.site-content-form__group input,.site-content-form__group textarea{width:100%}.site-content-form__full{grid-column:1 / -1}.card-list{display:grid;gap:12px}.data-card{padding:14px;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg-elevated)}.data-card--request-open{cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}.data-card--request-open:hover{border-color:#38bdf873;box-shadow:0 0 0 1px #38bdf81f;background:#161f2c}.data-card--request-open:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.data-card__open-hint{margin:10px 0 0;font-size:.82rem;color:var(--accent);font-weight:600}.data-card__head-main{display:flex;flex-direction:column;gap:4px;min-width:0}.request-number{font-size:.82rem;font-weight:700;letter-spacing:.04em;color:var(--accent);font-variant-numeric:tabular-nums}.request-status-line{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin:0}.request-status{display:inline-block;padding:4px 10px;border-radius:999px;font-size:.85rem;font-weight:600;border:1px solid var(--border);background:var(--bg-elevated);color:var(--text-muted)}.request-status--nieuw{color:#93c5fd;border-color:#3b82f659;background:#3b82f61f}.request-status--in_behandeling{color:#fcd34d;border-color:#f59e0b59;background:#f59e0b1f}.request-status--in_productie{color:#c4b5fd;border-color:#8b5cf659;background:#8b5cf61f}.request-status--gereed,.request-status--afgerond{color:#86efac;border-color:#22c55e59;background:#22c55e1f}.data-card__head-actions{display:flex;align-items:center;gap:10px;flex-shrink:0}.icon-btn{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg-input);color:var(--text-muted);cursor:pointer;transition:border-color .15s ease,color .15s ease,background .15s ease}.icon-btn svg{width:18px;height:18px}.icon-btn:hover{color:var(--text);border-color:var(--text-dim)}.icon-btn--danger:hover{color:var(--danger-text);border-color:var(--danger-border);background:var(--danger-bg)}.data-card__admin-actions{margin-top:8px;display:flex;flex-direction:column;align-items:stretch;gap:12px}.data-card__admin-btns{margin:0}.request-list-filter{margin-bottom:4px}.account-details p{margin:4px 0}.table-wrap{width:100%;overflow-x:auto}table.admin-table{max-width:none;min-width:760px}table.admin-table th:first-child,table.admin-table td:first-child{width:auto}.login-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1200;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;padding:20px;background:#04060ab8;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.login-card{width:min(560px,100%);margin:auto;padding:22px;border-radius:var(--radius);background:var(--bg-panel);border:1px solid var(--border);box-shadow:var(--shadow)}.login-overlay .login-card{max-height:calc(100vh - 40px);max-height:calc(100dvh - 40px);overflow-y:auto;overscroll-behavior:contain}.admin-login-page{display:flex;justify-content:center;padding:40px 0}.login-card label{display:flex;flex-direction:column;gap:5px;font-weight:600;min-width:0;color:var(--text-muted)}.login-card input{width:100%;min-width:0}.password-field{position:relative;display:block}.password-field input{width:100%;padding-right:40px}.password-toggle{position:absolute;top:50%;right:4px;transform:translateY(-50%);display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border:0;background:transparent;color:var(--text-muted);cursor:pointer}.password-toggle:hover{color:var(--accent);background:transparent}.login-role-switch,.login-mode-switch{margin:12px 0}.login-mode-switch button{font-size:.9rem}.account-section h4{margin:0;font-size:1.05rem;color:var(--text)}.account-address-form{margin-top:4px;padding-top:16px;border-top:1px solid var(--border-soft)}.account-address-fields label:first-child{grid-column:1 / -1}.customer-directory__search{display:flex;flex-direction:column;gap:6px;max-width:360px}.customer-directory__search input{width:100%}.customer-directory__table-wrap{overflow-x:auto;border:1px solid var(--border-soft);border-radius:var(--radius-sm);background:var(--bg-panel)}.customer-directory__table{width:100%;border-collapse:collapse;font-size:.9rem}.customer-directory__table th,.customer-directory__table td{padding:10px 12px;text-align:left;vertical-align:top;border-bottom:1px solid var(--border-soft)}.customer-directory__table th{font-weight:600;color:var(--text);background:#ffffff0a;white-space:nowrap}.customer-directory__table tbody tr:last-child td{border-bottom:none}.customer-directory__table tbody tr:hover{background:#38bdf80f}.customer-directory__table a{color:var(--accent);word-break:break-all}.customer-directory__col-expand{width:2.5rem;text-align:center}.customer-directory__expand{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;padding:0;border:1px solid var(--border-soft);border-radius:var(--radius-sm);background:#ffffff0f;color:var(--text);cursor:pointer;font-size:.75rem}.customer-directory__expand:hover{border-color:var(--accent);color:var(--accent-hover)}.customer-directory__row--expanded{background:#38bdf814}.customer-directory__requests-row td{padding:0 12px 14px;background:#040a1273;border-bottom:1px solid var(--border-soft)}.customer-directory__requests{display:flex;flex-direction:column;gap:8px;padding:12px 4px 4px}.customer-directory__request{display:flex;flex-direction:column;align-items:flex-start;gap:6px;width:100%;margin:0;padding:12px 14px;text-align:left;border:1px solid var(--border-soft);border-radius:var(--radius-sm);background:var(--bg-panel);color:inherit;cursor:pointer;font:inherit}.customer-directory__request:hover:not(:disabled){border-color:var(--accent);background:#38bdf814}.customer-directory__request:disabled{cursor:default;opacity:.7}.customer-directory__request-main{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.customer-directory__request-meta{font-size:.88rem;color:var(--text-muted)}@media(max-width:900px){.customer-directory__table thead{display:none}.customer-directory__table tbody tr.customer-directory__row{display:block;padding:12px;border-bottom:1px solid var(--border-soft)}.customer-directory__table tbody tr.customer-directory__requests-row{display:block;padding:0 8px 12px;border-bottom:1px solid var(--border-soft)}.customer-directory__table tbody tr.customer-directory__requests-row td{display:block;padding:0}.customer-directory__table tbody tr.customer-directory__requests-row td:before{display:none}.customer-directory__table tbody tr:last-child{border-bottom:none}.customer-directory__col-expand:before{content:attr(data-label)}.customer-directory__table td{display:grid;grid-template-columns:7rem 1fr;gap:8px;padding:6px 0;border-bottom:none}.customer-directory__table td:before{content:attr(data-label);font-weight:600;color:var(--text-muted)}}.customer-profile-fields{display:grid;grid-template-columns:1fr 1fr;gap:10px}.customer-profile-fields label:nth-child(1),.customer-profile-fields label:nth-child(3){grid-column:1 / -1}@media(max-width:720px){.site-main{padding:12px}.site-header__inner{padding:12px 14px}.site-header__name{font-size:1.05rem}.site-header__login span{display:none}.site-header__actions .site-header__login:first-child span{display:inline}.site-header__user{display:none}.lang-switcher__btn{min-width:2.5rem;padding:6px 10px;font-size:.75rem}.customer-profile-fields{grid-template-columns:1fr}.customer-profile-fields label:nth-child(1),.customer-profile-fields label:nth-child(3){grid-column:auto}}
