:root{--bg-color:rgb(240,240,240);--text-main:#111111;--glass-bg:rgba(255,255,255,0.2);--glass-border:rgba(0,0,0,0.05);--glass-hover:rgba(255,255,255,0.35);--shadow-soft:0 4px 15px rgba(0,0,0,0.05);--shadow-medium:0 4px 30px rgba(0,0,0,0.5);--shadow-heavy:0 12px 40px rgba(0,0,0,0.9);--blur-amount:15px;--transition-smooth:cubic-bezier(0.25,0.46,0.45,0.94);--transition-bounce:cubic-bezier(0.4,0,0.2,1);--cursor-pickaxe:url(/cursors/pickaxe-32.cur) 3 2,auto;--cursor-pickaxe-pointer:url(/cursors/pickaxe-32.cur) 3 2,pointer}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;cursor:var(--cursor-pickaxe)}html.custom-cursor-active,html.custom-cursor-active *{cursor:none!important}body{font-family:Kanit,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background-color:var(--bg-color);color:var(--text-main);overflow:hidden;min-height:100vh;min-height:100dvh;display:flex;align-items:center;justify-content:center;line-height:1.5;position:relative;isolation:isolate}body:before{content:"";position:fixed;inset:0;pointer-events:none;z-index:1;background:radial-gradient(circle at 50% 42%,rgba(255,255,255,0) 30%,rgba(0,0,0,.08) 60%,rgba(0,0,0,.56) 100%),radial-gradient(circle at 14% 14%,rgba(255,232,188,.16),transparent 34%),radial-gradient(circle at 86% 18%,rgba(255,255,255,.1),transparent 30%),radial-gradient(circle at 50% 88%,rgba(0,0,0,.12),transparent 40%)}a,button{-webkit-tap-highlight-color:transparent;cursor:var(--cursor-pickaxe-pointer)}.animated-cursor{position:fixed;top:0;left:0;z-index:2147483647;width:32px;height:32px;opacity:0;pointer-events:none;image-rendering:pixelated;-webkit-user-select:none;user-select:none;transition:opacity .1s ease;will-change:transform}.animated-cursor.visible{opacity:1}@media (pointer:coarse){html.custom-cursor-active,html.custom-cursor-active *{cursor:auto!important}.animated-cursor{display:none}}.bg-image{position:fixed;inset:0;z-index:0;width:100%;height:100%;object-fit:cover;will-change:transform}.enter-screen{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.7);backdrop-filter:blur(var(--blur-amount));-webkit-backdrop-filter:blur(var(--blur-amount));z-index:9999;cursor:var(--cursor-pickaxe-pointer);transition:opacity .6s var(--transition-smooth),visibility .6s var(--transition-smooth)}.enter-screen.hidden{opacity:0;visibility:hidden;pointer-events:none}.enter-screen.loading{cursor:url(/cursors/pickaxe-32.cur) 3 2,wait}.enter-text{font-size:16px;font-weight:500;letter-spacing:2px;color:#ffffff;animation:pulse 2s ease-in-out infinite;-webkit-user-select:none;user-select:none}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.volume-control{position:fixed;top:max(20px,env(safe-area-inset-top));left:max(20px,env(safe-area-inset-left));display:flex;align-items:stretch;gap:0;z-index:100;transition:opacity .25s var(--transition-smooth),transform .25s var(--transition-smooth);opacity:0;pointer-events:none;transform:translateY(-6px) scale(.98);border:1px solid rgba(58,47,23,.16);border-radius:999px;overflow:hidden;background:linear-gradient(180deg,rgba(242,230,193,.76),rgba(227,208,158,.68));backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);box-shadow:0 10px 26px rgba(69,53,28,.16);isolation:isolate}.volume-control.visible{opacity:1;pointer-events:auto;transform:translateY(0) scale(1)}.volume-btn{width:45px;min-width:45px;height:45px;border:0;border-right:1px solid rgba(78,63,31,.16);border-radius:0;background:rgba(255,255,255,.08);color:#2a2418;display:grid;place-content:center;font-size:20px;cursor:var(--cursor-pickaxe-pointer);transition:all .3s var(--transition-smooth);box-shadow:none;flex-shrink:0;touch-action:manipulation}.volume-btn:hover{background:rgba(255,255,255,.18);transform:none;box-shadow:none}.volume-btn:active{transform:none}.volume-slider-shell{display:flex;align-items:center;min-width:0;max-width:0;height:45px;padding:0;background:transparent;box-shadow:none;color:rgba(42,36,24,.88);font-size:13px;opacity:0;transform:translateX(-8px);transition:max-width .28s var(--transition-smooth),opacity .2s ease,transform .28s var(--transition-smooth),padding .28s var(--transition-smooth);overflow:hidden;pointer-events:none;touch-action:none}.volume-slider{width:128px;height:4px;appearance:none;-webkit-appearance:none;background:linear-gradient(90deg,rgba(72,53,26,.84) 0,rgba(72,53,26,.84) var(--volume-fill),rgba(72,53,26,.18) var(--volume-fill),rgba(72,53,26,.18) 100%);border-radius:999px;outline:none;cursor:pointer;touch-action:none}.volume-slider::-webkit-slider-thumb{appearance:none;width:13px;height:13px;border-radius:50%;border:2px solid rgba(255,250,241,.94);background:#32251b;box-shadow:0 0 0 4px rgba(72,53,26,.1)}.volume-slider::-moz-range-thumb{width:13px;height:13px;border-radius:50%;border:2px solid rgba(255,250,241,.94);background:#32251b;box-shadow:0 0 0 4px rgba(72,53,26,.1)}.volume-slider::-moz-range-track{height:4px;background:rgba(72,53,26,.18);border-radius:999px}.volume-control:focus-within{transform:translateY(0) scale(1);box-shadow:0 8px 24px rgba(0,0,0,.14)}.main-container{position:relative;z-index:10;width:100%;max-width:605px;padding:20px;opacity:0;transform:scale(.95) translateY(15px);transition:all .7s var(--transition-smooth)}.main-container.visible{opacity:1;transform:scale(1) translateY(0)}.glass-card{background:transparent;border-radius:20px;border:1px solid rgba(255,255,255,.05);box-shadow:var(--shadow-medium);padding:50px 25px 35px;text-align:center;position:relative;transform-style:preserve-3d;transition:transform .1s ease-out,box-shadow .3s ease;will-change:transform}.glass-card:hover{box-shadow:var(--shadow-heavy)}.view-counter{position:absolute;top:20px;right:20px;background:rgba(255,255,255,.4);border:1px solid rgba(0,0,0,.1);border-radius:20px;padding:6px 14px;font-size:13px;font-weight:600;color:#111;display:flex;align-items:center;gap:6px;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);transition:all .3s ease;box-shadow:0 2px 10px rgba(0,0,0,.05)}.view-counter:hover{background:rgba(255,255,255,.6);color:#000}.profile-container{position:relative;width:110px;height:110px;margin:-100px auto 15px;border-radius:50%;background:#fff;padding:5px;box-shadow:0 4px 15px rgba(0,0,0,.1);z-index:2}.profile-img{width:100%;height:100%;border-radius:50%;object-fit:cover}.profile-decoration{position:absolute;top:-12%;left:-12%;width:124%;height:124%;pointer-events:none;z-index:10}.name-container{min-height:40px;margin-top:10px;margin-bottom:5px}.name{font-size:24px;font-weight:700;letter-spacing:1px;color:#111;text-shadow:0 2px 10px rgba(255,255,255,.8)}.shimmer-bio{font-size:18px;font-weight:500;letter-spacing:.75px;line-height:1.6;margin-top:15px;background:linear-gradient(90deg,transparent,rgba(0,0,0,.8),transparent);background-size:80%;background-repeat:no-repeat;animation:shining 2s linear infinite;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,.4);text-shadow:0 1px 5px rgba(255,255,255,.6)}@keyframes shining{0%{background-position:-200% 0}to{background-position:200% 0}}.discord-profile{background:rgba(255,255,255,.3);border:1px solid var(--glass-border);border-radius:15px;padding:15px;display:flex;align-items:center;gap:15px;margin-top:20px;text-align:left;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:var(--shadow-soft);transition:background .3s ease}.discord-profile:hover{background:rgba(255,255,255,.4)}.discord-avatar-wrapper{position:relative;flex-shrink:0}.discord-avatar{width:60px;height:60px;border-radius:50%;border:2px solid rgba(255,255,255,.5);object-fit:cover}.discord-status-dot{position:absolute;bottom:2px;right:2px;width:16px;height:16px;border-radius:50%;border:3px solid #f0f0f0;background-color:#747f8d;transition:background-color .3s ease}.discord-info{flex:1 1;overflow:hidden}.discord-name{font-size:16px;font-weight:700;color:#111;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.discord-activity{font-size:13px;color:#333;margin-top:4px;line-height:1.4;font-weight:500}.discord-large-image{width:50px;height:50px;border-radius:10px;object-fit:cover;flex-shrink:0}.social-box{background-color:rgba(255,255,255,.2);border-radius:9999px;border:1px solid var(--glass-border);padding:14px 30px;margin-top:25px;box-shadow:var(--shadow-soft);display:flex;justify-content:center;gap:22px;flex-wrap:wrap;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.social-btn{color:#222;font-size:26px;transition:all .3s ease;filter:drop-shadow(0 2px 4px rgba(255,255,255,.8));text-decoration:none;display:grid;place-content:center}.social-btn:hover{color:#000;filter:drop-shadow(0 2px 8px rgba(255,255,255,1));transform:scale(1.15) translateY(-3px)}.social-btn:active{transform:scale(1.05)}.donation-bar{background:rgba(255,255,255,.25);border:1px solid var(--glass-border);border-radius:20px;padding:12px 20px;display:flex;align-items:center;gap:15px;margin-top:15px;text-decoration:none;transition:all .3s var(--transition-bounce);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:var(--shadow-soft);width:100%;color:inherit}.donation-bar:hover{background:var(--glass-hover);transform:translateY(-3px) scale(1.01);box-shadow:0 8px 25px rgba(0,0,0,.1)}.donation-bar:active{transform:translateY(-1px) scale(1.005)}.donation-logo-wrapper{width:48px;height:48px;border-radius:12px;overflow:hidden;background:rgba(255,255,255,.5);display:grid;place-content:center;box-shadow:0 2px 8px rgba(0,0,0,.05);flex-shrink:0}.donation-logo{width:32px;height:32px;object-fit:contain}.donation-info{text-align:left;flex:1 1}.donation-title{font-size:16px;font-weight:700;color:#111;margin:0;display:flex;align-items:center;gap:5px}.donation-subtitle{font-size:13px;color:#444;margin:2px 0 0;font-weight:500}.donation-footer{font-size:11px;color:#666;margin-top:3px;display:flex;align-items:center;gap:4px}.donation-chevron{color:#888;font-size:16px;flex-shrink:0}.basket-bar .donation-info{min-width:0}.basket-bar .donation-title{white-space:normal;line-height:1.2}.basket-bar .donation-subtitle{line-height:1.35}.txt-rotate .wrap{border-right:.08em solid #fff;animation:blink .7s step-end infinite}@keyframes blink{50%{border-color:transparent}}.skeleton{background:linear-gradient(90deg,rgba(200,200,200,.3) 25%,rgba(200,200,200,.5) 50%,rgba(200,200,200,.3) 75%);background-size:200% 100%;animation:skeleton-shimmer 1.5s infinite;border-radius:8px}@keyframes skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media (max-width:640px){.main-container{padding:15px;max-width:100%}.glass-card{padding:40px 18px 25px;border-radius:16px}.profile-container{width:90px;height:90px;margin-top:-80px}.name{font-size:20px}.shimmer-bio{font-size:15px}.social-box{padding:12px 20px;gap:18px}.social-btn{font-size:22px}.donation-bar{padding:10px 15px}.volume-control{top:max(14px,env(safe-area-inset-top));left:max(14px,env(safe-area-inset-left));transform:translateY(-2px) scale(.98)}.volume-btn{width:44px;min-width:44px;height:44px;font-size:19px}.volume-slider-shell{height:44px;max-width:0}.volume-control.expanded .volume-slider-shell{max-width:min(160px,calc(100vw - 74px));padding:0 12px 0 10px}.volume-slider{width:min(120px,calc(100vw - 98px));height:22px}.volume-slider::-webkit-slider-thumb{width:16px;height:16px}.volume-slider::-moz-range-thumb{width:16px;height:16px}.volume-slider::-webkit-slider-runnable-track{height:5px;border-radius:999px}.volume-slider::-moz-range-track{height:5px}body:before{background:radial-gradient(circle at 50% 40%,rgba(255,255,255,0) 28%,rgba(0,0,0,.1) 62%,rgba(0,0,0,.6) 100%),radial-gradient(circle at 50% 88%,rgba(0,0,0,.16),transparent 42%)}}@media (max-width:480px){body{overflow-y:auto;overflow-x:hidden;align-items:flex-start;padding:max(32px,calc(env(safe-area-inset-top) + 12px)) 0 20px}.main-container{padding:14px 8px 12px;max-width:calc(100vw - 16px)}.glass-card{padding:24px 12px 16px;border-radius:14px}.profile-container{width:76px;height:76px;margin:0 auto 10px}.profile-decoration{top:-6%;left:-6%;width:116%;height:116%}.view-counter{top:10px;right:10px;padding:4px 10px;font-size:11px;border-radius:999px}.shimmer-bio{display:block;font-size:13px;line-height:1.45;margin-top:8px}.discord-large-image{display:block;width:34px;height:34px;border-radius:8px}.basket-bar,.donation-bar{display:flex;margin-top:8px;padding:8px 10px;gap:9px;border-radius:14px}.name-container{min-height:22px;margin-top:4px;margin-bottom:2px}.name{font-size:18px}.discord-profile{margin-top:8px;padding:9px;gap:9px;border-radius:12px}.discord-avatar{width:40px;height:40px}.discord-status-dot{width:10px;height:10px;border-width:2px}.discord-name{font-size:12px}.discord-activity{font-size:10px;margin-top:1px;line-height:1.2}.donation-logo-wrapper{width:34px;height:34px;border-radius:10px}.donation-logo{width:22px;height:22px}.donation-title{font-size:12px;line-height:1.15}.donation-subtitle{font-size:10px;line-height:1.25}.donation-footer{font-size:9px;line-height:1.2;margin-top:2px}.donation-chevron{font-size:14px}.social-box{margin-top:10px;padding:10px 14px;gap:14px}.social-btn{font-size:20px}.volume-control{top:max(12px,env(safe-area-inset-top));left:max(12px,env(safe-area-inset-left));transform:translateY(-1px) scale(.86)}.volume-btn{width:40px;min-width:40px;height:40px;font-size:18px}.volume-slider-shell{height:40px}.volume-control.expanded .volume-slider-shell{max-width:min(136px,calc(100vw - 68px));padding:0 10px 0 8px}.volume-slider{width:min(100px,calc(100vw - 88px));height:20px}.volume-slider::-webkit-slider-thumb{width:14px;height:14px}.volume-slider::-moz-range-thumb{width:14px;height:14px}.volume-slider::-webkit-slider-runnable-track{height:4px}.volume-slider::-moz-range-track{height:4px}}@media (min-width:641px) and (max-width:1440px) and (max-height:820px){body{overflow-y:auto;overflow-x:hidden;align-items:flex-start;justify-content:center;padding:18px 0 28px}.main-container{max-width:570px;padding:14px}.glass-card{padding:40px 20px 28px;border-radius:18px}.profile-container{width:96px;height:96px;margin:-88px auto 12px}.name-container{min-height:34px;margin-top:8px;margin-bottom:2px}.name{font-size:21px}.shimmer-bio{font-size:15px;margin-top:12px;line-height:1.5}.discord-profile{padding:12px;gap:12px;margin-top:16px}.discord-avatar{width:52px;height:52px}.discord-status-dot{width:14px;height:14px}.discord-name{font-size:15px}.discord-activity{font-size:12px;margin-top:2px}.discord-large-image{width:42px;height:42px}.social-box{margin-top:18px;padding:12px 24px;gap:18px}.social-btn{font-size:23px}.donation-bar{margin-top:12px;padding:10px 16px;gap:12px}.donation-logo-wrapper{width:42px;height:42px}.donation-logo{width:28px;height:28px}.donation-title{font-size:15px}.donation-subtitle{font-size:12px}.donation-footer{font-size:10px}.view-counter{top:16px;right:16px;padding:5px 12px;font-size:12px}}@media (min-width:641px) and (max-width:1400px) and (max-height:800px){body{padding:12px 0 18px}.main-container{max-width:min(470px,calc(100vw - 16px));padding:6px;transform-origin:top center}.main-container.visible{transform:scale(.72) translateY(0)}.glass-card{padding:22px 12px 14px;border-radius:14px}.profile-container{width:72px;height:72px;margin:-64px auto 6px}.profile-decoration{top:-8%;left:-8%;width:116%;height:116%}.view-counter{display:none}.name-container{min-height:24px;margin-top:4px;margin-bottom:0}.name{font-size:16px}.shimmer-bio{display:none}.discord-profile{padding:8px;gap:8px;margin-top:8px;border-radius:12px}.discord-avatar{width:40px;height:40px}.discord-status-dot{width:10px;height:10px;border-width:2px}.discord-name{font-size:12px}.discord-activity{font-size:10px;margin-top:1px;line-height:1.25}.discord-large-image{display:none}.social-box{margin-top:10px;padding:8px 14px;gap:12px}.social-btn{font-size:18px}.donation-bar{margin-top:8px;padding:7px 10px;gap:8px;border-radius:14px}.donation-logo-wrapper{width:32px;height:32px;border-radius:9px}.donation-logo{width:22px;height:22px}.donation-title{font-size:12px}.donation-subtitle{font-size:10px}.donation-footer{display:none}.volume-control{top:12px;left:12px;transform:translateY(-1px) scale(.88)}}@media (min-width:1200px) and (max-width:1366px) and (max-height:768px) and (pointer:fine){body{overflow-y:auto;overflow-x:hidden;align-items:center;justify-content:center;padding:12px 0}.main-container{max-width:min(560px,calc(100vw - 28px));padding:12px}.main-container.visible{transform:translateY(0) scale(1)}.glass-card{padding:40px 18px 26px;border-radius:18px}.profile-container{width:92px;height:92px;margin:-82px auto 10px}.profile-decoration{top:-10%;left:-10%;width:122%;height:122%}.view-counter{display:flex;top:14px;right:14px;padding:5px 12px;font-size:12px}.name-container{min-height:32px;margin-top:8px;margin-bottom:4px}.name{font-size:22px}.shimmer-bio{display:block;font-size:15px;margin-top:8px;line-height:1.5}.discord-profile{padding:12px;gap:12px;margin-top:14px;border-radius:14px}.discord-avatar{width:52px;height:52px}.discord-status-dot{width:14px;height:14px;border-width:3px}.discord-name{font-size:15px}.discord-activity{font-size:12px;margin-top:2px;line-height:1.35}.discord-large-image{display:block;width:42px;height:42px}.social-box{margin-top:14px;padding:12px 24px;gap:18px}.social-btn{font-size:22px}.donation-bar{margin-top:10px;padding:10px 15px;gap:12px;border-radius:16px}.donation-logo-wrapper{width:40px;height:40px;border-radius:10px}.donation-logo{width:26px;height:26px}.donation-title{font-size:14px}.donation-subtitle{font-size:12px}.donation-footer{display:flex;font-size:10px;margin-top:2px}.volume-control{top:14px;left:14px;transform:translateY(-1px) scale(.94)}}.volume-control.expanded .volume-slider-shell{max-width:170px;opacity:1;transform:translateX(0);padding:0 14px 0 11px;pointer-events:auto}.volume-control.collapsed .volume-slider-shell{max-width:0;opacity:0;padding:0;pointer-events:none}.protected-content{-webkit-user-select:none;user-select:none}.gpu-accelerated{transform:translateZ(0);backface-visibility:hidden}@font-face{font-family:Kanit;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/75717585c59e5075-s.p.woff2) format("woff2");unicode-range:u+02d7,u+0303,u+0331,u+0e01-0e5b,u+200c-200d,u+25cc}@font-face{font-family:Kanit;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/158a69e2aae09d8b-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:Kanit;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/9c064da0c6a8705d-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:Kanit;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/a5f02fb6311fcdbc-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:Kanit;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/c0ec9aca5b19e917-s.p.woff2) format("woff2");unicode-range:u+02d7,u+0303,u+0331,u+0e01-0e5b,u+200c-200d,u+25cc}@font-face{font-family:Kanit;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/06bc8c83090c1ec1-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:Kanit;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/1f6d3ad4ae0f1460-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:Kanit;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/eb67d5f0a1d7501d-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:Kanit;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/e947190c9bdf6068-s.p.woff2) format("woff2");unicode-range:u+02d7,u+0303,u+0331,u+0e01-0e5b,u+200c-200d,u+25cc}@font-face{font-family:Kanit;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/52c95d4165d01384-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:Kanit;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/574f1d56a01c5fcb-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:Kanit;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/25f7d470e08d7a87-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:Kanit;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/dd867c03515903ae-s.p.woff2) format("woff2");unicode-range:u+02d7,u+0303,u+0331,u+0e01-0e5b,u+200c-200d,u+25cc}@font-face{font-family:Kanit;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/5dfeb3c6bf0f27aa-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:Kanit;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/5d1189028b68a613-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:Kanit;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/61eb19e8a04bc1be-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:Kanit Fallback;src:local("Arial");ascent-override:108.49%;descent-override:38.96%;line-gap-override:0.00%;size-adjust:101.39%}.__className_23c6a2{font-family:Kanit,Kanit Fallback;font-style:normal}