@import "https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css";
:root{--bg-body:#f8fafc;--bg-surface:#fff;--bg-elevated:#fff;--text-primary:#0f172a;--text-secondary:#475569;--text-tertiary:#94a3b8;--border-light:#e2e8f0;--border-focus:#cbd5e1;--accent-gold-start:#d4af37;--accent-gold-end:#f3e5ab;--accent-indigo:#4f46e5;--radius-sm:8px;--radius-md:16px;--radius-lg:24px;--radius-xl:32px;--radius-full:9999px;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000000d, 0 2px 4px -2px #0000000d;--shadow-lg:0 10px 15px -3px #0000000d, 0 4px 6px -4px #0000000d;--shadow-gold:0 10px 25px -5px #d4af374d}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-body);color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,Roboto,sans-serif;line-height:1.6}a{color:inherit;text-decoration:none}.text-gold{background:linear-gradient(135deg,#bf953f 0%,#fcf6ba 25%,#b38728 50%,#fbf5b7 75%,#aa771c 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-weight:800}.text-indigo{color:var(--accent-indigo);font-weight:700}.container{width:100%;max-width:1200px;min-height:100vh;margin:0 auto;position:relative;overflow-x:hidden}.flex{display:flex}.flex-col{flex-direction:column;display:flex}.items-center{align-items:center}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-8{margin-bottom:2rem}.truncate{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.line-clamp-2{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}
.Footer-module__S6Hkya__footer{background-color:var(--bg-surface);border-top:1px solid var(--border-light);padding:3rem 1.5rem;padding-bottom:calc(5rem + env(safe-area-inset-bottom));margin-top:2rem}.Footer-module__S6Hkya__footerContent{max-width:1200px;margin:0 auto}.Footer-module__S6Hkya__footerBrand{background:linear-gradient(135deg,#e11d48 0%,#db2777 50%,#7c3aed 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;align-items:flex-end;margin-bottom:.5rem;font-weight:900;display:flex}.Footer-module__S6Hkya__footerBrandLarge{font-size:1.75rem;line-height:.9}.Footer-module__S6Hkya__footerBrandSmall{margin:0 2px 2px;font-size:.95rem;font-weight:700}.Footer-module__S6Hkya__footerDesc{color:var(--text-secondary);margin-bottom:1.5rem;font-size:.875rem;line-height:1.5}.Footer-module__S6Hkya__footerLinks{color:var(--text-secondary);flex-wrap:wrap;gap:.75rem;margin-bottom:1.5rem;font-size:.8125rem;display:flex}.Footer-module__S6Hkya__link{cursor:pointer}.Footer-module__S6Hkya__link:hover{color:var(--text-primary)}.Footer-module__S6Hkya__bold{color:var(--text-primary);font-weight:700}.Footer-module__S6Hkya__divider{color:var(--border-light)}.Footer-module__S6Hkya__footerInfo{color:var(--text-tertiary);margin-bottom:1.5rem;font-size:.75rem;line-height:1.6}.Footer-module__S6Hkya__footerInfo p{margin-bottom:.25rem}.Footer-module__S6Hkya__copyright{color:var(--text-tertiary);border-top:1px solid var(--border-light);padding-top:1.5rem;font-size:.75rem}@media (min-width:768px){.Footer-module__S6Hkya__footer{padding-bottom:3rem}}
.AgeGateway-module__epUXCG__overlay{z-index:9999;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background-color:#000000f2;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.AgeGateway-module__epUXCG__modal{background:var(--bg-surface);border-radius:var(--radius-xl);text-align:center;border:1px solid var(--border-light);width:90%;max-width:400px;padding:3rem 2rem;box-shadow:0 25px 50px -12px #00000080}.AgeGateway-module__epUXCG__iconWrapper{color:#dc2626;background-color:#dc26261a;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:1.5rem;display:inline-flex}.AgeGateway-module__epUXCG__title{color:var(--text-primary);margin-bottom:1rem;font-size:1.5rem;font-weight:900}.AgeGateway-module__epUXCG__description{color:var(--text-secondary);margin-bottom:1.5rem;font-size:.875rem;line-height:1.6}.AgeGateway-module__epUXCG__description strong{color:#dc2626;margin-top:.5rem;font-size:1rem;display:block}.AgeGateway-module__epUXCG__divider{background-color:var(--border-light);height:1px;margin:1.5rem 0}.AgeGateway-module__epUXCG__subtext{color:var(--text-tertiary);margin-bottom:2rem;font-size:.75rem;line-height:1.5}.AgeGateway-module__epUXCG__verifyBtn{background-color:var(--text-primary);color:#fff;border-radius:var(--radius-md);cursor:pointer;border:none;justify-content:center;align-items:center;gap:.5rem;width:100%;margin-bottom:1rem;padding:1rem;font-size:1rem;font-weight:700;transition:transform .2s;display:flex}.AgeGateway-module__epUXCG__verifyBtn:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a}.AgeGateway-module__epUXCG__verifyBtn:active{transform:translateY(0)}.AgeGateway-module__epUXCG__exitLink{color:var(--text-tertiary);font-size:.875rem;text-decoration:underline;transition:color .2s;display:inline-block}.AgeGateway-module__epUXCG__exitLink:hover{color:var(--text-secondary)}
