:root{--teal: #00B1BD;--teal-deep: #007C84;--teal-soft: #7FDDE3;--teal-mist: #E6F7F8;--gold: #FDB913;--gold-deep: #C99700;--gold-soft: #FFE7A3;--white: #FFFFFF;--gray-light: #F5F7F8;--gray-med: #A0A7AA;--ink: #2B2B2B;--line: #E7ECEE;--serif: 'Merriweather', Georgia, serif;--sans: 'Be Vietnam Pro', system-ui, sans-serif;--shadow-sm: 0 2px 10px rgba(0, 124, 132, .06);--shadow-md: 0 14px 40px -12px rgba(0, 124, 132, .18);--shadow-lg: 0 26px 70px -24px rgba(0, 124, 132, .30);--r: 18px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--sans);color:var(--ink);background:var(--white);line-height:1.6;-webkit-font-smoothing:antialiased}h1,h2,h3,h4{font-family:var(--serif);font-weight:700;line-height:1.25;letter-spacing:-0.01em;margin:0}p{margin:0}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.wrap{max-width:1320px;margin:0 auto;padding:0 32px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;font-family:var(--sans);font-weight:600;font-size:15px;cursor:pointer;padding:14px 24px;border-radius:999px;border:1.5px solid rgba(0,0,0,0);transition:transform .16s,box-shadow .16s,background .16s,color .16s;white-space:nowrap}.btn svg{width:18px;height:18px}.btn-primary{background:var(--teal);color:#fff;box-shadow:0 10px 24px -10px rgba(0,177,189,.7)}.btn-primary:hover{background:var(--teal-deep);transform:translateY(-2px)}.btn-ghost{background:#fff;color:var(--teal-deep);border-color:var(--teal-soft)}.btn-ghost:hover{border-color:var(--teal);background:var(--teal-mist)}.btn-gold{background:var(--gold);color:#3a2c00}.btn-gold:hover{background:var(--gold-deep);color:#fff}header.site{position:sticky;top:0;z-index:60;padding:16px 0}.navbar{display:flex;align-items:center;height:66px;padding:0 16px 0 26px;background:#fff;border:1px solid var(--line);border-radius:20px;box-shadow:0 14px 38px -16px rgba(0,124,132,.22)}.navbar .logo{height:36px}.logo-word{font-family:var(--serif);font-weight:700;font-size:26px;letter-spacing:-0.02em;color:var(--teal-deep);position:relative;display:inline-block;padding-right:10px}.logo-word .drop{position:absolute;top:-2px;right:2px;width:8px;height:8px;border-radius:50% 50% 50% 0;transform:rotate(45deg);background:var(--gold)}.mainnav{display:flex;align-items:center;gap:32px;margin-left:44px}.mainnav>a{display:inline-flex;align-items:center;gap:6px;font-size:15.5px;font-weight:500;color:#3f4d50;padding:8px 0}.mainnav a:hover{color:var(--teal-deep)}.navitem{position:relative}.navitem>a{display:inline-flex;align-items:center;gap:6px;font-size:15.5px;font-weight:500;color:#3f4d50;padding:8px 0;cursor:pointer}.navitem>a.active{color:var(--teal-deep);font-weight:600}.navitem .caret{width:14px;height:14px;transition:transform .2s}.navitem:hover .caret{transform:rotate(180deg)}.dropdown{position:absolute;top:100%;left:50%;transform:translateX(-50%) translateY(12px);min-width:230px;background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:var(--shadow-md);padding:10px;display:flex;flex-direction:column;opacity:0;visibility:hidden;transition:opacity .18s,transform .18s}.navitem:hover .dropdown{opacity:1;visibility:visible;transform:translateX(-50%) translateY(7px)}.dropdown a{padding:11px 14px;border-radius:10px;font-size:14.5px;font-weight:500;color:#46555a}.dropdown a:hover{background:var(--teal-mist);color:var(--teal-deep)}.navicons{margin-left:auto;display:flex;align-items:center;gap:6px}.iconbtn{position:relative;width:44px;height:44px;border-radius:13px;border:none;background:rgba(0,0,0,0);display:grid;place-items:center;color:var(--ink);cursor:pointer;transition:background .16s,color .16s}.iconbtn:hover{background:var(--teal-mist);color:var(--teal-deep)}.iconbtn svg{width:21px;height:21px}.iconbtn .dot{position:absolute;top:7px;right:7px;min-width:16px;height:16px;padding:0 4px;border-radius:999px;background:var(--gold);color:#3a2c00;font-size:10px;font-weight:700;display:grid;place-items:center}.nav-toggle{display:none;width:44px;height:44px;border-radius:13px;border:none;background:rgba(0,0,0,0);color:var(--ink);cursor:pointer;place-items:center}.nav-toggle svg{width:24px;height:24px}.mobile-menu{display:none;flex-direction:column;gap:4px;margin-top:10px;background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow-md);padding:12px}.mobile-menu.open{display:flex}.mobile-menu a:not(.btn){padding:13px 16px;border-radius:11px;font-size:15.5px;font-weight:500;color:#3f4d50}.mobile-menu a:not(.btn):hover{background:var(--teal-mist);color:var(--teal-deep)}.mobile-menu .btn{margin-top:8px;justify-content:center;width:100%}@media(max-width: 900px){.mainnav{display:none}.nav-toggle{display:grid}}@media(min-width: 901px){.mobile-menu{display:none !important}}section{padding:60px 0}.band-soft{background:linear-gradient(180deg, #fff 0%, var(--gray-light) 100%)}.pd-top{padding:34px 0 0}.crumb{font-size:13.5px;color:var(--gray-med);margin-bottom:22px}.crumb a:hover{color:var(--teal-deep)}.crumb .sep{margin:0 8px}.pd-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start}@media(max-width: 880px){.pd-grid{grid-template-columns:1fr;gap:30px}}.pd-gallery{position:sticky;top:96px}@media(max-width: 880px){.pd-gallery{position:static}}.pd-main{position:relative;aspect-ratio:1/1;border-radius:24px;overflow:hidden;box-shadow:var(--shadow-md);display:grid;place-items:center;background:radial-gradient(120% 90% at 30% 18%, rgba(127, 221, 227, 0.45), transparent 60%),radial-gradient(120% 90% at 80% 95%, rgba(253, 185, 19, 0.12), transparent 55%),var(--teal-mist)}.pd-main img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.pd-main .ph{color:var(--teal-deep);opacity:.5;display:flex;flex-direction:column;align-items:center;gap:10px}.pd-main .ph svg{width:60px;height:60px}.pd-badge{position:absolute;top:16px;left:16px;z-index:2;font-size:12px;font-weight:700;padding:7px 14px;border-radius:999px;background:var(--gold);color:#3a2c00}.pd-thumbs{display:flex;gap:12px;margin-top:14px}.pd-thumb{flex:1;aspect-ratio:1/1;border-radius:14px;overflow:hidden;cursor:pointer;border:2px solid rgba(0,0,0,0);position:relative;display:grid;place-items:center;background:radial-gradient(120% 90% at 30% 18%, rgba(127, 221, 227, 0.4), transparent 60%),var(--teal-mist)}.pd-thumb.active{border-color:var(--teal)}.pd-thumb svg{width:22px;height:22px;color:var(--teal-deep);opacity:.45}.pd-thumb img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.pd-brand{font-size:12.5px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--gold-deep)}.pd-info h1{font-size:clamp(24px,3vw,34px);color:var(--ink);margin-top:10px;line-height:1.25}.pd-price{display:flex;align-items:baseline;gap:14px;margin-top:22px;padding:20px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.pd-price .now{font-family:var(--serif);font-weight:900;font-size:34px;color:var(--teal-deep)}.pd-price .old{font-size:17px;color:var(--gray-med);text-decoration:line-through}.pd-price .save{font-size:12.5px;font-weight:700;color:var(--gold-deep);background:var(--gold-soft);padding:5px 12px;border-radius:999px}.pd-excerpt{margin-top:20px;font-size:16px;color:#54636a;line-height:1.7}.pd-meta{display:flex;align-items:center;flex-wrap:wrap;gap:8px 10px;margin-top:14px;font-size:13.5px;color:#6a777a}.pd-meta .mbrand{font-weight:600;color:#46555a}.pd-meta .mbrand a{color:var(--teal-deep)}.pd-meta .vsep{color:var(--line)}.pd-meta .tag{font-size:12.5px;font-weight:500;color:#5d6b6e;background:var(--gray-light);border:1px solid var(--line);padding:5px 12px;border-radius:999px;transition:.15s}.pd-meta .tag:hover{border-color:var(--teal-soft);color:var(--teal-deep)}.pd-voucher{display:flex;align-items:center;gap:14px;margin-top:22px;padding:14px 16px;border:1.5px dashed var(--teal-soft);border-radius:14px;background:var(--teal-mist)}.pd-voucher .vico{flex:0 0 40px;width:40px;height:40px;border-radius:11px;background:#fff;display:grid;place-items:center;color:var(--teal-deep)}.pd-voucher .vico svg{width:22px;height:22px}.pd-voucher .vinfo{flex:1;min-width:0}.pd-voucher .vinfo b{font-size:14.5px;color:var(--ink)}.pd-voucher .vinfo p{font-size:12.5px;color:#5d6b6e;margin-top:2px}.pd-voucher .vcode{flex:0 0 auto;font-family:var(--sans);font-size:13px;font-weight:700;letter-spacing:.05em;color:var(--teal-deep);background:#fff;border:1px solid var(--teal-soft);border-radius:9px;padding:9px 14px;cursor:pointer;transition:.15s}.pd-voucher .vcode:hover{background:var(--teal);color:#fff;border-color:var(--teal)}.pd-promo{margin-top:22px;border:1px solid var(--line);border-radius:14px;overflow:hidden}.pd-promo .ph{display:flex;align-items:center;gap:10px;padding:13px 18px;background:linear-gradient(90deg, var(--gold-soft), #FFF3D6);font-family:var(--sans);font-weight:700;font-size:14.5px;color:#5a4500}.pd-promo .ph svg{width:19px;height:19px;color:var(--gold-deep)}.pd-promo ul{list-style:none;margin:0;padding:14px 18px;display:flex;flex-direction:column;gap:12px}.pd-promo li{display:flex;gap:11px;font-size:14px;color:#46555a;line-height:1.5}.pd-promo li .n{flex:0 0 22px;width:22px;height:22px;border-radius:50%;background:var(--teal-mist);color:var(--teal-deep);font-size:12px;font-weight:700;display:grid;place-items:center}.pd-buy{display:flex;gap:14px;margin-top:26px;align-items:center;flex-wrap:wrap}.qty{display:inline-flex;align-items:center;border:1.5px solid var(--line);border-radius:12px;overflow:hidden}.qty button{width:44px;height:48px;border:none;background:#fff;font-size:20px;color:#46555a;cursor:pointer;transition:.15s}.qty button:hover{background:var(--teal-mist);color:var(--teal-deep)}.qty input{width:48px;height:48px;text-align:center;border:none;font-family:var(--sans);font-size:16px;font-weight:600;color:var(--ink)}.pd-buy .btn-cart{flex:1;min-width:170px}.pd-buy .btn-wish{width:50px;height:50px;padding:0;border-radius:12px;border:1.5px solid var(--line);background:#fff;cursor:pointer;display:grid;place-items:center;color:#94a0a3;transition:.16s}.pd-buy .btn-wish:hover,.pd-buy .btn-wish.on{color:#e8607a;border-color:#f3c4ce}.pd-buy .btn-wish svg{width:21px;height:21px}.pd-assure{display:grid;grid-template-columns:repeat(3, 1fr);gap:10px;margin-top:24px;padding-top:24px;border-top:1px solid var(--line)}@media(max-width: 560px){.pd-assure{grid-template-columns:1fr}}.pd-assure .a{display:flex;gap:11px;align-items:center;font-size:13px;color:#46555a;line-height:1.4}.pd-assure .a svg{flex:0 0 26px;width:26px;height:26px;color:var(--teal-deep)}.pd-tabs{display:flex;gap:8px;border-bottom:1px solid var(--line);margin-top:8px;flex-wrap:wrap}.pd-tab{font-family:var(--sans);font-size:15px;font-weight:600;color:#6a777a;background:none;border:none;padding:16px 20px;cursor:pointer;position:relative;transition:color .15s}.pd-tab.active{color:var(--teal-deep)}.pd-tab.active::after{content:"";position:absolute;left:16px;right:16px;bottom:-1px;height:3px;border-radius:3px;background:var(--teal)}.pd-panel{padding:28px 0;max-width:840px}.pd-panel p{font-size:16px;color:#3f4d50;line-height:1.85;margin-bottom:18px}.pd-panel h3{font-size:19px;margin:24px 0 12px;color:var(--ink)}.pd-panel ul{margin:0 0 18px;padding:0;list-style:none;display:flex;flex-direction:column;gap:10px}.pd-panel ul li{display:flex;gap:11px;font-size:15.5px;color:#3f4d50}.pd-panel ul li svg{flex:0 0 20px;width:20px;height:20px;color:var(--teal);margin-top:2px}.rel-grid{display:grid;grid-template-columns:repeat(5, 1fr);gap:22px;margin-top:30px}@media(max-width: 1100px){.rel-grid{grid-template-columns:repeat(3, 1fr)}}@media(max-width: 720px){.rel-grid{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 460px){.rel-grid{grid-template-columns:1fr}}.prod{background:#fff;border:1px solid var(--line);border-radius:var(--r);overflow:hidden;box-shadow:var(--shadow-sm);transition:transform .18s,box-shadow .18s;display:flex;flex-direction:column}.prod:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}.prod-media{position:relative;aspect-ratio:1/1;overflow:hidden;display:grid;place-items:center;background:radial-gradient(120% 90% at 30% 18%, rgba(127, 221, 227, 0.45), transparent 60%),radial-gradient(120% 90% at 80% 95%, rgba(253, 185, 19, 0.12), transparent 55%),var(--teal-mist)}.prod-media img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.prod-media .ph{color:var(--teal-deep);opacity:.5}.prod-media .ph svg{width:40px;height:40px}.prod-body{padding:18px 20px 20px;display:flex;flex-direction:column;flex:1}.prod-brand{font-size:11.5px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--gold-deep)}.prod-name{font-family:var(--sans);font-size:15px;font-weight:600;color:var(--ink);margin-top:6px;line-height:1.4;min-height:42px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.prod:hover .prod-name{color:var(--teal-deep)}.prod-price{font-family:var(--serif);font-weight:700;font-size:19px;color:var(--teal-deep);margin-top:12px}footer.site{background:var(--gray-light);color:var(--ink);padding:66px 0 28px;font-size:14.5px;border-top:1px solid var(--line)}.foot-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr;gap:40px}@media(max-width: 820px){.foot-grid{grid-template-columns:1fr 1fr}}@media(max-width: 560px){.foot-grid{grid-template-columns:1fr;gap:34px}}.foot-brand .flogo{height:40px;margin-bottom:18px}.foot-brand .tag{color:#5d6b6e;max-width:40ch;line-height:1.65}.foot-contact{margin-top:22px;display:flex;flex-direction:column;gap:13px}.foot-contact a,.foot-contact .row{display:flex;align-items:flex-start;gap:11px;color:#3f4d50}.foot-contact a:hover{color:var(--teal-deep)}.foot-contact svg{flex:0 0 18px;width:18px;height:18px;color:var(--teal-deep);margin-top:2px}.foot-social{display:flex;gap:12px;margin-top:24px}.foot-social a{width:40px;height:40px;border-radius:11px;background:#fff;border:1px solid var(--line);display:grid;place-items:center;color:var(--ink);transition:.16s}.foot-social a:hover{background:var(--teal);color:#fff;border-color:var(--teal);transform:translateY(-2px)}.foot-social svg{width:18px;height:18px}.foot-col h4{font-family:var(--sans);font-size:16px;font-weight:700;color:var(--ink);margin:0 0 18px}.foot-col ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:13px}.foot-col a{color:#46555a}.foot-col a:hover{color:var(--teal-deep)}.foot-bottom{margin-top:50px;padding-top:22px;border-top:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;color:#6a777a;font-size:13.5px}.foot-bottom .links{display:flex;gap:20px;flex-wrap:wrap}.foot-bottom a:hover{color:var(--teal-deep)}@media(max-width: 680px){.wrap{padding:0 18px}section{padding:44px 0}.pd-top{padding:22px 0 0}header.site{padding:12px 0}.navbar{height:60px;padding:0 8px 0 16px}.navbar .logo{height:30px}.foot-bottom{flex-direction:column;align-items:flex-start;gap:10px}}.shop-head{padding:34px 0 8px}.crumb{font-size:13.5px;color:var(--gray-med);margin-bottom:18px}.crumb a:hover{color:var(--teal-deep)}.shop-head h1{font-size:clamp(28px,3.6vw,42px);color:var(--ink)}.ck-grid{display:grid;grid-template-columns:1fr 400px;gap:40px;align-items:start;margin:30px 0 86px}@media(max-width: 940px){.ck-grid{grid-template-columns:1fr;gap:26px}}.ci-list{display:flex;flex-direction:column}.ci-row{display:flex;gap:18px;padding:22px 0;border-bottom:1px solid var(--line);align-items:center}.ci-row:first-child{padding-top:6px}.ci-thumb{flex:0 0 96px;width:96px;height:96px;border-radius:14px;overflow:hidden;position:relative;display:grid;place-items:center;background:radial-gradient(120% 90% at 30% 18%, rgba(127, 221, 227, 0.45), transparent 60%),var(--teal-mist)}.ci-thumb img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.ci-thumb svg{width:34px;height:34px;color:var(--teal-deep);opacity:.5}.ci-info{flex:1;min-width:0}.ci-info .bn{font-size:11.5px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--gold-deep)}.ci-info .nm{font-size:16px;font-weight:600;color:var(--ink);line-height:1.4;margin-top:3px}.ci-info .unit{font-size:13.5px;color:var(--gray-med);margin-top:4px}.ci-mid{display:flex;align-items:center;gap:22px}.qty{display:inline-flex;align-items:center;border:1.5px solid var(--line);border-radius:11px;overflow:hidden}.qty button{width:38px;height:42px;border:none;background:#fff;font-size:18px;color:#46555a;cursor:pointer;transition:.15s}.qty button:hover{background:var(--teal-mist);color:var(--teal-deep)}.qty span{min-width:40px;text-align:center;font-size:15px;font-weight:600}.ci-line{flex:0 0 130px;text-align:right;font-family:var(--serif);font-weight:700;font-size:18px;color:var(--teal-deep)}.ci-rm{background:none;border:none;cursor:pointer;color:#a7b0b2;display:grid;place-items:center;width:38px;height:38px;border-radius:50%;transition:.15s}.ci-rm:hover{color:#e8607a;background:#fdeef1}.ci-rm svg{width:19px;height:19px}@media(max-width: 620px){.ci-row{flex-wrap:wrap}.ci-line{flex-basis:auto}.ci-mid{width:100%;justify-content:space-between}}.sum-card{background:#fff;border:1px solid var(--line);border-radius:20px;box-shadow:var(--shadow-sm);padding:26px;position:sticky;top:96px}@media(max-width: 940px){.sum-card{position:static}}.sum-card h3{font-family:var(--serif);font-size:20px;color:var(--ink);margin:0 0 18px}.sum-line{display:flex;align-items:baseline;justify-content:space-between;font-size:14.5px;color:#46555a;padding:9px 0}.sum-line .v{font-weight:600;color:var(--ink)}.sum-total{display:flex;align-items:baseline;justify-content:space-between;margin-top:12px;padding-top:16px;border-top:1px solid var(--line)}.sum-total .l{font-size:16px;font-weight:600;color:var(--ink)}.sum-total .v{font-family:var(--serif);font-weight:900;font-size:28px;color:var(--teal-deep)}.sum-card .btn{width:100%;justify-content:center;margin-top:18px}.sum-note{margin-top:14px;font-size:12.5px;color:var(--gray-med);text-align:center;line-height:1.5}.ship-hint{margin-top:14px;padding:12px 14px;background:var(--teal-mist);border-radius:12px;font-size:13px;color:var(--teal-deep)}.ship-hint .bar{height:6px;border-radius:999px;background:#fff;margin-top:8px;overflow:hidden}.ship-hint .bar i{display:block;height:100%;background:var(--teal);border-radius:999px}.empty-state{text-align:center;padding:70px 0 90px}.empty-state .ic{width:90px;height:90px;margin:0 auto 22px;border-radius:50%;background:var(--teal-mist);display:grid;place-items:center;color:var(--teal-deep)}.empty-state .ic svg{width:44px;height:44px}.empty-state h2{font-size:24px;color:var(--ink);margin-bottom:10px}.empty-state p{color:#5d6b6e;margin-bottom:24px}.ck-form{background:#fff;border:1px solid var(--line);border-radius:20px;box-shadow:var(--shadow-sm);padding:28px}.ck-form+.ck-form{margin-top:20px}.ck-form h3{font-family:var(--serif);font-size:21px;color:var(--ink);margin:0 0 6px;display:flex;align-items:center;gap:11px}.ck-form .step{flex:0 0 30px;width:30px;height:30px;border-radius:50%;background:var(--teal);color:#fff;font-family:var(--sans);font-size:14px;font-weight:700;display:grid;place-items:center}.ck-form .hint{font-size:13.5px;color:var(--gray-med);margin:0 0 20px 41px}.field{margin-bottom:16px}.field label{display:block;font-size:13.5px;font-weight:600;color:#46555a;margin-bottom:7px}.field label .req{color:#e8607a}.field input,.field textarea{width:100%;font-family:var(--sans);font-size:15px;color:var(--ink);padding:13px 15px;border:1.5px solid var(--line);border-radius:12px;background:#fff;transition:.15s}.field input:focus,.field textarea:focus{outline:none;border-color:var(--teal);box-shadow:0 0 0 3px var(--teal-mist)}.field textarea{resize:vertical;min-height:88px}.field.err input,.field.err textarea{border-color:#e8607a}.field .msg{font-size:12.5px;color:#e8607a;margin-top:6px;display:none}.field.err .msg{display:block}.frow2{display:grid;grid-template-columns:1fr 1fr;gap:16px}@media(max-width: 520px){.frow2{grid-template-columns:1fr}}.pay-opt{display:flex;gap:13px;align-items:flex-start;padding:15px 16px;border:1.5px solid var(--line);border-radius:13px;cursor:pointer;margin-bottom:12px;transition:.15s}.pay-opt:hover{border-color:var(--teal-soft)}.pay-opt.on{border-color:var(--teal);background:var(--teal-mist)}.pay-opt input{margin-top:3px;accent-color:var(--teal);width:18px;height:18px;flex:0 0 18px}.pay-opt .pt{font-size:15px;font-weight:600;color:var(--ink)}.pay-opt .pd{font-size:13px;color:#5d6b6e;margin-top:3px}.pay-opt .badge{display:inline-block;font-size:11px;font-weight:700;color:var(--gold-deep);background:var(--gold-soft);padding:2px 9px;border-radius:999px;margin-left:8px}.ck-mini{display:flex;gap:12px;padding:13px 0;border-bottom:1px solid var(--line)}.ck-mini:first-child{padding-top:0}.ck-mini .t{flex:0 0 56px;width:56px;height:56px;border-radius:11px;position:relative;overflow:hidden;display:grid;place-items:center;background:radial-gradient(120% 90% at 30% 18%, rgba(127, 221, 227, 0.45), transparent 60%),var(--teal-mist)}.ck-mini .t img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.ck-mini .t svg{width:22px;height:22px;color:var(--teal-deep);opacity:.5}.ck-mini .t .q{position:absolute;top:-7px;right:-7px;min-width:20px;height:20px;padding:0 5px;border-radius:999px;background:var(--ink);color:#fff;font-size:11px;font-weight:700;display:grid;place-items:center}.ck-mini .nm{flex:1;font-size:13.5px;font-weight:500;color:#46555a;line-height:1.4}.ck-mini .pr{font-family:var(--serif);font-weight:700;font-size:14.5px;color:var(--teal-deep);white-space:nowrap}.login-tip{display:flex;align-items:center;gap:10px;padding:13px 16px;background:var(--gray-light);border:1px solid var(--line);border-radius:12px;font-size:13.5px;color:#5d6b6e;margin-bottom:22px}.login-tip a{color:var(--teal-deep);font-weight:600}.login-tip svg{width:18px;height:18px;color:var(--teal-deep);flex:0 0 18px}.ok-wrap{max-width:640px;margin:0 auto;text-align:center;padding:50px 0 90px}.ok-ic{width:104px;height:104px;margin:0 auto 26px;border-radius:50%;background:var(--teal-mist);display:grid;place-items:center;color:var(--teal-deep);animation:okpop .5s cubic-bezier(0.3, 1.3, 0.5, 1)}.ok-ic svg{width:54px;height:54px}@keyframes okpop{from{transform:scale(0.6);opacity:0}to{transform:scale(1);opacity:1}}.ok-wrap h1{font-size:clamp(26px,3.4vw,38px);color:var(--ink);margin-bottom:12px}.ok-wrap .lead{font-size:16.5px;color:#54636a;line-height:1.7;margin-bottom:26px}.ok-card{background:#fff;border:1px solid var(--line);border-radius:20px;box-shadow:var(--shadow-sm);padding:26px 28px;text-align:left;margin-bottom:20px}.ok-code{display:flex;align-items:center;justify-content:space-between;padding-bottom:18px;margin-bottom:18px;border-bottom:1px solid var(--line)}.ok-code .l{font-size:13.5px;color:var(--gray-med)}.ok-code .v{font-family:var(--serif);font-weight:900;font-size:22px;color:var(--teal-deep);letter-spacing:.02em}.ok-line{display:flex;justify-content:space-between;font-size:14.5px;color:#46555a;padding:7px 0;gap:14px}.ok-line .v{font-weight:600;color:var(--ink)}.ok-line.tot{margin-top:8px;padding-top:14px;border-top:1px solid var(--line);font-size:16px}.ok-line.tot .v{font-family:var(--serif);font-weight:900;font-size:22px;color:var(--teal-deep)}.ok-actions{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}.ok-next{padding:18px 20px;background:var(--teal-mist);border-radius:14px;font-size:14px;color:var(--teal-deep);display:flex;align-items:center;gap:11px;text-align:left;line-height:1.55}.ok-next svg{width:24px;height:24px;flex:0 0 24px}
