:root {
  --navy: #071426;
  --navy-2: #0d2039;
  --blue: #1269e8;
  --blue-bright: #2682ff;
  --ice: #eaf3ff;
  --paper: #f6f8fb;
  --white: #fff;
  --ink: #102039;
  --muted: #637187;
  --line: #dfe6ef;
  --green: #177a55;
  --amber: #aa6407;
  --red: #b4232f;
  --shadow: 0 24px 70px rgba(7, 20, 38, .12);
  --radius: 20px;
}

* { box-sizing: border-box; }
html { scroll-behavior: auto; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img { max-width: 100%; }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.narrow-shell { width: min(820px, calc(100% - 40px)); }
.skip-link { position: fixed; z-index: 999; left: 20px; top: -100px; padding: 10px 16px; border-radius: 8px; background: #fff; color: #000; }
.skip-link:focus { top: 12px; }
:focus-visible { outline: 3px solid #75aaff; outline-offset: 3px; }
.site-header { position: relative; z-index: 20; background: rgba(255,255,255,.97); border-bottom: 1px solid rgba(7,20,38,.08); }
.header-inner { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; color: var(--navy); }
.brand img { width: 60px; height: 60px; object-fit: contain; border-radius: 12px; }
.brand span { display: grid; line-height: 1.2; }
.brand strong { font-size: 16px; letter-spacing: .02em; }
.brand small { color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }
nav { display: flex; align-items: center; gap: 28px; font-size: 14px; font-weight: 700; }
nav a { text-decoration: none; }
nav a:hover { color: var(--blue); }
.nav-login, .nav-button { display: inline-flex; border: 1px solid var(--line); border-radius: 9px; padding: 9px 15px; background: #fff; color: var(--navy); cursor: pointer; font-weight: 750; }
.inline-form { margin: 0; }
.message-stack { padding-top: 18px; }
.message { padding: 12px 16px; border: 1px solid var(--line); border-radius: 10px; background: #fff; }
.message + .message { margin-top: 8px; }
.message-success { border-color: #9ad8c2; color: #0b5e40; background: #f0fff9; }
.message-error { border-color: #efb0b6; color: #92202a; background: #fff4f5; }
.eyebrow { margin: 0 0 12px; color: var(--blue); font-size: 12px; font-weight: 850; text-transform: uppercase; letter-spacing: .16em; }
.eyebrow.light { color: #78adff; }
.button { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; gap: 8px; border: 1px solid transparent; border-radius: 10px; padding: 11px 19px; text-decoration: none; font-weight: 800; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--blue); box-shadow: 0 10px 24px rgba(18,105,232,.2); }
.button-primary:hover { background: #075acb; box-shadow: 0 14px 28px rgba(18,105,232,.28); }
.button-quiet { color: var(--navy); background: #fff; border-color: var(--line); }
.button-white { color: var(--navy); background: #fff; box-shadow: 0 12px 30px rgba(0,0,0,.16); }
.button-white:hover, .button-white:focus-visible { color: #fff; background: var(--blue); box-shadow: 0 16px 34px rgba(18,105,232,.32); }
.button-white.calculation-button-success { color: #075b3d; border-color: #9bd8c0; background: #e9faf3; box-shadow: 0 12px 30px rgba(7,91,61,.18); }
.button-danger { color: #fff; background: var(--red); }
.button-wide { width: 100%; }
.section { padding: 96px 0; }
.section-light { background: var(--paper); }
.section-heading { max-width: 700px; margin: 0 auto 52px; text-align: center; }
.section-heading.align-left { margin-inline: 0; text-align: left; }
.section-heading h2, .benefits-grid h2, .risk-card h2, .cta-card h2 { margin: 0; color: var(--navy); font-size: clamp(30px, 4vw, 48px); line-height: 1.1; letter-spacing: -.035em; }
.section-heading > p:last-child { color: var(--muted); font-size: 18px; }

.hero { overflow: hidden; color: #fff; background: radial-gradient(circle at 85% 20%, rgba(35,124,255,.28), transparent 29%), linear-gradient(125deg, #061221 0%, #0a1d35 70%, #0a274b 100%); }
.hero-grid { min-height: 670px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 58px; padding-block: 70px; }
.hero h1 { max-width: 720px; margin: 0; font-size: clamp(48px, 6.3vw, 78px); line-height: .99; letter-spacing: -.055em; }
.hero h1 em { color: #5f9fff; font-style: normal; }
.hero-formats { margin: 27px 0 0; color: #f4f8ff; font-size: 17px; font-weight: 800; letter-spacing: .025em; }
.hero-formats b { margin: 0 8px; color: #3e86ef; }
.hero-text { max-width: 620px; margin: 22px 0 0; color: #b9c8dc; font-size: 18px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.hero .button-quiet { color: #fff; border-color: rgba(255,255,255,.22); background: rgba(255,255,255,.06); }
.trust-line { display: flex; flex-wrap: wrap; gap: 16px 24px; margin-top: 32px; color: #91a4bc; font-size: 12px; font-weight: 700; }
.trust-line span::before { content: "✓"; margin-right: 7px; color: #63a2ff; }
.hero-visual { position: relative; min-height: 470px; }
.cassette { position: absolute; z-index: 3; left: 14px; top: 130px; width: 310px; height: 205px; padding: 24px; transform: rotate(-5deg); border: 3px solid #243a55; border-radius: 18px; background: linear-gradient(145deg, #dbe1e7, #a8b3bf); box-shadow: 0 34px 70px rgba(0,0,0,.45); }
.cassette::before, .cassette::after { content: ""; position: absolute; top: 12px; width: 8px; height: 8px; border: 2px solid #5e6b78; border-radius: 50%; }
.cassette::before { left: 12px; }.cassette::after { right: 12px; }
.cassette-label { height: 44px; padding: 10px 15px; border-radius: 5px; color: #1d2b3c; background: #f5f0dc; font: 800 11px/1.2 ui-monospace, monospace; letter-spacing: .12em; }
.cassette-window { display: flex; height: 76px; align-items: center; justify-content: space-around; margin: 10px 5px; border: 5px solid #5c6874; border-radius: 12px; background: #19283a; }
.cassette-window i { width: 55px; height: 55px; border: 9px dotted #cdd5dc; border-radius: 50%; background: #34465b; }
.cassette-base { width: 68%; height: 29px; margin: 0 auto; clip-path: polygon(10% 0, 90% 0, 100% 100%, 0 100%); background: #72808d; }
.cassette-base span { display: block; width: 30px; height: 6px; margin: 10px auto; background: #c5cdd3; }
.transfer-line { position: absolute; z-index: 2; left: 285px; top: 250px; display: flex; gap: 10px; align-items: center; }
.transfer-line::before { content: ""; width: 90px; height: 2px; background: linear-gradient(90deg, #3d84ee, #9fc7ff); }
.transfer-line span { width: 5px; height: 5px; border-radius: 50%; background: #80b2ff; box-shadow: 0 0 14px #80b2ff; }
.digital-file { position: absolute; z-index: 4; right: 5px; top: 177px; width: 140px; height: 174px; border: 2px solid rgba(255,255,255,.24); border-radius: 16px; background: linear-gradient(145deg, rgba(29,111,233,.95), rgba(8,54,121,.95)); box-shadow: 0 26px 55px rgba(0,0,0,.4); }
.digital-file::after { content: ""; position: absolute; right: -2px; top: -2px; border-width: 0 40px 40px 0; border-style: solid; border-color: transparent #8bbaff transparent transparent; border-radius: 0 15px 0 0; }
.play-mark { position: absolute; left: 49px; top: 60px; width: 0; height: 0; border-top: 22px solid transparent; border-bottom: 22px solid transparent; border-left: 34px solid #fff; filter: drop-shadow(0 5px 10px rgba(0,0,0,.2)); }
.digital-file small { position: absolute; bottom: 15px; left: 20px; color: #d4e6ff; font-weight: 900; letter-spacing: .14em; }
.memory-frame { position: absolute; z-index: 1; display: grid; place-items: end start; width: 145px; height: 105px; padding: 9px; transform: rotate(8deg); border: 7px solid #fff; color: #dbe9ff; background: linear-gradient(135deg, #25496b, #7f99ae); box-shadow: 0 15px 38px rgba(0,0,0,.3); opacity: .45; }
.memory-frame span { font-size: 10px; font-weight: 800; }.memory-one { right: 38px; top: 35px; }.memory-two { left: 92px; bottom: 25px; transform: rotate(3deg); }
.visual-caption { position: absolute; right: 0; bottom: 40px; display: grid; margin: 0; text-align: right; }.visual-caption strong { font-size: 18px; }.visual-caption span { color: #7ea8dc; }
.format-strip { border-bottom: 1px solid var(--line); background: #fff; }
.format-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.format-grid article { display: flex; gap: 13px; align-items: center; min-height: 112px; padding: 20px 24px; border-right: 1px solid var(--line); }.format-grid article:first-child { border-left: 1px solid var(--line); }
.format-grid article > span { display: grid; width: 44px; height: 34px; place-items: center; border: 2px solid var(--navy); border-radius: 5px; color: var(--blue); font-size: 11px; font-weight: 900; }.format-grid article > div { display: grid; }.format-grid small { color: var(--muted); }
.pricing-section { background: #fff; }.pricing-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }.price-card { display: flex; min-height: 245px; flex-direction: column; justify-content: space-between; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); }.price-card:first-child { border-color: #a9c8f5; background: var(--ice); }.price-title { margin: 0; color: var(--navy); font-size: 20px; font-weight: 850; }.price-description { margin: 10px 0 0; color: var(--muted); font-size: 14px; }.price { display: grid; margin: 32px 0 0; }.price strong { color: var(--blue); font-size: 34px; line-height: 1; }.price span { margin-top: 8px; color: var(--muted); font-size: 12px; font-weight: 750; }.price-note, .empty-price { margin: 24px 0 0; color: var(--muted); text-align: center; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; padding: 0; list-style: none; counter-reset: process; }
.process-grid li { min-height: 270px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 14px 35px rgba(7,20,38,.05); }
.process-grid li > span { display: grid; width: 50px; height: 50px; place-items: center; margin-bottom: 46px; border-radius: 50%; color: #fff; background: var(--blue); font-size: 12px; font-weight: 900; }
.process-grid h3 { margin: 0 0 10px; color: var(--navy); font-size: 19px; }.process-grid p { margin: 0; color: var(--muted); }
.dark-section { color: #c1cede; background: var(--navy); }
.benefits-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: center; }.benefits-grid h2 { color: #fff; }.benefits-grid > div:first-child > p:not(.eyebrow) { font-size: 18px; }.text-link { color: #73aaff; font-weight: 800; text-decoration: none; }.text-link span { margin-left: 6px; }
.benefit-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }.benefit-cards article { padding: 26px; border: 1px solid rgba(255,255,255,.1); border-radius: 17px; background: rgba(255,255,255,.045); }.benefit-cards b { color: #4d8bea; font-size: 12px; }.benefit-cards h3 { margin: 24px 0 8px; color: #fff; }.benefit-cards p { margin: 0; font-size: 14px; }
.risk-section { background: #edf3fa; }.risk-card { display: grid; grid-template-columns: auto 1fr; gap: 32px; align-items: start; padding: 46px; border: 1px solid #ccd9e9; border-radius: 24px; background: #fff; box-shadow: var(--shadow); }.risk-icon { display: grid; width: 60px; height: 60px; place-items: center; border-radius: 50%; color: #8c5709; background: #ffedc4; font-size: 30px; font-weight: 900; }.risk-card h2 { font-size: 34px; }.risk-card p { color: var(--muted); }.risk-card strong { color: var(--ink); }
.faq-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 80px; }.faq-list { border-top: 1px solid var(--line); }.faq-list details { border-bottom: 1px solid var(--line); }.faq-list summary { padding: 24px 46px 24px 0; color: var(--navy); cursor: pointer; font-size: 18px; font-weight: 800; }.faq-list p { margin: -5px 0 25px; color: var(--muted); }
.cta-section { padding: 70px 0; background: #edf3fa; }.cta-card { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: 54px; border-radius: 24px; color: #c6d5e7; background: linear-gradient(120deg, var(--blue), #0a3d84); box-shadow: 0 30px 70px rgba(18,105,232,.22); }.cta-card h2 { max-width: 760px; color: #fff; font-size: 42px; }.cta-card p:not(.eyebrow) { max-width: 700px; }
.contact-section { padding: 92px 0; color: #c6d5e7; background: linear-gradient(120deg, #071426, #0b315f); }.contact-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: start; }.contact-copy { position: sticky; top: 30px; padding-top: 25px; }.contact-copy h2 { margin: 0; color: #fff; font-size: clamp(36px, 4.5vw, 54px); line-height: 1.05; letter-spacing: -.04em; }.contact-copy > p:not(.eyebrow) { font-size: 18px; }.contact-direct { display: grid; margin-top: 38px; }.contact-direct span { color: #8fa4bf; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }.contact-direct a { color: #80b2ff; font-size: 21px; font-weight: 850; text-decoration: none; }.contact-card { padding: 36px; border-radius: 22px; color: var(--ink); background: #fff; box-shadow: 0 28px 70px rgba(0,0,0,.25); }.contact-card .stack-form { margin-top: 0; }.privacy-hint { margin: -4px 0 0; color: var(--muted); font-size: 12px; }.privacy-hint a { color: var(--blue); }

.auth-section { min-height: 720px; display: grid; place-items: center; padding: 70px 20px; background: radial-gradient(circle at 15% 15%, rgba(18,105,232,.16), transparent 30%), var(--paper); }
.auth-card, .form-card { width: min(620px, 100%); padding: 44px; border: 1px solid var(--line); border-radius: 24px; background: #fff; box-shadow: var(--shadow); }.compact-card { width: min(520px, 100%); }.auth-card h1, .form-card h1 { margin: 0; color: var(--navy); font-size: 38px; line-height: 1.1; }.auth-card > p:not(.eyebrow), .form-card > p:not(.eyebrow) { color: var(--muted); }.deadline-notice { margin: 26px 0; padding: 18px; border: 1px solid #f0cd83; border-radius: 12px; background: #fff9e9; }.deadline-notice p { margin: 6px 0 0; color: #6e592a; font-size: 13px; }.stack-form { display: grid; gap: 18px; margin-top: 26px; }.field { display: grid; gap: 7px; }.field label { color: var(--navy); font-size: 13px; font-weight: 800; }.field small { color: var(--muted); font-size: 12px; }.form-control { width: 100%; min-height: 48px; padding: 10px 12px; border: 1px solid #c9d2df; border-radius: 9px; color: var(--ink); background: #fff; }.form-control:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(18,105,232,.12); outline: 0; }.form-checkbox { width: 22px; height: 22px; accent-color: var(--blue); }.field-error .form-control { border-color: var(--red); }.error-text, .errorlist { color: var(--red); font-size: 13px; }.errorlist { margin: 0; padding-left: 20px; }.form-errors { padding: 10px; border-radius: 8px; background: #fff0f1; }.auth-help { text-align: center; font-size: 13px; }.auth-help a { color: var(--blue); font-weight: 800; }.qr-panel { display: grid; justify-items: center; margin: 24px 0; padding: 20px; border-radius: 14px; background: var(--paper); }.qr-panel img { border-radius: 8px; }.qr-panel code { word-break: break-all; }.recovery-list { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; padding: 18px; border-radius: 12px; background: var(--paper); list-style: none; }.recovery-list li { text-align: center; }
.customer-delete-card { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 18px; padding: 26px; border: 1px solid #edb4b9; border-radius: 15px; background: #fff7f8; }.customer-delete-card p { margin: 5px 0 0; color: var(--muted); }.delete-dialog { width: min(92vw, 610px); padding: 0; border: 0; border-radius: 18px; color: var(--ink); box-shadow: 0 28px 80px rgba(7,20,38,.32); }.delete-dialog::backdrop { background: rgba(7,20,38,.72); backdrop-filter: blur(3px); }.delete-dialog-content { padding: 32px; }.delete-dialog h2 { margin-top: 0; color: var(--navy); font-size: 30px; }.delete-warning { margin: 20px 0; padding: 18px; border: 1px solid #e699a0; border-radius: 12px; color: #711f28; background: #fff0f1; }.delete-warning p { margin: 6px 0 0; }.dialog-actions { display: flex; justify-content: flex-end; gap: 10px; margin-top: 8px; }

.portal-hero, .admin-title { color: #fff; background: linear-gradient(120deg, #071426, #0b315f); }.portal-head, .title-row { min-height: 280px; display: flex; align-items: center; justify-content: space-between; gap: 40px; padding-block: 50px; }.portal-head h1, .title-row h1 { margin: 0; font-size: clamp(38px, 5vw, 58px); line-height: 1.05; }.portal-head p:not(.eyebrow), .title-row p:not(.eyebrow) { color: #b7c6d8; }.deadline-card { min-width: 280px; padding: 24px; border: 1px solid rgba(255,255,255,.15); border-radius: 18px; background: rgba(255,255,255,.07); }.deadline-card span, .deadline-card small { display: block; color: #9bb0ca; }.deadline-card strong { display: block; margin: 5px 0; color: #fff; font-size: 25px; }.portal-content, .admin-content { padding-top: 54px; }.expiry-banner { display: flex; justify-content: space-between; gap: 30px; padding: 26px; border: 1px solid #f0cc82; border-radius: 16px; background: #fff9e9; }.expiry-banner p { margin: 4px 0 0; color: #715b2c; }.expiry-banner > span { display: grid; min-width: 82px; height: 42px; place-items: center; border-radius: 22px; color: #80520c; background: #ffe6aa; font-weight: 900; }.content-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin: 55px 0 24px; }.content-heading h2 { margin: 0; font-size: 34px; }.content-heading > p { max-width: 490px; color: var(--muted); }.video-list { display: grid; gap: 10px; }.video-row { display: flex; align-items: center; gap: 18px; padding: 18px; border: 1px solid var(--line); border-radius: 14px; background: #fff; }.video-icon { display: grid; width: 50px; height: 50px; flex: 0 0 auto; place-items: center; border-radius: 11px; background: var(--ice); }.video-icon span { width: 0; height: 0; margin-left: 3px; border-top: 9px solid transparent; border-bottom: 9px solid transparent; border-left: 14px solid var(--blue); }.video-meta { display: grid; flex: 1; min-width: 0; }.video-meta strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }.video-meta span { color: var(--muted); font-size: 13px; }.empty-state { padding: 60px; border: 1px dashed #b9c5d4; border-radius: 16px; text-align: center; background: #fff; }.support-card { display: flex; justify-content: space-between; gap: 30px; margin-top: 34px; padding: 26px; border-radius: 15px; color: #c6d4e5; background: var(--navy); }.support-card p { margin: 5px 0 0; }.support-card a { align-self: center; color: #7eb0ff; font-weight: 800; text-decoration: none; }

.admin-title-small .title-row { min-height: 235px; }.title-actions { display: flex; flex-wrap: wrap; gap: 10px; }.button-quiet-light { color: #fff; border-color: rgba(255,255,255,.38); background: rgba(255,255,255,.08); }.back-link { display: inline-block; margin-bottom: 22px; color: var(--blue); font-weight: 750; text-decoration: none; }.back-light { color: #89b6ff; }.metrics-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }.metrics-grid article { display: grid; padding: 23px; border: 1px solid var(--line); border-radius: 15px; background: #fff; }.metrics-grid span, .metrics-grid small { color: var(--muted); }.metrics-grid strong { margin: 8px 0; color: var(--navy); font-size: 28px; }.metrics-grid .metric-warning { border-color: #e8bd68; background: #fffaf0; }.metrics-grid .metric-danger { border-color: #e699a0; background: #fff4f5; }.alert { margin-top: 18px; padding: 14px 18px; border-radius: 10px; }.alert-warning { color: #7c500a; background: #fff1cf; }.alert-danger { color: #8d1f29; background: #ffe7e9; }.admin-grid { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 18px; margin-top: 32px; }.settings-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; align-items: start; }.panel { padding: 26px; border: 1px solid var(--line); border-radius: 17px; background: #fff; box-shadow: 0 10px 28px rgba(7,20,38,.04); }.panel-head { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 20px; }.panel-head h2 { margin: 0; color: var(--navy); }.panel-head a { color: var(--blue); font-weight: 800; text-decoration: none; }.table-scroll { overflow-x: auto; }.panel table { width: 100%; border-collapse: collapse; font-size: 14px; }.panel th { padding: 12px; color: var(--muted); text-align: left; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; border-bottom: 1px solid var(--line); }.panel td { padding: 16px 12px; border-bottom: 1px solid #edf0f4; vertical-align: middle; }.panel td strong, .panel td small { display: block; }.panel td small { color: var(--muted); }.table-link { color: var(--blue); font-weight: 800; text-decoration: none; white-space: nowrap; }.status { display: inline-flex; padding: 5px 9px; border-radius: 20px; font-size: 11px; font-weight: 850; white-space: nowrap; }.status-active { color: #0b6646; background: #def8ed; }.status-prepared { color: #235b9f; background: #e5f0ff; }.status-expired { color: #81530d; background: #fff0ca; }.status-deleted { color: #6b7480; background: #e9edf2; }.audit-list { display: grid; gap: 18px; padding: 0; list-style: none; }.audit-list li { display: flex; gap: 12px; }.audit-list li > span { width: 8px; height: 8px; flex: 0 0 auto; margin-top: 8px; border-radius: 50%; background: var(--blue); }.audit-list div { display: grid; }.audit-list small { color: var(--muted); }.narrow-shell .form-card { margin: 0 auto; }.detail-layout { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 18px; align-items: start; }.detail-main, .detail-side { display: grid; gap: 18px; }.detail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }.detail-grid div { padding: 15px; border-radius: 10px; background: var(--paper); }.detail-grid dt { color: var(--muted); font-size: 12px; font-weight: 800; text-transform: uppercase; }.detail-grid dd { margin: 4px 0 0; color: var(--navy); font-weight: 800; }.action-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }.upload-panel > p { color: var(--muted); }.upload-form { display: flex; align-items: center; gap: 12px; margin-top: 20px; }.file-drop { position: relative; display: flex; flex: 1; min-height: 78px; align-items: center; padding: 14px 18px; border: 2px dashed #b8c8dd; border-radius: 12px; cursor: pointer; background: #f8fbff; transition: border-color .2s ease, background .2s ease, box-shadow .2s ease; }.file-drop:hover { border-color: #7da8e6; }.file-drop-selected { border-style: solid; border-color: #70c4a4; background: #f0fff9; box-shadow: 0 0 0 3px rgba(23,122,85,.08); }.file-drop input { position: absolute; width: 1px; height: 1px; opacity: 0; }.file-drop span { display: grid; }.file-drop strong { color: var(--blue); }.file-drop-selected strong { color: var(--green); }.file-drop small { color: var(--muted); }.upload-form .button:disabled { transform: none; cursor: not-allowed; box-shadow: none; opacity: .5; }.upload-selection { margin-top: 14px; padding: 17px; border: 1px solid #a4ddc8; border-radius: 12px; background: #f3fff9; }.upload-selection-head { display: flex; gap: 12px; align-items: center; }.upload-selection-head > div { display: grid; }.upload-selection-head small { color: var(--green); }.selection-check { display: grid; width: 34px; height: 34px; flex: 0 0 auto; place-items: center; border-radius: 50%; color: #fff; background: var(--green); font-weight: 900; }.upload-selection ul { max-height: 190px; margin: 14px 0 0; padding: 0; overflow-y: auto; border-top: 1px solid #cbe9dd; list-style: none; }.upload-selection li { display: flex; justify-content: space-between; gap: 18px; padding: 10px 4px; border-bottom: 1px solid #dbeee7; }.upload-selection li span { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }.upload-selection li small { flex: 0 0 auto; color: var(--muted); }.upload-progress { margin-top: 18px; padding: 15px; border-radius: 10px; background: var(--paper); }.upload-progress > div { display: flex; justify-content: space-between; gap: 20px; }.upload-progress progress { width: 100%; height: 10px; accent-color: var(--blue); }.upload-progress p { margin: 4px 0 0; color: var(--muted); font-size: 13px; }.code-block { display: block; margin: 18px 0; padding: 13px; overflow-x: auto; border-radius: 8px; color: #cae1ff; background: var(--navy); }.danger-zone { border-color: #edb4b9; }.danger-zone .eyebrow { color: var(--red); }.danger-zone p { color: var(--muted); }
.service-admin-panel { grid-column: 1 / -1; }.service-admin-list { display: grid; gap: 10px; margin-top: 22px; }.service-admin-list article { display: grid; grid-template-columns: minmax(0, 1fr) 190px auto; gap: 20px; align-items: center; padding: 17px; border: 1px solid var(--line); border-radius: 12px; }.service-admin-main { display: flex; gap: 14px; align-items: center; }.service-admin-main div, .service-admin-price { display: grid; }.service-admin-main small, .service-admin-price small { color: var(--muted); }.service-admin-price strong { color: var(--blue); font-size: 20px; }.service-admin-actions { display: flex; gap: 14px; }.danger-link { color: var(--red); }.compact-empty { padding: 32px; }
.admin-grid-single { grid-template-columns: minmax(0, 1fr); }
.panel-head a.button-primary { color: #fff; }
.audit-search { display: grid; gap: 8px; margin-bottom: 32px; }.audit-search label { color: var(--navy); font-size: 13px; font-weight: 850; }.audit-search > div { display: flex; gap: 10px; }.audit-search .form-control { flex: 1; }.audit-result-head { padding-top: 24px; border-top: 1px solid var(--line); }.audit-result-head > span { color: var(--muted); font-size: 13px; }.audit-table-scroll { max-height: min(65vh, 720px); border: 1px solid var(--line); border-radius: 12px; }.audit-table { min-width: 1050px; }.audit-table thead th { position: sticky; z-index: 2; top: 0; background: #fff; box-shadow: 0 1px 0 var(--line); }.audit-table td small { display: block; }.audit-reference { max-width: 240px; overflow-wrap: anywhere; }.pagination { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 20px; color: var(--muted); font-size: 13px; }.pagination > div { display: flex; gap: 10px; }

.shipping-section { background: #eef4fb; }.shipping-layout { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(270px, .75fr); gap: 55px; align-items: center; }.shipping-layout h2 { margin: 0; color: var(--navy); font-size: clamp(30px, 4vw, 46px); line-height: 1.1; letter-spacing: -.035em; }.shipping-layout > div > p { color: var(--muted); font-size: 17px; }.shipping-options { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 28px; }.shipping-options article { padding: 20px; border: 1px solid var(--line); border-radius: 14px; background: #fff; }.shipping-options article.recommended { border-color: #97bdf0; box-shadow: 0 12px 30px rgba(18,105,232,.1); }.shipping-options span { display: block; color: var(--blue); font-size: 11px; font-weight: 850; text-transform: uppercase; letter-spacing: .1em; }.shipping-options strong { display: block; margin-top: 7px; color: var(--navy); font-size: 20px; }.shipping-options p { margin: 5px 0 0; color: var(--muted); font-size: 13px; }.shipping-advice { padding-left: 16px; border-left: 3px solid var(--blue); font-size: 14px !important; }.shipping-address { display: grid; padding: 38px; border-radius: 22px; color: #d3dfed; background: linear-gradient(145deg, var(--navy), #0b315f); box-shadow: var(--shadow); font-style: normal; line-height: 1.8; }.shipping-address span { margin-bottom: 18px; color: #78adff; font-size: 11px; font-weight: 850; text-transform: uppercase; letter-spacing: .14em; }.shipping-address strong { color: #fff; font-size: 27px; }.delivery-price-note { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 24px; }.delivery-price-note div { display: grid; gap: 4px; padding: 17px; border: 1px solid #ceddf0; border-radius: 12px; background: #f7faff; }.delivery-price-note strong { color: var(--navy); }.delivery-price-note span { color: var(--blue); font-size: 13px; font-weight: 750; }

.status-new { color: #235b9f; background: #e5f0ff; }.status-in_progress { color: #81530d; background: #fff0ca; }.status-answered { color: #0b6646; background: #def8ed; }.status-closed { color: #6b7480; background: #e9edf2; }.status-large { align-self: center; padding: 9px 14px; font-size: 13px; }
.inquiry-preview-list { display: grid; gap: 9px; }.inquiry-preview-list > a { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; gap: 16px; align-items: center; padding: 16px; border: 1px solid var(--line); border-radius: 12px; color: inherit; text-decoration: none; }.inquiry-preview-list > a:hover { border-color: #9fc1ef; background: #f7faff; }.inquiry-preview-list div { min-width: 0; }.inquiry-preview-list strong, .inquiry-preview-list small { display: block; }.inquiry-preview-list small { color: var(--muted); }.inquiry-preview-list p { margin: 5px 0 0; overflow: hidden; color: var(--muted); text-overflow: ellipsis; white-space: nowrap; }.inquiry-preview-list b { color: var(--blue); font-size: 13px; }
.inquiry-filter { display: grid; grid-template-columns: minmax(0, 1fr) 230px auto; gap: 12px; align-items: end; margin-bottom: 25px; }.inquiry-filter .field { gap: 4px; }.inquiry-list { display: grid; gap: 10px; }.inquiry-list > a { display: grid; padding: 20px; border: 1px solid var(--line); border-radius: 13px; color: inherit; text-decoration: none; }.inquiry-list > a:hover { border-color: #9fc1ef; background: #f8fbff; }.inquiry-list-head { display: flex; justify-content: space-between; gap: 20px; margin-bottom: 9px; }.inquiry-list-head time, .inquiry-list > a > span { color: var(--muted); font-size: 13px; }.inquiry-list > a > strong { color: var(--navy); font-size: 19px; }.inquiry-list > a > p { margin: 9px 0 0; color: #4d5c70; }
.inquiry-detail-layout { display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: 18px; align-items: start; }.inquiry-main, .inquiry-side { display: grid; gap: 18px; }.customer-message { margin: 0 0 24px; padding: 22px; border-left: 4px solid var(--blue); border-radius: 0 12px 12px 0; color: #33445b; background: #f4f8ff; }.inquiry-original .detail-grid a { color: var(--blue); }.quick-facts { display: grid; gap: 10px; }.quick-facts h2 { margin: 0; }.quick-facts a { padding: 12px 14px; border-radius: 9px; color: var(--blue); background: var(--ice); font-weight: 800; text-decoration: none; }
.reply-composer .panel-head p:last-child { margin: 5px 0 0; color: var(--muted); }.offer-toggle { padding: 17px; border: 1px solid #bdd3f0; border-radius: 12px; background: #f4f8ff; }.offer-toggle label { display: flex; align-items: center; gap: 11px; cursor: pointer; }.offer-toggle label span { font-size: 15px; }.offer-builder { display: grid; gap: 20px; margin-top: 4px; padding: 22px; border: 1px solid #b9d0ee; border-radius: 15px; background: #f7faff; }.offer-builder[hidden] { display: none; }.offer-builder-head { display: flex; align-items: end; justify-content: space-between; gap: 20px; }.offer-builder-head h3 { margin: 0; color: var(--navy); font-size: 26px; }.preset-picker { display: flex; gap: 8px; }.preset-picker select { min-width: 250px; }.offer-items { display: grid; gap: 10px; }.offer-item-row { position: relative; display: grid; grid-template-columns: 1.25fr 1.4fr 85px 105px 110px 32px; gap: 8px; align-items: end; padding: 13px; border: 1px solid var(--line); border-radius: 11px; background: #fff; }.offer-item-row .field { gap: 4px; }.offer-item-row .field label { font-size: 10px; }.offer-item-row .form-control { min-height: 42px; padding: 8px; }.clear-offer-row { width: 32px; height: 42px; border: 0; border-radius: 8px; color: var(--red); background: #fff0f1; cursor: pointer; font-size: 23px; }.offer-settings-grid { display: grid; grid-template-columns: .7fr 1.35fr .75fr; gap: 10px; }.offer-live-total { display: grid; padding: 20px; border-radius: 12px; color: #c6d5e7; background: var(--navy); }.offer-live-total strong { margin: 4px 0; color: #fff; font-size: 30px; }.offer-live-total small { color: #91a4bc; }.send-assurance { margin: -7px 0 0; color: var(--muted); text-align: center; font-size: 12px; }.reply-history { display: grid; gap: 12px; }.reply-history article { padding: 19px; border: 1px solid var(--line); border-radius: 12px; }.reply-history article > div { display: flex; justify-content: space-between; gap: 20px; }.reply-history time { color: var(--muted); font-size: 12px; }.reply-history p { color: #4d5c70; }.offer-download { display: inline-flex; padding: 9px 12px; border-radius: 8px; color: var(--blue); background: var(--ice); font-size: 13px; font-weight: 800; text-decoration: none; }
.template-list { display: grid; gap: 11px; }.template-list article { display: flex; justify-content: space-between; gap: 30px; padding: 20px; border: 1px solid var(--line); border-radius: 12px; }.template-list article > div:first-child { display: grid; justify-items: start; }.template-list strong { margin-top: 7px; color: var(--navy); font-size: 18px; }.template-list small, .template-list p { color: var(--muted); }.template-list p { margin: 8px 0 0; }.template-list article > div:last-child { display: flex; flex: 0 0 auto; gap: 14px; align-items: center; }

.legal-hero { padding: 75px 0; color: #fff; background: linear-gradient(120deg, var(--navy), #0a315f); }.legal-hero h1 { margin: 0; font-size: 52px; }.legal-hero p:not(.eyebrow) { color: #b8c9dd; }.legal-copy { max-width: 820px; padding: 46px; border: 1px solid var(--line); border-radius: 20px; background: #fff; box-shadow: var(--shadow); }.legal-copy h2 { margin: 36px 0 8px; color: var(--navy); font-size: 23px; }.legal-copy p { color: #4d5c70; }.legal-copy a { color: var(--blue); }.legal-warning { padding: 18px; border: 1px solid #efcc82; border-radius: 11px; background: #fff9e9; }.legal-warning p { margin: 5px 0 0; color: #6f5929; }.source-note { margin-top: 42px; padding-top: 20px; border-top: 1px solid var(--line); font-size: 13px; }.site-footer { padding: 50px 0; color: #9dafc4; background: #040d19; }.footer-grid { display: flex; justify-content: space-between; gap: 30px; }.site-footer strong { color: #fff; }.site-footer p { margin: 4px 0 0; }.footer-links { display: flex; flex-wrap: wrap; gap: 20px; }.footer-links a { text-decoration: none; }.footer-links a:hover { color: #fff; }

@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr; }.hero-visual { width: min(520px, 100%); margin-inline: auto; }.format-grid, .process-grid, .pricing-grid { grid-template-columns: 1fr 1fr; }.format-grid article:nth-child(3) { border-left: 1px solid var(--line); }.benefits-grid, .faq-layout, .contact-layout, .shipping-layout, .inquiry-detail-layout { grid-template-columns: 1fr; gap: 45px; }.contact-copy { position: static; }.admin-grid, .detail-layout { grid-template-columns: 1fr; }.detail-side, .inquiry-side { grid-template-columns: 1fr 1fr; }.metrics-grid { grid-template-columns: 1fr 1fr; }.cta-card { align-items: flex-start; flex-direction: column; }.offer-item-row { grid-template-columns: 1fr 1fr 85px 105px; }.offer-item-row .offer-description { grid-column: 2 / -1; }.offer-settings-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 720px) {
  .shell, .narrow-shell { width: min(100% - 28px, 1180px); }.site-header { position: static; }.header-inner { min-height: 70px; }.brand img { width: 48px; height: 48px; }.brand small { display: none; }nav { gap: 10px; }nav > a:not(.nav-login) { display: none; }.section { padding: 68px 0; }.hero-grid { min-height: auto; gap: 20px; padding-block: 60px 30px; }.hero h1 { font-size: clamp(43px, 14vw, 60px); }.hero-text { font-size: 16px; }.hero-actions .button { width: 100%; }.hero-visual { min-height: 410px; transform: scale(.88); transform-origin: top center; }.cassette { left: -10px; }.digital-file { right: -5px; }.memory-one { right: 4px; }.visual-caption { right: 5px; bottom: 10px; }.format-grid, .process-grid, .benefit-cards, .pricing-grid, .shipping-options, .delivery-price-note { grid-template-columns: 1fr; }.format-grid article { border-left: 1px solid var(--line); }.process-grid li { min-height: 220px; }.process-grid li > span { margin-bottom: 26px; }.price-card { min-height: 210px; }.risk-card { grid-template-columns: 1fr; padding: 28px; }.cta-card { padding: 32px 25px; }.cta-card h2 { font-size: 34px; }.contact-section { padding: 68px 0; }.contact-card { padding: 28px 20px; }.auth-card, .form-card, .legal-copy { padding: 28px 22px; }.recovery-list { grid-template-columns: 1fr; }.portal-head, .title-row { align-items: flex-start; flex-direction: column; }.deadline-card { width: 100%; min-width: 0; }.expiry-banner, .content-heading, .video-row, .support-card, .customer-delete-card, .footer-grid, .offer-builder-head, .template-list article { align-items: flex-start; flex-direction: column; }.video-row .button, .customer-delete-card .button { width: 100%; }.metrics-grid, .detail-grid, .detail-side, .settings-grid, .inquiry-side, .inquiry-filter, .offer-settings-grid { grid-template-columns: 1fr; }.title-actions { width: 100%; }.title-actions .button { width: 100%; }.upload-form { align-items: stretch; flex-direction: column; }.panel { padding: 20px 16px; }.service-admin-list article { grid-template-columns: 1fr; }.service-admin-main { align-items: flex-start; flex-direction: column; }.service-admin-actions { justify-content: space-between; }.audit-search > div, .pagination, .preset-picker { align-items: stretch; flex-direction: column; }.audit-search .button, .pagination .button, .preset-picker .button { width: 100%; }.preset-picker, .preset-picker select { width: 100%; min-width: 0; }.pagination > div { flex-direction: column; }.delete-dialog-content { padding: 24px 20px; }.dialog-actions { align-items: stretch; flex-direction: column-reverse; }.dialog-actions .button { width: 100%; }.legal-hero h1 { font-size: 42px; }.footer-links { flex-direction: column; gap: 8px; }.inquiry-preview-list > a { grid-template-columns: 1fr; }.inquiry-preview-list b { display: none; }.offer-builder { padding: 15px; }.offer-item-row { grid-template-columns: 1fr 1fr; }.offer-item-row .offer-description { grid-column: 1 / -1; }.clear-offer-row { width: 100%; }.reply-history article > div { align-items: flex-start; flex-direction: column; }.template-list article > div:last-child { width: 100%; justify-content: space-between; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }.button { transition: none; } }
@media (max-width: 720px) { nav > a.nav-admin-home { display: block; } }

/* Kostenrechner und Mehrfachauswahl */
.shipping-options { grid-template-columns: repeat(3, 1fr); }
.checkbox-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; margin: 0; padding: 0; list-style: none; }
.checkbox-list li { margin: 0; }
.checkbox-list label { display: flex; min-height: 46px; align-items: center; gap: 9px; padding: 10px 12px; border: 1px solid #c9d2df; border-radius: 9px; cursor: pointer; font-weight: 650; }
.checkbox-list input { width: 19px; height: 19px; margin: 0; accent-color: var(--blue); }
.calculator-section { color: #fff; background: radial-gradient(circle at 85% 15%, rgba(38,130,255,.22), transparent 28%), linear-gradient(135deg, #061221, #0a274b); }
.calculator-section .section-heading h2 { color: #fff; }
.calculator-section .section-heading > p:last-child { color: #afc0d5; }
.calculator-shell { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(300px, .55fr); gap: 20px; align-items: start; }
.calculator-inputs { display: grid; gap: 17px; padding: 28px; border: 1px solid rgba(255,255,255,.12); border-radius: 20px; background: rgba(255,255,255,.055); }
.calculator-step { display: flex; gap: 13px; align-items: center; margin-top: 10px; }
.calculator-step:first-child { margin-top: 0; }
.calculator-step > span { display: grid; width: 34px; height: 34px; flex: 0 0 auto; place-items: center; border-radius: 50%; color: #fff; background: var(--blue); font-weight: 900; }
.calculator-step div { display: grid; }
.calculator-step strong { color: #fff; font-size: 18px; }
.calculator-step small { color: #9fb1c8; }
.calculator-services { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.calculator-service-row { display: flex; min-height: 76px; align-items: center; justify-content: space-between; gap: 14px; padding: 13px 15px; border: 1px solid rgba(255,255,255,.13); border-radius: 12px; background: rgba(255,255,255,.055); }
.calculator-service-row:focus-within { border-color: #7db0ff; box-shadow: 0 0 0 3px rgba(65,137,244,.18); }
.calculator-service-row > span { display: grid; }
.calculator-service-row strong { color: #fff; }
.calculator-service-row small { color: #9fb1c8; font-size: 11px; }
.calculator-count-field { flex: 0 0 auto; gap: 5px; }
.calculator-count-field > small { color: #b8c8dc; font-size: 10px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.calculator-count-field > span { display: flex; overflow: hidden; align-items: center; border: 1px solid rgba(255,255,255,.2); border-radius: 8px; background: rgba(0,0,0,.2); }
.calculator-count-field input { width: 56px; min-height: 42px; padding: 7px 4px 7px 7px; border: 0; outline: 0; appearance: textfield; -moz-appearance: textfield; color: #fff; background: transparent; text-align: center; font-weight: 850; }
.calculator-count-field input::-webkit-inner-spin-button, .calculator-count-field input::-webkit-outer-spin-button { margin: 0; -webkit-appearance: none; }
.calculator-count-field b { padding: 0 10px 0 5px; color: #b8c8dc; font-size: 11px; }
.calculator-choice-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 9px; }
.shipping-choice-grid { grid-template-columns: repeat(2, 1fr); }
.calculator-choice { position: relative; display: flex; min-height: 75px; align-items: center; gap: 11px; padding: 13px; border: 1px solid rgba(255,255,255,.13); border-radius: 12px; cursor: pointer; background: rgba(255,255,255,.045); }
.calculator-choice:hover { border-color: rgba(117,170,255,.7); }
.calculator-choice.selected { border-color: #61a0ff; background: rgba(18,105,232,.2); box-shadow: inset 0 0 0 1px rgba(97,160,255,.25); }
.calculator-choice.unavailable { cursor: not-allowed; opacity: .38; }
.calculator-choice input { width: 19px; height: 19px; flex: 0 0 auto; margin: 0; accent-color: var(--blue-bright); }
.calculator-choice span { display: grid; }
.calculator-choice strong { color: #fff; }
.calculator-choice small { color: #9fb1c8; font-size: 11px; line-height: 1.45; }
.recommended-choice::after { content: "Empfohlen"; position: absolute; top: 7px; right: 8px; color: #79afff; font-size: 9px; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }
.calculator-capacity-note { margin: -5px 0 3px; color: #9fb1c8; font-size: 12px; }
.calculator-result { position: sticky; top: 25px; padding: 28px; border-radius: 20px; color: #b9c9db; background: #fff; box-shadow: 0 28px 70px rgba(0,0,0,.25); }
.calculator-result .eyebrow { color: var(--blue); }
.calculator-result dl { display: grid; gap: 0; margin: 0; }
.calculator-result dl div { display: flex; justify-content: space-between; gap: 15px; padding: 11px 0; border-bottom: 1px solid var(--line); }
.calculator-result dt { color: var(--muted); }
.calculator-result dd { margin: 0; color: var(--navy); font-weight: 850; text-align: right; }
.calculator-total { display: grid; margin: 20px 0; padding: 18px; border-radius: 13px; color: #c8d7e8; background: var(--navy); }
.calculator-total strong { color: #fff; font-size: 31px; }
.calculator-result > p:not(.eyebrow) { color: var(--muted); font-size: 13px; }
.calculator-disclaimer { display: block; margin-top: 15px; color: var(--muted); font-size: 10px; line-height: 1.5; }
.calculation-applied { border-radius: 14px; animation: calculation-highlight 1.8s ease; }
.contact-section { scroll-margin-top: 18px; }
.calculation-transfer-summary { display: grid; gap: 4px; padding: 16px 18px; border: 1px solid #9bd8c0; border-radius: 12px; color: #075b3d; background: #e9faf3; }
.calculation-transfer-summary[hidden] { display: none; }
.calculation-transfer-summary span { color: #214d3e; font-weight: 750; }
.calculation-transfer-summary small { color: #527468; }
@keyframes calculation-highlight { 0%,100% { box-shadow: none; } 30% { box-shadow: 0 0 0 6px rgba(38,130,255,.35); } }
@media (max-width: 980px) { .calculator-shell { grid-template-columns: 1fr; }.calculator-result { position: static; } }
@media (max-width: 720px) { .checkbox-list, .calculator-services, .calculator-choice-grid, .shipping-choice-grid, .shipping-options { grid-template-columns: 1fr; }.calculator-inputs, .calculator-result { padding: 20px 15px; }.calculator-service-row { align-items: center; }.calculator-count-field { flex: 0 0 auto; } }

.inquiry-calculation { margin-top: 24px; padding: 20px; border: 1px solid #c9daf0; border-radius: 14px; background: #f3f7fd; }
.inquiry-calculation > p:not(.eyebrow) { margin: 10px 0; color: var(--muted); }
.inquiry-calculation > strong { color: var(--blue); font-size: 22px; }
@media (prefers-reduced-motion: reduce) { .calculation-applied { animation: none; } }

/* Eingebettete Kundenverwaltung im gemeinsamen IT-Moers-Adminbereich */
.embedded-admin .site-header,
.embedded-admin .site-footer { display: none; }
.embedded-admin .message-stack { margin-top: 14px; }
.embedded-admin .admin-title { padding-top: 38px; }
.embedded-admin .admin-content { padding-top: 34px; }
.embedded-admin .admin-title .shell,
.embedded-admin .admin-content .shell { width: min(100% - 32px, 1180px); }
