@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&display=swap";:root{--credi-yellow: #FFD400;--credi-black: #111111;--credi-white: #FFFFFF;--credi-gray: #F5F5F5;--credi-border: #D8D8D8;--credi-muted: #5F5F5F}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{width:100%;min-height:100%}html,body{overflow-x:hidden}body{background:var(--credi-white);color:var(--credi-black);font-family:Montserrat,Arial,sans-serif;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}button,input{font-family:inherit}button{cursor:pointer;-webkit-tap-highlight-color:transparent}input,button{font-size:16px}.app{width:100%;min-height:100vh;min-height:100dvh;background:var(--credi-white);overflow-x:hidden}.brand{width:min(100%,720px);margin:0 auto;padding:calc(26px + env(safe-area-inset-top)) 20px 4px;font-size:26px;font-weight:900;line-height:1;letter-spacing:-1.3px}.home{width:min(100%,620px);margin:0 auto;padding:4px 16px calc(20px + env(safe-area-inset-bottom));display:flex;flex-direction:column;align-items:center}.home .hero{width:min(255px,68vw);height:min(255px,68vw);display:block;object-fit:contain;margin:0 auto}.home h1{margin:-2px 0 2px;font-size:clamp(31px,8.5vw,39px);font-weight:900;line-height:.95;letter-spacing:-2px;text-align:center}.home>p{margin:2px 0 10px;font-size:13px;font-weight:600;line-height:1.2;text-align:center}.yellow{width:94%;max-width:520px;min-height:45px;margin:0 auto 7px;padding:8px 12px;display:flex;align-items:center;justify-content:center;background:var(--credi-yellow);color:var(--credi-black);border:2px solid var(--credi-black);border-radius:14px;box-shadow:0 3px 0 var(--credi-black);font-size:12px;font-weight:900;line-height:1.15;text-align:center}.yellow:active{transform:translateY(2px);box-shadow:0 1px 0 var(--credi-black)}header{width:100%;min-height:64px;padding:calc(8px + env(safe-area-inset-top)) 12px 8px;display:flex;align-items:center;gap:9px;position:sticky;top:0;z-index:50;background:var(--credi-white);color:var(--credi-black);border-bottom:1px solid #ECECEC}header>div{min-width:0;display:flex;flex-direction:column;gap:2px}header b{font-size:15px;font-weight:800;line-height:1.15}header small{color:#737373;font-size:10px;font-weight:500;line-height:1.2}.back{width:40px;height:40px;flex:0 0 40px;display:flex;align-items:center;justify-content:center;border:1px solid #D8D8D8;border-radius:12px;background:transparent;color:var(--credi-black);font-size:29px;line-height:1}.avatar{width:40px;height:40px;flex:0 0 40px;display:block;object-fit:contain;object-position:center;border-radius:50%;border:0;background:transparent}.avatar.small{width:32px;height:32px;flex-basis:32px}.product-list{width:min(100%,620px);min-height:calc(100dvh - 64px);margin:0 auto;padding:12px 10px calc(20px + env(safe-area-inset-bottom));display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:56px;gap:8px;align-content:start;background:var(--credi-white)}.product-list .yellow{width:100%;max-width:none;height:56px;min-height:56px;max-height:56px;margin:0;padding:5px 7px;border:2px solid var(--credi-black);border-radius:14px;box-shadow:0 3px 0 var(--credi-black);font-size:10.2px;font-weight:900;line-height:1.05;letter-spacing:-.2px;text-align:center;white-space:normal;overflow:hidden}.detail-app{background:var(--credi-white)}.product-detail{width:min(100%,620px);margin:0 auto;padding:10px 10px calc(18px + env(safe-area-inset-bottom));background:var(--credi-white)}.product-card{width:100%;padding:12px;background:var(--credi-gray);border:2px solid var(--credi-black);border-radius:18px}.product-top{display:flex;align-items:center;gap:9px;margin-bottom:10px}.product-top img{width:58px;height:58px;flex:0 0 58px;object-fit:contain}.product-top h2{font-size:17px;font-weight:900;line-height:1.05}.info-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.info-grid section{min-height:88px;padding:8px;background:var(--credi-white);border:1px solid var(--credi-border);border-radius:12px}.info-grid strong{display:block;margin-bottom:3px;font-size:10.5px;font-weight:900;line-height:1.15}.info-grid p{color:var(--credi-muted);font-size:9.8px;font-weight:500;line-height:1.25}.creditin-tip{margin-top:8px;padding:8px 9px;background:var(--credi-yellow);border:1px solid var(--credi-black);border-radius:12px}.creditin-tip strong{display:block;margin-bottom:2px;font-size:10.5px;font-weight:900}.creditin-tip p{font-size:9.8px;font-weight:600;line-height:1.25}.product-cta{margin-top:8px;text-align:center}.product-cta strong{display:block;margin-bottom:2px;font-size:11px;font-weight:900}.product-cta p{color:var(--credi-muted);font-size:9.8px;font-weight:500;line-height:1.25}.product-analysts{margin-top:8px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.product-analysts button{height:42px;border:2px solid var(--credi-black);border-radius:12px;background:var(--credi-yellow);color:var(--credi-black);box-shadow:0 3px 0 var(--credi-black);font-size:11px;font-weight:900}.product-analysts button:active{transform:translateY(2px);box-shadow:0 1px 0 var(--credi-black)}.product-analysts:has(>button:only-child){grid-template-columns:minmax(0,50%);justify-content:center}.simple-screen{width:min(100%,620px);min-height:calc(100dvh - 64px);margin:0 auto;padding:14px 18px calc(22px + env(safe-area-inset-bottom));display:flex;flex-direction:column;align-items:center;background:var(--credi-white);text-align:center}.simple-screen>img{width:100px;height:100px;object-fit:contain;padding:0;border:0;border-radius:0;background:transparent;margin-bottom:5px}.simple-screen h2{margin-bottom:6px;font-size:20px;font-weight:900}.simple-screen>p{width:94%;max-width:500px;margin-bottom:8px;color:var(--credi-muted);font-size:11px;font-weight:500;line-height:1.35}.partner-tip{width:94%;max-width:500px;margin:2px auto 10px;padding:9px 10px;background:var(--credi-gray);border:1px solid var(--credi-border);border-radius:12px}.partner-tip strong{display:block;margin-bottom:3px;font-size:11px;font-weight:900}.partner-tip p{color:var(--credi-muted);font-size:10px;font-weight:500;line-height:1.3}.partner-register{margin-top:2px}.simple-modern-screen{gap:4px}.simple-action-list{width:94%;max-width:500px;display:grid;gap:10px;margin-top:4px}.simple-action-card,.partner-register-modern{width:100%;min-height:76px;padding:12px 14px;display:grid;grid-template-columns:46px minmax(0,1fr) 32px;align-items:center;gap:12px;border:1px solid #e2e2e2;border-radius:18px;background:#fff;color:var(--credi-black);box-shadow:0 8px 22px #11111112;text-align:left;transition:transform .16s ease,box-shadow .16s ease}.simple-action-card:active,.partner-register-modern:active{transform:scale(.985);box-shadow:0 4px 12px #11111114}.simple-action-icon{width:46px;height:46px;display:grid;place-items:center;border-radius:14px;background:var(--credi-yellow);color:var(--credi-black);font-size:18px;font-weight:900}.simple-action-copy{min-width:0;display:grid;gap:3px}.simple-action-copy strong{font-size:14px;font-weight:900;line-height:1.15}.simple-action-copy small{color:var(--credi-muted);font-size:10px;font-weight:600;line-height:1.3}.simple-action-arrow{width:32px;height:32px;display:grid;place-items:center;border-radius:11px;background:#f1f1f1;font-size:25px;font-weight:800;line-height:1}.partner-register-modern{width:94%;max-width:500px;margin-top:4px;border-color:#e6bd00;background:#fff7cc}.chat-app{display:flex;flex-direction:column;width:100%;overflow:hidden;background:var(--credi-white)}.chat-header{flex:0 0 auto;position:relative;top:auto;width:100%;z-index:20}.chat{width:min(100%,620px);flex:1 1 auto;min-height:0;margin:0 auto;padding:14px 12px;background:var(--credi-white);overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}.row{width:100%;display:flex;align-items:flex-end;gap:6px;margin-bottom:11px}.row.user{justify-content:flex-end}.row.assistant{justify-content:flex-start}.bubble{max-width:84%;padding:10px 12px;border-radius:15px;font-size:13px;font-weight:500;line-height:1.4}.row.assistant .bubble{background:var(--credi-gray);color:var(--credi-black);border:1px solid var(--credi-border);border-bottom-left-radius:5px}.row.user .bubble{background:var(--credi-yellow);color:var(--credi-black);border:2px solid var(--credi-black);border-bottom-right-radius:5px}.analyst-options{width:calc(100% - 38px);max-width:520px;margin:4px 0 16px auto;display:flex;flex-direction:column;gap:9px}.analyst-button{width:100%;min-height:52px;padding:10px 14px;display:flex;flex-direction:column;align-items:center;justify-content:center;background:var(--credi-yellow);color:var(--credi-black);border:2px solid var(--credi-black);border-radius:14px;box-shadow:0 3px 0 var(--credi-black)}.analyst-button strong{font-size:13px;font-weight:900}.analyst-button small{font-size:10px;font-weight:600}.composer{width:100%;flex:0 0 auto;position:relative;padding:8px 8px calc(8px + env(safe-area-inset-bottom));display:flex;align-items:center;gap:6px;background:var(--credi-white);border-top:2px solid var(--credi-black)}.composer input{flex:1;min-width:0;height:44px;padding:0 11px;background:var(--credi-gray);color:var(--credi-black);border:2px solid var(--credi-black);border-radius:13px;outline:none;font-size:16px}.composer input::placeholder{color:#999;opacity:1}.composer .send{width:auto;min-width:70px;height:44px;min-height:44px;margin:0;padding:0 8px;flex:0 0 auto;border-radius:13px;font-size:10px}@media(max-width:380px){.brand{padding-left:16px;padding-right:16px;font-size:24px}.home{padding-left:10px;padding-right:10px}.home .hero{width:225px;height:225px}.home h1{font-size:31px}.product-list{grid-auto-rows:54px;gap:7px}.product-list .yellow{height:54px;min-height:54px;max-height:54px;font-size:9.4px}.product-card{padding:9px}.product-top img{width:48px;height:48px;flex-basis:48px}.product-top h2{font-size:15px}.info-grid{gap:6px}.info-grid section{min-height:82px;padding:6px}.info-grid strong{font-size:9.8px}.info-grid p,.creditin-tip p,.product-cta p{font-size:9px}}@media(min-width:700px){.home .hero{width:300px;height:300px}.home h1{font-size:48px}.yellow{min-height:54px;font-size:14px}.product-list{grid-template-columns:repeat(3,minmax(0,1fr));grid-auto-rows:64px;gap:12px}.product-list .yellow{height:64px;min-height:64px;max-height:64px;font-size:12px}.product-card{max-width:580px;margin:0 auto}}.product-list{min-height:calc(100dvh - 70px);padding:18px 14px calc(28px + env(safe-area-inset-bottom));grid-auto-rows:auto;gap:12px;background:#f7f7f7}.product-modern-card{min-width:0;min-height:158px;padding:14px;display:flex;flex-direction:column;align-items:flex-start;position:relative;overflow:hidden;border:1px solid #e2e2e2;border-radius:21px;background:#fff;color:#111;box-shadow:0 8px 22px #1111110f;text-align:left}.product-modern-card:after{content:"";width:52px;height:52px;position:absolute;top:-23px;right:-18px;border-radius:50%;background:#ffd4002e}.product-modern-card:active{transform:scale(.98)}.product-visual{min-width:50px;height:50px;padding:0 8px;display:inline-flex;align-items:center;justify-content:center;position:relative;z-index:1;border-radius:15px;background:#ffd400;color:#111;font-size:20px;font-weight:900;line-height:1}.product-visual:has(:not(*)){white-space:nowrap}.product-visual.product-tone-green{background:#dff4e4;color:#17652b}.product-visual.product-tone-blue{background:#e4efff;color:#174e8c}.product-visual.product-tone-purple{background:#eee7ff;color:#5b3895}.product-visual.product-tone-orange{background:#ffeadb;color:#a64600}.product-visual.product-tone-soft-yellow{background:#fff5bd;color:#6b5900}.product-visual.product-tone-yellow{background:#ffd400}.product-modern-copy{margin-top:auto;padding-top:16px;padding-right:18px;display:grid;gap:5px}.product-modern-copy strong{font-size:13px;font-weight:900;line-height:1.18;letter-spacing:-.25px}.product-modern-copy small{color:#6d6d6d;font-size:8.7px;font-weight:600;line-height:1.3}.product-modern-arrow{width:24px;height:24px;display:flex;align-items:center;justify-content:center;position:absolute;right:11px;bottom:12px;border-radius:8px;background:#f0f0f0;color:#111;font-size:20px;font-weight:700}.product-card{border:1px solid #dedede;background:#f7f7f7;box-shadow:0 10px 30px #1111110f}.product-analysts button{border:0;box-shadow:0 6px 15px #be9d002e}@media(max-width:380px){.product-list{gap:9px;padding-left:10px;padding-right:10px}.product-modern-card{min-height:148px;padding:12px}.product-visual{min-width:46px;height:46px;font-size:18px}.product-modern-copy strong{font-size:11.5px}}@media(min-width:700px){.product-list{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{transition:none!important;scroll-behavior:auto!important}}.partner-result-card{position:relative;width:min(100%,360px);margin:12px 0 18px 46px;padding:20px 18px 18px;overflow:hidden;border:1px solid #e2e2e2;border-radius:20px;background:#fff;box-shadow:0 10px 28px #00000014;color:#111;text-align:center}.partner-yellow-detail{position:absolute;inset:0 0 auto;height:6px;background:#ffd400}.partner-result-label{display:block;margin:2px 0 14px;font-size:.72rem;font-weight:900;letter-spacing:.05em;color:#555}.partner-logo-box{display:flex;align-items:center;justify-content:center;width:100%;height:104px;padding:12px 20px;border:1px solid #ededed;border-radius:16px;background:#fff}.partner-logo-box img{display:block;width:auto;max-width:100%;height:auto;max-height:78px;object-fit:contain}.partner-product-name{display:block;margin:16px 0 8px;font-size:1.05rem;line-height:1.25}.partner-result-text{margin:0 0 16px;color:#555;font-size:.86rem;line-height:1.45}.partner-link-button{width:100%;min-height:48px;padding:12px 14px;border:0;border-radius:14px;background:#ffd400;color:#111;font:inherit;font-size:.82rem;font-weight:900;cursor:pointer;box-shadow:0 5px #c9a900}.partner-link-button:active{transform:translateY(3px);box-shadow:0 2px #c9a900}@media(max-width:520px){.partner-result-card{width:calc(100% - 46px);margin-left:46px}}.app-splash{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100vh;height:100dvh;padding:calc(36px + env(safe-area-inset-top)) 24px calc(32px + env(safe-area-inset-bottom));overflow:hidden;background:#fffdf7;color:#111;text-align:center}html.splash-active,html.splash-active body,html.splash-active #root{background:#fffdf7!important}.app-splash__icon{display:block;width:clamp(172px,48vw,232px);height:clamp(172px,48vw,232px);object-fit:cover;border-radius:22%;box-shadow:0 16px 34px #11111129}.app-splash__brand{margin-top:34px;font-size:clamp(42px,12vw,64px);font-weight:900;line-height:.95;letter-spacing:-2px}.app-splash__message{margin-top:24px;font-size:clamp(21px,5.7vw,29px);font-weight:500;line-height:1.25;letter-spacing:-.5px}.app-splash__tagline{position:absolute;left:24px;right:24px;bottom:calc(38px + env(safe-area-inset-bottom));color:#666;font-size:clamp(14px,4vw,18px);font-weight:500;line-height:1.3}.app-white{background:#fff}.app-with-nav{padding-bottom:calc(76px + env(safe-area-inset-bottom))}.light-header,.home-header{background:#fffffff5;color:#111;border-bottom:1px solid #ececec;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.light-header{min-height:70px;padding-left:16px;padding-right:16px}.light-header b{font-size:17px;letter-spacing:-.4px}.light-header small{color:#707070;font-size:10px}.home-header{width:100%;min-height:78px;padding:calc(12px + env(safe-area-inset-top)) 18px 10px;display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:50}.home-header>div{display:grid;gap:3px}.home-header strong{font-size:24px;font-weight:900;line-height:1;letter-spacing:-1.2px}.home-header small{color:#666;font-size:9px;font-weight:600}.home-header img{width:44px;height:44px;border-radius:13px;object-fit:cover;box-shadow:0 5px 14px #1111111f}.modern-home,.modern-page{width:min(100%,720px);margin:0 auto}.modern-home{padding:22px 16px 28px}.modern-page{padding:22px 16px 30px}.eyebrow{display:block;margin-bottom:7px;color:#756100;font-size:10px;font-weight:900;line-height:1.2;letter-spacing:.08em}.home-welcome{min-height:132px;padding:20px;display:grid;grid-template-columns:1fr 98px;align-items:center;gap:10px;overflow:hidden;background:#f7f7f7;border:1px solid #ededed;border-radius:24px}.home-welcome h1{max-width:430px;font-size:clamp(24px,6.5vw,36px);font-weight:900;line-height:1.08;letter-spacing:-1.3px}.home-welcome img{width:112px;height:112px;object-fit:contain;padding:0;border-radius:0;background:transparent;align-self:end;transform:translate(9px,16px)}.home-banners,.product-strip{display:flex;gap:12px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch}.home-banners::-webkit-scrollbar,.product-strip::-webkit-scrollbar{display:none}.home-banners{width:100%;margin:18px 0 0;padding:0 0 6px}.home-banner{width:100%;min-width:100%;min-height:160px;padding:24px 22px 30px;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end;scroll-snap-align:start;border:0;border-radius:22px;text-align:left}.home-banner small{margin-bottom:7px;font-size:9px;font-weight:900;letter-spacing:.08em}.home-banner strong{max-width:350px;font-size:22px;font-weight:900;line-height:1.08;letter-spacing:-.8px}.home-banner span{margin-top:12px;font-size:11px;font-weight:800}.yellow-banner{background:#ffd400;color:#111}.yellow-banner strong{max-width:280px}.dark-banner{background:#171717;color:#fff}.light-banner{background:#eef0f2;color:#111}.home-section{margin-top:28px}.section-title-row{margin-bottom:13px;display:flex;align-items:flex-end;justify-content:space-between;gap:12px}.section-title-row small,.tip-feature small,.useful-feature small{color:#756100;font-size:9px;font-weight:900;letter-spacing:.08em}.section-title-row h2,.tip-feature h2,.useful-feature h2{margin-top:4px;font-size:21px;font-weight:900;line-height:1.1;letter-spacing:-.7px}.section-title-row>button{padding:8px 0;border:0;background:transparent;color:#6b5900;font-size:11px;font-weight:900}.quick-grid,.hub-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.quick-card,.hub-card{min-height:150px;padding:16px;display:flex;flex-direction:column;align-items:flex-start;border:1px solid #e2e2e2;border-radius:20px;background:#f6f6f6;color:#111;text-align:left}.quick-card.primary,.hub-card.featured{background:#fff5bd;border-color:#f0cf19}.quick-card>span,.hub-icon{min-width:38px;height:38px;padding:0 8px;display:inline-flex;align-items:center;justify-content:center;background:#ffd400;border-radius:12px;font-size:12px;font-weight:900}.quick-card strong,.hub-card strong{margin-top:auto;font-size:14px;font-weight:900;line-height:1.2}.quick-card small,.hub-card small{margin-top:6px;color:#686868;font-size:9.5px;font-weight:600;line-height:1.35}.product-strip{margin:0 -16px;padding:0 16px 4px}.product-strip>button{width:160px;min-width:160px;min-height:170px;padding:14px;display:flex;flex-direction:column;align-items:flex-start;scroll-snap-align:start;border:1px solid #e3e3e3;border-radius:19px;background:#fff;color:#111;box-shadow:0 8px 22px #1111110f;text-align:left}.product-strip img{width:100%;height:54px;padding:6px;object-fit:contain;border-radius:11px;background:#f7f7f7}.product-strip strong{margin-top:auto;font-size:12px;font-weight:900;line-height:1.2}.product-strip span{margin-top:8px;color:#6b5900;font-size:10px;font-weight:900}.tip-feature,.useful-feature,.region-note{padding:19px;border-radius:22px}.tip-feature{display:grid;grid-template-columns:84px 1fr;gap:14px;align-items:center;background:#fff5bd;border:1px solid #f0cf19}.tip-feature>img{width:84px;height:108px;object-fit:contain;padding:0;border-radius:0;background:transparent}.tip-feature p,.useful-feature p,.region-note p{margin-top:8px;color:#5f5f5f;font-size:11px;font-weight:600;line-height:1.45}.tip-feature button,.useful-feature button{margin-top:13px;padding:10px 13px;border:0;border-radius:11px;background:#111;color:#fff;font-size:9px;font-weight:900}.useful-feature{display:flex;align-items:center;justify-content:space-between;gap:16px;background:#f3f4f5;border:1px solid #e4e4e4}.useful-feature button{min-width:120px;background:#ffd400;color:#111}.page-intro{margin-bottom:22px;padding:6px 2px 0}.page-intro.compact{margin-bottom:18px}.page-intro h1,.article-detail h1{max-width:620px;font-size:clamp(28px,7vw,42px);font-weight:900;line-height:1.04;letter-spacing:-1.4px}.page-intro p,.article-summary{max-width:600px;margin-top:10px;color:#656565;font-size:12px;font-weight:600;line-height:1.5}.hub-card{min-height:176px}.hub-card strong{font-size:16px}.region-note{margin-top:20px;background:#f5f5f5;border:1px solid #e5e5e5}.region-note strong{font-size:14px;font-weight:900}.direct-grid{display:grid;gap:14px}.direct-card{padding:17px;display:grid;grid-template-columns:100px 1fr;gap:14px;align-items:center;background:#fff;border:1px solid #e1e1e1;border-radius:21px;box-shadow:0 8px 24px #1111110f}.direct-logo{width:100px;height:76px;padding:9px;display:flex;align-items:center;justify-content:center;background:#f7f7f7;border-radius:14px}.direct-logo img{max-width:100%;max-height:58px;object-fit:contain}.direct-card small{color:#6e6e6e;font-size:9px;font-weight:700}.direct-card h2{margin-top:4px;font-size:16px;font-weight:900;line-height:1.2}.primary-action{min-height:48px;padding:12px 15px;border:0;border-radius:14px;background:#ffd400;color:#111;font-size:11px;font-weight:900}.direct-card .primary-action{grid-column:1 / -1;width:100%}.external-note{margin:17px 5px 0;color:#707070;font-size:9.5px;font-weight:600;line-height:1.5;text-align:center}.article-grid,.service-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.article-card,.service-card{min-height:190px;padding:17px;display:flex;flex-direction:column;align-items:flex-start;border:1px solid #e1e1e1;border-radius:19px;background:#f7f7f7;color:#111;text-align:left}.article-card small{color:#756100;font-size:8.5px;font-weight:900;letter-spacing:.05em}.article-card strong,.service-card strong{margin-top:14px;font-size:15px;font-weight:900;line-height:1.25}.article-card p{margin-top:8px;color:#666;font-size:9.5px;font-weight:600;line-height:1.4}.article-card span,.service-card span{margin-top:auto;padding-top:13px;color:#6b5900;font-size:9px;font-weight:900}.article-detail{padding:8px 2px}.article-detail ul{margin:22px 0;display:grid;gap:10px;list-style:none}.article-detail li{padding:15px 16px 15px 44px;position:relative;background:#f6f6f6;border:1px solid #e7e7e7;border-radius:16px;font-size:12px;font-weight:700;line-height:1.4}.article-detail li:before{content:"✓";position:absolute;left:16px;top:14px;color:#806a00;font-weight:900}.creditin-advice{margin-bottom:16px;padding:17px;background:#fff5bd;border:1px solid #f0cf19;border-radius:18px}.creditin-advice strong{font-size:13px;font-weight:900}.creditin-advice p{margin-top:6px;color:#555;font-size:10.5px;font-weight:600;line-height:1.45}.article-detail>.primary-action{width:100%}.service-groups{display:grid;gap:30px}.service-group h2{margin-bottom:12px;font-size:21px;font-weight:900;letter-spacing:-.6px}.service-card{min-height:154px;background:#fff}.service-card strong{margin-top:0}.service-card small{margin-top:8px;color:#6b6b6b;font-size:9.5px;font-weight:600;line-height:1.4}.bottom-nav{width:100%;min-height:calc(66px + env(safe-area-inset-bottom));padding:7px 10px calc(7px + env(safe-area-inset-bottom));display:grid;grid-template-columns:repeat(5,minmax(0,1fr));position:fixed;left:0;right:0;bottom:0;z-index:100;background:#fffffff7;border-top:1px solid #e7e7e7;box-shadow:0 -8px 25px #1111110f;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.bottom-nav button{min-width:0;padding:4px 2px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;border:0;background:transparent;color:#747474}.bottom-nav span{min-width:31px;height:27px;padding:0 6px;display:inline-flex;align-items:center;justify-content:center;border-radius:9px;font-size:12px;font-weight:900}.bottom-nav button:first-child span{font-size:20px;line-height:1}.bottom-nav small{font-size:7.8px;font-weight:800}.bottom-nav button.active{color:#111}.bottom-nav button.active span{background:#ffd400}.shop-feature{padding:20px;display:flex;align-items:center;justify-content:space-between;gap:16px;background:#fff1e7;border:1px solid #ffd8bb;border-radius:22px}.shop-feature small{color:#a94700;font-size:9px;font-weight:900;letter-spacing:.08em}.shop-feature h2{margin-top:4px;font-size:21px;font-weight:900;line-height:1.1;letter-spacing:-.7px}.shop-feature p{margin-top:7px;color:#626262;font-size:10.5px;font-weight:600;line-height:1.4}.shop-feature button,.shop-main-button{min-height:44px;padding:11px 14px;border:0;border-radius:12px;background:#ff6500;color:#fff;font-size:9px;font-weight:900}.shop-feature button{min-width:120px}.shop-page{display:grid;gap:20px}.shop-hero{width:100%;max-width:100%;box-sizing:border-box;min-height:360px;padding:28px 22px 38px;display:flex;flex-direction:column;justify-content:flex-end;overflow:hidden;position:relative;background:#ffd400;border-radius:26px}.shop-delivery-art{width:min(27%,105px);height:90px;display:block;position:absolute;top:14px;right:18px;z-index:1;object-fit:contain;object-position:right top;background:transparent;filter:drop-shadow(0 6px 7px rgba(17,17,17,.16));pointer-events:none}.shop-hero .eyebrow{color:#655400}.shop-hero h1{max-width:520px;font-size:clamp(32px,9vw,52px);font-weight:900;line-height:.98;letter-spacing:-2px}.shop-hero p{max-width:490px;margin-top:13px;color:#403700;font-size:12px;font-weight:700;line-height:1.45}.shop-main-button{width:min(100%,320px);margin-top:22px;min-height:50px;background:#111;font-size:11px}.shop-store-section{min-width:0}.shop-store-carousel{width:100%;padding:0 0 6px;display:flex;gap:12px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch}.shop-store-carousel::-webkit-scrollbar{display:none}.shop-store-card{width:min(82vw,380px);min-width:min(82vw,380px);min-height:330px;padding:16px;display:flex;flex-direction:column;align-items:flex-start;scroll-snap-align:start;border:1px solid #e2e2e2;border-radius:23px;background:#fff;box-shadow:0 9px 25px #11111112}.shop-store-art{width:100%;min-height:132px;padding:20px;display:flex;align-items:center;justify-content:space-between;overflow:hidden;border-radius:17px;background:linear-gradient(135deg,#ff6b18,#ee4d2d);color:#fff}.shop-store-art span{font-size:50px;line-height:1}.shop-store-art b{font-size:27px;font-weight:900;letter-spacing:-1px}.shop-store-art.magalu-art{background:linear-gradient(135deg,#0086ff,#004fc4)}.magalu-art b{font-size:30px;text-transform:lowercase}.shop-store-art.shein-art{background:linear-gradient(135deg,#242424,#050505)}.shein-art b{font-size:29px;letter-spacing:.08em}.shop-store-art .shein-hanger{width:58px;height:58px;display:grid;place-items:center}.shein-hanger svg{width:54px;height:54px;fill:none;stroke:currentColor;stroke-width:3.2;stroke-linecap:round;stroke-linejoin:round}.shop-store-card>small{margin-top:17px;color:#756100;font-size:8.5px;font-weight:900;letter-spacing:.08em}.shop-store-card>h2{margin-top:5px;font-size:21px;font-weight:900;line-height:1.1;letter-spacing:-.6px}.shop-store-card>p{margin-top:7px;color:#666;font-size:10px;font-weight:600;line-height:1.4}.shop-store-card>button{width:100%;min-height:46px;margin-top:auto;padding:11px 14px;border:0;border-radius:13px;background:#111;color:#fff;font-size:10px;font-weight:900}.magalu-store-card>button{background:#006bdb}.shop-benefits{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.shop-benefits article{min-height:180px;padding:16px;display:flex;flex-direction:column;border:1px solid #e4e4e4;border-radius:18px;background:#f7f7f7}.shop-benefits span{color:#b64b00;font-size:10px;font-weight:900}.shop-benefits strong{margin-top:auto;font-size:13px;font-weight:900;line-height:1.25}.shop-benefits p{margin-top:7px;color:#686868;font-size:9px;font-weight:600;line-height:1.4}.affiliate-notice{padding:18px;background:#f5f5f5;border:1px solid #e4e4e4;border-radius:18px}.affiliate-notice strong{font-size:13px;font-weight:900}.affiliate-notice p{margin-top:7px;color:#666;font-size:9.5px;font-weight:600;line-height:1.5}.chat-header{background:#fff;color:#111;border-bottom:1px solid #ececec}.chat-header small{color:#6f6f6f}.chat{background:#fbfbfb}.row.assistant .bubble{background:#fff;border:1px solid #e3e3e3;box-shadow:0 5px 16px #1111110d}.row.user .bubble{border:0;box-shadow:0 5px 14px #be9d0029}.composer{background:#fff;border-top:1px solid #e5e5e5}.composer input{background:#f6f6f6;border:1px solid #dddddd;border-radius:15px}.composer .send{border:0;box-shadow:none}.analyst-button{border:0;box-shadow:0 6px 15px #be9d002e}@media(max-width:390px){.modern-home,.modern-page{padding-left:12px;padding-right:12px}.home-welcome{grid-template-columns:1fr 78px;padding:17px}.home-welcome img{width:92px;height:100px}.quick-card,.hub-card{min-height:144px;padding:14px}.quick-card strong,.hub-card strong{font-size:12.5px}.useful-feature,.shop-feature{align-items:stretch;flex-direction:column}.shop-feature button{width:100%}.shop-benefits{grid-template-columns:1fr}.shop-benefits article{min-height:130px}.useful-feature button{width:100%}}.detail-app{min-height:100dvh;background:#f6f6f6}.detail-app>header{background:#fffffff5;border-bottom:1px solid #e8e8e8}.product-detail{width:min(100%,720px);padding:16px 14px calc(34px + env(safe-area-inset-bottom));background:#f6f6f6}.product-card{padding:0;background:transparent;border:0;border-radius:0;box-shadow:none}.product-detail-hero{min-height:118px;padding:20px;display:flex;align-items:center;gap:16px;position:relative;overflow:hidden;border:1px solid #e3e3e3;border-radius:24px;background:#fff;box-shadow:0 10px 28px #11111112}.product-detail-hero:after{content:"";width:92px;height:92px;position:absolute;top:-45px;right:-28px;border-radius:50%;background:#ffd40033}.product-detail-hero .product-visual{min-width:64px;width:auto;height:64px;padding:0 11px;flex:0 0 auto;border-radius:19px;font-size:25px}.product-detail-hero>div{min-width:0;display:grid;gap:4px}.product-detail-hero small{color:#8a7300;font-size:9px;font-weight:900;letter-spacing:1px}.product-detail-hero h2{font-size:clamp(18px,4.8vw,25px);font-weight:900;line-height:1.08;letter-spacing:-.5px}.product-detail-hero p{color:#6c6c6c;font-size:12px;font-weight:600}.info-grid{margin-top:14px;gap:10px}.info-grid section{min-height:138px;padding:15px;position:relative;border:1px solid #e5e5e5;border-radius:20px;background:#fff;box-shadow:0 8px 22px #1111110b}.info-grid section>span{width:30px;height:30px;margin-bottom:13px;display:inline-flex;align-items:center;justify-content:center;border-radius:10px;background:#fff4b8;color:#6d5a00;font-size:9px;font-weight:900}.info-grid strong{margin-bottom:6px;color:#111;font-size:13px;line-height:1.15}.info-grid p{color:#606060;font-size:11.5px;font-weight:500;line-height:1.4}.creditin-tip{margin-top:12px;padding:14px 15px;display:flex;align-items:center;gap:12px;border:0;border-radius:20px;background:linear-gradient(135deg,#ffd400,#ffe66a);box-shadow:0 9px 22px #bb970029}.creditin-tip img{width:48px;height:48px;flex:0 0 48px;object-fit:contain;object-position:center;border-radius:0;background:transparent}.creditin-tip>div{min-width:0}.creditin-tip strong{margin-bottom:4px;font-size:13px}.creditin-tip p{font-size:11.5px;font-weight:600;line-height:1.35}.simulation-panel{margin-top:14px;padding:18px;display:grid;gap:13px;border:1px solid #e3e3e3;border-radius:24px;background:#fff;box-shadow:0 10px 28px #1111}.simulation-heading{display:grid;gap:4px}.simulation-heading span{color:#8a7300;font-size:9px;font-weight:900;letter-spacing:1px}.simulation-heading strong{font-size:17px;font-weight:900;line-height:1.16}.partner-logo-card{min-height:96px;padding:16px;display:flex;align-items:center;justify-content:center;border-radius:18px;background:#f8f8f8}.partner-logo-card img{display:block;width:100%;max-width:190px;max-height:72px;object-fit:contain}.simulation-panel>p{margin:0;color:#666;font-size:11.5px;font-weight:500;line-height:1.45;text-align:left}.simulation-button{min-height:52px;padding:0 16px;display:flex;align-items:center;justify-content:space-between;border:0;border-radius:16px;background:#ffd400;color:#111;box-shadow:0 8px 18px #be9d002e;font-size:12px;font-weight:900}.simulation-button span{width:30px;height:30px;display:inline-flex;align-items:center;justify-content:center;border-radius:10px;background:#111;color:#fff;font-size:21px}.product-cta{margin-top:14px;padding:16px;border:1px solid #e5e5e5;border-radius:20px;background:#fff;text-align:left}.product-cta strong{margin-bottom:5px;font-size:14px}.product-cta p{font-size:11.5px;line-height:1.4}.service-hours-notice{width:100%;margin:10px 0 0;padding:13px 15px;display:grid;gap:4px;border:1px solid #ead981;border-radius:18px;background:#fff9dc;color:#3b3308;text-align:left}.service-hours-notice strong{font-size:10px;font-weight:900;letter-spacing:.7px}.service-hours-notice span{font-size:10.5px;font-weight:500;line-height:1.4}.product-analysts{margin-top:10px;gap:10px}.product-analysts button{min-height:78px;height:auto;padding:12px;display:grid;align-content:center;justify-items:start;gap:2px;border:1px solid #e3e3e3;border-radius:19px;background:#fff;color:#111;box-shadow:0 8px 22px #1111110e;text-align:left}.product-analysts button>span{color:#198754;font-size:9px;font-weight:900;letter-spacing:.5px;text-transform:uppercase}.product-analysts button>strong{font-size:14px;font-weight:900}.product-analysts button>small{color:#717171;font-size:9.5px;font-weight:600}.product-analysts button:active{transform:scale(.98);box-shadow:0 4px 12px #1111110d}@media(max-width:350px){.info-grid{grid-template-columns:1fr}.info-grid section{min-height:0}}@media(min-width:700px){.quick-grid,.hub-grid,.article-grid,.service-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.direct-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
