@font-face{font-family:Outfit;src:url('../fonts/outfit-latin-400-normal.woff2') format('woff2');font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:Outfit;src:url('../fonts/outfit-latin-500-normal.woff2') format('woff2');font-weight:500;font-style:normal;font-display:swap}
@font-face{font-family:Outfit;src:url('../fonts/outfit-latin-600-normal.woff2') format('woff2');font-weight:600;font-style:normal;font-display:swap}
@font-face{font-family:Outfit;src:url('../fonts/outfit-latin-700-normal.woff2') format('woff2');font-weight:700;font-style:normal;font-display:swap}

:root{
  --huun-navy:#0c3157;
  --huun-blue:#102a43;
  --huun-accent:#365f7e;
  --huun-bg:#f7f7f3;
  --huun-line:#dde3e4;
  --huun-muted:#69777e;
  --huun-tonal:#e8eef3;
  --huun-tonal-2:#eaf1f6;
  --huun-header-muted:#bfd6e8;
  --huun-white:#fff;
  --huun-danger:#b3261e;
  --huun-radius:20px;
}

html{scroll-behavior:smooth}
body.huun-support-web-app-active{margin:0!important;background:var(--huun-bg)!important;color:var(--huun-blue);font-family:Outfit,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important}
body.huun-support-web-app-active *{box-sizing:border-box}
body.huun-support-web-app-active button,
body.huun-support-web-app-active input,
body.huun-support-web-app-active select,
body.huun-support-web-app-active textarea{font:inherit}
body.huun-support-web-app-active button{cursor:pointer}
body.huun-support-web-app-active [hidden]{display:none!important}

.huun-app{min-height:100vh;background:var(--huun-bg);color:var(--huun-blue);font-family:Outfit,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
.huun-app button,.huun-app input,.huun-app select,.huun-app textarea{font-family:inherit}
.huun-app svg{display:block}
.app-shell{width:min(100% - 36px,1180px);margin-inline:auto}
.skip-link{position:fixed;z-index:99999;top:8px;left:8px;padding:10px 14px;border-radius:10px;background:#fff;color:var(--huun-navy);transform:translateY(-150%)}
.skip-link:focus{transform:none}
.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}

/* Header — web layout from the original HUUN Support Web App */
.app-header{position:relative;z-index:10;overflow:hidden;background:radial-gradient(circle at 92% 4%,rgba(255,255,255,.07),transparent 22rem),linear-gradient(135deg,#0c3157 0%,#092b4b 100%);border-radius:0 0 38px 38px;color:#fff}
.app-header::after{content:"";position:absolute;right:-105px;bottom:-205px;width:360px;height:360px;border:1px solid rgba(255,255,255,.07);border-radius:50%;box-shadow:0 0 0 52px rgba(255,255,255,.022),0 0 0 104px rgba(255,255,255,.014);pointer-events:none}
.app-header__inner{position:relative;z-index:1;padding:24px 0 36px}
.app-header__brand-row{display:grid;min-height:46px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:28px}
.app-brand{display:inline-flex;align-items:center;text-decoration:none}
.app-brand img{display:block;width:132px;height:auto;filter:brightness(0) invert(1)}
.app-header__count{flex:0 0 auto;padding:6px 11px;border-radius:999px;background:rgba(255,255,255,.12);color:#fff;font-size:12px;font-weight:600;line-height:1}
.app-header__copy{max-width:760px;margin-top:42px}
.app-header__copy h1{margin:0;color:#fff;font-size:clamp(32px,4.5vw,50px);font-weight:700;line-height:1.08;letter-spacing:-.025em}
.app-header__copy p{max-width:650px;margin:11px 0 0;color:var(--huun-header-muted);font-size:17px;line-height:1.45}

.app-search{display:flex;max-width:760px;min-height:62px;align-items:center;gap:12px;margin-top:26px;padding:0 17px;border:2px solid transparent;border-radius:18px;background:#fff;box-shadow:0 18px 40px rgba(2,21,37,.17);color:var(--huun-blue);transition:border-color .16s,box-shadow .16s}
.app-search:focus-within{border-color:var(--huun-accent)}
.app-search__icon{flex:0 0 auto;color:var(--huun-muted)}
.app-search__icon svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.app-search input{width:100%;min-width:0;height:48px;padding:0;border:0;outline:0;background:transparent;color:var(--huun-blue);font-size:15px}
.app-search input::placeholder{color:var(--huun-muted)}
.app-search>button{display:grid;flex:0 0 auto;width:34px;height:34px;padding:0;place-items:center;border:0;border-radius:50%;background:transparent;color:var(--huun-muted);font-size:24px}
.app-search--light{margin:0;border:1px solid var(--huun-line);background:#f3f6f8}

/* Desktop navigation is part of the navy header, not a mobile-style tab bar. */
.desktop-nav{display:flex;min-width:0;justify-content:center}
.desktop-nav__inner{display:flex;min-width:0;align-items:center;justify-content:center;gap:6px}
.desktop-nav button{display:inline-flex;min-width:0;min-height:44px;align-items:center;gap:8px;padding:9px 14px;border:1px solid transparent;border-radius:14px;background:transparent;color:#c9dae7;font-size:14px;font-weight:600;line-height:1.2;white-space:nowrap;transition:color .16s,background .16s,border-color .16s}
.desktop-nav__indicator{display:inline-grid;width:21px;height:21px;flex:0 0 auto;place-items:center;border-radius:0;background:transparent!important}
.desktop-nav svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.desktop-nav button:hover{background:rgba(255,255,255,.07);color:#fff}
.desktop-nav button.is-active{border-color:rgba(255,255,255,.14);background:rgba(255,255,255,.13);color:#fff;font-weight:600}
.desktop-nav button.is-active .desktop-nav__indicator{background:transparent!important;color:inherit}

.app-main{padding:0 0 42px}
.app-panel{animation:huun-fade .18s ease both}
@keyframes huun-fade{from{opacity:.35;transform:translateY(3px)}to{opacity:1;transform:none}}

.filter-strip{height:66px;overflow:hidden}
.chips{display:flex;height:100%;align-items:center;gap:8px;padding:14px 0 10px;overflow-x:auto;overscroll-behavior-inline:contain;scrollbar-width:none;-webkit-overflow-scrolling:touch}
.chips::-webkit-scrollbar{display:none}
.huun-chip{display:inline-flex;min-height:40px;flex:0 0 auto;align-items:center;gap:7px;padding:8px 13px;border:1px solid var(--huun-line);border-radius:12px;background:#fff;color:var(--huun-navy);font-size:13px;font-weight:600;line-height:1;white-space:nowrap;transition:background .15s,border-color .15s,color .15s}
.huun-chip small{display:inline-flex;min-width:20px;height:20px;align-items:center;justify-content:center;padding:0 5px;border-radius:10px;background:#f0f3f6;color:var(--huun-muted);font-size:11px;font-weight:700}
.huun-chip.is-active{border-color:var(--huun-navy);background:var(--huun-navy);color:#fff}
.huun-chip.is-active small{background:rgba(255,255,255,.16);color:#fff}
.chips--compact{padding:10px 0 2px}

.list-summary{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:2px 0 14px}
.list-summary strong{color:var(--huun-navy);font-size:16px;font-weight:700}
.list-summary span{color:var(--huun-muted);font-size:12.5px;font-weight:600}
.status{display:flex;min-height:120px;align-items:center;justify-content:center;gap:10px;padding:24px;color:var(--huun-muted);font-size:14px;text-align:center}
.spinner{width:20px;height:20px;border:2px solid #d3dde3;border-top-color:var(--huun-accent);border-radius:50%;animation:spin .75s linear infinite}
@keyframes spin{to{transform:rotate(360deg)}}

/* Documents */
.document-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.document-grid>.status,.video-grid>.status{grid-column:1/-1}
.document-card{display:flex;min-width:0;flex-direction:column;padding:16px;border:1px solid var(--huun-line);border-radius:20px;background:#fff;box-shadow:none}
.document-card__top{display:grid;grid-template-columns:104px minmax(0,1fr);gap:14px}
.document-card__media{display:flex;width:104px;height:104px;align-items:center;justify-content:center;overflow:hidden;border-radius:16px;background:#f0f3f6}
.document-card__media img{width:100%;height:100%;object-fit:contain;border-radius:16px}
.document-card__body{display:flex;min-width:0;flex:1;flex-direction:column}
.document-card__category{margin:0 0 5px;color:var(--huun-accent);font-size:11.5px;font-weight:700;letter-spacing:.03em}
.document-card h3{margin:0;color:var(--huun-navy);font-size:19px;font-weight:700;line-height:1.2;overflow-wrap:anywhere}
.document-card__meta{display:grid;gap:4px;margin-top:9px;color:var(--huun-muted);font-size:12.5px;line-height:1.35}
.document-card__meta strong{color:var(--huun-blue);font-weight:600}
.card-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;margin-top:14px}

/* Exact button hierarchy from the mobile app */
.huun-btn{display:inline-flex;min-width:0;min-height:42px;align-items:center;justify-content:center;gap:7px;padding:8px 11px;border:1px solid var(--huun-line);border-radius:10px;background:#fff;color:var(--huun-navy);font-size:12.5px;font-weight:600;line-height:1.15;text-align:center;text-decoration:none;transition:background .15s,border-color .15s,transform .15s}
.huun-btn:hover:not(:disabled){background:#f8fafb;border-color:#c7d2d7}
.huun-btn:active:not(:disabled){transform:scale(.985)}
.huun-btn:disabled{opacity:.42;cursor:not-allowed}
.huun-btn svg{width:18px;height:18px;flex:0 0 auto;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.huun-btn--primary{min-height:52px;border-color:var(--huun-navy);border-radius:12px;background:var(--huun-navy);color:#fff;font-size:14px}
.huun-btn--primary:hover:not(:disabled){border-color:#082943;background:#082943}
.huun-btn--tonal{border-color:transparent;background:var(--huun-tonal);color:var(--huun-navy)}
.huun-btn--tonal:hover:not(:disabled){border-color:transparent;background:#dfe8ef}
.huun-btn--outlined{border-color:var(--huun-line);background:#fff;color:var(--huun-navy)}
.huun-btn--full{width:100%}
.huun-btn--large{min-height:52px;padding-inline:20px;font-size:14px}
.huun-text-btn{padding:7px 8px;border:0;background:transparent;color:var(--huun-navy);font-size:13px;font-weight:600;text-align:center}
.huun-text-btn:hover{text-decoration:underline}
.huun-icon-btn{display:grid;width:40px;height:40px;padding:0;place-items:center;border:0;border-radius:50%;background:var(--huun-tonal);color:var(--huun-navy);font-size:24px}

/* Video overview — same card language as Flutter */
.video-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.video-card{display:block;min-width:0;overflow:hidden;padding:0;border:1px solid var(--huun-line);border-radius:20px;background:#fff;color:inherit;text-align:left;box-shadow:none;transition:border-color .15s,transform .15s}
.video-card:hover{border-color:#c6d2d8;transform:translateY(-1px)}
.video-card__media{position:relative;aspect-ratio:16/9;overflow:hidden;background:#e8eef3}
.video-card__media:after{content:"";position:absolute;inset:45% 0 0;background:linear-gradient(180deg,transparent,rgba(0,0,0,.38))}
.video-card__media img{width:100%;height:100%;object-fit:cover}
.video-card__play{position:absolute;z-index:2;top:50%;left:50%;display:grid;width:60px;height:60px;place-items:center;border-radius:50%;background:var(--huun-navy);box-shadow:0 6px 14px rgba(0,0,0,.2);color:#fff;transform:translate(-50%,-50%)}
.video-card__play svg{width:40px;height:40px;margin-left:3px;fill:currentColor;stroke:none}
.video-card__count{position:absolute;z-index:2;left:12px;bottom:12px;display:inline-flex;padding:6px 10px;border-radius:20px;background:var(--huun-navy);color:#fff;font-size:12px;font-weight:700}
.video-card__body{padding:16px}
.video-card__body .document-card__category{margin-bottom:6px}
.video-card h3{margin:0;color:var(--huun-blue);font-size:19px;font-weight:700;line-height:1.25}
.video-card p{display:-webkit-box;margin:7px 0 0;overflow:hidden;color:var(--huun-muted);font-size:13.5px;line-height:1.4;-webkit-box-orient:vertical;-webkit-line-clamp:2}

/* Playlist player — reproduces the dedicated Flutter screen */
.video-screen{width:min(100%,920px);margin:0 auto 30px;overflow:hidden;border:1px solid var(--huun-line);border-radius:20px;background:var(--huun-bg)}
.video-screen__bar{display:flex;min-height:58px;align-items:center;gap:8px;padding:7px 12px;background:var(--huun-navy);color:#fff}
.video-screen__back{display:grid;width:42px;height:42px;flex:0 0 auto;padding:0;place-items:center;border:0;border-radius:50%;background:transparent;color:#fff}
.video-screen__back:hover{background:rgba(255,255,255,.1)}
.video-screen__back svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.video-screen__bar h2{min-width:0;margin:0;overflow:hidden;color:#fff;font-size:17px;font-weight:700;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}
.video-screen__content{background:var(--huun-bg)}
.player{position:relative;aspect-ratio:16/9;overflow:hidden;background:#000}
.player iframe{position:absolute;inset:0;width:100%;height:100%;border:0}
.now-playing{padding:20px 18px 10px}
.now-playing p{margin:0;color:var(--huun-muted);font-size:14px;line-height:1.45}
.now-playing #now-context{color:var(--huun-accent);font-size:12px;font-weight:700;letter-spacing:.03em}
.now-playing h3{margin:7px 0 0;color:var(--huun-blue);font-size:21px;font-weight:700;line-height:1.25}
.now-playing #now-description:empty{display:none}
.now-playing #now-description:not(:empty){margin-top:7px}
.playlist-heading{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:12px 18px 10px}
.playlist-heading h3{margin:0;color:var(--huun-navy);font-size:18px;font-weight:700}
.playlist-heading span{color:var(--huun-muted);font-size:12.5px;font-weight:600}
.playlist{display:grid;gap:10px;padding:0 18px 24px}
.playlist-item{display:grid;width:100%;grid-template-columns:92px minmax(0,1fr);align-items:center;gap:12px;padding:10px;border:1px solid var(--huun-line);border-radius:16px;background:#fff;color:inherit;text-align:left}
.playlist-item.is-active{border:1.5px solid var(--huun-accent);background:var(--huun-tonal)}
.playlist-item__media{position:relative;width:92px;height:58px;overflow:hidden;border-radius:11px;background:#dfe7eb}
.playlist-item__media img{width:100%;height:100%;object-fit:cover}
.playlist-item__media:after{content:"";position:absolute;inset:0;background:rgba(12,49,87,.05)}
.playlist-item__icon{position:absolute;z-index:2;inset:0;display:grid;place-items:center;color:#fff}
.playlist-item__icon svg{width:28px;height:28px;fill:currentColor;stroke:none;filter:drop-shadow(0 1px 2px rgba(0,0,0,.25))}
.playlist-item small{display:block;color:var(--huun-accent);font-size:11.5px;font-weight:700}
.playlist-item.is-active small{color:var(--huun-navy)}
.playlist-item strong{display:-webkit-box;margin-top:4px;overflow:hidden;color:var(--huun-blue);font-size:14px;font-weight:600;line-height:1.25;-webkit-box-orient:vertical;-webkit-line-clamp:2}

/* Service */
.service{width:min(100%,760px);margin:18px auto 0}
.form-card,.success-card{padding:18px;border:1px solid var(--huun-line);border-radius:20px;background:#fff}
.form-card--auth{padding:18px}
.mobile-card-heading{display:flex;align-items:flex-start;gap:12px}
.mobile-card-heading__icon{display:grid;width:42px;height:42px;flex:0 0 auto;place-items:center;border-radius:13px;background:var(--huun-tonal-2);color:var(--huun-navy)}
.mobile-card-heading__icon svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.mobile-card-heading>div{min-width:0;flex:1}
.mobile-card-heading h3{margin:0;color:var(--huun-blue);font-size:17px;font-weight:700;line-height:1.25}
.mobile-card-heading p{margin:3px 0 0;color:var(--huun-muted);font-size:13px;line-height:1.35}
.mobile-card-heading--compact{align-items:center;padding-bottom:17px;border-bottom:1px solid #edf0f1}
.mobile-card-heading--compact .huun-text-btn{flex:0 0 auto}
.form-section-title{margin:18px 0 13px}
.form-section-title h3{margin:0;color:var(--huun-blue);font-size:17px;font-weight:700}
.form-section-title p{margin:4px 0 0;color:var(--huun-muted);font-size:13px;line-height:1.4}
.auth-grid,.code-area{display:grid;gap:14px;margin-top:18px}
.text-actions{display:grid;grid-template-columns:1fr 1fr;gap:4px}
.service-note{max-width:620px;margin:12px auto 0;padding:0 6px;color:var(--huun-muted);font-size:12px;line-height:1.4;text-align:center}

.field{display:grid;gap:7px;min-width:0}
.field>span{color:var(--huun-blue);font-size:13px;font-weight:600}
.field input,.field select,.field textarea{width:100%;min-width:0;border:1px solid var(--huun-line);border-radius:12px;background:#f3f6f8;color:var(--huun-blue);outline:0;transition:border-color .15s,box-shadow .15s,background .15s}
.field input,.field select{height:52px;padding:0 14px}
.field textarea{min-height:128px;padding:13px 14px;resize:vertical}
.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--huun-accent);background:#fff;box-shadow:0 0 0 2px rgba(54,95,126,.12)}
.field-control{display:flex;align-items:center;border:1px solid var(--huun-line);border-radius:12px;background:#f3f6f8;transition:border-color .15s,box-shadow .15s,background .15s}
.field-control:focus-within{border-color:var(--huun-accent);background:#fff;box-shadow:0 0 0 2px rgba(54,95,126,.12)}
.field-control svg{width:21px;height:21px;margin-left:13px;flex:0 0 auto;fill:none;stroke:var(--huun-muted);stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.field-control input{border:0!important;background:transparent!important;box-shadow:none!important}
.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:18px}
.field--wide{grid-column:1/-1}
.catalog-open{display:flex;width:100%;min-height:62px;align-items:center;justify-content:space-between;gap:14px;padding:12px 14px;border:1px solid var(--huun-line);border-radius:12px;background:#f3f6f8;color:var(--huun-blue);text-align:left}
.catalog-open strong{display:block;font-size:14px;font-weight:600}
.catalog-open small{display:block;margin-top:3px;color:var(--huun-muted);font-size:12px}
.catalog-open b{color:var(--huun-navy);font-size:25px;font-weight:400}
.selected-parts{display:grid;gap:8px;margin-top:10px}
.selected-part{display:grid;grid-template-columns:48px minmax(0,1fr) 32px;align-items:center;gap:10px;padding:8px;border:1px solid var(--huun-line);border-radius:12px;background:#fff}
.selected-part img{width:48px;height:48px;border-radius:9px;background:#f0f3f6;object-fit:contain}
.selected-part strong,.selected-part small{display:block}
.selected-part strong{color:var(--huun-navy);font-size:12px}
.selected-part small{margin-top:2px;color:var(--huun-muted);font-size:11.5px;line-height:1.25}
.selected-part button{display:grid;width:30px;height:30px;padding:0;place-items:center;border:0;border-radius:50%;background:var(--huun-tonal);color:var(--huun-navy);font-size:19px}

.photo-card{padding:16px;border:1px solid var(--huun-line);border-radius:18px;background:#fff}
.photo-card__head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}
.photo-card__head h3{margin:0;color:var(--huun-blue);font-size:17px;font-weight:700}
.photo-card__head p{max-width:560px;margin:5px 0 0;color:var(--huun-muted);font-size:13px;line-height:1.4}
.photo-card__head>span{color:var(--huun-muted);font-size:13px;font-weight:600}
.file-button{position:relative;margin-top:14px;min-height:48px}
.file-button input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}
.photo-preview{display:flex;gap:10px;margin-top:14px;overflow-x:auto;padding:2px 2px 8px;scrollbar-width:none}
.photo-preview:empty{display:none}
.photo-preview::-webkit-scrollbar{display:none}
.photo-item{position:relative;flex:0 0 104px;height:104px}
.photo-item img{width:104px;height:104px;border-radius:14px;object-fit:cover}
.photo-item button{position:absolute;top:-7px;right:-7px;display:grid;width:30px;height:30px;padding:0;place-items:center;border:0;border-radius:50%;background:var(--huun-navy);color:#fff;font-size:18px}
.privacy{display:flex!important;align-items:flex-start;gap:10px;padding:10px 12px;border:1px solid var(--huun-line);border-radius:18px;background:#fff}
.privacy input{width:20px!important;height:20px!important;flex:0 0 auto;margin:1px 0 0;accent-color:var(--huun-accent)}
.privacy span{color:var(--huun-blue);font-size:13px;font-weight:400;line-height:1.4}
.privacy a{color:var(--huun-navy);font-weight:600}
.submit-row{margin-top:17px}
.honeypot{position:absolute!important;left:-9999px!important}

.orders-list{display:grid;gap:12px}
.order-card{overflow:hidden;border:1px solid var(--huun-line);border-radius:16px;background:#fff}
.order-card__head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px;background:#f8fafb}
.order-card__head h4{margin:0;color:var(--huun-navy);font-size:15px;font-weight:700}
.order-card__meta{margin-top:3px;color:var(--huun-muted);font-size:12px}
.order-card .count{padding:5px 9px;border-radius:999px;background:var(--huun-tonal);color:var(--huun-navy);font-size:11.5px;font-weight:600}
.order-items{display:grid}
.order-item{display:flex;width:100%;align-items:center;justify-content:space-between;gap:12px;padding:14px;border:0;border-top:1px solid #edf0f1;background:#fff;color:inherit;text-align:left}
.order-item:hover{background:#f8fafb}
.order-item strong,.order-item small{display:block}
.order-item strong{color:var(--huun-blue);font-size:14px;font-weight:600}
.order-item small{margin-top:3px;color:var(--huun-muted);font-size:12px}
.order-item b{color:var(--huun-navy);font-size:24px;font-weight:400}
.success-card{text-align:center}
.success-card__icon{display:grid;width:58px;height:58px;margin:0 auto 12px;place-items:center;border-radius:50%;background:var(--huun-tonal-2);color:var(--huun-navy);font-size:28px;font-weight:700}
.success-card h3{margin:0;color:var(--huun-blue);font-size:22px}
.success-card p{margin:8px 0 18px;color:var(--huun-muted);line-height:1.45}

.app-footer{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-top:42px;padding-top:18px;border-top:1px solid var(--huun-line);color:var(--huun-muted);font-size:12px}
.app-footer p{margin:0}.app-footer a{color:var(--huun-navy)}

/* Mobile bottom navigation */
.mobile-nav{display:none}

/* Modals */
.modal{position:fixed;z-index:5000;inset:0;display:grid;place-items:center;padding:20px;font-family:Outfit,system-ui,sans-serif}
.modal__backdrop{position:absolute;inset:0;background:rgba(6,21,33,.58);backdrop-filter:blur(2px)}
.pdf-dialog,.parts-dialog{position:relative;display:flex;width:min(1100px,100%);height:min(840px,calc(100vh - 40px));max-height:calc(100vh - 40px);flex-direction:column;overflow:hidden;border-radius:20px;background:var(--huun-bg);box-shadow:0 30px 80px rgba(0,0,0,.28)}
.parts-dialog{width:min(980px,100%)}
.dialog-head{display:flex;min-height:70px;align-items:center;justify-content:space-between;gap:16px;padding:13px 18px;background:var(--huun-navy);color:#fff}
.dialog-head p{margin:0;color:var(--huun-header-muted);font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.06em}
.dialog-head h2{margin:3px 0 0;color:#fff;font-size:19px;font-weight:700}
.dialog-head span{display:block;margin-top:2px;color:var(--huun-header-muted);font-size:12px}
.dialog-head .huun-icon-btn{background:rgba(255,255,255,.12);color:#fff}
.pdf-toolbar{display:flex;flex-wrap:wrap;align-items:center;gap:8px;padding:9px 12px;border-bottom:1px solid var(--huun-line);background:#fff}
.pdf-toolbar button,.pdf-toolbar a{display:inline-flex;min-height:36px;align-items:center;padding:6px 10px;border:1px solid var(--huun-line);border-radius:9px;background:#fff;color:var(--huun-navy);font-size:12px;font-weight:600;text-decoration:none}
.pdf-toolbar label{display:flex;align-items:center;gap:5px;color:var(--huun-muted);font-size:12px}
.pdf-toolbar input{width:58px;height:36px;padding:0 6px;border:1px solid var(--huun-line);border-radius:8px;text-align:center}
.toolbar-spacer{flex:1}
.pdf-stage{position:relative;flex:1;overflow:auto;padding:18px;background:#29333b;text-align:center}
.pdf-stage canvas{display:block;max-width:none;margin:0 auto;background:#fff;box-shadow:0 8px 28px rgba(0,0,0,.25)}
.parts-tools{padding:12px 16px;border-bottom:1px solid var(--huun-line);background:#fff}
.parts-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;flex:1;overflow-y:auto;padding:14px;-webkit-overflow-scrolling:touch}
.part-card{position:relative;display:flex;min-width:0;flex-direction:column;align-items:flex-start;padding:10px;border:1px solid var(--huun-line);border-radius:15px;background:#fff;color:inherit;text-align:left}
.part-card.is-selected{border:1.5px solid var(--huun-accent);background:var(--huun-tonal)}
.part-card__check{position:absolute;z-index:2;top:8px;right:8px;display:grid;width:27px;height:27px;place-items:center;border-radius:50%;background:var(--huun-navy);color:#fff;font-size:15px;font-weight:700}
.part-card img{width:100%;aspect-ratio:1/1;border-radius:11px;background:#f0f3f6;object-fit:contain}
.part-card strong{margin-top:9px;color:var(--huun-navy);font-size:12px}
.part-card small{display:-webkit-box;margin-top:3px;overflow:hidden;color:var(--huun-muted);font-size:11.5px;line-height:1.3;-webkit-box-orient:vertical;-webkit-line-clamp:2}
.parts-footer{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 16px;border-top:1px solid var(--huun-line);background:#fff}
.parts-footer strong{color:var(--huun-muted);font-size:13px}
.parts-footer .huun-btn{min-width:140px}
.toast{position:fixed;z-index:7000;right:20px;bottom:20px;max-width:min(420px,calc(100% - 40px));padding:13px 16px;border-radius:13px;background:var(--huun-navy);box-shadow:0 14px 40px rgba(0,0,0,.22);color:#fff;font-family:Outfit,system-ui,sans-serif;font-size:13px;line-height:1.4}
.toast.is-error{background:var(--huun-danger)}
.noscript{padding:20px;background:#fff2cc;color:#5d4700;text-align:center}

@media (min-width:1000px){
  .document-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .video-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media (max-width:720px){
  body.huun-support-web-app-active{padding-bottom:68px!important}
  .app-shell{width:100%;margin:0}
  .app-header{border-radius:0 0 27px 27px}
  .app-header__inner{padding:18px 16px 27px}
  .app-header__brand-row{display:flex;min-height:42px;justify-content:space-between;gap:16px}
  .app-brand img{width:116px}
  .app-header__copy{margin-top:24px}
  .app-header__copy h1{font-size:25px}
  .app-header__copy p{margin-top:8px;font-size:14px}
  .app-search{min-height:52px;margin-top:19px;padding:0 14px;border-radius:15px;box-shadow:0 14px 32px rgba(2,21,37,.16)}
  .app-search input{height:47px;font-size:15px}
  .desktop-nav{display:none}
  .app-main{padding:0 16px 28px}
  .filter-strip{margin-inline:-16px}
  .chips{padding-inline:16px}
  .list-summary{padding-top:1px}
  .document-grid,.video-grid{grid-template-columns:1fr}
  .document-card{padding:14px;border-radius:20px}
  .document-card__top{grid-template-columns:86px minmax(0,1fr);gap:12px}
  .document-card__media{width:86px;height:86px;border-radius:16px}
  .document-card__media img{border-radius:16px}
  .document-card h3{font-size:17px}
  .document-card__category{font-size:10.5px}
  .document-card__meta{margin-top:7px;font-size:12px}
  .card-actions{margin-top:13px}
  .huun-btn{font-size:12px}
  .video-card h3{font-size:19px}
  .video-screen{width:calc(100% + 32px);margin:0 -16px 0;border:0;border-radius:0}
  .video-screen__bar{position:sticky;z-index:4;top:0}
  .playlist{padding-inline:16px}
  .now-playing,.playlist-heading{padding-inline:18px}
  .service{margin-top:18px}
  .form-card,.success-card{padding:16px}
  .form-grid{grid-template-columns:1fr}
  .field--wide{grid-column:auto}
  .mobile-card-heading--compact{flex-wrap:wrap}
  .mobile-card-heading--compact .huun-text-btn{margin-left:54px;padding-left:0}
  .app-footer{display:none}
  .mobile-nav{position:fixed;z-index:1000;right:0;bottom:0;left:0;display:grid;height:68px;grid-template-columns:repeat(3,1fr);padding:4px max(7px,env(safe-area-inset-right)) calc(4px + env(safe-area-inset-bottom)) max(7px,env(safe-area-inset-left));border-top:1px solid var(--huun-line);background:#fff;box-shadow:0 -4px 16px rgba(12,49,87,.09)}
  .mobile-nav button{display:flex;min-width:0;flex-direction:column;align-items:center;justify-content:center;gap:1px;padding:2px;border:0;background:transparent;color:var(--huun-muted);font-size:10.5px;font-weight:500}
  .mobile-nav__indicator{display:grid;width:58px;height:30px;place-items:center;border-radius:18px}
  .mobile-nav svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
  .mobile-nav button.is-active{color:var(--huun-navy);font-weight:600}
  .mobile-nav button.is-active .mobile-nav__indicator{background:#e4ebf1;color:var(--huun-navy)}
  .modal{padding:0}
  .pdf-dialog,.parts-dialog{width:100%;height:100%;max-height:none;border-radius:0}
  .dialog-head{min-height:64px;padding:10px 14px}
  .pdf-toolbar{padding:8px;gap:5px}
  .pdf-toolbar button,.pdf-toolbar a{padding-inline:8px;font-size:11px}
  .toolbar-spacer{display:none}
  .pdf-stage{padding:12px}
  .parts-tools{padding:10px 12px}
  .parts-grid{grid-template-columns:repeat(2,minmax(0,1fr));padding:10px}
  .parts-footer{padding-bottom:calc(12px + env(safe-area-inset-bottom))}
  .toast{right:12px;bottom:82px;left:12px;max-width:none}
}

@media (max-width:420px){
  .app-header__count{font-size:11px}
  .document-card__top{grid-template-columns:80px minmax(0,1fr)}
  .document-card__media{width:80px;height:80px}
  .card-actions{grid-template-columns:1fr 1fr}
  .huun-btn{padding-inline:8px;font-size:11.5px}
  .playlist-item{grid-template-columns:86px minmax(0,1fr);padding:9px}
  .playlist-item__media{width:86px;height:54px}
  .text-actions{grid-template-columns:1fr}
  .parts-grid{grid-template-columns:1fr 1fr}
}

.huun-app.is-playlist-open .app-header,
.huun-app.is-playlist-open .desktop-nav,
.huun-app.is-playlist-open .mobile-nav{display:none!important}
.huun-app.is-playlist-open .app-main{padding-top:24px}

@media (max-width:960px) and (min-width:721px){
  .app-header__brand-row{gap:18px}
  .desktop-nav__inner{gap:2px}
  .desktop-nav button{padding-inline:10px}
  .desktop-nav__indicator{display:none}
  #huun-support-app-root .desktop-nav button{padding-inline:10px!important}
  #huun-support-app-root .desktop-nav__indicator{display:none!important}
}

@media(max-width:720px){
  body.huun-support-web-app-active.huun-playlist-open{padding-bottom:0!important}
  .huun-app.is-playlist-open .app-main{padding-top:0}
}
.video-card__media.is-fallback,.playlist-item__media.is-fallback{background:linear-gradient(145deg,#e8eef3,#d9e3ea)}
.video-card__media.is-fallback img,.playlist-item__media.is-fallback img{display:none}


/* --------------------------------------------------------------------------
   HUUN v3.4 — WordPress theme isolation
   The shortcode can be placed inside Elementor/WooCommerce themes whose
   global button declarations use !important. Every interactive component is
   therefore reset and rebuilt inside the app root.
   -------------------------------------------------------------------------- */
#huun-support-app-root,
#huun-support-app-root *{box-sizing:border-box}
#huun-support-app-root{isolation:isolate;font-family:Outfit,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;color:var(--huun-blue)!important;font-size:16px!important;line-height:1.4!important;text-transform:none!important;letter-spacing:normal!important}
#huun-support-app-root button,
#huun-support-app-root input,
#huun-support-app-root select,
#huun-support-app-root textarea{font-family:Outfit,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;text-transform:none!important;letter-spacing:normal!important}
#huun-support-app-root button{appearance:none!important;-webkit-appearance:none!important;box-shadow:none!important}

/* Flutter OutlinedButton / FilledButton.tonal equivalents */
#huun-support-app-root .huun-btn{
  all:unset!important;
  box-sizing:border-box!important;
  display:inline-flex!important;
  width:auto!important;
  min-width:0!important;
  min-height:42px!important;
  height:42px!important;
  align-items:center!important;
  justify-content:center!important;
  gap:7px!important;
  padding:0 11px!important;
  border:1px solid var(--huun-line)!important;
  border-radius:10px!important;
  background:#fff!important;
  color:var(--huun-navy)!important;
  font-family:Outfit,system-ui,sans-serif!important;
  font-size:12px!important;
  font-weight:600!important;
  line-height:1.15!important;
  text-align:center!important;
  text-decoration:none!important;
  white-space:nowrap!important;
  cursor:pointer!important;
  transition:background-color .15s,border-color .15s,transform .15s!important;
}
#huun-support-app-root .huun-btn svg{display:block!important;width:17px!important;height:17px!important;min-width:17px!important;fill:none!important;stroke:currentColor!important;stroke-width:1.8!important;stroke-linecap:round!important;stroke-linejoin:round!important}
#huun-support-app-root .huun-btn span{display:block!important;min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important;color:inherit!important;font:inherit!important}
#huun-support-app-root .huun-btn:hover:not(:disabled){background:#f8fafb!important;border-color:#c7d2d7!important;color:var(--huun-navy)!important}
#huun-support-app-root .huun-btn:active:not(:disabled){transform:scale(.985)!important}
#huun-support-app-root .huun-btn:disabled{opacity:.38!important;cursor:not-allowed!important}
#huun-support-app-root .huun-btn--outlined{border-color:var(--huun-line)!important;background:#fff!important;color:var(--huun-navy)!important}
#huun-support-app-root .huun-btn--tonal{border-color:transparent!important;background:var(--huun-tonal)!important;color:var(--huun-navy)!important}
#huun-support-app-root .huun-btn--tonal:hover:not(:disabled){border-color:transparent!important;background:#dfe8ef!important;color:var(--huun-navy)!important}
#huun-support-app-root .huun-btn--primary{min-height:52px!important;height:52px!important;border-color:var(--huun-navy)!important;border-radius:12px!important;background:var(--huun-navy)!important;color:#fff!important;font-size:14px!important}
#huun-support-app-root .huun-btn--primary:hover:not(:disabled){border-color:#082943!important;background:#082943!important;color:#fff!important}
#huun-support-app-root .huun-btn--large{min-height:52px!important;height:52px!important;padding-inline:20px!important;font-size:14px!important}
#huun-support-app-root .huun-btn--full{width:100%!important}
#huun-support-app-root .card-actions{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:6px!important;margin-top:14px!important}
#huun-support-app-root .card-actions .huun-btn{width:100%!important}

/* Other buttons are isolated from Elementor global button rules too. */
#huun-support-app-root .desktop-nav button,
#huun-support-app-root .mobile-nav button,
#huun-support-app-root .video-card,
#huun-support-app-root .playlist-item,
#huun-support-app-root .order-item,
#huun-support-app-root .part-card,
#huun-support-app-root .catalog-open,
#huun-support-app-root .huun-chip,
#huun-support-app-root .huun-text-btn,
#huun-support-app-root .huun-icon-btn,
#huun-support-app-root .video-screen__back,
#huun-support-app-root .app-search>button,
#huun-support-app-root .selected-part button,
#huun-support-app-root .photo-item button,
#huun-support-app-root .pdf-toolbar button{
  font-family:Outfit,system-ui,sans-serif!important;
  text-transform:none!important;
  letter-spacing:normal!important;
  box-shadow:none!important;
}
#huun-support-app-root .video-card{appearance:none!important;-webkit-appearance:none!important;width:100%!important;border:1px solid var(--huun-line)!important;border-radius:20px!important;background:#fff!important;color:inherit!important;padding:0!important;text-align:left!important}
#huun-support-app-root .video-card__body{padding:16px!important}
#huun-support-app-root .video-card h3{color:var(--huun-blue)!important;font-size:19px!important;font-weight:700!important;line-height:1.25!important}
#huun-support-app-root .video-card p{color:var(--huun-muted)!important;font-size:13.5px!important;line-height:1.4!important}
#huun-support-app-root .playlist-item{appearance:none!important;-webkit-appearance:none!important;background:#fff!important;color:inherit!important;padding:10px!important;border:1px solid var(--huun-line)!important;border-radius:16px!important;text-align:left!important}
#huun-support-app-root .playlist-item.is-active{border:1.5px solid var(--huun-accent)!important;background:var(--huun-tonal)!important}
#huun-support-app-root .huun-chip{appearance:none!important;-webkit-appearance:none!important;display:inline-flex!important;min-height:40px!important;height:40px!important;align-items:center!important;gap:7px!important;padding:0 13px!important;border:1px solid var(--huun-line)!important;border-radius:12px!important;background:#fff!important;color:var(--huun-navy)!important;font-size:13px!important;font-weight:600!important;line-height:1!important;white-space:nowrap!important}
#huun-support-app-root .huun-chip.is-active{border-color:var(--huun-navy)!important;background:var(--huun-navy)!important;color:#fff!important}
#huun-support-app-root .huun-chip small{color:var(--huun-muted)!important}
#huun-support-app-root .huun-chip.is-active small{background:rgba(255,255,255,.16)!important;color:#fff!important}
#huun-support-app-root .huun-text-btn{appearance:none!important;-webkit-appearance:none!important;padding:7px 8px!important;border:0!important;background:transparent!important;color:var(--huun-navy)!important;font-size:12.5px!important;font-weight:600!important;line-height:1.2!important;text-align:center!important;cursor:pointer!important}
#huun-support-app-root .huun-icon-btn{appearance:none!important;-webkit-appearance:none!important;display:grid!important;width:42px!important;height:42px!important;padding:0!important;place-items:center!important;border:0!important;border-radius:50%!important;background:rgba(255,255,255,.1)!important;color:#fff!important;font-size:26px!important;line-height:1!important;cursor:pointer!important}

/* Exact document card proportions from the mobile application. */
#huun-support-app-root .document-card{padding:16px!important;border:1px solid var(--huun-line)!important;border-radius:20px!important;background:#fff!important;box-shadow:none!important}
#huun-support-app-root .document-card__top{display:grid!important;grid-template-columns:104px minmax(0,1fr)!important;gap:14px!important;align-items:start!important}
#huun-support-app-root .document-card__media{width:104px!important;height:104px!important;border-radius:16px!important;background:#f0f3f6!important;overflow:hidden!important}
#huun-support-app-root .document-card__media img{width:100%!important;height:100%!important;max-width:none!important;border-radius:16px!important;object-fit:contain!important}
#huun-support-app-root .document-card h3{margin:0!important;color:var(--huun-navy)!important;font-size:19px!important;font-weight:700!important;line-height:1.18!important;text-transform:none!important;letter-spacing:normal!important}
#huun-support-app-root .document-card__category{margin:5px 0 0!important;color:var(--huun-accent)!important;font-size:12px!important;font-weight:700!important;line-height:1.2!important}
#huun-support-app-root .document-card__meta{display:grid!important;gap:5px!important;margin-top:9px!important;color:var(--huun-muted)!important;font-size:12.5px!important;line-height:1.25!important}
#huun-support-app-root .document-card__meta strong{color:var(--huun-blue)!important;font-weight:600!important}

@media (max-width:720px){
  #huun-support-app-root .document-card{padding:14px!important}
  #huun-support-app-root .document-card__top{grid-template-columns:86px minmax(0,1fr)!important;gap:12px!important}
  #huun-support-app-root .document-card__media{width:86px!important;height:86px!important}
  #huun-support-app-root .document-card h3{font-size:17px!important}
  #huun-support-app-root .document-card__category{font-size:11px!important}
  #huun-support-app-root .document-card__meta{font-size:12px!important}
  #huun-support-app-root .huun-btn{height:42px!important;min-height:42px!important;padding-inline:7px!important;font-size:11.5px!important}
}
@media (max-width:370px){
  #huun-support-app-root .document-card__top{grid-template-columns:80px minmax(0,1fr)!important}
  #huun-support-app-root .document-card__media{width:80px!important;height:80px!important}
  #huun-support-app-root .huun-btn{gap:5px!important;padding-inline:5px!important;font-size:11px!important}
  #huun-support-app-root .huun-btn svg{width:16px!important;height:16px!important;min-width:16px!important}
}

/* Exact resets for every non-standard button used by the application. */
#huun-support-app-root .desktop-nav button{
  appearance:none!important;-webkit-appearance:none!important;display:inline-flex!important;min-width:0!important;min-height:44px!important;height:44px!important;flex-direction:row!important;align-items:center!important;justify-content:center!important;gap:8px!important;margin:0!important;padding:9px 14px!important;border:1px solid transparent!important;border-radius:14px!important;background:transparent!important;color:#c9dae7!important;font-size:14px!important;font-weight:600!important;line-height:1.2!important;text-align:center!important;white-space:nowrap!important;cursor:pointer!important
}
#huun-support-app-root .desktop-nav button:hover{border-color:transparent!important;background:rgba(255,255,255,.07)!important;color:#fff!important}
#huun-support-app-root .desktop-nav button.is-active{border-color:rgba(255,255,255,.14)!important;background:rgba(255,255,255,.13)!important;color:#fff!important;font-weight:600!important}
#huun-support-app-root .desktop-nav__indicator{display:inline-grid!important;width:21px!important;height:21px!important;place-items:center!important;border-radius:0!important;background:transparent!important;color:inherit!important}
#huun-support-app-root .mobile-nav button{
  appearance:none!important;-webkit-appearance:none!important;display:flex!important;min-width:0!important;min-height:0!important;height:58px!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:3px!important;margin:0!important;padding:3px 4px!important;border:0!important;border-radius:0!important;background:transparent!important;color:var(--huun-muted)!important;font-size:12px!important;font-weight:500!important;line-height:1.1!important;text-align:center!important;cursor:pointer!important
}
#huun-support-app-root .mobile-nav button.is-active{background:transparent!important;color:var(--huun-navy)!important;font-weight:600!important}
#huun-support-app-root .app-search>button{
  appearance:none!important;-webkit-appearance:none!important;display:grid!important;width:34px!important;height:34px!important;min-width:34px!important;min-height:34px!important;margin:0!important;padding:0!important;place-items:center!important;border:0!important;border-radius:50%!important;background:transparent!important;color:var(--huun-muted)!important;font-size:24px!important;line-height:1!important;cursor:pointer!important
}
#huun-support-app-root .video-screen__back{
  appearance:none!important;-webkit-appearance:none!important;display:grid!important;width:42px!important;height:42px!important;min-width:42px!important;min-height:42px!important;margin:0!important;padding:0!important;place-items:center!important;border:0!important;border-radius:50%!important;background:transparent!important;color:#fff!important;cursor:pointer!important
}
#huun-support-app-root .video-screen__back:hover{background:rgba(255,255,255,.1)!important;color:#fff!important}
#huun-support-app-root .order-item{
  appearance:none!important;-webkit-appearance:none!important;display:flex!important;width:100%!important;min-height:0!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;margin:0!important;padding:14px!important;border:0!important;border-top:1px solid #edf0f1!important;border-radius:0!important;background:#fff!important;color:inherit!important;text-align:left!important;cursor:pointer!important
}
#huun-support-app-root .part-card{
  appearance:none!important;-webkit-appearance:none!important;position:relative!important;display:flex!important;min-width:0!important;min-height:0!important;height:auto!important;flex-direction:column!important;align-items:flex-start!important;margin:0!important;padding:10px!important;border:1px solid var(--huun-line)!important;border-radius:15px!important;background:#fff!important;color:inherit!important;text-align:left!important;cursor:pointer!important
}
#huun-support-app-root .part-card.is-selected{border:1.5px solid var(--huun-accent)!important;background:var(--huun-tonal)!important}
#huun-support-app-root .catalog-open{
  appearance:none!important;-webkit-appearance:none!important;display:flex!important;width:100%!important;min-height:62px!important;height:auto!important;align-items:center!important;justify-content:space-between!important;gap:14px!important;margin:0!important;padding:12px 14px!important;border:1px solid var(--huun-line)!important;border-radius:12px!important;background:#f3f6f8!important;color:var(--huun-blue)!important;text-align:left!important;cursor:pointer!important
}
#huun-support-app-root .selected-part button,
#huun-support-app-root .photo-item button{
  appearance:none!important;-webkit-appearance:none!important;display:grid!important;width:30px!important;height:30px!important;min-width:30px!important;min-height:30px!important;margin:0!important;padding:0!important;place-items:center!important;border:0!important;border-radius:50%!important;background:var(--huun-navy)!important;color:#fff!important;font-size:18px!important;line-height:1!important;cursor:pointer!important
}
#huun-support-app-root .selected-part button{background:var(--huun-tonal)!important;color:var(--huun-navy)!important}
#huun-support-app-root .pdf-toolbar button{
  appearance:none!important;-webkit-appearance:none!important;display:inline-flex!important;min-width:0!important;min-height:36px!important;height:36px!important;align-items:center!important;justify-content:center!important;margin:0!important;padding:0 10px!important;border:1px solid var(--huun-line)!important;border-radius:8px!important;background:#fff!important;color:var(--huun-navy)!important;font-size:12px!important;font-weight:600!important;line-height:1!important;cursor:pointer!important
}

/* Typography isolation for page-builder heading presets. */
#huun-support-app-root .app-header__copy h1{margin:0!important;color:#fff!important;font-size:clamp(32px,4.5vw,50px)!important;font-weight:700!important;line-height:1.08!important;letter-spacing:-.025em!important;text-transform:none!important}
#huun-support-app-root .list-summary strong{color:var(--huun-navy)!important;font-size:16px!important;font-weight:700!important;line-height:1.2!important}
#huun-support-app-root .video-card{min-height:0!important;height:auto!important}
#huun-support-app-root .now-playing h3{margin:7px 0 0!important;color:var(--huun-blue)!important;font-size:21px!important;font-weight:700!important;line-height:1.25!important;letter-spacing:normal!important;text-transform:none!important}
#huun-support-app-root .now-playing p{color:var(--huun-muted)!important;font-size:14px!important;line-height:1.45!important}
#huun-support-app-root .now-playing #now-context{color:var(--huun-accent)!important;font-size:12px!important;font-weight:700!important;line-height:1.3!important;letter-spacing:.03em!important}
#huun-support-app-root .playlist-heading h3{margin:0!important;color:var(--huun-navy)!important;font-size:18px!important;font-weight:700!important;line-height:1.2!important;letter-spacing:normal!important;text-transform:none!important}
#huun-support-app-root .mobile-card-heading h3,
#huun-support-app-root .form-section-title h3,
#huun-support-app-root .photo-card__head h3{margin:0!important;color:var(--huun-blue)!important;font-size:17px!important;font-weight:700!important;line-height:1.25!important;letter-spacing:normal!important;text-transform:none!important}
#huun-support-app-root .success-card h3{margin:0!important;color:var(--huun-blue)!important;font-size:22px!important;font-weight:700!important;line-height:1.25!important;letter-spacing:normal!important;text-transform:none!important}
#huun-support-app-root .order-card__head h4{margin:0!important;color:var(--huun-navy)!important;font-size:15px!important;font-weight:700!important;line-height:1.25!important;letter-spacing:normal!important;text-transform:none!important}
#huun-support-app-root .dialog-head h2{margin:3px 0 0!important;color:#fff!important;font-size:19px!important;font-weight:700!important;line-height:1.2!important;letter-spacing:normal!important;text-transform:none!important}
@media (max-width:720px){#huun-support-app-root .app-header__copy h1{font-size:25px!important;line-height:1.12!important}}
@media (max-width:720px){
  #huun-support-app-root .huun-btn--primary,
  #huun-support-app-root .huun-btn--large{height:52px!important;min-height:52px!important;font-size:14px!important;padding-inline:20px!important}
  #huun-support-app-root .file-button{height:48px!important;min-height:48px!important;font-size:12.5px!important}
}
#huun-support-app-root .skip-link{position:fixed!important;z-index:99999!important;top:8px!important;left:8px!important;padding:10px 14px!important;border-radius:10px!important;background:#fff!important;color:var(--huun-navy)!important;transform:translateY(-160%)!important}
#huun-support-app-root .skip-link:focus{transform:none!important}
#huun-support-app-root .part-card{aspect-ratio:.78 / 1!important;min-height:auto!important;overflow:hidden!important}
#huun-support-app-root .part-card img{display:block!important;width:100%!important;height:auto!important;aspect-ratio:1 / 1!important;max-width:none!important;border-radius:11px!important;background:#f0f3f6!important;object-fit:contain!important}
#huun-support-app-root .part-card strong{display:block!important;margin-top:9px!important;color:var(--huun-navy)!important;font-size:12px!important;font-weight:700!important;line-height:1.3!important}
#huun-support-app-root .part-card small{display:-webkit-box!important;min-height:30px!important;margin-top:3px!important;overflow:hidden!important;color:var(--huun-muted)!important;font-size:11.5px!important;font-weight:400!important;line-height:1.3!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:2!important}
#huun-support-app-root .parts-grid{grid-auto-rows:300px!important;align-items:stretch!important}
#huun-support-app-root .part-card{height:100%!important;min-height:0!important;aspect-ratio:auto!important}
@media (max-width:720px){
  #huun-support-app-root .parts-grid{grid-auto-rows:calc((100vw - 30px)/2 + 75px)!important}
}


/* v3.4.2 — consistency fixes */
#huun-support-app-root .field input,
#huun-support-app-root .field select,
#huun-support-app-root .field textarea,
#huun-support-app-root .field-control,
#huun-support-app-root .catalog-open{
  background:#fff!important;
  border-color:var(--huun-line)!important;
  border-radius:16px!important;
  box-shadow:none!important;
}
#huun-support-app-root .field input,
#huun-support-app-root .field select,
#huun-support-app-root .field-control{min-height:64px!important;height:64px!important}
#huun-support-app-root .field-control input{height:62px!important}
#huun-support-app-root .field-control svg,
#huun-support-app-root .mobile-card-heading__icon svg,
#huun-support-app-root .app-search__icon svg,
#huun-support-app-root .catalog-open__icon svg,
#huun-support-app-root .desktop-nav svg{
  fill:none!important;
  stroke:currentColor!important;
  stroke-width:1.9!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
}
#huun-support-app-root .catalog-open{
  min-height:64px!important;
  padding:14px 16px!important;
  align-items:center!important;
}
#huun-support-app-root .catalog-open strong{font-size:15px!important;line-height:1.25!important}
#huun-support-app-root .catalog-open small{font-size:12.5px!important;line-height:1.35!important}
#huun-support-app-root .catalog-open__icon{
  display:grid!important;
  width:34px!important;
  height:34px!important;
  min-width:34px!important;
  place-items:center!important;
  border-radius:50%!important;
  background:var(--huun-tonal)!important;
  color:var(--huun-navy)!important;
}
#huun-support-app-root .catalog-open__icon svg{width:18px!important;height:18px!important}
#huun-support-app-root .form-grid{align-items:start!important}
#huun-support-app-root .field>span{margin-bottom:2px!important}

/* Parts modal cleanup */
#huun-support-app-root .parts-dialog{width:min(1120px,100%)!important}
#huun-support-app-root .parts-grid{
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:14px!important;
  grid-auto-rows:auto!important;
  align-items:stretch!important;
}
#huun-support-app-root .part-card{
  display:flex!important;
  flex-direction:column!important;
  padding:12px!important;
  gap:10px!important;
  border-radius:18px!important;
  overflow:hidden!important;
  height:100%!important;
  min-height:0!important;
}
#huun-support-app-root .part-card__media{
  display:flex!important;
  width:100%!important;
  aspect-ratio:1/1!important;
  align-items:center!important;
  justify-content:center!important;
  padding:10px!important;
  border-radius:14px!important;
  background:#f5f7f9!important;
}
#huun-support-app-root .part-card img{
  width:100%!important;
  height:100%!important;
  max-width:100%!important;
  object-fit:contain!important;
  background:transparent!important;
  border-radius:0!important;
}
#huun-support-app-root .part-card__body{
  display:flex!important;
  width:100%!important;
  min-width:0!important;
  flex-direction:column!important;
}
#huun-support-app-root .part-card strong{
  margin-top:0!important;
  font-size:13px!important;
}
#huun-support-app-root .part-card small{
  min-height:0!important;
  margin-top:4px!important;
}
#huun-support-app-root .part-card__check{
  top:10px!important;
  right:10px!important;
  width:30px!important;
  height:30px!important;
  font-size:16px!important;
  box-shadow:0 3px 10px rgba(12,49,87,.14)!important;
}

/* Video screen: sticky player + scrollable steps */
#huun-support-app-root .video-screen{width:min(100%,1140px)!important}
#huun-support-app-root .video-screen__content{
  display:grid!important;
  grid-template-columns:minmax(0,1.3fr) minmax(320px,.9fr)!important;
  gap:0!important;
  align-items:start!important;
}
#huun-support-app-root .video-stage{
  position:sticky!important;
  top:18px!important;
  align-self:start!important;
  background:var(--huun-bg)!important;
}
#huun-support-app-root .video-steps{
  display:flex!important;
  min-height:0!important;
  max-height:calc(100vh - 150px)!important;
  flex-direction:column!important;
  border-left:1px solid var(--huun-line)!important;
  background:#fbfbf8!important;
}
#huun-support-app-root .playlist-heading{
  position:sticky!important;
  top:0!important;
  z-index:2!important;
  padding:16px 18px 12px!important;
  background:#fbfbf8!important;
  border-bottom:1px solid #e8ecee!important;
}
#huun-support-app-root .playlist{
  flex:1 1 auto!important;
  overflow-y:auto!important;
  padding:14px 18px 18px!important;
  -webkit-overflow-scrolling:touch!important;
}
#huun-support-app-root .playlist-item{
  margin:0 0 10px!important;
}

@media (max-width: 900px){
  #huun-support-app-root .video-screen__content{display:block!important}
  #huun-support-app-root .video-stage{position:static!important;top:auto!important}
  #huun-support-app-root .video-steps{max-height:none!important;border-left:0!important;background:transparent!important}
  #huun-support-app-root .playlist-heading{position:static!important;background:transparent!important;border-bottom:0!important}
  #huun-support-app-root .playlist{overflow:visible!important;padding:0 18px 24px!important}
}
@media (max-width: 720px){
  #huun-support-app-root .parts-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}
  #huun-support-app-root .part-card{padding:10px!important;border-radius:16px!important}
  #huun-support-app-root .video-screen{width:calc(100% + 32px)!important;margin:0 -16px 0!important;border:0!important;border-radius:0!important}
  #huun-support-app-root .field input,
  #huun-support-app-root .field select,
  #huun-support-app-root .field-control,
  #huun-support-app-root .catalog-open{min-height:60px!important;height:60px!important}
}


/* v3.4.3 — PDF viewer repair */
#huun-support-app-root .pdf-fallback-link{
  display:inline-flex!important;
  min-height:40px!important;
  align-items:center!important;
  justify-content:center!important;
  margin-top:12px!important;
  padding:8px 14px!important;
  border-radius:10px!important;
  background:var(--huun-navy)!important;
  color:#fff!important;
  font-size:13px!important;
  font-weight:600!important;
  text-decoration:none!important;
}
#huun-support-app-root #pdf-download[aria-disabled="true"]{pointer-events:none!important;opacity:.45!important}


/* v3.4.4 — mobile fixes */
#huun-support-app-root .service,
#huun-support-app-root .form-card,
#huun-support-app-root .auth-grid,
#huun-support-app-root .code-area,
#huun-support-app-root .field,
#huun-support-app-root .field-control{
  min-width:0!important;
  width:100%!important;
  overflow:visible!important;
}
#huun-support-app-root .field-control,
#huun-support-app-root .field input,
#huun-support-app-root .field select,
#huun-support-app-root .catalog-open{
  max-width:100%!important;
}
#huun-support-app-root .field-control input,
#huun-support-app-root .field input,
#huun-support-app-root .field select{
  width:100%!important;
}
#huun-support-app-root .field-control{padding-right:12px!important}
#huun-support-app-root .field-control input{padding-right:8px!important}
#huun-support-app-root .service{overflow-x:clip!important}

#huun-support-app-root .pdf-stage{padding:14px!important}
#huun-support-app-root .pdf-stage canvas{max-width:100%!important;height:auto!important}

#huun-support-app-root .parts-tools{
  display:grid!important;
  gap:12px!important;
}
#huun-support-app-root .chips--compact{padding:0!important}
#huun-support-app-root .parts-grid{margin-top:4px!important}
#huun-support-app-root .part-card__media{
  min-height:150px!important;
}
#huun-support-app-root .part-card__media img{
  display:block!important;
  visibility:visible!important;
  opacity:1!important;
}

@media (max-width:900px){
  #huun-support-app-root .video-steps{
    display:flex!important;
    max-height:46vh!important;
    overflow:hidden!important;
    border-left:0!important;
    background:transparent!important;
  }
  #huun-support-app-root .playlist-heading{
    position:static!important;
    background:transparent!important;
    border-bottom:0!important;
    padding:14px 18px 10px!important;
  }
  #huun-support-app-root .playlist{
    overflow-y:auto!important;
    -webkit-overflow-scrolling:touch!important;
    padding:0 18px 20px!important;
  }
}
@media (max-width:720px){
  #huun-support-app-root .pdf-toolbar{display:grid!important;grid-template-columns:1fr auto auto!important;align-items:center!important}
  #huun-support-app-root .pdf-toolbar label{grid-column:1 / -1!important;justify-content:center!important;margin-top:2px!important}
  #huun-support-app-root .pdf-toolbar a{grid-column:1 / -1!important;justify-content:center!important}
  #huun-support-app-root .pdf-stage{padding:8px!important}
  #huun-support-app-root .pdf-stage canvas{width:100%!important;max-width:100%!important}
  #huun-support-app-root .service{width:100%!important;margin-top:16px!important}
  #huun-support-app-root .form-card,
  #huun-support-app-root .success-card{padding:14px!important;border-radius:18px!important}
  #huun-support-app-root .field-control,
  #huun-support-app-root .field input,
  #huun-support-app-root .field select,
  #huun-support-app-root .catalog-open{
    min-height:58px!important;
    height:58px!important;
    border-radius:15px!important;
  }
  #huun-support-app-root .field textarea{min-height:120px!important}
  #huun-support-app-root .video-steps{max-height:42vh!important}
  #huun-support-app-root .parts-tools{padding:12px!important}
  #huun-support-app-root .parts-grid{gap:12px!important;padding:12px!important}
  #huun-support-app-root .part-card__media{min-height:128px!important}
}


/* v3.4.5 — mobile field border fix */
#huun-support-app-root .field-control{
  overflow:hidden!important;
  box-sizing:border-box!important;
}
#huun-support-app-root .field-control input{
  min-height:0!important;
  height:100%!important;
  max-height:100%!important;
  box-sizing:border-box!important;
  margin:0!important;
  border-radius:0!important;
}
@media (max-width:720px){
  #huun-support-app-root .field-control{
    height:60px!important;
    min-height:60px!important;
    padding-top:0!important;
    padding-bottom:0!important;
  }
  #huun-support-app-root .field-control input{
    height:58px!important;
    min-height:0!important;
    max-height:58px!important;
    padding-top:0!important;
    padding-bottom:0!important;
    line-height:58px!important;
  }
  #huun-support-app-root .field>input,
  #huun-support-app-root .field>select{
    height:60px!important;
    min-height:60px!important;
    max-height:60px!important;
    box-sizing:border-box!important;
  }
}


/* v3.4.6 — refined mobile PDF controls and unified Outfit typography */
#huun-support-app-root,
#huun-support-app-root *,
#huun-support-app-root *::before,
#huun-support-app-root *::after,
#huun-support-app-root input,
#huun-support-app-root select,
#huun-support-app-root textarea,
#huun-support-app-root button{
  font-family:Outfit,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;
}
#huun-support-app-root{
  font-size:15px!important;
  line-height:1.45!important;
  -webkit-font-smoothing:antialiased!important;
  text-rendering:optimizeLegibility!important;
}

/* Consistent type scale across the application */
#huun-support-app-root .app-header__copy h1{font-size:clamp(34px,4.2vw,50px)!important;line-height:1.06!important;font-weight:700!important;letter-spacing:-.025em!important}
#huun-support-app-root .app-header__copy p{font-size:16px!important;line-height:1.45!important;font-weight:400!important}
#huun-support-app-root .desktop-nav button{font-size:14px!important;font-weight:600!important}
#huun-support-app-root .app-search input{font-size:15px!important;font-weight:400!important}
#huun-support-app-root .huun-chip{font-size:13px!important;font-weight:600!important}
#huun-support-app-root .list-summary strong{font-size:17px!important;font-weight:700!important}
#huun-support-app-root .list-summary span{font-size:13px!important;font-weight:500!important}
#huun-support-app-root .document-card h3,
#huun-support-app-root .video-card h3{font-size:19px!important;line-height:1.22!important;font-weight:700!important}
#huun-support-app-root .document-card__category{font-size:12px!important;font-weight:600!important;letter-spacing:.02em!important}
#huun-support-app-root .document-card__meta,
#huun-support-app-root .video-card p{font-size:13px!important;line-height:1.4!important;font-weight:400!important}
#huun-support-app-root .huun-btn{font-size:13px!important;font-weight:600!important}
#huun-support-app-root .mobile-card-heading h3,
#huun-support-app-root .form-section-title h3,
#huun-support-app-root .photo-card__head h3{font-size:18px!important;line-height:1.25!important;font-weight:700!important}
#huun-support-app-root .mobile-card-heading p,
#huun-support-app-root .form-section-title p,
#huun-support-app-root .photo-card__head p{font-size:13px!important;line-height:1.42!important}
#huun-support-app-root .field>span{font-size:14px!important;font-weight:600!important;line-height:1.25!important}
#huun-support-app-root .field input,
#huun-support-app-root .field select,
#huun-support-app-root .field textarea{font-size:15px!important;font-weight:400!important}
#huun-support-app-root .catalog-open strong{font-size:15px!important;font-weight:600!important}
#huun-support-app-root .catalog-open small{font-size:12.5px!important;line-height:1.35!important}
#huun-support-app-root .playlist-heading h3{font-size:18px!important;font-weight:700!important}
#huun-support-app-root .playlist-item strong{font-size:14px!important;font-weight:600!important}
#huun-support-app-root .playlist-item small{font-size:12px!important;font-weight:600!important}

/* PDF viewer controls */
#huun-support-app-root .pdf-dialog__head .huun-icon-btn svg{
  width:22px!important;
  height:22px!important;
  fill:none!important;
  stroke:currentColor!important;
  stroke-width:2!important;
  stroke-linecap:round!important;
}
#huun-support-app-root .pdf-toolbar{
  display:flex!important;
  flex-wrap:nowrap!important;
  align-items:center!important;
  gap:8px!important;
  padding:10px 12px!important;
  border-bottom:1px solid var(--huun-line)!important;
  background:#fff!important;
}
#huun-support-app-root .pdf-tool,
#huun-support-app-root .pdf-page-control,
#huun-support-app-root .pdf-zoom-control{
  min-height:40px!important;
  height:40px!important;
  border:1px solid var(--huun-line)!important;
  border-radius:11px!important;
  background:#fff!important;
  color:var(--huun-navy)!important;
  box-shadow:none!important;
}
#huun-support-app-root .pdf-tool{
  appearance:none!important;
  -webkit-appearance:none!important;
  display:inline-flex!important;
  min-width:0!important;
  align-items:center!important;
  justify-content:center!important;
  gap:6px!important;
  margin:0!important;
  padding:0 12px!important;
  font-size:12.5px!important;
  font-weight:600!important;
  line-height:1!important;
  text-decoration:none!important;
  white-space:nowrap!important;
}
#huun-support-app-root .pdf-tool svg{
  width:18px!important;
  height:18px!important;
  flex:0 0 auto!important;
  fill:none!important;
  stroke:currentColor!important;
  stroke-width:1.9!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
}
#huun-support-app-root .pdf-page-control{
  display:flex!important;
  align-items:center!important;
  gap:6px!important;
  padding:0 10px!important;
  color:var(--huun-muted)!important;
  font-size:12.5px!important;
  font-weight:500!important;
}
#huun-support-app-root .pdf-page-control input{
  width:48px!important;
  min-width:48px!important;
  height:30px!important;
  min-height:30px!important;
  padding:0 4px!important;
  border:0!important;
  border-radius:7px!important;
  background:var(--huun-tonal)!important;
  color:var(--huun-navy)!important;
  box-shadow:none!important;
  text-align:center!important;
  font-size:13px!important;
  font-weight:600!important;
}
#huun-support-app-root .pdf-page-control__total{display:inline-flex!important;align-items:center!important;gap:3px!important;white-space:nowrap!important}
#huun-support-app-root .pdf-page-control__total b{font-weight:600!important;color:var(--huun-muted)!important}
#huun-support-app-root .pdf-zoom-control{
  display:inline-flex!important;
  align-items:center!important;
  overflow:hidden!important;
}
#huun-support-app-root .pdf-zoom-control .pdf-tool{
  width:38px!important;
  min-width:38px!important;
  height:38px!important;
  min-height:38px!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  font-size:18px!important;
}
#huun-support-app-root .pdf-zoom-control #pdf-zoom{
  display:inline-flex!important;
  min-width:52px!important;
  height:38px!important;
  align-items:center!important;
  justify-content:center!important;
  border-right:1px solid var(--huun-line)!important;
  border-left:1px solid var(--huun-line)!important;
  color:var(--huun-blue)!important;
  font-size:12.5px!important;
  font-weight:600!important;
}
#huun-support-app-root .pdf-tool--open{background:var(--huun-tonal)!important;border-color:transparent!important}
#huun-support-app-root .pdf-tool:hover{background:#f7f9fa!important}
#huun-support-app-root .pdf-tool--open:hover{background:#dfe8ef!important}

@media (max-width:720px){
  #huun-support-app-root{font-size:14px!important}
  #huun-support-app-root .pdf-dialog__head{min-height:82px!important;padding:14px 16px!important}
  #huun-support-app-root .pdf-dialog__head p{font-size:10px!important;letter-spacing:.07em!important}
  #huun-support-app-root .pdf-dialog__head h2{max-width:calc(100vw - 94px)!important;margin-top:4px!important;overflow:hidden!important;font-size:22px!important;line-height:1.12!important;text-overflow:ellipsis!important;white-space:nowrap!important}
  #huun-support-app-root .pdf-dialog__head .huun-icon-btn{width:40px!important;height:40px!important;min-width:40px!important;min-height:40px!important}
  #huun-support-app-root .pdf-toolbar{
    display:grid!important;
    grid-template-columns:42px minmax(0,1fr) 42px!important;
    grid-template-areas:
      "prev page next"
      "zoom zoom open"!important;
    gap:8px!important;
    padding:9px 10px!important;
  }
  #huun-support-app-root .pdf-tool,
  #huun-support-app-root .pdf-page-control,
  #huun-support-app-root .pdf-zoom-control{height:42px!important;min-height:42px!important}
  #huun-support-app-root .pdf-tool--nav{width:42px!important;min-width:42px!important;padding:0!important}
  #huun-support-app-root .pdf-tool--nav span{display:none!important}
  #huun-support-app-root #pdf-prev{grid-area:prev!important}
  #huun-support-app-root #pdf-next{grid-area:next!important}
  #huun-support-app-root .pdf-page-control{grid-area:page!important;justify-content:center!important;padding:0 8px!important}
  #huun-support-app-root .pdf-page-control>span:first-child{font-size:12px!important}
  #huun-support-app-root .pdf-page-control input{width:44px!important;min-width:44px!important;height:30px!important}
  #huun-support-app-root .pdf-zoom-control{grid-area:zoom!important;justify-self:start!important;width:max-content!important}
  #huun-support-app-root .pdf-zoom-control .pdf-tool{height:40px!important;min-height:40px!important}
  #huun-support-app-root .pdf-zoom-control #pdf-zoom{height:40px!important}
  #huun-support-app-root .pdf-tool--open{grid-area:open!important;width:100%!important;min-width:0!important;padding:0 9px!important}
  #huun-support-app-root .pdf-tool--open span{display:none!important}
  #huun-support-app-root .pdf-stage{padding:6px!important}

  #huun-support-app-root .app-header__copy h1{font-size:28px!important;line-height:1.08!important}
  #huun-support-app-root .app-header__copy p{font-size:14px!important;line-height:1.4!important}
  #huun-support-app-root .document-card h3,
  #huun-support-app-root .video-card h3{font-size:17px!important}
  #huun-support-app-root .document-card__meta,
  #huun-support-app-root .video-card p{font-size:12px!important}
  #huun-support-app-root .huun-btn{font-size:12px!important}
  #huun-support-app-root .mobile-card-heading h3,
  #huun-support-app-root .form-section-title h3,
  #huun-support-app-root .photo-card__head h3{font-size:17px!important}
  #huun-support-app-root .field>span{font-size:13px!important}
  #huun-support-app-root .field input,
  #huun-support-app-root .field select,
  #huun-support-app-root .field textarea{font-size:15px!important}
}

/* v3.4.6 mobile grid conflict guards */
@media (max-width:720px){
  #huun-support-app-root #pdf-prev{
    grid-column:1!important;
    grid-row:1!important;
    width:42px!important;
    min-width:42px!important;
    height:42px!important;
    min-height:42px!important;
  }
  #huun-support-app-root .pdf-page-control{
    grid-column:2!important;
    grid-row:1!important;
    width:100%!important;
    min-width:0!important;
  }
  #huun-support-app-root #pdf-next{
    grid-column:3!important;
    grid-row:1!important;
    width:42px!important;
    min-width:42px!important;
    height:42px!important;
    min-height:42px!important;
  }
  #huun-support-app-root .pdf-zoom-control{
    grid-column:1 / 3!important;
    grid-row:2!important;
    width:max-content!important;
    min-width:0!important;
  }
  #huun-support-app-root .pdf-tool--open{
    grid-column:3!important;
    grid-row:2!important;
    width:42px!important;
    min-width:42px!important;
    height:42px!important;
    min-height:42px!important;
    padding:0!important;
    justify-self:end!important;
  }
}
@media (max-width:720px){
  #huun-support-app-root .pdf-toolbar .pdf-page-control{
    grid-column:2!important;
    grid-row:1!important;
    width:100%!important;
    min-width:0!important;
    margin:0!important;
  }
}


/* v3.4.7 — iPhone visual fixes and reliable parts images */
@supports (padding-top: env(safe-area-inset-top)){
  #huun-support-app-root .app-header__inner{
    padding-top:calc(24px + env(safe-area-inset-top))!important;
  }
  #huun-support-app-root .dialog-head{
    padding-top:calc(13px + env(safe-area-inset-top))!important;
  }
  #huun-support-app-root .pdf-dialog__head{
    padding-top:calc(14px + env(safe-area-inset-top))!important;
  }
}

/* Product summary header: prevent title and description from being squeezed. */
@media (max-width:720px){
  #huun-support-app-root .mobile-card-heading--compact{
    display:grid!important;
    grid-template-columns:44px minmax(0,1fr)!important;
    align-items:start!important;
    gap:12px!important;
  }
  #huun-support-app-root .mobile-card-heading--compact .mobile-card-heading__icon{
    grid-column:1!important;
    grid-row:1 / span 2!important;
  }
  #huun-support-app-root .mobile-card-heading--compact>div{
    grid-column:2!important;
    grid-row:1!important;
    width:100%!important;
    min-width:0!important;
  }
  #huun-support-app-root .mobile-card-heading--compact .huun-text-btn{
    grid-column:2!important;
    grid-row:2!important;
    justify-self:start!important;
    margin:6px 0 0!important;
    padding:0!important;
  }
  #huun-support-app-root .mobile-card-heading--compact h3{
    overflow-wrap:normal!important;
    word-break:normal!important;
    hyphens:none!important;
  }
  #huun-support-app-root #selected-product-summary{
    max-width:100%!important;
    overflow-wrap:anywhere!important;
    word-break:normal!important;
  }
}

/* Parts cards: remove legacy fixed-row conflicts and guarantee a visible image area. */
#huun-support-app-root .parts-grid{
  grid-auto-rows:auto!important;
  align-content:start!important;
  align-items:start!important;
}
#huun-support-app-root .part-card{
  width:100%!important;
  height:auto!important;
  min-height:250px!important;
  align-self:start!important;
  overflow:hidden!important;
  padding:11px!important;
}
#huun-support-app-root .part-card__media{
  position:relative!important;
  display:flex!important;
  width:100%!important;
  height:170px!important;
  min-height:170px!important;
  aspect-ratio:auto!important;
  flex:0 0 170px!important;
  align-items:center!important;
  justify-content:center!important;
  overflow:hidden!important;
  padding:10px!important;
  border-radius:14px!important;
  background:#f3f6f8!important;
}
#huun-support-app-root .part-card__media img{
  position:relative!important;
  z-index:1!important;
  display:block!important;
  width:100%!important;
  height:100%!important;
  min-width:0!important;
  min-height:0!important;
  max-width:100%!important;
  max-height:100%!important;
  aspect-ratio:auto!important;
  visibility:visible!important;
  opacity:1!important;
  object-fit:contain!important;
}
#huun-support-app-root .part-card__body{
  display:block!important;
  width:100%!important;
  min-height:50px!important;
  padding-top:9px!important;
}
#huun-support-app-root .part-card__body strong{
  margin:0!important;
  font-size:13px!important;
  line-height:1.25!important;
}
#huun-support-app-root .part-card__body small{
  min-height:0!important;
  margin-top:4px!important;
  font-size:12px!important;
  line-height:1.3!important;
}
#huun-support-app-root .part-card__fallback{
  position:absolute!important;
  inset:0!important;
  display:none!important;
  align-items:center!important;
  justify-content:center!important;
  padding:12px!important;
  color:var(--huun-muted)!important;
  font-size:11px!important;
  text-align:center!important;
}
#huun-support-app-root .part-card__media.is-image-error img{display:none!important}
#huun-support-app-root .part-card__media.is-image-error .part-card__fallback{display:flex!important}

@media (max-width:720px){
  #huun-support-app-root .parts-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    grid-auto-rows:auto!important;
    gap:12px!important;
    padding:12px!important;
  }
  #huun-support-app-root .part-card{
    min-height:222px!important;
    padding:9px!important;
    border-radius:16px!important;
  }
  #huun-support-app-root .part-card__media{
    height:142px!important;
    min-height:142px!important;
    flex-basis:142px!important;
    padding:8px!important;
    border-radius:12px!important;
  }
  #huun-support-app-root .part-card__check{
    top:7px!important;
    right:7px!important;
    width:30px!important;
    height:30px!important;
  }
}

/* Keep a readable PDF öffnen label on mobile. */
@media (max-width:720px){
  #huun-support-app-root .pdf-zoom-control{
    grid-column:1 / 2!important;
    grid-row:2!important;
  }
  #huun-support-app-root .pdf-tool--open{
    grid-column:2 / 4!important;
    grid-row:2!important;
    width:auto!important;
    min-width:116px!important;
    height:42px!important;
    min-height:42px!important;
    justify-self:end!important;
    padding:0 13px!important;
  }
  #huun-support-app-root .pdf-tool--open span{
    display:inline!important;
    overflow:visible!important;
    font-size:12px!important;
    white-space:nowrap!important;
  }
}
