:root{--breez-primary:var(--brand,#5271ff);--breez-primary-hover:var(--brand-hover,#3d5ce6);--breez-primary-deep:var(--brand-deep,#2a3db3);--breez-primary-light:var(--brand-light,#eceeff);--breez-primary-glow:var(--brand-glow,rgba(82,113,255,.35));--breez-success-emerald:#11a866;--breez-warning-red:#e14949;--breez-info-purple:#7b61ff;--breez-neutral-dark:#374151;--breez-neutral-light:#f8fafc;--breez-primary-navy:var(--breez-primary-deep);--breez-accent-blue:var(--breez-primary);--breez-font-family:var(--font-inter,"Inter"),system-ui,sans-serif;--breez-font-size-base:14px;--breez-font-weight-label:600;--breez-card-shadow:0 2px 8px rgba(15,23,42,.06);--breez-radius-button:9999px;--breez-radius-card:16px;--breez-radius-input:12px;--breez-touch-target-min:44px}body{font-family:var(--breez-font-family);font-size:var(--breez-font-size-base);color:var(--breez-neutral-dark)}.breez-card{background:#fff;border-radius:var(--breez-radius-card);box-shadow:var(--breez-card-shadow);border:1px solid #e5e7eb;transition:all .2s cubic-bezier(.25,.46,.45,.94)}.breez-card:hover{box-shadow:0 8px 24px rgba(15,23,42,.09);transform:translateY(-2px)}.breez-card--bordered{border:2px solid #e5e7eb}.breez-card--selected{border-color:var(--breez-primary);background:rgba(82,113,255,.02)}.breez-select{min-height:var(--breez-touch-target-min);border-radius:var(--breez-radius-input);border:1px solid #d1d5db;font-size:var(--breez-font-size-base);transition:all .2s ease}.breez-select:focus{outline:2px solid var(--breez-primary);outline-offset:2px;border-color:var(--breez-primary)}.breez-button{min-height:var(--breez-touch-target-min);border-radius:var(--breez-radius-button);font-weight:var(--breez-font-weight-label);font-size:var(--breez-font-size-base);transition:all .2s cubic-bezier(.25,.46,.45,.94);cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:8px}.breez-button--primary{background:var(--breez-primary);color:#fff;border:none;box-shadow:0 2px 8px var(--breez-primary-glow)}.breez-button--primary:hover{background:var(--breez-primary-hover);transform:translateY(-1px);box-shadow:0 4px 16px var(--breez-primary-glow)}.breez-button--secondary{background:var(--breez-primary-deep);color:#fff;border:none}.breez-button--secondary:hover{background:var(--breez-primary);transform:translateY(-1px);box-shadow:0 4px 12px var(--breez-primary-glow)}.breez-button--outline{background:#fff;color:var(--breez-primary);border:2px solid var(--breez-primary)}.breez-button--outline:hover{background:var(--breez-primary-light);border-color:var(--breez-primary-hover)}.breez-input{min-height:var(--breez-touch-target-min);border-radius:8px;border:1px solid #d1d5db;padding:12px 16px;font-size:var(--breez-font-size-base);transition:all .2s ease;width:100%}.breez-input:focus{outline:2px solid var(--breez-accent-blue);outline-offset:2px;border-color:var(--breez-accent-blue)}.breez-input--error{border-color:var(--breez-warning-red)}.breez-input--error:focus{outline-color:var(--breez-warning-red)}.breez-label{font-size:var(--breez-font-size-base);color:var(--breez-neutral-dark);margin-bottom:8px;display:block}.breez-badge,.breez-label{font-weight:var(--breez-font-weight-label)}.breez-badge{display:inline-flex;align-items:center;gap:4px;padding:4px 12px;border-radius:20px;font-size:12px;text-transform:uppercase;letter-spacing:.025em}.breez-badge--success{background:rgba(17,168,102,.1);color:var(--breez-success-emerald)}.breez-badge--warning{background:rgba(225,73,73,.1);color:var(--breez-warning-red)}.breez-badge--info{background:rgba(123,97,255,.1);color:var(--breez-info-purple)}.breez-badge--primary{background:rgba(6,59,122,.1);color:var(--breez-primary-navy)}.breez-progress{width:100%;height:8px;background:hsla(0,0%,100%,.2);border-radius:4px;overflow:hidden}.breez-progress__bar{height:100%;background:linear-gradient(90deg,var(--breez-primary-navy) 0,var(--breez-info-purple) 100%);transition:width .3s ease;border-radius:4px}.breez-modal{background:#fff;border-radius:16px;box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04);max-width:90vw;max-height:90vh;overflow:hidden}.animate-shake{animation:shake .5s ease-in-out}@keyframes shake{0%,to{transform:translateX(0)}25%{transform:translateX(-4px)}75%{transform:translateX(4px)}}.animate-fade-in{animation:fadeIn .3s ease-in-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.breez-button:focus,.breez-input:focus,.breez-select:focus{outline:2px solid var(--breez-accent-blue);outline-offset:2px}@media (prefers-contrast:high){.breez-button--outline,.breez-card{border-width:2px}}@media (prefers-reduced-motion:reduce){.breez-button,.breez-card,.breez-input,.breez-progress__bar,.breez-select{transition:none}.animate-fade-in,.animate-shake{animation:none}}@media (prefers-color-scheme:dark){:root{--breez-neutral-dark:#f9fafb;--breez-neutral-light:#1f2937}.breez-card,.breez-input,.breez-select{background:#374151;border-color:#4b5563}.breez-input,.breez-select{color:#f9fafb}}@media (max-width:768px){.breez-card{border-radius:8px}.breez-modal{border-radius:12px;margin:16px}.breez-button,.breez-input,.breez-select{min-height:48px}}@media print{.breez-card{box-shadow:none;border:1px solid #000}.breez-button{border:1px solid #000;background:#fff!important;color:#000!important}}.condition-card{padding:1rem;border-radius:.375rem;border:1px solid #d8b4fe;background-color:rgba(250,245,255,.4)}.condition-card+.condition-card{margin-top:1.5rem}.input-sm{height:2.25rem;width:100%;border:1px solid #d8b4fe;border-radius:.125rem;padding-left:.5rem;padding-right:.5rem;font-size:.875rem;line-height:1.25rem}.input-sm:focus{outline:none;box-shadow:0 0 0 2px #c084fc}textarea.input-sm{padding-top:.25rem;padding-bottom:.25rem;max-height:5rem;resize:none}.input-error{border-color:#f97316;box-shadow:0 0 0 2px #fdba74}@font-face{font-family:"__Noto_Serif_81f11e";font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/7b800e61c24d781c-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:"__Noto_Serif_81f11e";font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/dcd0d8c94b74be53-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:"__Noto_Serif_81f11e";font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/435d7d3c1b2ff02f-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:"__Noto_Serif_81f11e";font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/ba6607e4cc7979de-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:"__Noto_Serif_81f11e";font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/3ba05cde04a1b013-s.woff2) format("woff2");unicode-range:u+0302-0303,u+0305,u+0307-0308,u+0310,u+0312,u+0315,u+031a,u+0326-0327,u+032c,u+032f-0330,u+0332-0333,u+0338,u+033a,u+0346,u+034d,u+0391-03a1,u+03a3-03a9,u+03b1-03c9,u+03d1,u+03d5-03d6,u+03f0-03f1,u+03f4-03f5,u+2016-2017,u+2034-2038,u+203c,u+2040,u+2043,u+2047,u+2050,u+2057,u+205f,u+2070-2071,u+2074-208e,u+2090-209c,u+20d0-20dc,u+20e1,u+20e5-20ef,u+2100-2112,u+2114-2115,u+2117-2121,u+2123-214f,u+2190,u+2192,u+2194-21ae,u+21b0-21e5,u+21f1-21f2,u+21f4-2211,u+2213-2214,u+2216-22ff,u+2308-230b,u+2310,u+2319,u+231c-2321,u+2336-237a,u+237c,u+2395,u+239b-23b7,u+23d0,u+23dc-23e1,u+2474-2475,u+25af,u+25b3,u+25b7,u+25bd,u+25c1,u+25ca,u+25cc,u+25fb,u+266d-266f,u+27c0-27ff,u+2900-2aff,u+2b0e-2b11,u+2b30-2b4c,u+2bfe,u+3030,u+ff5b,u+ff5d,u+1d400-1d7ff,u+1ee??}@font-face{font-family:"__Noto_Serif_81f11e";font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/d4548b25969cca89-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:"__Noto_Serif_81f11e";font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/f1c328b8a9761933-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:"__Noto_Serif_81f11e";font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/30d74baa196fe88a-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:"__Noto_Serif_81f11e";font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/7b800e61c24d781c-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:"__Noto_Serif_81f11e";font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/dcd0d8c94b74be53-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:"__Noto_Serif_81f11e";font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/435d7d3c1b2ff02f-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:"__Noto_Serif_81f11e";font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/ba6607e4cc7979de-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:"__Noto_Serif_81f11e";font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/3ba05cde04a1b013-s.woff2) format("woff2");unicode-range:u+0302-0303,u+0305,u+0307-0308,u+0310,u+0312,u+0315,u+031a,u+0326-0327,u+032c,u+032f-0330,u+0332-0333,u+0338,u+033a,u+0346,u+034d,u+0391-03a1,u+03a3-03a9,u+03b1-03c9,u+03d1,u+03d5-03d6,u+03f0-03f1,u+03f4-03f5,u+2016-2017,u+2034-2038,u+203c,u+2040,u+2043,u+2047,u+2050,u+2057,u+205f,u+2070-2071,u+2074-208e,u+2090-209c,u+20d0-20dc,u+20e1,u+20e5-20ef,u+2100-2112,u+2114-2115,u+2117-2121,u+2123-214f,u+2190,u+2192,u+2194-21ae,u+21b0-21e5,u+21f1-21f2,u+21f4-2211,u+2213-2214,u+2216-22ff,u+2308-230b,u+2310,u+2319,u+231c-2321,u+2336-237a,u+237c,u+2395,u+239b-23b7,u+23d0,u+23dc-23e1,u+2474-2475,u+25af,u+25b3,u+25b7,u+25bd,u+25c1,u+25ca,u+25cc,u+25fb,u+266d-266f,u+27c0-27ff,u+2900-2aff,u+2b0e-2b11,u+2b30-2b4c,u+2bfe,u+3030,u+ff5b,u+ff5d,u+1d400-1d7ff,u+1ee??}@font-face{font-family:"__Noto_Serif_81f11e";font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/d4548b25969cca89-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:"__Noto_Serif_81f11e";font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/f1c328b8a9761933-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:"__Noto_Serif_81f11e";font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/30d74baa196fe88a-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:"__Noto_Serif_81f11e";font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/7b800e61c24d781c-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:"__Noto_Serif_81f11e";font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/dcd0d8c94b74be53-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:"__Noto_Serif_81f11e";font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/435d7d3c1b2ff02f-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:"__Noto_Serif_81f11e";font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/ba6607e4cc7979de-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:"__Noto_Serif_81f11e";font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/3ba05cde04a1b013-s.woff2) format("woff2");unicode-range:u+0302-0303,u+0305,u+0307-0308,u+0310,u+0312,u+0315,u+031a,u+0326-0327,u+032c,u+032f-0330,u+0332-0333,u+0338,u+033a,u+0346,u+034d,u+0391-03a1,u+03a3-03a9,u+03b1-03c9,u+03d1,u+03d5-03d6,u+03f0-03f1,u+03f4-03f5,u+2016-2017,u+2034-2038,u+203c,u+2040,u+2043,u+2047,u+2050,u+2057,u+205f,u+2070-2071,u+2074-208e,u+2090-209c,u+20d0-20dc,u+20e1,u+20e5-20ef,u+2100-2112,u+2114-2115,u+2117-2121,u+2123-214f,u+2190,u+2192,u+2194-21ae,u+21b0-21e5,u+21f1-21f2,u+21f4-2211,u+2213-2214,u+2216-22ff,u+2308-230b,u+2310,u+2319,u+231c-2321,u+2336-237a,u+237c,u+2395,u+239b-23b7,u+23d0,u+23dc-23e1,u+2474-2475,u+25af,u+25b3,u+25b7,u+25bd,u+25c1,u+25ca,u+25cc,u+25fb,u+266d-266f,u+27c0-27ff,u+2900-2aff,u+2b0e-2b11,u+2b30-2b4c,u+2bfe,u+3030,u+ff5b,u+ff5d,u+1d400-1d7ff,u+1ee??}@font-face{font-family:"__Noto_Serif_81f11e";font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/d4548b25969cca89-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:"__Noto_Serif_81f11e";font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/f1c328b8a9761933-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:"__Noto_Serif_81f11e";font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/30d74baa196fe88a-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:"__Noto_Serif_81f11e";font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/7b800e61c24d781c-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:"__Noto_Serif_81f11e";font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/dcd0d8c94b74be53-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:"__Noto_Serif_81f11e";font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/435d7d3c1b2ff02f-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:"__Noto_Serif_81f11e";font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/ba6607e4cc7979de-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:"__Noto_Serif_81f11e";font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/3ba05cde04a1b013-s.woff2) format("woff2");unicode-range:u+0302-0303,u+0305,u+0307-0308,u+0310,u+0312,u+0315,u+031a,u+0326-0327,u+032c,u+032f-0330,u+0332-0333,u+0338,u+033a,u+0346,u+034d,u+0391-03a1,u+03a3-03a9,u+03b1-03c9,u+03d1,u+03d5-03d6,u+03f0-03f1,u+03f4-03f5,u+2016-2017,u+2034-2038,u+203c,u+2040,u+2043,u+2047,u+2050,u+2057,u+205f,u+2070-2071,u+2074-208e,u+2090-209c,u+20d0-20dc,u+20e1,u+20e5-20ef,u+2100-2112,u+2114-2115,u+2117-2121,u+2123-214f,u+2190,u+2192,u+2194-21ae,u+21b0-21e5,u+21f1-21f2,u+21f4-2211,u+2213-2214,u+2216-22ff,u+2308-230b,u+2310,u+2319,u+231c-2321,u+2336-237a,u+237c,u+2395,u+239b-23b7,u+23d0,u+23dc-23e1,u+2474-2475,u+25af,u+25b3,u+25b7,u+25bd,u+25c1,u+25ca,u+25cc,u+25fb,u+266d-266f,u+27c0-27ff,u+2900-2aff,u+2b0e-2b11,u+2b30-2b4c,u+2bfe,u+3030,u+ff5b,u+ff5d,u+1d400-1d7ff,u+1ee??}@font-face{font-family:"__Noto_Serif_81f11e";font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/d4548b25969cca89-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:"__Noto_Serif_81f11e";font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/f1c328b8a9761933-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:"__Noto_Serif_81f11e";font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/30d74baa196fe88a-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:"__Noto_Serif_Fallback_81f11e";src:local("Times New Roman");ascent-override:90.29%;descent-override:24.75%;line-gap-override:0.00%;size-adjust:118.40%}.__className_81f11e{font-family:"__Noto_Serif_81f11e","__Noto_Serif_Fallback_81f11e";font-style:normal}.__variable_81f11e{--font-noto-serif:"__Noto_Serif_81f11e","__Noto_Serif_Fallback_81f11e"}@font-face{font-family:__inter_76a542;src:url(/_next/static/media/74b8e81ce7c73236-s.p.ttf) format("truetype");font-display:swap;font-weight:400}@font-face{font-family:__inter_76a542;src:url(/_next/static/media/a5b19698539b0889-s.p.ttf) format("truetype");font-display:swap;font-weight:500}@font-face{font-family:__inter_76a542;src:url(/_next/static/media/ac432c104f6dcd6d-s.p.ttf) format("truetype");font-display:swap;font-weight:600}@font-face{font-family:__inter_76a542;src:url(/_next/static/media/c64a3601693ba0b1-s.p.ttf) format("truetype");font-display:swap;font-weight:700}@font-face{font-family:__inter_Fallback_76a542;src:local("Arial");ascent-override:89.79%;descent-override:22.36%;line-gap-override:0.00%;size-adjust:107.89%}.__className_76a542{font-family:__inter_76a542,__inter_Fallback_76a542}.__variable_76a542{--font-inter:"__inter_76a542","__inter_Fallback_76a542"}@font-face{font-family:__notoSansArabic_29af04;src:url(/_next/static/media/1a25ecdd8576e63c-s.p.ttf) format("truetype");font-display:swap;font-weight:400}@font-face{font-family:__notoSansArabic_29af04;src:url(/_next/static/media/3633300992c1ee3e-s.p.ttf) format("truetype");font-display:swap;font-weight:500}@font-face{font-family:__notoSansArabic_29af04;src:url(/_next/static/media/b3e5ccc9d7ab68d3-s.p.ttf) format("truetype");font-display:swap;font-weight:600}@font-face{font-family:__notoSansArabic_29af04;src:url(/_next/static/media/220edde12e50160d-s.p.ttf) format("truetype");font-display:swap;font-weight:700}@font-face{font-family:__notoSansArabic_Fallback_29af04;src:local("Arial");ascent-override:129.05%;descent-override:69.32%;line-gap-override:0.00%;size-adjust:106.47%}.__className_29af04{font-family:__notoSansArabic_29af04,__notoSansArabic_Fallback_29af04}.__variable_29af04{--font-noto-sans-arabic:"__notoSansArabic_29af04","__notoSansArabic_Fallback_29af04"}