:root{--dl-ink:#10152b;--dl-muted:#5f6471;--dl-green:#20aa83;--dl-blue:#3855ee;--dl-line:#e4e7ef}
a,button{cursor:pointer}
button:disabled,button[aria-disabled="true"]{cursor:not-allowed}
.download-entry-card{max-width:980px;margin:34px auto 0;padding:30px 30px 0;overflow:hidden;border:1px solid rgba(228,231,239,.9);border-radius:22px;background:rgba(255,255,255,.96);box-shadow:0 16px 38px rgba(50,64,118,.12)}
.download-entry-card form .inner-form{display:grid;grid-template-columns:minmax(0,1fr) 184px;gap:14px;min-height:76px;padding:0;background:transparent}
.download-entry-card form .inner-form .input-field.second-wrap,.download-entry-card form .inner-form .input-field.third-wrap{width:auto;min-width:0;border:0}.download-entry-card form .inner-form .input-field.second-wrap{position:relative}
.download-entry-card form .inner-form .input-field input{height:76px;padding:0 22px 0 66px;border:1px solid #dfe3ea;border-radius:13px;color:var(--dl-ink);font-size:19px;box-shadow:inset 0 1px 2px rgba(16,21,43,.03)}
.download-entry-card form .inner-form .input-field input:focus{border-color:var(--dl-green);box-shadow:0 0 0 4px rgba(32,170,131,.12)}
.download-entry-card__link{position:absolute;top:50%;left:23px;z-index:2;width:28px;height:28px;transform:translateY(-50%);color:#90949d}.download-entry-card__link svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-linecap:round;stroke-width:2.4}
.download-entry-card form .inner-form .input-field.third-wrap .btn-search{display:flex;align-items:center;justify-content:center;gap:13px;width:100%;height:76px;border-radius:13px;background:var(--dl-green);font-size:24px;font-weight:600;transition:transform 180ms ease,background-color 180ms ease,box-shadow 180ms ease}
.download-entry-card form .inner-form .input-field.third-wrap .btn-search:hover{background:#179a74;box-shadow:0 10px 20px rgba(32,170,131,.22);transform:translateY(-1px)}.download-entry-card form .inner-form .input-field.third-wrap .btn-search:active{transform:translateY(1px)}
.download-entry-card form .inner-form .input-field.third-wrap .btn-search svg{width:27px;height:27px;color:#fff}
.download-entry-card__note{margin:28px -30px 0;padding:17px 30px;border-top:1px solid #edf0f5;background:#fbfcfe;color:#525762;font-size:16px;text-align:center}.download-entry-card__note a,.processing-card a,.quota-modal a{color:var(--dl-blue)}
.download-entry-card__info{display:inline-flex;align-items:center;justify-content:center;width:19px;height:19px;margin-right:8px;border:2px solid var(--dl-green);border-radius:50%;color:var(--dl-green);font-size:12px;font-weight:700}
.processing-card{position:relative!important;top:auto!important;left:auto!important;z-index:1!important;width:min(980px,calc(100% - 30px))!important;margin:26px auto!important;padding:28px 34px 0!important;transform:none!important;border:1px solid var(--dl-line);border-radius:18px!important;background:#fff;box-shadow:0 14px 34px rgba(50,64,118,.12)!important;text-align:center}
.processing-card h2{margin:0;color:var(--dl-ink);font-size:25px;line-height:1.25}.processing-card__description{margin:7px 0 17px;color:var(--dl-muted);font-size:16px}
.processing-card__spinner{display:block;width:56px;height:56px;margin:0 auto 25px;border:4px solid #e4f1ef;border-top-color:#58aaa1;border-radius:50%;animation:download-spin 900ms linear infinite}@keyframes download-spin{to{transform:rotate(360deg)}}
.processing-steps{display:grid;grid-template-columns:repeat(3,1fr);margin:0;padding:0 20px 23px;list-style:none}.processing-steps li{position:relative;display:flex;flex-direction:column;align-items:center;gap:8px;color:#7a7e88;font-size:15px}.processing-steps li:not(:last-child)::after{content:"";position:absolute;top:18px;left:calc(50% + 26px);width:calc(100% - 52px);height:1px;background:#d9dde4}
.processing-steps li span{display:grid;place-items:center;width:38px;height:38px;border:1px solid #cdd2da;border-radius:50%;background:#fff;color:#676b73;font-size:17px}.processing-steps .is-complete span{border-color:#abd9d2;background:#eff9f7;color:#4a958b}.processing-steps .is-active{color:#343740}.processing-steps .is-active span{border-color:#6ab5ad;background:#6ab5ad;color:#fff}
.processing-card__footer{display:flex;align-items:center;justify-content:space-between;gap:18px;margin:0 -34px;padding:18px 34px;border-top:1px solid #e7e9ee;text-align:left}.processing-card__footer p{margin:0;color:#555a65;font-size:15px}.processing-card__tip{display:inline-grid;place-items:center;width:34px;height:34px;margin-right:9px;border-radius:50%;background:#e9f7f5;color:#54aaa1}.processing-card__button{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-width:190px;padding:13px 20px;border-radius:9px;background:var(--dl-blue);color:#fff!important;font-weight:600}
.quota-overlay{display:none;position:fixed;inset:0;z-index:499;background:rgba(23,29,53,.45);backdrop-filter:blur(2px)}.quota-overlay.show{display:block}
#3dailydownloadnew.quota-modal{width:min(880px,calc(100% - 32px));max-height:calc(100dvh - 32px);padding:30px 46px 34px;overflow-y:auto;border:1px solid rgba(221,225,237,.9);border-radius:18px;background:#fff;box-shadow:0 30px 80px rgba(24,30,59,.28);color:var(--dl-ink)}
.quota-modal__close{position:absolute;top:15px;right:20px;display:grid;place-items:center;width:36px;height:36px;border:0;background:transparent;color:#16191f;font-size:36px;font-weight:300;line-height:1}.quota-modal__close:focus-visible,.quota-action:focus-visible,.processing-card__button:focus-visible{outline:3px solid rgba(56,85,238,.3);outline-offset:3px}
.quota-modal__icon{position:relative;display:grid;place-items:center;width:78px;height:78px;margin:0 auto 17px;border-radius:50%;background:#f0efff}.quota-modal__icon svg{width:42px;fill:#8b8ce8;stroke:#fff;stroke-width:1.8}.quota-modal__icon span{position:absolute;right:4px;bottom:5px;display:grid;place-items:center;width:28px;height:28px;border:3px solid #fff;border-radius:50%;background:#e7b342;color:#fff;font-weight:800}
.quota-modal__intro{text-align:center}.quota-modal__intro h2{margin:0 0 9px;font-size:clamp(24px,3vw,31px);letter-spacing:-.025em}.quota-modal__intro p{margin:0;color:#555a67;font-size:16px;line-height:1.55}
.quota-comparison{position:relative;display:grid;grid-template-columns:1fr 1fr;margin:22px 0 24px;border:1px solid #e0e4ef;border-radius:10px}.quota-plan{padding:20px 31px 22px;text-align:left}.quota-plan+.quota-plan{border-left:1px solid #e2e5ed}.quota-plan h3{display:flex;align-items:center;gap:10px;margin:0 0 15px;font-size:17px}.quota-plan--free h3{color:#398f94}.quota-plan--desktop h3{color:var(--dl-blue)}.quota-plan__symbol{font-size:25px}
#3dailydownloadnew .quota-plan ul{width:100%;margin:0;padding:0;list-style:none}#3dailydownloadnew .quota-plan li{position:relative;margin:11px 0 0;padding-left:27px;color:#505561;font-size:15px;list-style:none}#3dailydownloadnew .quota-plan li::before{content:"✓";position:absolute;top:0;left:0;display:grid;place-items:center;width:18px;height:18px;border-radius:50%;background:#58a3aa;color:#fff;font-size:11px;font-weight:800}#3dailydownloadnew .quota-plan--desktop li::before{background:var(--dl-blue)}
.quota-comparison__vs{position:absolute;top:50%;left:50%;z-index:1;display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:#f2f3f7;color:#727683;font-size:13px;transform:translate(-50%,-50%)}
.quota-modal__actions{display:grid;grid-template-columns:1fr 1fr;gap:20px;max-width:650px;margin:0 auto}.quota-action{display:flex;align-items:center;justify-content:center;min-height:52px;padding:12px 20px;border-radius:8px;font-size:17px;font-weight:650;text-decoration:none}.quota-action--secondary{border:1px solid #777d88;background:#fff;color:#1a1e27}.quota-action--primary{border:1px solid var(--dl-blue);background:var(--dl-blue);color:#fff!important}
@media(max-width:720px){.download-entry-card{margin-top:24px;padding:16px 16px 0;border-radius:17px}.download-entry-card form .inner-form{grid-template-columns:1fr;min-height:auto}.download-entry-card form .inner-form .input-field input,.download-entry-card form .inner-form .input-field.third-wrap .btn-search{height:60px}.download-entry-card__note{margin:18px -16px 0;padding:15px 18px;text-align:left}.processing-card{padding:24px 18px 0!important}.processing-steps{padding-inline:0}.processing-steps li{font-size:12px}.processing-steps li:not(:last-child)::after{left:calc(50% + 20px);width:calc(100% - 40px)}.processing-card__footer{align-items:stretch;flex-direction:column;margin-inline:-18px;padding-inline:18px}.processing-card__button{width:100%}#3dailydownloadnew.quota-modal{padding:26px 18px 24px}.quota-comparison{grid-template-columns:1fr}.quota-plan+.quota-plan{border-top:1px solid #e2e5ed;border-left:0}.quota-comparison__vs{display:none}.quota-modal__actions{grid-template-columns:1fr;gap:10px}}
@media(prefers-reduced-motion:reduce){.processing-card__spinner{animation-duration:1.8s}.download-entry-card form .inner-form .input-field.third-wrap .btn-search{transition:none}}

/* 30-minute duration modal */
[id="25minlimit"].quota-modal{width:min(680px,calc(100% - 32px));max-height:calc(100dvh - 32px);padding:0;overflow:hidden;border:1px solid #e5e7eb;border-radius:20px;background:#fff;box-shadow:0 24px 64px rgba(31,41,55,.16);color:#1f2937}
[id="25minlimit"] .quota-modal__body{padding:34px 38px 0}
[id="25minlimit"] .quota-modal__close{top:16px;right:18px;z-index:3;width:36px;height:36px;border-radius:10px;color:#1f2937;font-size:32px;line-height:1;transition:background-color 160ms ease,color 160ms ease}
[id="25minlimit"] .quota-modal__close:hover{background:#f3f5f7;color:#111827;transform:none}
[id="25minlimit"] .quota-modal__icon{width:72px;height:72px;margin:0 auto 16px;object-fit:contain;background:transparent;box-shadow:none}
[id="25minlimit"] .quota-modal__intro{max-width:570px;margin:0 auto;text-align:center}
[id="25minlimit"] .quota-modal__intro h2{margin:0 0 14px;color:#1f2937;font-size:28px;font-weight:800;line-height:1.2;letter-spacing:-.025em}
[id="25minlimit"] .quota-modal__intro p{margin:0;color:#6b7280;font-size:15px;font-weight:500;line-height:1.55}
[id="25minlimit"] .quota-comparison{position:relative;display:grid;grid-template-columns:1fr 1fr;margin:28px 0 18px;border:1px solid #e5e7eb;border-radius:10px;background:#fff;box-shadow:none;overflow:visible}
[id="25minlimit"] .quota-plan{padding:26px 30px 24px;background:#fff;text-align:center}
[id="25minlimit"] .quota-plan+.quota-plan{border-left:1px solid #e5e7eb}
[id="25minlimit"] .quota-plan h3{display:flex;align-items:center;justify-content:center;gap:10px;margin:0 0 18px;font-size:17px;font-weight:700;line-height:1.25}
[id="25minlimit"] .quota-plan h3 img{width:32px;height:32px;object-fit:contain;border-radius:0}
[id="25minlimit"] .quota-plan--free h3{color:#14b8a6}
[id="25minlimit"] .quota-plan--desktop h3{color:#2563eb}
[id="25minlimit"] .quota-plan ul{width:max-content;max-width:100%;margin:0 auto;padding:0;list-style:none;text-align:left}
[id="25minlimit"] .quota-plan li{position:relative;margin:12px 0 0;padding-left:27px;color:#4b5563;font-size:14px;line-height:1.4;list-style:none}
[id="25minlimit"] .quota-plan li::before{content:"✓";position:absolute;top:0;left:0;display:grid;place-items:center;width:18px;height:18px;border-radius:50%;color:#fff;font-size:11px;font-weight:800;line-height:1}
[id="25minlimit"] .quota-plan--free li::before{background:#14b8a6}
[id="25minlimit"] .quota-plan--desktop li::before{background:#2563eb}
[id="25minlimit"] .quota-comparison__vs{position:absolute;top:50%;left:50%;z-index:2;display:grid;place-items:center;width:38px;height:38px;border:1px solid #e5e7eb;border-radius:50%;background:#f3f5f7;color:#6b7280;font-size:12px;font-weight:700;text-transform:lowercase;letter-spacing:0;box-shadow:0 0 0 6px #fff;transform:translate(-50%,-50%)}
[id="25minlimit"] .quota-modal__actions{display:grid;grid-template-columns:1fr 1fr;gap:16px;max-width:none;margin:0;padding:24px 38px 32px;background:#fff}
[id="25minlimit"] .quota-action{min-height:48px;padding:10px 18px;border-radius:12px;font-size:15px;font-weight:700;line-height:1.2}
[id="25minlimit"] .quota-action--secondary{border:1px solid #d1d5db;background:#fff;color:#1f2937!important;box-shadow:none}
[id="25minlimit"] .quota-action--secondary:hover{background:#f9fafb;border-color:#9ca3af}
[id="25minlimit"] .quota-action--primary{border:1px solid #2563eb;background:#2563eb;color:#fff!important;box-shadow:0 8px 18px rgba(37,99,235,.2)}
[id="25minlimit"] .quota-action--primary:hover{background:#1d4ed8;border-color:#1d4ed8}
[id="25minlimit"] .quota-action--primary span{margin-right:7px;font-size:18px;line-height:1}
@media(max-width:720px){
  [id="25minlimit"].quota-modal{width:min(420px,calc(100% - 20px));max-height:calc(100dvh - 20px);border-radius:18px;overflow-y:auto}
  [id="25minlimit"] .quota-modal__body{padding:26px 18px 0}
  [id="25minlimit"] .quota-modal__close{top:10px;right:10px}
  [id="25minlimit"] .quota-modal__icon{width:62px;height:62px;margin-bottom:14px}
  [id="25minlimit"] .quota-modal__intro h2{margin-bottom:10px;font-size:22px;line-height:1.2}
  [id="25minlimit"] .quota-modal__intro p{font-size:13px;line-height:1.5}
  [id="25minlimit"] .quota-comparison{grid-template-columns:1fr;margin-top:22px;margin-bottom:14px;overflow:hidden}
  [id="25minlimit"] .quota-plan{padding:20px 22px;text-align:left}
  [id="25minlimit"] .quota-plan+.quota-plan{border-top:1px solid #e5e7eb;border-left:0}
  [id="25minlimit"] .quota-plan h3{justify-content:flex-start;margin-bottom:12px;font-size:15px}
  [id="25minlimit"] .quota-plan ul{width:100%}
  [id="25minlimit"] .quota-plan li{margin-top:10px;font-size:13px}
  [id="25minlimit"] .quota-comparison__vs{display:none}
  [id="25minlimit"] .quota-modal__actions{grid-template-columns:1fr;gap:10px;padding:18px}
  [id="25minlimit"] .quota-action{min-height:48px;font-size:14px}
}
.product-header{position:relative;z-index:20;height:80px;border-bottom:1px solid #e5e7eb;background:#fff}.product-header__inner{display:flex;align-items:center;width:min(100% - 56px,1580px);height:100%;margin:0 auto}.product-brand{display:flex;align-items:center;gap:10px;color:#111827!important;text-decoration:none}.product-brand__logo{display:block;width:40px;height:40px;border-radius:50%;object-fit:cover}.product-brand strong{font-size:17px;font-weight:700;letter-spacing:-.02em;color:#111827}.product-brand sup{font-size:10px;color:#9ca3af;vertical-align:super;margin-left:1px}.product-header__divider{width:1px;height:24px;margin:0 22px;background:#e5e7eb}.product-header__product{color:#10b981!important;font-size:16px;font-weight:500;text-decoration:none}.product-header__nav{display:flex;align-items:center;gap:28px;margin-left:auto}.product-header__nav a,.product-header__language{display:inline-flex;align-items:center;gap:7px;color:#374151!important;font-size:15px;font-weight:500;white-space:nowrap;text-decoration:none;cursor:pointer}.product-header__nav a svg,.product-header__language svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.product-header__nav .product-header__upgrade{color:#2563eb!important}.product-header__nav .product-header__upgrade svg{stroke:#2563eb;stroke-width:2.2}.product-header__language svg:last-child{width:14px;height:14px;stroke-width:2.5}
.redesigned-hero{min-height:790px;overflow:hidden;background:radial-gradient(circle at 50% 18%,rgba(255,255,255,.96),rgba(246,248,255,.85) 45%,rgba(238,241,255,.92) 100%)!important;color:var(--dl-ink)!important}.redesigned-hero::before,.redesigned-hero::after{content:"";position:absolute;pointer-events:none}.redesigned-hero::before{inset:0;background:linear-gradient(132deg,transparent 0 73%,rgba(224,229,255,.45) 73% 74%,transparent 74% 100%)}.redesigned-hero::after{right:-140px;bottom:-230px;width:550px;height:550px;border:40px solid rgba(224,228,255,.38);border-radius:50%}.redesigned-hero .start-hero{position:relative;z-index:2;display:block;max-width:1340px;padding:72px 24px 62px}.start-hero h1{margin:0;color:#0d142e;font-size:52px;font-weight:750;line-height:1.08;letter-spacing:-.035em;text-align:center}.start-hero__lead{margin:24px auto 22px;color:#5c606b;font-size:22px;line-height:1.5;text-align:center}.start-hero__quota{display:flex;align-items:center;justify-content:center;gap:18px;width:max-content;max-width:100%;margin:0 auto 30px;padding:12px 28px;border:1px solid #dff0ea;border-radius:999px;background:rgba(247,255,252,.94);box-shadow:0 5px 12px rgba(34,74,106,.08);color:#121722;font-size:16px}.start-hero__quota strong,.start-hero__calendar{color:#1ca87d}.start-hero__calendar{font-size:22px}.start-hero__quota i{color:#858b96;font-style:normal}
.start-hero .download-entry-card{max-width:1140px;margin:0 auto;padding:34px 36px 0;border-radius:22px;box-shadow:0 15px 34px rgba(53,66,120,.13)}.start-hero .download-entry-card form .inner-form{grid-template-columns:minmax(0,1fr) 205px;min-height:92px;gap:16px}.start-hero .download-entry-card form .inner-form .input-field input,.start-hero .download-entry-card form .inner-form .input-field.third-wrap .btn-search{height:92px}.start-hero .download-entry-card form .inner-form .input-field.second-wrap{border:1px solid #dfe3ea!important;border-radius:13px}.start-hero .download-entry-card form .inner-form .input-field input{border:0!important;font-size:19px}.start-hero .download-entry-card form .inner-form .input-field input:hover{border-color:#dfe3ea}.start-hero .download-entry-card form .inner-form .input-field input:focus{border-color:var(--dl-green)}.start-hero .download-entry-card form .inner-form .input-field.third-wrap .btn-search{font-size:27px}.start-hero .download-entry-card__note{margin:28px -36px 0;padding:18px 36px;font-size:17px}.start-hero .download-entry-card__note>span:nth-child(2){margin-right:10px}.start-hero .download-entry-card__note a{font-weight:600}
.start-hero__features{display:grid;grid-template-columns:repeat(3,1fr);max-width:1200px;margin:42px auto 0;padding:30px 34px;border:1px solid rgba(228,232,242,.9);border-radius:22px;background:rgba(255,255,255,.95);box-shadow:0 14px 34px rgba(53,66,120,.1)}.start-hero__features article{display:flex;align-items:center;gap:22px;padding:0 34px;text-align:left}.start-hero__features article+article{border-left:1px solid #e2e5ec}.start-feature__icon{display:grid;flex:0 0 auto;place-items:center;width:82px;height:82px;border-radius:50%;font-size:35px;font-weight:800}.start-feature__icon--green{background:#eaf8f4;color:#21a981}.start-feature__icon--blue{background:#efefff;color:#6268e9}.start-hero__features h2{margin:0 0 8px;color:#10162e;font-size:20px;font-weight:700;line-height:1.2;text-align:left}.start-hero__features p{margin:0;color:#5a6689;font-size:17px;line-height:1.45}
.hero-shape{position:absolute;z-index:1;pointer-events:none}.hero-shape--circle{top:85px;left:7%;width:100px;height:100px;border-radius:50%;background:rgba(225,228,255,.58)}.hero-shape--slashes{top:310px;left:-10px;width:320px;height:24px;border-radius:18px;background:rgba(225,228,255,.55);box-shadow:95px -95px 0 rgba(225,228,255,.45);transform:rotate(-45deg)}.hero-shape--dots{top:78px;right:5%;width:110px;height:90px;background-image:radial-gradient(circle,#fff 0 5px,transparent 6px);background-size:28px 28px}
.unsupported-modal{width:min(880px,calc(100% - 32px));max-height:calc(100dvh - 32px);padding:34px 44px 38px;overflow-y:auto;border:1px solid #e0e4ef;border-radius:18px;background:#fff!important;box-shadow:0 30px 80px rgba(24,30,59,.28);color:var(--dl-ink)}.unsupported-modal__header{display:grid;grid-template-columns:150px 1fr;align-items:center;gap:28px;text-align:left}.unsupported-modal__header img{width:150px;height:150px;object-fit:contain}.unsupported-modal__header h2{margin:0 0 10px;font-size:31px;line-height:1.18;letter-spacing:-.025em}.unsupported-modal__header p{max-width:590px;margin:0;color:#5c6170;font-size:18px;line-height:1.55}.unsupported-comparison{position:relative;display:grid;grid-template-columns:1fr 1fr;margin:26px 0 30px;border:1px solid #dfe4f1;border-radius:11px}.unsupported-comparison section{padding:25px 36px 27px;text-align:left}.unsupported-comparison section+section{border-left:1px solid #dfe4ee}.unsupported-comparison h3{margin:0 0 18px;color:#141a30;font-size:19px}.unsupported-comparison section+section h3{color:var(--dl-blue)}.unsupported-comparison ul{width:100%!important;margin:0!important;padding:0!important;list-style:none}.unsupported-comparison li{position:relative;margin:16px 0 0!important;padding-left:34px;list-style:none!important;color:#4f5667;font-size:16px}.unsupported-status{position:absolute;left:0;top:-1px;display:grid;place-items:center;width:22px;height:22px;border-radius:50%;line-height:1}.unsupported-status svg{width:10px;height:10px}.unsupported-status--negative{border:2px solid #dc6670;background:#fff;color:#d54b58;font-size:11px}.unsupported-status--positive{border:2px solid #3c61ef;background:#3c61ef;color:#fff;font-size:10px}.unsupported-comparison__vs{position:absolute;top:50%;left:50%;z-index:2;display:grid;place-items:center;width:52px;height:52px;border:2px solid #dce2f2;border-radius:50%;background:#fff;color:#3d58e9;font-weight:700;transform:translate(-50%,-50%)}.unsupported-modal__actions{max-width:650px}.unsupported-modal__actions .quota-action{min-height:60px;color:var(--dl-blue)}
@media(max-width:900px){.product-header__nav{gap:18px}.product-header__nav a:not(.product-header__upgrade){display:none}.start-hero__features article{padding:0 18px}.start-feature__icon{width:64px;height:64px}.start-hero__features p br{display:none}}
@media(max-width:720px){.product-header{height:64px}.product-header__divider,.product-header__product{display:none}.product-header__inner{width:calc(100% - 28px)}.product-brand{gap:8px}.product-brand__logo{width:34px;height:34px}.product-brand strong{font-size:15px}.product-header__nav{gap:14px}.product-header__nav .product-header__upgrade{font-size:0}.product-header__nav .product-header__upgrade svg{width:20px;height:20px}.product-header__language{font-size:13px}.product-header__language svg:last-child{width:12px;height:12px}.redesigned-hero{min-height:auto}.redesigned-hero .start-hero{padding:46px 16px 42px}.start-hero h1{font-size:36px}.start-hero__lead{font-size:17px}.start-hero__lead br{display:none}.start-hero__quota{flex-wrap:wrap;gap:7px 12px;width:100%;padding:12px 14px;font-size:14px}.start-hero__quota i{display:none}.start-hero .download-entry-card{padding:16px 16px 0}.start-hero .download-entry-card form .inner-form{grid-template-columns:1fr;min-height:auto}.start-hero .download-entry-card form .inner-form .input-field input,.start-hero .download-entry-card form .inner-form .input-field.third-wrap .btn-search{height:62px}.start-hero .download-entry-card__note{margin:18px -16px 0;padding:15px 18px}.start-hero__features{grid-template-columns:1fr;margin-top:24px;padding:12px 20px}.start-hero__features article{padding:18px 0}.start-hero__features article+article{border-top:1px solid #e2e5ec;border-left:0}.start-feature__icon{width:58px;height:58px;font-size:26px}.start-hero__features h2{font-size:18px}.hero-shape--slashes,.hero-shape--dots{display:none}.hero-shape--circle{top:100px;left:-35px}.unsupported-modal{padding:26px 18px 24px}.unsupported-modal__header{grid-template-columns:76px 1fr;gap:13px}.unsupported-modal__header img{width:76px;height:76px}.unsupported-modal__header h2{font-size:22px}.unsupported-modal__header p{font-size:14px}.unsupported-comparison{grid-template-columns:1fr}.unsupported-comparison section{padding:21px 24px}.unsupported-comparison section+section{border-top:1px solid #dfe4ee;border-left:0}.unsupported-comparison__vs{display:none}.unsupported-modal__actions{grid-template-columns:1fr}}
/* hero-only additions after lower-section restoration */
.start-feature__icon img{width:72%;height:72%;object-fit:contain}
.start-hero .download-entry-card{border:0;border-radius:16px;box-shadow:0 8px 24px rgba(43,58,108,.11)}
.start-hero__features{border:0;border-radius:16px;box-shadow:0 8px 24px rgba(43,58,108,.09)}
@media(max-width:720px){.start-hero .download-entry-card form .inner-form .input-field input{font-size:15px}.start-hero__features p br{display:none}}/* download results workspace */
.download-results-section{position:relative;z-index:3;width:min(100% - 40px,1240px);margin:56px auto 84px}
.download-result{padding:24px;border:1px solid #e1e6f0;border-radius:16px;background:#fff;box-shadow:0 18px 48px rgba(38,52,96,.11);color:var(--dl-ink);text-align:left!important}
.download-result__back{display:inline-flex;align-items:center;gap:9px;min-height:44px;margin-bottom:14px;padding:0 8px;color:#3855ee!important;font-weight:700}
.download-result__layout{display:grid;grid-template-columns:minmax(260px,330px) minmax(0,1fr);gap:26px}
.download-result__media{padding-right:26px;border-right:1px solid #e5e8ef;text-align:left}
.download-result__media #divThumbnail{overflow:hidden;border-radius:12px;background:#eef2f8;aspect-ratio:16/10}
.download-result__media #thumbnail,.download-result__media #thumbnail>*{width:100%;height:100%}
.download-result__media #thumbnail img,.download-result__media #thumbnail video{display:block;width:100%!important;height:100%!important;object-fit:cover}
.download-result__media #videoTitle{padding:18px 2px 0;text-align:left!important}
.download-result__media #title{display:block;color:#12182e;font-size:20px;line-height:1.35}
.download-result__media #checkDuration{display:flex;align-items:center;gap:7px;margin-top:10px;color:#667086;font-size:14px}
.sn-video-downloader #response.download-result__options{width:auto;min-width:0!important;margin:0;border-radius:0;background:transparent;box-shadow:none}
.download-tabs{display:flex!important;gap:0;margin:0 0 18px!important;border:1px solid #e2e6ef;border-radius:12px;background:#fff;overflow:hidden}
.download-tabs .nav-item{flex:1 1 0!important;width:auto!important;min-width:0!important;margin:0!important;padding:0!important;border-right:1px solid #e4e7ee;background:transparent!important;text-align:center}.download-tabs .nav-item:last-child{border-right:0}
.download-tabs .nav-link{position:relative;display:flex!important;align-items:center;justify-content:center;gap:12px;min-height:68px;padding:14px 14px!important;border-radius:0!important;background:transparent!important;color:#4a5268!important;font-size:17px!important;font-weight:600;transition:background 180ms ease,color 180ms ease}.download-tabs .nav-link:hover{background:#f5f7fb;color:#1b2338!important}
.download-tabs .nav-link::after{content:"";position:absolute;right:18px;bottom:0;left:18px;height:3px;border-radius:3px 3px 0 0;background:transparent;transition:background 180ms ease}
.download-tabs .nav-link img{width:36px;height:36px;object-fit:contain;opacity:.75;transition:opacity 180ms ease,transform 180ms ease}
.download-tabs .nav-link:hover img{opacity:.92;transform:scale(1.06)}
.download-tabs .nav-item.active .nav-link,.download-tabs .nav-link.active{color:#1a8b6e!important}.download-tabs .nav-item.active .nav-link::after,.download-tabs .nav-link.active::after{background:#1a9c7a;height:3px}.download-tabs .nav-link.active img{opacity:1;transform:scale(1.04)}
.download-tabs .nav-link:focus-visible,.convert-tool a:focus-visible,.download-result__back:focus-visible{outline:3px solid rgba(56,85,238,.25);outline-offset:-3px}
.download-tab-content{min-width:0}.download-tab-content>.tab-pane{min-width:0}
.download-methods{display:grid;grid-template-columns:repeat(3,1fr);margin-bottom:16px;border:1px solid #e2e6ef;border-radius:10px;background:#fff}
.download-methods article{display:flex;align-items:center;gap:12px;min-width:0;padding:16px}.download-methods article+article{border-left:1px solid #e4e7ee}.download-methods img{flex:0 0 auto;width:42px;height:42px;object-fit:contain}
.download-methods h3{margin:0 0 3px;color:#171d30;font-size:16px;line-height:1.2}.download-methods p{margin:0;color:#687083;font-size:13px;line-height:1.4}
.download-table-scroll{width:100%;overflow-x:auto;border:1px solid #e2e6ef;border-radius:10px;background:#fff}
.download-result .download-options-table{display:table!important;width:100%;min-width:680px;margin:0!important;border-collapse:collapse!important;background:#fff}
.download-result .download-options-table thead{display:table-header-group!important;background:#f7f9fc!important}.download-result .download-options-table tbody{display:table-row-group!important}.download-result .download-options-table tr{display:table-row!important;border-bottom:1px solid #e9ecf2!important;background:#fff!important}.download-result .download-options-table tr:last-child{border-bottom:0!important}
.download-result .download-options-table th,.download-result .download-options-table td{display:table-cell!important;padding:13px 14px!important;border:0!important;vertical-align:middle!important;color:#3f4658;font-size:14px;text-align:left!important}.download-result .download-options-table th{color:#202638;font-size:13px;font-weight:750;text-transform:uppercase;letter-spacing:.035em}.download-result .download-options-table td::before{display:none!important}
.download-result .download-options-table .btn{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:40px;margin:0;padding:8px 14px;border:1px solid #22a27c;border-radius:7px;background:#22a27c;color:#fff!important;font-size:13px;font-weight:700;white-space:nowrap}.download-result .download-options-table .btn:hover{border-color:#168965;background:#168965;transform:translateY(-1px)}
.download-result .download-options-table iframe{display:block;max-width:210px;border-radius:7px}
.convert-overview{display:grid;grid-template-columns:1.35fr repeat(3,1fr);align-items:center;margin-bottom:22px;border:1px solid #e1e6ef;border-radius:10px;background:linear-gradient(100deg,#fbfcff,#f7fbfa)}
.convert-overview>div,.convert-overview>article{min-width:0;padding:22px}.convert-overview>article{display:flex;align-items:center;gap:12px;border-left:1px solid #e2e6ee}.convert-overview img{flex:0 0 auto;width:48px;height:48px;object-fit:contain}.convert-overview__intro span{display:block;margin-bottom:7px;color:#3855ee;font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.convert-overview h2{margin:0 0 8px;color:#12182d;font-size:22px;line-height:1.2}.convert-overview h3{margin:0 0 5px;color:#288e75;font-size:16px}.convert-overview p{margin:0;color:#646d80;font-size:13px;line-height:1.5}
.convert-tool-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.convert-tool{display:grid;grid-template-columns:112px minmax(0,1fr);gap:17px;min-height:220px;padding:18px;border:1px solid #e1e6ef;border-radius:10px;background:#fff;transition:border-color 180ms ease,transform 180ms ease,box-shadow 180ms ease}.convert-tool:hover{border-color:#cfd8eb;box-shadow:0 10px 24px rgba(42,56,98,.08);transform:translateY(-2px)}
.convert-tool>img{width:112px;height:100%;max-height:184px;border-radius:8px;background:#f3f6ff;object-fit:contain}.convert-tool>div{display:flex;align-items:flex-start;flex-direction:column;min-width:0}.convert-tool h3{margin:4px 0 8px;color:#151b2e;font-size:18px}.convert-tool p{margin:0 0 12px;color:#626b7e;font-size:14px;line-height:1.5}.convert-tool__formats{display:block;margin-bottom:12px;color:#4b6698;font-size:11px;font-weight:750;line-height:1.6}.convert-tool a{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:42px;margin-top:auto;padding:9px 15px;border-radius:7px;background:#3855ee;color:#fff!important;font-size:13px;font-weight:750;text-decoration:none}.convert-tool a:hover{background:#2945d5}
@supports selector(:has(*)){.download-result__layout:has(#pills-convert.active){grid-template-columns:1fr}.download-result__layout:has(#pills-convert.active) .download-result__media{display:none}.download-result__layout:has(#pills-convert.active) .convert-tool-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:1060px){.download-result__layout{grid-template-columns:260px minmax(0,1fr)}.download-methods{grid-template-columns:1fr}.download-methods article+article{border-top:1px solid #e4e7ee;border-left:0}.convert-overview{grid-template-columns:1fr 1fr}.convert-overview>article{border-top:1px solid #e2e6ee}.convert-overview>article:nth-of-type(2){border-left:0}.convert-tool-grid,.download-result__layout:has(#pills-convert.active) .convert-tool-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:820px){.download-results-section{width:calc(100% - 32px);margin:42px auto 60px}.download-result{padding:18px}.download-result__layout{grid-template-columns:1fr}.download-result__media{display:grid;grid-template-columns:220px 1fr;gap:18px;padding:0 0 20px;border-right:0;border-bottom:1px solid #e5e8ef}.download-result__media #videoTitle{padding-top:5px}.download-tabs .nav-link{font-size:15px!important;min-height:60px;gap:10px}.download-tabs .nav-link img{width:30px;height:30px}}
@media(max-width:620px){.download-result{padding:14px}.download-result__media{display:block}.download-result__media #videoTitle{padding-top:14px}.download-tabs{flex-direction:column;border-radius:10px}.download-tabs .nav-item{border-right:0;border-bottom:1px solid #e4e7ee}.download-tabs .nav-item:last-child{border-bottom:0}.download-tabs .nav-link{min-height:54px}.download-tabs .nav-link img{width:28px;height:28px}.download-methods article{padding:13px}.convert-overview{grid-template-columns:1fr}.convert-overview>article{border-left:0}.convert-tool-grid,.download-result__layout:has(#pills-convert.active) .convert-tool-grid{grid-template-columns:1fr}.convert-tool{grid-template-columns:92px minmax(0,1fr);min-height:196px;padding:14px}.convert-tool>img{width:92px}.download-result .download-options-table th,.download-result .download-options-table td{padding:11px 12px!important}}
@media(prefers-reduced-motion:reduce){.convert-tool,.download-result .download-options-table .btn{transition:none}}/* search card: remove legacy nested form geometry */
.start-hero .download-entry-card form{width:100%!important;max-width:none!important;margin:0!important}
.start-hero .download-entry-card form .inner-form{align-items:stretch!important;box-shadow:none!important}
.start-hero .download-entry-card form .inner-form .input-field.second-wrap,.start-hero .download-entry-card form .inner-form .input-field.third-wrap{height:92px!important}
@media(max-width:720px){.start-hero .download-entry-card form .inner-form .input-field.second-wrap,.start-hero .download-entry-card form .inner-form .input-field.third-wrap{height:62px!important}}
/* mobile result reference layout */
@media(max-width:620px){
  .download-result{padding:0!important;border:0;background:transparent;box-shadow:none}
  .download-result__back{display:none}
  .download-result__layout{display:flex!important;flex-direction:column;gap:12px}
  .sn-video-downloader #response.download-result__options{display:contents!important}
  .download-tabs{order:1;flex-direction:row!important;margin:0!important;border-radius:12px;background:#fff;box-shadow:0 6px 18px rgba(45,59,107,.08)}
  .download-tabs .nav-item{border-right:1px solid #e4e7ee!important;border-bottom:0!important}
  .download-tabs .nav-item:last-child{border-right:0!important}
.download-tabs .nav-link{gap:6px;min-height:58px;padding:10px 6px!important;font-size:13px!important;white-space:nowrap}
.download-tabs .nav-link img{width:26px;height:26px}
.download-tabs .nav-link::after{right:10px;left:10px;height:3px}
  .download-result__media{order:2;display:grid!important;grid-template-columns:minmax(0,1.12fr) minmax(0,.88fr);gap:12px;padding:12px!important;border:1px solid #e2e7f0;border-radius:16px;background:#fff;box-shadow:0 8px 22px rgba(45,59,107,.07)}
  .download-result__media #divThumbnail{min-height:148px;border-radius:11px}
  .download-result__media #videoTitle{align-self:center;padding:0!important}
  .download-result__media #title{font-size:17px;line-height:1.35}
  .download-result__media #checkDuration{font-size:12px;line-height:1.4}
  .download-tab-content{order:3;padding:14px;border:1px solid #e2e7f0;border-radius:16px;background:#fff;box-shadow:0 8px 22px rgba(45,59,107,.07)}
  .download-tab-content::before{content:"Download Options";display:block;margin:0 0 13px;color:#151b2e;font-size:20px;font-weight:800;line-height:1.2}
  .download-methods{position:relative;grid-template-columns:repeat(3,minmax(0,1fr));margin:0 0 14px;padding-bottom:33px;border-radius:10px;overflow:hidden}
  .download-methods article{justify-content:center;gap:5px;padding:11px 4px!important;text-align:center}
  .download-methods article+article{border-top:0!important;border-left:1px solid #e4e7ee!important}
  .download-methods article:first-child{background:#f4fbf7;box-shadow:inset 0 0 0 1px #70b58c}
  .download-methods img{width:22px;height:22px}
  .download-methods h3{font-size:12px;white-space:nowrap}
  .download-methods p{display:none}
  .download-methods article:first-child p{position:absolute;right:10px;bottom:9px;left:10px;display:block;color:#53617a;font-size:12px;line-height:1.2;text-align:left}
  .download-table-scroll{overflow:hidden;border-radius:11px}
  .download-result .download-options-table{display:block!important;min-width:0!important}
  .download-result .download-options-table thead{display:none!important}
  .download-result .download-options-table tbody{display:block!important}
  .download-result .download-options-table tr{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(112px,132px);min-height:68px;border-bottom:1px solid #e8ecf2!important}
  .download-result .download-options-table td{display:block!important;min-width:0;padding:8px 10px!important;border:0!important;text-align:left!important}
  .download-result .download-options-table td:nth-child(1){grid-column:1;grid-row:1;padding-bottom:0!important;color:#1d2437;font-size:14px;font-weight:750}
  .download-result .download-options-table td:nth-child(2){grid-column:1;grid-row:2;padding-top:1px!important;color:#647087;font-size:12px}
  .download-result .download-options-table td:nth-child(3){display:flex!important;grid-column:2;grid-row:1 / span 2;align-items:center;justify-content:flex-end}
  .download-result .download-options-table td:nth-child(4){display:none!important}
  .download-result .download-options-table .btn{width:100%;min-height:37px;padding:7px 8px;font-size:12px}
  .download-result .download-options-table iframe{width:128px!important;max-width:100%!important}
  .convert-overview{margin:0 -1px 14px;grid-template-columns:1fr;border-radius:11px}.convert-overview>article{display:none}.convert-overview__intro{padding:17px!important}.convert-overview h2{font-size:19px}.convert-tool-grid,.download-result__layout:has(#pills-convert.active) .convert-tool-grid{grid-template-columns:1fr}.convert-tool{min-height:168px}
}@media(max-width:620px){
  #pills-home .download-method__quick-label{font-size:0}
  #pills-home .download-method__quick-label::after{content:"Stream & Save";font-size:12px}
  #pills-home .download-options-table .btn{font-size:0!important}
  #pills-home .download-options-table .btn>span{display:none}
  #pills-home .download-options-table .btn::after{content:"Stream & Save";font-size:12px;white-space:nowrap}
}
/* supported sites: retained as a standalone compatibility section */
.supported-sites{display:grid;grid-template-columns:minmax(240px,.8fr) minmax(0,1.2fr);gap:52px;width:min(100% - 40px,1180px);margin:76px auto;padding:48px 54px;border-radius:16px;background:#121b35;color:#fff}
.supported-sites__intro>span{display:inline-block;margin-bottom:11px;color:#6fe0b6;font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.supported-sites h2{margin:0 0 13px;font-size:38px;line-height:1.1;letter-spacing:-.025em}.supported-sites p{margin:0;color:#b9c6dd;font-size:16px;line-height:1.6}
.supported-sites ul{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;margin:0;padding:0;list-style:none}.supported-sites li{position:relative;padding:11px 9px 11px 24px;border-bottom:1px solid rgba(255,255,255,.1);color:#eff5ff;font-size:14px}.supported-sites li::before{content:"";position:absolute;top:17px;left:4px;width:7px;height:7px;border-radius:50%;background:#41c79b;box-shadow:0 0 0 4px rgba(65,199,155,.12)}
@media(max-width:820px){.supported-sites{grid-template-columns:1fr;gap:28px;padding:36px 28px}.supported-sites ul{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:520px){.supported-sites{width:calc(100% - 32px);margin:52px auto;padding:30px 22px}.supported-sites h2{font-size:29px}.supported-sites ul{grid-template-columns:1fr 1fr}.supported-sites li{padding:10px 4px 10px 20px;font-size:13px}}@media(max-width:620px){
  .download-result__media{display:block!important}
  .download-result__media #info{display:grid!important;grid-template-columns:minmax(0,1.12fr) minmax(0,.88fr);gap:12px;align-items:center;width:100%}
  .download-result__media #divThumbnail{grid-column:1;grid-row:1;margin:0}
  .download-result__media #videoTitle{grid-column:2;grid-row:1;margin:0}
}
/* mobile result action parity */
@media(max-width:620px){
  .download-result .download-options-table tr{grid-template-columns:minmax(0,1fr) minmax(118px,136px);min-height:96px}
  .download-result .download-options-table td:nth-child(3){display:flex!important;grid-column:2;grid-row:1;align-items:flex-end;justify-content:flex-end;padding-bottom:3px!important}
  .download-result .download-options-table td:nth-child(4){display:flex!important;grid-column:2;grid-row:2;align-items:flex-start;justify-content:flex-end;padding-top:3px!important}
  .download-result .download-options-table td:nth-child(3) .btn,.download-result .download-options-table td:nth-child(4) .btn{width:100%;min-height:34px;padding:7px 8px;font-size:12px;line-height:1.1;white-space:nowrap}
  .download-result .download-options-table td:nth-child(4) iframe{width:128px!important;max-width:100%!important;height:38px!important}
  #pills-home .download-options-table td:nth-child(3) .btn{font-size:0!important}
  #pills-home .download-options-table td:nth-child(3) .btn>span{display:none}
  #pills-home .download-options-table td:nth-child(3) .btn::after{content:"Stream & Save";font-size:12px;white-space:nowrap}
  #pills-home .download-options-table td:nth-child(4) .btn{font-size:12px!important}
  #pills-home .download-options-table td:nth-child(4) .btn>span{display:inline}
  #pills-home .download-options-table td:nth-child(4) .btn::after{content:none}
  #pills-profile .download-options-table tr{min-height:96px}
}

/* quota modal polish */
#3dailydownloadnew.quota-modal{background:linear-gradient(180deg,#fff 0%,#fff 50%,#f8faff 50%,#f8faff 100%);border:1px solid #e4e9f3;box-shadow:0 28px 80px rgba(17,24,48,.24);color:#151b2e}
#3dailydownloadnew .quota-modal__close{top:18px;right:22px;color:#111827;font-size:34px}
#3dailydownloadnew .quota-modal__icon{width:86px;height:86px;margin-bottom:18px;background:linear-gradient(145deg,#f1efff,#e8eeff);box-shadow:inset 0 1px 0 rgba(255,255,255,.92),0 10px 22px rgba(88,98,168,.12)}
#3dailydownloadnew .quota-modal__intro{max-width:650px;margin:0 auto;text-align:center}
#3dailydownloadnew .quota-modal__intro h2{color:#111827;font-size:clamp(26px,3vw,34px);font-weight:800;line-height:1.15;letter-spacing:0}
#3dailydownloadnew .quota-modal__intro p{color:#5d6474;font-size:16px;line-height:1.5}
#3dailydownloadnew .quota-comparison{background:#fff;margin:24px 0 26px;border:1px solid #dfe6f2;border-radius:12px;box-shadow:0 8px 26px rgba(39,52,94,.06);overflow:hidden}
#3dailydownloadnew .quota-plan{padding:22px 34px 24px;background:#fff}
#3dailydownloadnew .quota-plan+.quota-plan{border-left:1px solid #e1e7f0}
#3dailydownloadnew .quota-plan h3{gap:13px;margin-bottom:20px;font-size:18px;font-weight:800;line-height:1.25}
#3dailydownloadnew .quota-plan h3 img{width:36px;height:36px;object-fit:contain;border-radius:50%}
#3dailydownloadnew .quota-plan--free h3{color:#339198}
#3dailydownloadnew .quota-plan--desktop h3{color:#3154f4}
#3dailydownloadnew .quota-plan li{margin-top:14px;padding-left:31px;color:#3f4656;font-size:16px;line-height:1.35}
#3dailydownloadnew .quota-plan li::before{top:1px;width:19px;height:19px;background:#58a3aa;color:#fff;font-size:12px;line-height:1}
#3dailydownloadnew .quota-plan--desktop li::before{background:#3154f4}
#3dailydownloadnew .quota-comparison__vs{width:48px;height:48px;background:#f4f6fb;border:1px solid #e5eaf4;color:#6b7280;font-weight:700;text-transform:uppercase;box-shadow:0 8px 18px rgba(39,52,94,.08)}
#3dailydownloadnew .quota-modal__actions{gap:18px;max-width:660px}
#3dailydownloadnew .quota-action{min-height:54px;border-radius:9px;font-size:17px;font-weight:800;line-height:1.15}
#3dailydownloadnew .quota-action--secondary{border-color:#8b95a7;background:#fff;color:#161b26!important}
#3dailydownloadnew .quota-action--primary{border-color:#3154f4;background:#3154f4;color:#fff!important;box-shadow:0 10px 22px rgba(49,84,244,.22)}
#3dailydownloadnew .quota-action--primary span{margin-right:8px;font-size:20px;line-height:1}
@media(max-width:720px){
  #3dailydownloadnew.quota-modal{width:min(420px,calc(100% - 24px));padding:26px 18px 22px;background:#fff}
  #3dailydownloadnew .quota-comparison{grid-template-columns:1fr;margin:20px 0}
  #3dailydownloadnew .quota-plan{padding:20px 22px}
  #3dailydownloadnew .quota-plan+.quota-plan{border-top:1px solid #e1e7f0;border-left:0}
  #3dailydownloadnew .quota-modal__actions{grid-template-columns:1fr;gap:10px}
}
/* mobile result button width fix */
@media(max-width:620px){
  .download-result .download-options-table tr{grid-template-columns:minmax(0,1fr) minmax(176px,44%);min-height:auto;padding:10px 8px}
  .download-result .download-options-table td:nth-child(1){align-self:end;font-size:14px;line-height:1.2}
  .download-result .download-options-table td:nth-child(2){align-self:start;font-size:12px;line-height:1.25}
  .download-result .download-options-table td:nth-child(3),.download-result .download-options-table td:nth-child(4){justify-content:stretch!important;padding-right:0!important;padding-left:8px!important;overflow:visible!important}
  .download-result .download-options-table td:nth-child(3) .btn,.download-result .download-options-table td:nth-child(4) .btn{width:100%;min-width:0;min-height:42px;height:auto;padding:8px 10px;font-size:12px!important;line-height:1.18;white-space:normal!important;text-align:center;overflow:visible!important}
  .download-result .download-options-table td:nth-child(3) .btn span,.download-result .download-options-table td:nth-child(4) .btn span{white-space:normal!important;line-height:1.18}
  .download-result .download-options-table td:nth-child(4) iframe{width:100%!important;min-width:0!important;height:42px!important;overflow:visible!important}
  #pills-home .download-options-table td:nth-child(3) .btn::after{font-size:12px;line-height:1.18;white-space:normal!important}
}
@media(max-width:430px){
  .download-results-section{width:calc(100% - 18px)}
  .download-tab-content{padding:12px!important}
  .download-result .download-options-table tr{grid-template-columns:minmax(0,1fr) minmax(158px,46%)}
  .download-result .download-options-table td:nth-child(3) .btn,.download-result .download-options-table td:nth-child(4) .btn{font-size:11px!important;padding-inline:8px}
}

/* daily quota dialog refinement */
#3dailydownloadnew.quota-modal{width:min(760px,calc(100% - 32px));padding:0;overflow:hidden;border:1px solid #e5ebf5;border-radius:20px;background:#fff;box-shadow:0 32px 90px rgba(16,24,48,.28);color:#12182d}
#3dailydownloadnew .quota-modal__body{padding:30px 42px 24px;background:#fff}
#3dailydownloadnew .quota-modal__close{top:14px;right:16px;z-index:2;width:40px;height:40px;border-radius:50%;color:#1b2130;font-size:32px;transition:background-color 160ms ease,transform 160ms ease}
#3dailydownloadnew .quota-modal__close:hover{background:#f2f5fb;transform:scale(.96)}
#3dailydownloadnew .quota-modal__icon{width:76px;height:76px;margin:0 auto 16px;object-fit:contain;background:transparent;box-shadow:none}
#3dailydownloadnew .quota-modal__intro{max-width:610px;margin:0 auto;text-align:center}
#3dailydownloadnew .quota-modal__intro h2{margin-bottom:10px;color:#10162a;font-size:clamp(26px,3vw,32px);font-weight:850;line-height:1.12;letter-spacing:0}
#3dailydownloadnew .quota-modal__intro p{color:#5c667a;font-size:15px;line-height:1.48}
#3dailydownloadnew .quota-modal__intro a{font-weight:750;text-decoration:none}
#3dailydownloadnew .quota-comparison{margin:22px 0 0;background:#fff;border:1px solid #dfe6f1;border-radius:14px;box-shadow:0 10px 28px rgba(36,52,92,.07);overflow:hidden}
#3dailydownloadnew .quota-plan{padding:20px 28px 22px;background:#fff}
#3dailydownloadnew .quota-plan h3{gap:12px;margin-bottom:16px;font-size:17px;font-weight:850;line-height:1.2}
#3dailydownloadnew .quota-plan h3 img{width:34px;height:34px;object-fit:contain}
#3dailydownloadnew .quota-plan li{margin-top:12px;padding-left:29px;color:#3f485a;font-size:15px;line-height:1.35}
#3dailydownloadnew .quota-comparison__vs{width:44px;height:44px;background:#f7f9fd;border:1px solid #e4eaf3;color:#6f788a;font-size:12px;letter-spacing:.04em}
#3dailydownloadnew .quota-modal__actions{display:grid;grid-template-columns:1fr 1fr;gap:16px;max-width:none;margin:0;padding:22px 42px 30px;background:#f8fbff;border-top:1px solid #edf2f8}
#3dailydownloadnew .quota-action{min-height:54px;border-radius:10px;font-size:16px;font-weight:850;line-height:1.15}
#3dailydownloadnew .quota-action--secondary{border:1px solid #aab3c2;background:#fff;color:#151b28!important;box-shadow:0 1px 0 rgba(16,24,48,.04)}
#3dailydownloadnew .quota-action--primary{border:1px solid #3154f4;background:linear-gradient(180deg,#4061ff,#2f4fec);box-shadow:0 12px 24px rgba(49,84,244,.24)}
@media(max-width:720px){
  #3dailydownloadnew.quota-modal{width:min(392px,calc(100% - 20px));max-height:calc(100dvh - 20px);border-radius:18px;overflow-y:auto}
  #3dailydownloadnew .quota-modal__body{padding:24px 16px 18px}
  #3dailydownloadnew .quota-modal__close{top:10px;right:10px;width:36px;height:36px;font-size:30px}
  #3dailydownloadnew .quota-modal__icon{width:62px;height:62px;margin-bottom:12px}
  #3dailydownloadnew .quota-modal__intro h2{font-size:22px;line-height:1.16}
  #3dailydownloadnew .quota-modal__intro p{font-size:13px;line-height:1.45}
  #3dailydownloadnew .quota-comparison{grid-template-columns:1fr;margin-top:18px;border-radius:13px}
  #3dailydownloadnew .quota-plan{padding:17px 18px}
  #3dailydownloadnew .quota-plan+.quota-plan{border-top:1px solid #e1e7f0;border-left:0}
  #3dailydownloadnew .quota-plan h3{margin-bottom:12px;font-size:15px}
  #3dailydownloadnew .quota-plan h3 img{width:30px;height:30px}
  #3dailydownloadnew .quota-plan li{margin-top:9px;font-size:13px;line-height:1.3}
  #3dailydownloadnew .quota-comparison__vs{display:none}
  #3dailydownloadnew .quota-modal__actions{grid-template-columns:1fr;gap:10px;padding:16px;background:#f8fbff}
  #3dailydownloadnew .quota-action{min-height:48px;font-size:15px}
}
/* mobile media overlap fix */
@media(max-width:620px){
  .download-result__media{display:block!important;overflow:hidden!important}
  .download-result__media #info{display:block!important;grid-template-columns:none!important;width:100%;overflow:hidden!important}
  .download-result__media #divThumbnail{display:block!important;width:100%!important;max-width:100%!important;min-height:0!important;aspect-ratio:16/9;grid-column:auto!important;grid-row:auto!important;overflow:hidden!important;border-radius:14px!important}
  .download-result__media #thumbnail,.download-result__media #thumbnail>*{display:block!important;width:100%!important;max-width:100%!important;height:100%!important;min-width:0!important}
  .download-result__media #thumbnail iframe,.download-result__media #thumbnail video,.download-result__media #thumbnail img{display:block!important;width:100%!important;max-width:100%!important;height:100%!important;min-width:0!important;object-fit:cover!important;border:0!important}
  .download-result__media #videoTitle{display:block!important;margin-top:14px!important;padding:0 2px!important;grid-column:auto!important;grid-row:auto!important;max-width:100%!important;overflow:hidden!important;text-align:left!important}
  .download-result__media #title{display:block!important;max-width:100%!important;font-size:18px!important;line-height:1.28!important;overflow-wrap:anywhere!important;word-break:normal!important}
  .download-result__media #checkDuration{font-size:12px!important;line-height:1.35!important}
}

/* mobile iframe action fix */
@media(max-width:620px){
  .download-result .download-options-table tr{grid-template-columns:minmax(0,1fr) minmax(210px,52%);gap:6px 8px;align-items:center;overflow:visible!important}
  .download-result .download-options-table td:nth-child(3),.download-result .download-options-table td:nth-child(4){min-width:0!important;overflow:visible!important}
  .download-result .download-options-table td:nth-child(3) iframe,.download-result .download-options-table td:nth-child(4) iframe{display:block!important;width:100%!important;min-width:0!important;max-width:100%!important;height:72px!important;min-height:72px!important;border:0!important;overflow:visible!important;border-radius:10px!important}
  .download-result .download-options-table td:nth-child(3) .btn,.download-result .download-options-table td:nth-child(4) .btn{min-height:50px!important;border-radius:10px!important}
}
@media(max-width:430px){
  .download-result .download-options-table tr{grid-template-columns:minmax(0,.9fr) minmax(196px,54%)}
  .download-result .download-options-table td:nth-child(3) iframe,.download-result .download-options-table td:nth-child(4) iframe{height:76px!important;min-height:76px!important}
}
/* daily quota reference match */
#3dailydownloadnew.quota-modal{width:min(860px,calc(100% - 32px));max-height:calc(100dvh - 32px);padding:0;overflow:hidden;border:1px solid #e4e8f1;border-radius:18px;background:#fff;box-shadow:0 28px 80px rgba(18,24,44,.28);color:#101522}
#3dailydownloadnew .quota-modal__body{padding:30px 48px 0;background:#fff}
#3dailydownloadnew .quota-modal__close{top:18px;right:22px;z-index:3;width:38px;height:38px;border-radius:50%;color:#101318;font-size:34px;line-height:1}
#3dailydownloadnew .quota-modal__close:hover{background:#f4f6fb;transform:none}
#3dailydownloadnew .quota-modal__icon{width:88px;height:88px;margin:0 auto 20px;object-fit:contain;background:transparent;box-shadow:none}
#3dailydownloadnew .quota-modal__intro{max-width:650px;margin:0 auto;text-align:center}
#3dailydownloadnew .quota-modal__intro h2{margin:0 0 10px;color:#05070d;font-size:clamp(26px,3vw,34px);font-weight:850;line-height:1.15;letter-spacing:0}
#3dailydownloadnew .quota-modal__intro p{margin:0;color:#5d6372;font-size:16px;line-height:1.45}
#3dailydownloadnew .quota-modal__intro a{color:#3157f3!important;font-weight:700;text-decoration:none}
#3dailydownloadnew .quota-comparison{position:relative;display:grid;grid-template-columns:1fr 1fr;margin:24px 0 0;border:1px solid #dfe5f0;border-radius:9px;background:#fff;box-shadow:none;overflow:visible}
#3dailydownloadnew .quota-plan{padding:22px 36px 26px;background:#fff;text-align:left}
#3dailydownloadnew .quota-plan+.quota-plan{border-left:1px solid #e0e5ef}
#3dailydownloadnew .quota-plan h3{display:flex;align-items:center;gap:13px;margin:0 0 17px;font-size:17px;font-weight:850;line-height:1.2}
#3dailydownloadnew .quota-plan h3 img{width:36px;height:36px;object-fit:contain;border-radius:0}
#3dailydownloadnew .quota-plan--free h3{color:#45949a}
#3dailydownloadnew .quota-plan--desktop h3{color:#3157f3}
#3dailydownloadnew .quota-plan ul{width:100%;margin:0;padding:0;list-style:none}
#3dailydownloadnew .quota-plan li{position:relative;margin:14px 0 0;padding-left:31px;color:#3f4655;font-size:15px;line-height:1.35;list-style:none}
#3dailydownloadnew .quota-plan li::before{content:"✓";position:absolute;top:1px;left:0;display:grid;place-items:center;width:19px;height:19px;border-radius:50%;color:#fff;font-size:12px;font-weight:850;line-height:1}
#3dailydownloadnew .quota-plan--free li::before{background:#5f9da2}
#3dailydownloadnew .quota-plan--desktop li::before{background:#3457ee}
#3dailydownloadnew .quota-comparison__vs{position:absolute;top:50%;left:50%;z-index:2;display:grid;place-items:center;width:42px;height:42px;border:0;border-radius:50%;background:#f3f5fa;color:#707784;font-size:13px;font-weight:700;text-transform:lowercase;letter-spacing:0;box-shadow:none;transform:translate(-50%,-50%)}
#3dailydownloadnew .quota-modal__actions{display:grid;grid-template-columns:1fr 1fr;gap:22px;max-width:650px;margin:0 auto;padding:26px 0 30px;background:#fff;border-top:0}
#3dailydownloadnew .quota-action{min-height:54px;border-radius:7px;font-size:17px;font-weight:850;line-height:1.15}
#3dailydownloadnew .quota-action--secondary{border:1px solid #6c7480;background:#fff;color:#171b23!important;box-shadow:none}
#3dailydownloadnew .quota-action--primary{border:1px solid #3157f3;background:#3157f3;color:#fff!important;box-shadow:0 10px 22px rgba(49,87,243,.2)}
#3dailydownloadnew .quota-action--primary span{margin-right:8px;font-size:20px;line-height:1}
@media(max-width:720px){
  #3dailydownloadnew.quota-modal{width:min(430px,calc(100% - 20px));max-height:calc(100dvh - 20px);border-radius:16px;overflow-y:auto}
  #3dailydownloadnew .quota-modal__body{padding:24px 16px 0}
  #3dailydownloadnew .quota-modal__close{top:8px;right:8px;width:36px;height:36px;font-size:30px}
  #3dailydownloadnew .quota-modal__icon{width:66px;height:66px;margin-bottom:14px}
  #3dailydownloadnew .quota-modal__intro h2{font-size:22px;line-height:1.16}
  #3dailydownloadnew .quota-modal__intro p{font-size:13px;line-height:1.45}
  #3dailydownloadnew .quota-comparison{grid-template-columns:1fr;margin-top:18px;overflow:hidden}
  #3dailydownloadnew .quota-plan{padding:18px 20px}
  #3dailydownloadnew .quota-plan+.quota-plan{border-top:1px solid #e0e5ef;border-left:0}
  #3dailydownloadnew .quota-plan h3{margin-bottom:12px;font-size:15px}
  #3dailydownloadnew .quota-plan h3 img{width:30px;height:30px}
  #3dailydownloadnew .quota-plan li{margin-top:9px;font-size:13px}
  #3dailydownloadnew .quota-comparison__vs{display:none}
  #3dailydownloadnew .quota-modal__actions{grid-template-columns:1fr;gap:10px;padding:18px 16px 22px;max-width:none}
  #3dailydownloadnew .quota-action{min-height:48px;font-size:15px}
}
/* daily quota SaaS modal */
#quotaOverlay.quota-overlay{background:rgba(243,245,247,.94);backdrop-filter:blur(3px)}
[id="3dailydownloadnew"].quota-modal{width:min(680px,calc(100% - 32px));max-height:calc(100dvh - 32px);padding:0;overflow:hidden;border:1px solid #e5e7eb;border-radius:20px;background:#fff;box-shadow:0 24px 64px rgba(31,41,55,.16);color:#1f2937;font-family:Inter,"Segoe UI","Helvetica Neue",Arial,sans-serif}
[id="3dailydownloadnew"] .quota-modal__body{padding:34px 38px 0;background:#fff}
[id="3dailydownloadnew"] .quota-modal__close{top:16px;right:18px;z-index:3;width:36px;height:36px;border-radius:10px;color:#1f2937;font-size:32px;line-height:1;transition:background-color 160ms ease,color 160ms ease}
[id="3dailydownloadnew"] .quota-modal__close:hover{background:#f3f5f7;color:#111827;transform:none}
[id="3dailydownloadnew"] .quota-modal__icon{width:72px;height:72px;margin:0 auto 16px;object-fit:contain;background:transparent;box-shadow:none}
[id="3dailydownloadnew"] .quota-modal__intro{max-width:570px;margin:0 auto;text-align:center}
[id="3dailydownloadnew"] .quota-modal__intro h2{margin:0 0 14px;color:#1f2937;font-size:28px;font-weight:800;line-height:1.2;letter-spacing:-.025em}
[id="3dailydownloadnew"] .quota-modal__intro p{margin:0;color:#6b7280;font-size:15px;font-weight:500;line-height:1.55}
[id="3dailydownloadnew"] .quota-modal__intro a{color:#2563eb!important;font-weight:650;text-decoration:none}
[id="3dailydownloadnew"] .quota-comparison{position:relative;display:grid;grid-template-columns:1fr 1fr;margin:28px 0 0;border:0;border-top:1px solid #e5e7eb;border-radius:0;background:#fff;box-shadow:none;overflow:visible}
[id="3dailydownloadnew"] .quota-plan{padding:26px 30px 24px;background:#fff;text-align:center}
[id="3dailydownloadnew"] .quota-plan+.quota-plan{border-left:1px solid #e5e7eb}
[id="3dailydownloadnew"] .quota-plan h3{display:flex;align-items:center;justify-content:center;gap:10px;margin:0 0 18px;font-size:17px;font-weight:700;line-height:1.25}
[id="3dailydownloadnew"] .quota-plan h3 img{width:32px;height:32px;object-fit:contain;border-radius:0}
[id="3dailydownloadnew"] .quota-plan--free h3{color:#14b8a6}
[id="3dailydownloadnew"] .quota-plan--desktop h3{color:#2563eb}
[id="3dailydownloadnew"] .quota-plan ul{width:max-content;max-width:100%;margin:0 auto;padding:0;list-style:none;text-align:left}
[id="3dailydownloadnew"] .quota-plan li{position:relative;margin:12px 0 0;padding-left:27px;color:#4b5563;font-size:14px;line-height:1.4;list-style:none}
[id="3dailydownloadnew"] .quota-plan li::before{content:"✓";position:absolute;top:0;left:0;display:grid;place-items:center;width:18px;height:18px;border-radius:50%;color:#fff;font-size:11px;font-weight:800;line-height:1}
[id="3dailydownloadnew"] .quota-plan--free li::before{background:#14b8a6}
[id="3dailydownloadnew"] .quota-plan--desktop li::before{background:#2563eb}
[id="3dailydownloadnew"] .quota-comparison__vs{position:absolute;top:50%;left:50%;z-index:2;display:grid;place-items:center;width:38px;height:38px;border:1px solid #e5e7eb;border-radius:50%;background:#f3f5f7;color:#6b7280;font-size:12px;font-weight:700;text-transform:lowercase;letter-spacing:0;box-shadow:0 0 0 6px #fff;transform:translate(-50%,-50%)}
[id="3dailydownloadnew"] .quota-modal__actions{display:grid;grid-template-columns:1fr 1fr;gap:16px;max-width:none;margin:0;padding:24px 38px 32px;background:#fff;border-top:1px solid #e5e7eb}
[id="3dailydownloadnew"] .quota-action{min-height:48px;padding:10px 18px;border-radius:12px;font-size:15px;font-weight:700;line-height:1.2}
[id="3dailydownloadnew"] .quota-action--secondary{border:1px solid #d1d5db;background:#fff;color:#1f2937!important;box-shadow:none}
[id="3dailydownloadnew"] .quota-action--secondary:hover{background:#f9fafb;border-color:#9ca3af}
[id="3dailydownloadnew"] .quota-action--primary{border:1px solid #2563eb;background:#2563eb;color:#fff!important;box-shadow:0 8px 18px rgba(37,99,235,.2)}
[id="3dailydownloadnew"] .quota-action--primary:hover{background:#1d4ed8;border-color:#1d4ed8}
[id="3dailydownloadnew"] .quota-action--primary span{margin-right:7px;font-size:18px;line-height:1}
@media(max-width:720px){
  [id="3dailydownloadnew"].quota-modal{width:min(420px,calc(100% - 20px));max-height:calc(100dvh - 20px);border-radius:18px;overflow-y:auto}
  [id="3dailydownloadnew"] .quota-modal__body{padding:26px 18px 0}
  [id="3dailydownloadnew"] .quota-modal__close{top:10px;right:10px}
  [id="3dailydownloadnew"] .quota-modal__icon{width:62px;height:62px;margin-bottom:14px}
  [id="3dailydownloadnew"] .quota-modal__intro h2{margin-bottom:10px;font-size:22px;line-height:1.2}
  [id="3dailydownloadnew"] .quota-modal__intro p{font-size:13px;line-height:1.5}
  [id="3dailydownloadnew"] .quota-comparison{grid-template-columns:1fr;margin-top:22px;overflow:hidden}
  [id="3dailydownloadnew"] .quota-plan{padding:20px 22px;text-align:left}
  [id="3dailydownloadnew"] .quota-plan+.quota-plan{border-top:1px solid #e5e7eb;border-left:0}
  [id="3dailydownloadnew"] .quota-plan h3{justify-content:flex-start;margin-bottom:12px;font-size:15px}
  [id="3dailydownloadnew"] .quota-plan ul{width:100%}
  [id="3dailydownloadnew"] .quota-plan li{margin-top:10px;font-size:13px}
  [id="3dailydownloadnew"] .quota-comparison__vs{display:none}
  [id="3dailydownloadnew"] .quota-modal__actions{grid-template-columns:1fr;gap:10px;padding:18px}
  [id="3dailydownloadnew"] .quota-action{min-height:48px;font-size:14px}
}


/* dialog desktop width guard */
@media(min-width:721px){
  [id="25minlimit"].quota-modal{width:min(960px,calc(100% - 48px))}
  [id="3dailydownloadnew"].quota-modal{width:min(960px,calc(100% - 48px))}
  #unsupportedLinkDialog{width:min(960px,calc(100% - 48px))}
  #errordialogwindow{width:min(960px,calc(100% - 48px))}
  .pop-box-store{width:min(960px,calc(100% - 48px))}
}
/* media search results redesign */
.media-results-region{width:min(100% - 40px,1200px);margin:64px auto 0;padding:0!important}
.media-search-results{font-family:inherit;overflow:hidden;border:1px solid #dfe6ec;border-radius:22px;background:#fff;box-shadow:0 20px 55px rgba(31,50,74,.1);color:#0f2533;text-align:left}
.media-search-results button,.media-search-results a{font-family:inherit}
.media-search-results__header{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;padding:32px 36px 24px;border-bottom:1px solid #e5ebef;background:linear-gradient(180deg,#fff,#fbfdfd)}
.media-search-results__eyebrow{display:block;margin-bottom:7px;color:#078d78;font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
.media-search-results__header h2{margin:0;color:#102531;font-size:clamp(25px,3vw,34px);font-weight:800;line-height:1.15;letter-spacing:-.025em}
.media-search-results__header p{margin:9px 0 0;color:#526574;font-size:15px;line-height:1.5}
.media-search-results__count{flex:0 0 auto;padding:8px 13px;border:1px solid #cceae3;border-radius:999px;background:#f0fbf8;color:#087b69;font-size:13px;font-weight:750}
.media-search-results__count:empty{display:none}
.media-search-results .custom-tab-container{display:flex;float:none;width:auto;margin:24px 36px 20px;padding:5px;border:1px solid #dce5e8;border-radius:12px;background:#f3f7f7;overflow:visible}
.media-search-results .custom-tab-container .tablinks{display:flex;align-items:center;justify-content:center;gap:9px;float:none;width:50%;min-height:48px;padding:10px 18px;border:0;border-radius:9px;background:transparent;color:#50626e;font-size:15px;font-weight:700;cursor:pointer;transition:background-color 200ms ease,color 200ms ease,box-shadow 200ms ease}
.media-search-results .custom-tab-container .tablinks:hover{background:#e8f2f0;color:#123e38}
.media-search-results .custom-tab-container .tablinks.active{border-radius:9px;background:#0b9f89;color:#fff;box-shadow:0 5px 14px rgba(11,159,137,.2)}
.media-search-results .custom-tab-container .tablinks:focus-visible{outline:3px solid rgba(11,159,137,.26);outline-offset:2px}
.media-search-results .custom-tab-container .tablinks i{font-size:18px}
.media-search-results .tabcontent{padding:0 36px 34px;border:0;background:#fff}
.media-search-results__list,.media-search-results__direct{align-items:stretch!important;gap:14px;width:100%}
.media-search-results__direct:empty{display:none!important}
.media-search-card{display:grid;grid-template-columns:230px minmax(0,1fr);width:100%;min-height:174px;overflow:hidden;border:1px solid #dfe6e9;border-radius:14px;background:#fff;box-shadow:0 5px 16px rgba(28,52,68,.055);transition:border-color 200ms ease,box-shadow 200ms ease,transform 200ms ease}
.media-search-card:hover{border-color:#a9d9d1;box-shadow:0 12px 28px rgba(28,72,68,.11);transform:translateY(-1px)}
.media-search-card__thumb{position:relative;min-height:174px;overflow:hidden;background:#e9eff1}
.media-search-card__thumb img{display:block;width:100%;height:100%;min-height:174px;object-fit:cover}
.media-search-card__duration{position:absolute;right:10px;bottom:10px;padding:5px 8px;border-radius:6px;background:rgba(9,20,28,.84);color:#fff;font-size:12px;font-weight:750;line-height:1}
.media-search-card__body{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-template-rows:auto auto 1fr;gap:8px 24px;padding:22px 24px}
.media-search-card__source{display:inline-flex;align-items:center;gap:7px;width:max-content;color:#078d78;font-size:12px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}
.media-search-card__source .fa-youtube{color:#e11d48}.media-search-card__source .fa-spotify{color:#159447}
.media-search-card h3{grid-column:1;margin:0;color:#102531;font-size:18px;font-weight:750;line-height:1.35;display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}
.media-search-card__meta{display:flex;align-self:end;flex-wrap:wrap;gap:8px 18px;color:#60727f;font-size:13px}
.media-search-card__meta span+span{position:relative}.media-search-card__meta span+span::before{content:"";position:absolute;top:50%;left:-10px;width:3px;height:3px;border-radius:50%;background:#9aabb5;transform:translateY(-50%)}
.media-search-card__action{display:inline-flex;grid-column:2;grid-row:1 / span 3;align-self:center;align-items:center;justify-content:center;gap:9px;min-width:142px;min-height:46px;padding:10px 18px;border-radius:10px;background:#0b9f89;color:#fff!important;font-size:14px;font-weight:750;text-decoration:none;transition:background-color 200ms ease,box-shadow 200ms ease}
.media-search-card__action:hover{background:#087f6e;box-shadow:0 7px 16px rgba(11,159,137,.22)}
.media-search-card__action:focus-visible{outline:3px solid rgba(11,159,137,.3);outline-offset:3px}
@media(max-width:720px){
  .media-results-region{width:calc(100% - 24px);margin-top:42px}
  .media-search-results{border-radius:17px}
  .media-search-results button,.media-search-results a{font-family:inherit}
.media-search-results__header{align-items:flex-start;flex-direction:column;padding:24px 20px 19px}
  .media-search-results__header h2{font-size:25px}
  .media-search-results__header p{font-size:14px}
  .media-search-results .custom-tab-container{margin:18px 16px 16px}
  .media-search-results .custom-tab-container .tablinks{min-height:44px;padding:9px 10px;font-size:14px}
  .media-search-results .tabcontent{padding:0 16px 20px}
  .media-search-card{grid-template-columns:112px minmax(0,1fr);min-height:142px;border-radius:12px}
  .media-search-card__thumb{min-height:142px}.media-search-card__thumb img{min-height:142px}
  .media-search-card__body{display:flex;align-items:flex-start;flex-direction:column;gap:7px;padding:14px}
  .media-search-card h3{font-size:15px;-webkit-line-clamp:3}
  .media-search-card__meta{gap:5px 14px;font-size:12px}
  .media-search-card__action{align-self:stretch;width:100%;min-width:0;min-height:40px;margin-top:auto;padding:8px 12px;font-size:13px}
}
@media(max-width:430px){
  .media-search-card{grid-template-columns:96px minmax(0,1fr)}
  .media-search-card__body{padding:12px}
  .media-search-card__source{font-size:10px}
  .media-search-card h3{font-size:14px}
}
@media(prefers-reduced-motion:reduce){.media-search-card,.media-search-card__action,.media-search-results .custom-tab-container .tablinks{transition:none}.media-search-card:hover{transform:none}}
/* audio-only result preview */
.download-result__media #divThumbnail.has-audio-preview{aspect-ratio:auto;overflow:visible;background:transparent}
.download-result__media .download-result__audio-preview{position:relative;z-index:2;display:block;width:100%;margin-top:16px;visibility:visible;opacity:1}
.download-result__media .download-result__audio-preview audio{display:block!important;width:100%!important;height:44px!important;min-height:44px!important;margin:0;visibility:visible!important;opacity:1!important}
@media(max-width:620px){
  .download-result__media .download-result__audio-preview{width:100%;margin-top:10px}
  .download-result__media .download-result__audio-preview audio{height:44px!important;min-height:44px!important}
}