:root{--ithun-accent:#0f766e;--ithun-accent-hover:#0d9488;--ithun-accent-soft:#f0fdfa;--ithun-text:#0f172a;--ithun-muted:#64748b;--ithun-border:#e2e8f0;--ithun-bg:#f8fafc;--ithun-surface:#fff;--text:var(--ithun-text);--muted:var(--ithun-muted);--border:var(--ithun-border);--card:var(--ithun-surface);--bg:var(--ithun-bg);--nav-accent:var(--ithun-accent);--nav-accent-dark:var(--ithun-accent-hover);--nav-accent-bg:var(--ithun-accent-soft)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg,#fff);color:var(--text,#0f172a);min-height:100vh;font-family:Pretendard,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.5}a{color:inherit;text-decoration:none}button,textarea{font-family:inherit}.header{z-index:100;background:var(--card,#fff);border-bottom:1px solid var(--border,#e2e8f0);position:sticky;top:0}.header-inner{justify-content:space-between;align-items:center;gap:.75rem;max-width:1200px;height:60px;margin:0 auto;padding:0 1.25rem;display:flex}.logo{color:var(--text,#0f172a);flex-shrink:0;align-items:center;gap:.45rem;font-size:1.05rem;font-weight:800;display:inline-flex}.logo-mark{display:block}#mainNav{flex:1;justify-content:center;align-items:center;min-width:0;display:flex;overflow:visible}.header-actions{flex-shrink:0;align-items:center;gap:.5rem;display:flex}.section{max-width:1200px;margin:0 auto;padding:1.5rem 1.25rem 3rem}.empty-grid,.content-empty{text-align:center;color:var(--muted,#64748b);padding:2.5rem 1rem}.portal-nav{flex:1;justify-content:center;align-items:center;min-width:0;display:flex}.portal-nav--site{overflow:visible}.portal-nav-site{flex-wrap:nowrap;justify-content:center;align-items:center;gap:.35rem;display:flex}.portal-nav-site-link,.portal-nav-site-trigger{color:var(--muted,#64748b);white-space:nowrap;cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;gap:.4rem;padding:.5rem .9rem;font-family:inherit;font-size:.95rem;font-weight:700;display:inline-flex}.portal-nav-site-link:hover,.portal-nav-site-trigger:hover,.portal-nav-site-item.is-open .portal-nav-site-trigger,.portal-nav-site-link.is-active,.portal-nav-site-item.is-active>.portal-nav-site-trigger{color:var(--ithun-accent,#0f766e);background:var(--ithun-accent-soft,#f0fdfa)}.portal-nav-site-item{position:relative}.portal-nav-site-chevron{color:var(--muted,#64748b);font-size:.65rem;transition:transform .2s}.portal-nav-site-item.is-open .portal-nav-site-chevron,.portal-nav-user.is-open .portal-nav-site-chevron{transform:rotate(180deg)}.portal-nav-site-menu{background:var(--card,#fff);border:1px solid var(--border,#e2e8f0);z-index:200;border-radius:10px;min-width:180px;padding:.4rem;display:none;position:absolute;top:calc(100% + .35rem);left:50%;transform:translate(-50%);box-shadow:0 8px 24px #0f172a14}.portal-nav-site-item.is-open .portal-nav-site-menu{display:block}.portal-nav-site-menu-link{color:var(--text,#0f172a);border-radius:6px;align-items:center;gap:.5rem;padding:.55rem .65rem;font-size:.84rem;font-weight:600;display:flex}.portal-nav-site-menu-link:hover{background:var(--ithun-accent-soft,#f0fdfa);color:var(--ithun-accent,#0f766e)}.portal-nav-admin-slot{flex-shrink:0}.portal-nav-admin-link{color:var(--muted,#64748b);white-space:nowrap;border:1px solid var(--border,#e2e8f0);background:var(--card,#fff);border-radius:8px;align-items:center;gap:.35rem;padding:.45rem .75rem;font-size:.8rem;font-weight:600;display:inline-flex}.portal-nav-admin-link:hover{color:var(--ithun-accent,#0f766e);border-color:var(--ithun-accent,#0f766e);background:var(--ithun-accent-soft,#f0fdfa)}.portal-nav-user{align-items:center;display:flex;position:relative}.portal-nav-user-trigger{border:1px solid var(--border,#e2e8f0);background:var(--card,#fff);color:var(--text,#0f172a);cursor:pointer;white-space:nowrap;border-radius:8px;align-items:center;gap:.4rem;padding:.4rem .7rem;font-family:inherit;font-size:.85rem;font-weight:600;display:inline-flex}.portal-nav-user-trigger:hover,.portal-nav-user.is-open .portal-nav-user-trigger{border-color:var(--ithun-accent,#0f766e);background:var(--ithun-accent-soft,#f0fdfa);color:var(--ithun-accent,#0f766e)}.portal-nav-user-menu{background:var(--card,#fff);border:1px solid var(--border,#e2e8f0);z-index:250;border-radius:10px;flex-direction:column;gap:.15rem;min-width:168px;padding:.4rem;display:none;position:absolute;top:calc(100% + .4rem);right:0;box-shadow:0 10px 28px #0f172a1f}.portal-nav-user.is-open .portal-nav-user-menu{display:flex}.portal-nav-user-menu-link{width:100%;color:var(--text,#0f172a);text-align:left;cursor:pointer;box-sizing:border-box;background:0 0;border:none;border-radius:7px;align-items:center;gap:.5rem;padding:.6rem .7rem;font-family:inherit;font-size:.84rem;font-weight:600;text-decoration:none;display:flex}.portal-nav-user-menu-link:hover{background:var(--ithun-accent-soft,#f0fdfa);color:var(--ithun-accent,#0f766e)}.nav-mobile-toggle{border:1px solid var(--border,#e2e8f0);background:var(--card,#fff);cursor:pointer;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;display:none}.nav-mobile-panel{border-bottom:1px solid var(--border,#e2e8f0);background:var(--card,#fff);padding:.75rem 1.25rem 1rem;display:none}.nav-mobile-panel.is-open{display:block}.nav-mobile-section{margin-bottom:.75rem}.nav-mobile-section-title{color:var(--muted,#64748b);letter-spacing:.04em;text-transform:uppercase;margin-bottom:.35rem;font-size:.72rem;font-weight:800}.nav-mobile-link{width:100%;font:inherit;color:var(--text,#0f172a);text-align:left;cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;gap:.5rem;padding:.65rem .75rem;font-weight:600;text-decoration:none;display:flex}.nav-mobile-link:hover,.nav-mobile-link.is-active{background:var(--ithun-accent-soft,#f0fdfa);color:var(--ithun-accent,#0f766e)}@media (width<=860px){.nav-mobile-toggle{display:inline-flex}#mainNav,.portal-nav-admin-slot{display:none}}.btn{cursor:pointer;border:none;border-radius:8px;align-items:center;gap:.4rem;padding:.5rem 1rem;font-size:.85rem;font-weight:600;text-decoration:none;transition:transform .2s,box-shadow .2s,background .2s,border-color .2s;display:inline-flex}.btn-outline{background:var(--card,#fff);border:1px solid var(--border,#e2e8f0);color:var(--text,#0f172a)}.btn-outline:hover{background:var(--bg,#f8fafc)}.btn-green{color:#fff;background:linear-gradient(135deg,#14b8a6,#0d9488);box-shadow:0 10px 28px #14b8a659}.btn-green:hover{transform:translateY(-2px);box-shadow:0 14px 34px #14b8a673}.btn-ghost-light{color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff1a;border:1px solid #ffffff38}.btn-ghost-light:hover{background:#ffffff2e;transform:translateY(-2px)}.btn-danger{color:#fff;background:#dc2626}.btn-danger:hover{background:#b91c1c}.form-group{margin-bottom:1rem}.form-group label{margin-bottom:.35rem;font-size:.8rem;font-weight:600;display:block}.form-group input,.form-group select,.form-group textarea{border:1px solid var(--border,#e2e8f0);background:#fff;border-radius:8px;width:100%;padding:.65rem .85rem;font-family:inherit;font-size:.9rem}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:2px solid var(--ithun-accent,#0f766e);outline-offset:1px}.form-group textarea{resize:vertical;min-height:80px}.form-msg{min-height:1.2rem;margin-bottom:.5rem;font-size:.8rem}.form-msg.err{color:#dc2626}.form-msg.ok{color:var(--green,#16a34a)}.form-row{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}@media (width<=520px){.form-row{grid-template-columns:1fr}}.header-cart-btn{width:36px;height:36px;color:var(--text,#0f172a);border:1px solid var(--border,#e2e8f0);background:var(--card,#fff);border-radius:8px;justify-content:center;align-items:center;font-size:1rem;text-decoration:none;display:inline-flex;position:relative}.header-cart-btn:hover{background:var(--bg,#f8fafc)}.header-cart-badge{background:var(--ithun-accent,#0f766e);color:#fff;border-radius:999px;justify-content:center;align-items:center;min-width:16px;height:16px;padding:0 3px;font-size:.6rem;font-weight:800;display:flex;position:absolute;top:-5px;right:-5px}.card-admin{z-index:2;gap:.35rem;display:flex;position:absolute;top:.75rem;right:.75rem}.card-admin button,.card-admin a.card-admin-link{border:1px solid var(--border,#e2e8f0);background:var(--card,#fff);width:28px;height:28px;color:var(--muted,#64748b);cursor:pointer;border-radius:6px;justify-content:center;align-items:center;font-size:.75rem;display:inline-flex}.card-admin button:hover,.card-admin a.card-admin-link:hover{color:var(--text);background:var(--bg)}.card-admin button.danger:hover{color:#dc2626;background:#fef2f2;border-color:#fecaca}.card-admin button.drag-handle{cursor:grab}.card-admin button.drag-handle:active{cursor:grabbing}.card-admin button.is-hidden-product{color:#b45309;background:#fffbeb;border-color:#fcd34d}.home-hero{color:#fff;background:radial-gradient(75% 55% at 15% 10%,#2dd4bf52,#0000 55%),radial-gradient(60% 45% at 90% 0,#38bdf82e,#0000 50%),radial-gradient(55% 40% at 50% 100%,#0f766e73,#0000 60%),linear-gradient(155deg,#042f2e 0%,#0f766e 42%,#115e59 100%);padding:3.5rem 1.25rem 4.5rem;position:relative;overflow:hidden}.home-hero:before{content:"";pointer-events:none;background-image:linear-gradient(#ffffff09 1px,#0000 1px),linear-gradient(90deg,#ffffff09 1px,#0000 1px);background-size:44px 44px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(75% 65% at 50% 35%,#000,#0000);mask-image:radial-gradient(75% 65% at 50% 35%,#000,#0000)}.home-orb{filter:blur(70px);opacity:.5;pointer-events:none;border-radius:50%;animation:9s ease-in-out infinite home-float;position:absolute}.home-orb--1{background:#2dd4bf;width:280px;height:280px;top:8%;left:-4%}.home-orb--2{background:#38bdf8;width:220px;height:220px;animation-delay:-3s;top:48%;right:4%}@keyframes home-float{0%,to{transform:translate(0)}50%{transform:translate(16px,-20px)}}.home-hero-inner{z-index:1;grid-template-columns:1.05fr .95fr;align-items:center;gap:2.5rem;max-width:1200px;margin:0 auto;display:grid;position:relative}.home-hero-badge{letter-spacing:.06em;text-transform:uppercase;background:#ffffff1a;border:1px solid #ffffff2e;border-radius:999px;align-items:center;gap:.4rem;margin-bottom:1rem;padding:.38rem .8rem;font-size:.76rem;font-weight:700;display:inline-flex}.home-hero-badge i{color:#5eead4}.home-hero h1{letter-spacing:-.04em;margin-bottom:1rem;font-size:clamp(2rem,5vw,3.35rem);font-weight:900;line-height:1.12}.home-hero h1 em{background:linear-gradient(90deg,#99f6e4,#67e8f9);color:#0000;-webkit-background-clip:text;background-clip:text;font-style:normal}.home-hero-lead{color:#ffffffd1;max-width:34rem;margin-bottom:1.5rem;font-size:1.02rem;line-height:1.75}.home-hero-panel{flex-direction:column;gap:.65rem;display:flex}.home-hero-card{--card-accent:#10b981;--card-accent-soft:#10b9811f;--card-accent-text:#047857;color:#0f172a;cursor:pointer;background:#fff;border:1px solid #ffffffd9;border-radius:16px;grid-template-columns:52px minmax(0,1fr) 36px;align-items:center;gap:.85rem;padding:.95rem 1rem;transition:transform .2s,box-shadow .2s;display:grid;box-shadow:0 10px 30px #022c2224}.home-hero-card:hover{transform:translateY(-3px);box-shadow:0 16px 36px #022c2233}.home-hero-card--free{--card-accent:#10b981;--card-accent-soft:#10b9811f;--card-accent-text:#047857}.home-hero-card--download{--card-accent:#0f766e;--card-accent-soft:#0f766e1f;--card-accent-text:#0f766e}.home-hero-card--subscription{--card-accent:#6366f1;--card-accent-soft:#6366f11f;--card-accent-text:#4f46e5}.home-hero-card-icon{background:var(--card-accent-soft);width:52px;height:52px;color:var(--card-accent-text);border-radius:14px;justify-content:center;align-items:center;font-size:1.15rem;display:flex}.home-hero-card-copy{min-width:0}.home-hero-card-copy strong{letter-spacing:-.02em;color:#0f172a;flex-wrap:wrap;align-items:center;gap:.4rem;margin-bottom:.18rem;font-size:.98rem;font-weight:800;display:flex}.home-hero-card-kicker{background:var(--card-accent-soft);color:var(--card-accent-text);letter-spacing:.04em;text-transform:uppercase;border-radius:999px;align-items:center;padding:.14rem .45rem;font-size:.62rem;font-weight:800;display:inline-flex}.home-hero-card-copy span{color:#64748b;font-size:.8rem;line-height:1.45;display:block}.home-hero-card-go{color:#94a3b8;background:#f8fafc;border:1px solid #e2e8f0;border-radius:999px;justify-content:center;align-items:center;width:36px;height:36px;transition:transform .2s,background .2s,color .2s;display:inline-flex}.home-hero-card:hover .home-hero-card-go{background:var(--card-accent-soft);color:var(--card-accent-text);border-color:#0000;transform:translate(2px)}.home-store-strip{z-index:2;max-width:1200px;margin:-2rem auto 0;padding:0 1.25rem;position:relative}.home-store-strip-inner{background:#fff;border:1px solid #e2e8f0;border-radius:18px;grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem;padding:1rem;display:grid;box-shadow:0 16px 40px #0f172a14}.home-store-link{text-align:center;border-radius:12px;flex-direction:column;align-items:center;gap:.45rem;padding:.85rem .65rem;transition:background .15s,transform .15s;display:flex}.home-store-link:hover{background:#f0fdfa;transform:translateY(-2px)}.home-store-link i{background:var(--ithun-accent-soft,#f0fdfa);width:40px;height:40px;color:var(--ithun-accent,#0f766e);border-radius:12px;justify-content:center;align-items:center;font-size:1rem;display:flex}.home-store-link strong{color:var(--text);font-size:.82rem;font-weight:800}.home-store-link span{color:var(--muted,#64748b);font-size:.72rem;line-height:1.35}.home-software-section{padding-top:2.25rem}.home-section-head{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:1rem;margin-bottom:1.5rem;display:flex}.home-section-kicker{letter-spacing:.08em;text-transform:uppercase;color:var(--ithun-accent,#0f766e);margin-bottom:.35rem;font-size:.78rem;font-weight:700}.home-section-title{letter-spacing:-.03em;font-size:clamp(1.35rem,3vw,1.85rem);font-weight:900;line-height:1.2}.home-section-desc{color:var(--muted,#64748b);max-width:36rem;margin-top:.35rem;font-size:.9rem}.home-page .software-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.25rem}.home-page .software-card{border:1px solid #e2e8f0;border-radius:18px;padding:1.35rem 1.35rem 1.25rem;transition:transform .22s,box-shadow .22s,border-color .22s;position:relative;overflow:hidden;box-shadow:0 4px 18px #0f172a0a}.home-page .software-card:before{content:"";opacity:0;background:linear-gradient(90deg,#0f766e,#14b8a6,#38bdf8);height:4px;transition:opacity .22s;position:absolute;inset:0 0 auto}.home-page .software-card:hover{border-color:#cbd5e1;transform:translateY(-4px);box-shadow:0 16px 36px #0f172a1a}.home-page .software-card:hover:before{opacity:1}.home-page .software-card-icon{background:linear-gradient(145deg,#ecfdf5,#f0fdfa);border-radius:16px;justify-content:center;align-items:center;width:58px;height:58px;display:flex;box-shadow:inset 0 1px #fffc}.home-page .software-card h3{margin-bottom:.5rem;font-size:1.12rem}.home-page .software-card-cta{border-radius:999px;padding:.5rem .95rem;box-shadow:0 4px 14px #0f766e40}.home-page .empty-grid{background:#fff;border-radius:18px;padding:3rem 1.5rem}@media (width<=900px){.home-hero-inner{grid-template-columns:1fr;gap:2rem}.home-store-strip-inner{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=520px){.home-store-strip-inner{grid-template-columns:1fr 1fr}.home-hero{padding:2.5rem 1.25rem 3.5rem}}.auth-page{justify-content:center;align-items:flex-start;min-height:calc(100vh - 120px);padding:3rem 1rem;display:flex}.auth-card{background:var(--card,#fff);border:1px solid var(--border,#e2e8f0);border-radius:20px;width:100%;max-width:440px;padding:2rem;box-shadow:0 8px 32px #0f172a14}.auth-card--login{max-width:480px}.auth-mode-tabs{border-bottom:1px solid var(--border,#e2e8f0);gap:0;margin-bottom:1.5rem;display:flex}.auth-mode-tabs button{color:var(--muted,#64748b);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;flex:1;margin-bottom:-1px;padding:.65rem;font-size:.85rem;font-weight:600}.auth-mode-tabs button.active{color:var(--ithun-accent,#0f766e);border-bottom-color:var(--ithun-accent,#0f766e)}.auth-panel-logo{text-align:center;margin-bottom:1rem}.auth-panel-title{margin-bottom:1.25rem;font-size:1.4rem;font-weight:900}.auth-submit{justify-content:center;width:100%;margin-top:.25rem;padding:.75rem;font-size:.95rem}.auth-social{flex-direction:column;gap:.55rem;margin-top:.85rem;display:flex}.auth-naver-btn{color:#fff;background:#03c75a;border:none;justify-content:center;gap:.55rem;width:100%;padding:.75rem;font-size:.95rem;font-weight:700;box-shadow:0 8px 20px #03c75a47}.auth-naver-btn:hover{background:#02b351;transform:translateY(-1px);box-shadow:0 10px 24px #03c75a57}.auth-naver-mark{color:#03c75a;background:#fff;border-radius:4px;justify-content:center;align-items:center;width:1.35rem;height:1.35rem;font-size:.85rem;font-weight:900;line-height:1;display:inline-flex}.auth-kakao-btn{color:#191919;background:#fee500;border:none;justify-content:center;gap:.55rem;width:100%;padding:.75rem;font-size:.95rem;font-weight:700;box-shadow:0 8px 20px #fee50059}.auth-kakao-btn:hover{background:#f5dc00;transform:translateY(-1px);box-shadow:0 10px 24px #fee5006b}.auth-kakao-mark{color:#fee500;background:#191919;border-radius:4px;justify-content:center;align-items:center;width:1.35rem;height:1.35rem;font-size:.78rem;font-weight:900;line-height:1;display:inline-flex}.auth-member-links{justify-content:center;align-items:center;gap:.5rem;margin-top:.75rem;display:flex}.auth-member-links-sep{color:var(--muted,#64748b)}.auth-link-btn{color:var(--muted,#64748b);cursor:pointer;background:0 0;border:none;padding:0;font-size:.8rem;text-decoration:underline}.auth-link-btn--accent{color:var(--ithun-accent,#0f766e);font-weight:700}.auth-member-signup{border-top:1px solid var(--border,#e2e8f0);text-align:center;margin-top:1.5rem;padding-top:1.25rem}.auth-member-signup-lead{color:var(--muted,#64748b);margin-bottom:.4rem;font-size:.85rem}.auth-member-signup-copy{font-size:.85rem}.auth-form-note{color:var(--muted,#64748b);margin-bottom:.75rem;font-size:.8rem}.auth-consent{border:1px solid var(--border,#e2e8f0);background:#f8fafc;border-radius:12px;flex-direction:column;gap:.65rem;margin:.85rem 0 .5rem;padding:.85rem .9rem;display:flex}.auth-consent-row{color:#475569;align-items:flex-start;gap:.5rem;font-size:.8rem;line-height:1.45;display:flex}.auth-consent-row input{accent-color:var(--ithun-accent,#0f766e);flex-shrink:0;margin-top:.15rem}.auth-consent-row label{flex:1}.auth-consent-row a{color:var(--ithun-accent,#0f766e);font-weight:700;text-decoration:underline}.profile-consent{margin-top:.25rem;margin-bottom:1rem}.profile-consent .auth-form-note{margin:0 0 0 1.4rem;font-size:.72rem}.auth-back{text-align:center;margin-top:1.25rem;font-size:.82rem}.auth-back a{color:var(--muted,#64748b)}.auth-guest-order-intro{text-align:center;margin-bottom:1.5rem}.auth-guest-order-title{margin-bottom:.5rem;font-size:1.2rem;font-weight:800}.auth-guest-order-lead{color:var(--muted,#64748b);font-size:.85rem}.auth-guest-order-submit{justify-content:center;width:100%}.payment-result-page{justify-content:center;align-items:center;min-height:calc(100vh - 200px);padding:2rem 1rem;display:flex}.payment-result-card{text-align:center;width:100%;max-width:420px}.payment-result-icon{margin-bottom:1.25rem;font-size:3.5rem}.payment-result-icon--ok{color:#16a34a}.payment-result-icon--err{color:#dc2626}.payment-result-icon--loading{color:var(--muted,#64748b)}.payment-result-card h1{margin-bottom:.75rem;font-size:1.5rem;font-weight:900}.payment-result-card p{color:var(--muted,#64748b);margin-bottom:1.5rem}.payment-result-actions{flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex}.profile-page{padding:2rem 1.25rem}.profile-container{grid-template-columns:240px 1fr;gap:1.5rem;max-width:1280px;margin:0 auto;display:grid}.profile-sidebar{background:var(--card,#fff);border:1px solid var(--border,#e2e8f0);border-radius:16px;height:fit-content;padding:1.25rem}.profile-sidebar-user{border-bottom:1px solid var(--border,#e2e8f0);align-items:center;gap:.75rem;margin-bottom:1.25rem;padding-bottom:1.25rem;display:flex}.profile-avatar{color:var(--muted,#64748b);font-size:2.5rem}.profile-sidebar-user strong{font-size:.95rem;font-weight:700;display:block}.profile-sidebar-user p{color:var(--muted,#64748b);margin:.15rem 0;font-size:.78rem}.profile-tabs{flex-direction:column;gap:.25rem;display:flex}.profile-tab{text-align:left;cursor:pointer;color:var(--text);background:0 0;border:none;border-radius:8px;padding:.55rem .75rem;font-family:inherit;font-size:.85rem;font-weight:500}.profile-tab.is-active{background:var(--ithun-accent-soft,#f0fdfa);color:var(--ithun-accent,#0f766e);font-weight:700}.profile-tab:hover:not(.is-active){background:var(--bg,#f8fafc)}.profile-content{background:var(--card,#fff);border:1px solid var(--border,#e2e8f0);border-radius:16px;min-width:0;padding:1.75rem}.profile-content h2{margin-bottom:1.25rem;font-size:1.15rem;font-weight:800}.withdraw-warning{color:#dc2626;margin-bottom:1rem;font-size:.85rem}.profile-payment-empty{border:1px dashed var(--border,#e2e8f0);background:var(--bg,#f8fafc);color:var(--muted,#64748b);text-align:center;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:.65rem;padding:3rem 1rem;font-size:.88rem;font-weight:600;display:flex}.profile-payment-empty-icon{opacity:.7;font-size:1.75rem}.profile-order-list{flex-direction:column;display:flex}.profile-order-card{border:1px solid var(--border,#e2e8f0);background:#fff;min-width:0;overflow:hidden}.profile-order-card+.profile-order-card{border-top:none}.profile-order-card:first-child{border-radius:10px 10px 0 0}.profile-order-card:last-child{border-radius:0 0 10px 10px}.profile-order-card:only-child{border-radius:10px}.profile-order-card.is-cancelled{opacity:.88}.profile-order-card-total{color:var(--text,#0f172a);font-size:.88rem;font-weight:800}.profile-order-card-head{border-bottom:1px solid var(--border,#e2e8f0);background:#fafafa;flex-wrap:wrap;align-items:center;gap:.65rem 1rem;padding:.85rem 1.1rem;font-size:.84rem;display:flex}.profile-order-card-id{color:#2563eb;font-weight:700;text-decoration:none}.profile-order-card-id:hover{text-decoration:underline}.profile-order-card-id i{margin-left:.15rem;font-size:.72rem}.profile-order-card-badge{color:#047857;background:#d1fae5;border:1px solid #6ee7b7;border-radius:999px;align-items:center;padding:.18rem .55rem;font-size:.72rem;font-weight:800;display:inline-flex}.profile-order-card-badge.is-cancelled{color:#b91c1c;background:#fef2f2;border-color:#fecaca}.profile-order-card-date{color:var(--muted,#64748b);margin-left:auto;font-size:.8rem}.profile-order-product-row{border-top:1px solid var(--border,#e2e8f0);grid-template-columns:72px minmax(0,1fr) minmax(0,88px) minmax(120px,148px);align-items:start;gap:1rem;min-width:0;padding:1.1rem;display:grid}.profile-order-product-row:first-of-type{border-top:none}.profile-order-product-thumb{border:1px solid var(--border,#e2e8f0);width:72px;height:72px;color:var(--ithun-accent,#0f766e);background:#f8fafc;border-radius:8px;place-items:center;font-size:1.35rem;text-decoration:none;display:grid;overflow:hidden}.profile-order-product-thumb .software-icon-img,.profile-order-product-thumb img{object-fit:contain;width:100%;height:100%}.profile-order-store{color:var(--text,#0f172a);margin-bottom:.25rem;font-size:.78rem;font-weight:700}.profile-order-store i{color:var(--muted,#64748b);margin-right:.2rem}.profile-order-product-name{color:inherit;margin-bottom:.35rem;font-size:.92rem;font-weight:600;line-height:1.45;text-decoration:none;display:inline-block}a.profile-order-product-name:hover{color:var(--ithun-accent,#0f766e)}.profile-order-product-price{font-size:.95rem;font-weight:800}.profile-order-product-status{text-align:center;color:var(--text,#0f172a);font-size:.82rem;font-weight:700}.profile-order-product-status-sub{color:#2563eb;margin-top:.25rem;font-size:.75rem;font-weight:600;display:block}.profile-order-product-actions{flex-direction:column;align-items:stretch;gap:.4rem;width:100%;min-width:0;display:flex}.profile-payment-license,.profile-payment-download{box-sizing:border-box;text-align:center;white-space:nowrap;border:1px solid var(--border,#e2e8f0);width:100%;color:var(--text,#0f172a);cursor:pointer;background:#fff;border-radius:6px;justify-content:center;align-items:center;gap:.35rem;padding:.55rem .65rem;font-family:inherit;font-size:.78rem;font-weight:700;line-height:1.35;text-decoration:none;display:flex}.profile-payment-license:hover,.profile-payment-download:hover{border-color:var(--ithun-accent,#0f766e);color:var(--ithun-accent,#0f766e)}.profile-payment-license--done{color:#047857;background:#ecfdf5;border-color:#a7f3d0}.profile-payment-download{background:var(--ithun-accent,#0f766e);border-color:var(--ithun-accent,#0f766e);color:#fff}.profile-payment-download:hover{filter:brightness(.95);color:#fff}.profile-payment-download--disabled{opacity:.65;cursor:default;color:#64748b;pointer-events:none;background:#f1f5f9;border-color:#cbd5e1}.profile-order-card-foot{border-top:1px solid var(--border,#e2e8f0);color:var(--muted,#64748b);padding:.65rem 1.1rem .85rem;font-size:.78rem}.profile-order-card-foot a{color:#2563eb;font-weight:600;text-decoration:none}.profile-order-card-foot a:hover{text-decoration:underline}@media (width<=900px){.profile-order-product-row{grid-template-columns:64px minmax(0,1fr);grid-template-areas:"thumb info""status status""actions actions"}.profile-order-product-thumb{grid-area:thumb;width:64px;height:64px}.profile-order-product-info{grid-area:info}.profile-order-product-status{text-align:left;grid-area:status}.profile-order-product-actions{grid-area:actions}.profile-order-card-date{width:100%;margin-left:0}}@media (width<=640px){.profile-container{grid-template-columns:1fr}}.modal-overlay{z-index:2000;background:#0f172a73;justify-content:center;align-items:center;padding:1rem;display:none;position:fixed;inset:0}.modal-overlay.open{display:flex}.modal{background:#fff;border-radius:16px;width:100%;max-width:400px;max-height:min(88vh,900px);padding:1.75rem;position:relative;overflow:auto;box-shadow:0 20px 60px #0003}.modal-profile,.profile-license-modal .modal-profile{max-width:min(640px,100%)}.modal-close{color:var(--muted,#64748b);cursor:pointer;background:0 0;border:none;font-size:1.25rem;position:absolute;top:1rem;right:1rem}.modal h2{margin:0 2rem .85rem 0;font-size:1.15rem;font-weight:800}.license-modal-actions{flex-wrap:wrap;gap:.65rem;margin-top:1rem;display:flex}.profile-license-notice{color:#dc2626;margin-bottom:.75rem;font-size:.82rem;line-height:1.55}.profile-license-preview{text-align:center;background:linear-gradient(#f0fdfa 0%,#fff 100%);border:1px dashed #0f766e59;border-radius:14px;margin-bottom:.85rem;padding:1.25rem 1rem}.profile-license-preview-icon{width:56px;height:56px;color:var(--ithun-accent,#0f766e);background:#0f766e1f;border-radius:16px;place-items:center;margin:0 auto .75rem;font-size:1.5rem;display:grid}.profile-license-preview h3{margin:0 0 .5rem;font-size:1.05rem;font-weight:900}.profile-license-preview p{margin:0 0 .75rem;font-size:.88rem;line-height:1.6}.profile-license-preview-list{text-align:left;color:var(--muted,#64748b);margin:0;padding:0;font-size:.82rem;line-height:1.55;list-style:none}.profile-license-preview-list li{padding:.35rem 0 .35rem 1.15rem;position:relative}.profile-license-preview-list li:before{content:"•";color:var(--ithun-accent,#0f766e);font-weight:900;position:absolute;left:0}.profile-license-certificate{background:linear-gradient(#f0fdfa 0%,#fff 120px);border:1px solid #99f6e4;border-radius:14px;overflow:hidden}.profile-license-certificate-head{text-align:center;color:#fff;background:linear-gradient(135deg,#0f766e 0%,#0d9488 100%);margin:0;padding:1.1rem 1rem .85rem}.profile-license-certificate-badge{letter-spacing:.08em;color:#ecfdf5;background:#ffffff24;border:1px solid #ffffff47;border-radius:999px;align-items:center;gap:.35rem;padding:.22rem .6rem;font-size:.66rem;font-weight:800;display:inline-flex}.profile-license-certificate-head h3{color:#fff;margin:.55rem 0 .2rem;font-size:1.12rem;font-weight:900}.profile-license-certificate-date{color:#ecfdf5e0;margin:0;font-size:.76rem;line-height:1.45}.profile-license-certificate-code-wrap,.profile-license-delivery-card{background:#fff;border:1.5px solid #0f766e;border-radius:12px;margin:1rem 1rem .25rem;padding:.9rem 1rem;box-shadow:inset 4px 0 #0f766e}.profile-license-certificate-code-label{color:var(--muted,#64748b);text-align:left;margin-bottom:.35rem;font-size:.72rem;font-weight:700;display:block}.profile-license-delivery-card strong{color:#0f766e;margin-bottom:.25rem;font-size:.98rem;font-weight:800;display:block}.profile-license-delivery-card p{color:var(--muted,#64748b);margin:0;font-size:.8rem;line-height:1.5}.profile-license-modal .license-code{letter-spacing:.04em;text-align:left;color:#0f766e;word-break:break-all;background:0 0;border:none;margin:0;padding:0;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:1rem;font-weight:800}.profile-license-certificate .profile-license-preamble,.profile-license-certificate .profile-license-document,.profile-license-certificate .profile-license-contact,.profile-license-certificate .profile-license-done,.profile-license-certificate .profile-license-expired-note{margin-left:1rem;margin-right:1rem}.profile-license-apps-script-note,.profile-license-expired-note{background:#f8fafc;border-radius:10px;margin:.75rem 0;padding:.75rem .85rem;font-size:.85rem;line-height:1.55}.profile-license-expired-note{color:#b91c1c;background:#fef2f2}.profile-license-preamble{margin:.75rem 0;font-size:.88rem;line-height:1.65}.profile-license-document{margin-top:.75rem}.profile-license-section+.profile-license-section{border-top:1px solid var(--border,#e2e8f0);margin-top:1rem;padding-top:1rem}.profile-license-section h3{margin:0 0 .45rem;font-size:.92rem;font-weight:800}.profile-license-section p{color:#374151;margin:0 0 .45rem;font-size:.84rem;line-height:1.65}.profile-license-section ul{margin:.35rem 0 0;padding-left:1.1rem}.profile-license-section li{color:#4b5563;margin-bottom:.25rem;font-size:.84rem;line-height:1.55}.profile-license-contact{color:var(--muted,#64748b);margin-top:1rem;font-size:.82rem}.profile-license-contact a{color:var(--ithun-accent,#0f766e);font-weight:700}.profile-license-hint,.profile-license-done{color:var(--muted,#64748b);margin:.75rem 0 0;font-size:.84rem;line-height:1.55}.profile-license-done{color:#047857;font-weight:600}.profile-license-confirm-btn{justify-content:center;width:100%}.admin-layout{grid-template-columns:220px 1fr;min-height:100vh;display:grid}.admin-sidebar{background:var(--card,#fff);border-right:1px solid var(--border,#e2e8f0);flex-direction:column;display:flex}.admin-sidebar-logo{border-bottom:1px solid var(--border,#e2e8f0);align-items:center;gap:.5rem;padding:1.25rem;font-weight:800;display:flex}.admin-sidebar-logo a{color:inherit;align-items:center;gap:.5rem;text-decoration:none;display:flex}.admin-badge{background:var(--ithun-accent,#0f766e);color:#fff;border-radius:999px;margin-left:auto;padding:.15rem .45rem;font-size:.68rem;font-weight:700}.admin-nav{flex-direction:column;flex:1;gap:.2rem;padding:.75rem;display:flex}.admin-nav-link{color:var(--text);cursor:pointer;text-align:left;background:0 0;border:none;border-radius:8px;align-items:center;gap:.65rem;width:100%;padding:.6rem .75rem;font-size:.85rem;font-weight:500;text-decoration:none;display:flex}.admin-nav-link.is-active{background:var(--ithun-accent-soft,#f0fdfa);color:var(--ithun-accent,#0f766e);font-weight:700}.admin-nav-link:hover:not(.is-active){background:var(--bg,#f8fafc)}.admin-sidebar-footer{border-top:1px solid var(--border,#e2e8f0);padding:.75rem}.admin-main{background:var(--bg,#f8fafc);flex-direction:column;display:flex}.admin-topbar{background:var(--card,#fff);border-bottom:1px solid var(--border,#e2e8f0);padding:1rem 1.5rem}.admin-topbar-title{font-size:1.1rem;font-weight:800}.admin-content{flex:1;padding:1.5rem}.admin-marketing{flex-direction:column;gap:1.25rem;max-width:920px;display:flex}.admin-panel{background:var(--card,#fff);border:1px solid var(--border,#e2e8f0);border-radius:14px;padding:1.25rem 1.35rem}.admin-panel h2{margin:0 0 .4rem;font-size:1.05rem;font-weight:800}.admin-help{color:var(--muted,#64748b);margin:0 0 1rem;font-size:.82rem;line-height:1.5}.admin-check-all{align-items:center;gap:.4rem;font-size:.85rem;font-weight:600;display:inline-flex}.admin-marketing-cta{grid-template-columns:1fr 1fr;gap:.85rem;display:grid}@media (width<=720px){.admin-marketing-cta{grid-template-columns:1fr}}.admin-table-toolbar{flex-wrap:wrap;align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.admin-filter-group{flex-wrap:wrap;gap:.25rem;display:inline-flex}.admin-filter-btn{border:1px solid var(--border,#e2e8f0);color:var(--muted,#64748b);cursor:pointer;background:#fff;border-radius:8px;padding:.35rem .7rem;font-family:inherit;font-size:.8rem;font-weight:600}.admin-filter-btn.is-active{border-color:var(--ithun-accent,#0f766e);color:var(--ithun-accent,#0f766e);background:var(--ithun-accent-soft,#f0fdfa)}.admin-select{border:1px solid var(--border,#e2e8f0);background:#fff;border-radius:8px;padding:.4rem .65rem;font-family:inherit;font-size:.85rem}.admin-search-form{flex:1;gap:.4rem;min-width:220px;display:flex}.admin-table-sub{color:var(--muted,#64748b);margin-top:.15rem;font-size:.75rem}.admin-load-more{justify-content:center;margin-top:1rem;display:flex}.admin-dashboard-orders{margin-top:1.75rem}.admin-dashboard-orders-head{justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:.85rem;display:flex}.admin-dashboard-orders-head h2{margin:0;font-size:1.05rem;font-weight:800}.admin-search-input{border:1px solid var(--border,#e2e8f0);border-radius:8px;flex:1;min-width:180px;padding:.45rem .75rem;font-family:inherit;font-size:.85rem}.admin-count{color:var(--muted,#64748b);margin-left:auto;font-size:.82rem}.admin-table-wrap{overflow-x:auto}.admin-table{border-collapse:collapse;width:100%;font-size:.85rem}.admin-table th{text-align:left;border-bottom:2px solid var(--border,#e2e8f0);color:var(--muted,#64748b);text-transform:uppercase;letter-spacing:.04em;padding:.6rem .75rem;font-size:.78rem;font-weight:700}.admin-table td{border-bottom:1px solid var(--border,#e2e8f0);padding:.65rem .75rem}.admin-table tr:hover td{background:var(--bg,#f8fafc)}.admin-table-empty{text-align:center;color:var(--muted,#64748b);padding:2rem}.admin-table-actions{gap:.35rem;display:flex}.admin-section{background:var(--card,#fff);border:1px solid var(--border,#e2e8f0);border-radius:12px;margin-bottom:1.25rem;padding:1.25rem}.admin-section h2{margin-bottom:1rem;font-size:1rem;font-weight:800}.admin-form-actions{justify-content:flex-end;gap:.75rem;display:flex}.software-program-panel{margin-bottom:1.25rem}.software-program-title{margin:0 0 .35rem;font-size:1rem;font-weight:800}.software-program-hint{color:var(--muted,#64748b);margin:0 0 1rem;font-size:.84rem;line-height:1.5}.software-program-hint code{background:#f1f5f9;border-radius:4px;padding:.1rem .35rem;font-size:.8rem}.software-program-info{margin-bottom:1rem}.software-program-empty{border:1px dashed var(--border,#e2e8f0);color:var(--muted,#64748b);background:#f8fafc;border-radius:10px;margin:0;padding:.85rem 1rem;font-size:.85rem}.software-program-card{background:#f0fdfa;border:1px solid #99f6e4;border-radius:10px;padding:.9rem 1rem}.software-program-meta{color:var(--muted,#64748b);margin-top:.25rem;font-size:.8rem}.software-program-actions{flex-wrap:wrap;gap:.5rem;margin-top:.75rem;display:flex}.software-program-upload-row{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.software-program-progress{background:#e2e8f0;border-radius:999px;height:1.4rem;margin-top:.65rem;position:relative;overflow:hidden}.software-program-progress-bar{background:linear-gradient(90deg,#0f766e,#14b8a6);height:100%;transition:width .15s}.software-program-progress span{color:#0f172a;justify-content:center;align-items:center;font-size:.72rem;font-weight:700;display:flex;position:absolute;inset:0}.software-program-divider{border:none;border-top:1px solid var(--border,#e2e8f0);margin:1.25rem 0}.btn.danger{color:#dc2626;border-color:#fecaca}.btn.danger:hover{background:#fef2f2}.admin-stats-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem;display:grid}.admin-stat-card{background:var(--card,#fff);border:1px solid var(--border,#e2e8f0);border-radius:12px;align-items:center;gap:1rem;padding:1.25rem;display:flex}.admin-stat-card i{color:var(--ithun-accent,#0f766e);font-size:1.5rem}.admin-stat-card strong{font-size:1.5rem;font-weight:900;display:block}.admin-stat-card span{color:var(--muted,#64748b);font-size:.8rem}.admin-editor-tabs{flex-wrap:wrap;gap:.35rem;margin-bottom:1.25rem;display:flex}.admin-spotlight-editor,.admin-feature-editor{flex-direction:column;gap:.85rem;display:flex}.admin-editor-hint{color:var(--muted,#64748b);margin:0;font-size:.85rem}.admin-platform-checks{flex-wrap:wrap;gap:.5rem;display:flex}.admin-platform-check{border:1px solid var(--border,#e2e8f0);cursor:pointer;color:var(--text,#0f172a);-webkit-user-select:none;user-select:none;background:#fff;border-radius:999px;align-items:center;gap:.4rem;padding:.45rem .75rem;font-size:.85rem;font-weight:700;display:inline-flex}.admin-platform-check input{accent-color:var(--ithun-accent,#0f766e);margin:0}.admin-platform-check.is-checked{background:var(--ithun-accent-soft,#f0fdfa);color:var(--ithun-accent,#0f766e);border-color:#99f6e4}.feature-row,.spotlight-row{border:1px solid var(--border,#e2e8f0);background:#f8fafc;border-radius:10px;padding:.85rem}.feature-row-head{justify-content:space-between;align-items:center;margin-bottom:.65rem;font-size:.8rem;font-weight:700;display:flex}.spotlight-preview{background:#eef2f7;border-radius:8px;justify-content:center;align-items:center;width:100%;min-height:96px;max-height:160px;margin-bottom:.65rem;display:flex;overflow:hidden}.spotlight-preview img{object-fit:contain;max-width:100%;max-height:160px}.spotlight-preview.empty{color:var(--muted,#64748b);font-size:.82rem}.admin-feature-icon-row{align-items:center;gap:.65rem;display:flex}.admin-feature-icon-row>i{text-align:center;width:2rem;color:var(--ithun-accent,#0f766e);font-size:1.1rem}.btn-sm{padding:.25rem .6rem;font-size:.75rem}.admin-tab-btn{border:1px solid var(--border,#e2e8f0);background:var(--bg,#f8fafc);cursor:pointer;color:var(--muted,#64748b);border-radius:999px;padding:.4rem .85rem;font-size:.82rem;font-weight:600}.admin-tab-btn.active{background:var(--ithun-accent-soft,#f0fdfa);color:var(--ithun-accent,#0f766e);border-color:#99f6e4}.admin-select{border:1px solid var(--border,#e2e8f0);border-radius:8px;padding:.5rem .85rem;font-size:.85rem}.admin-support-layout{grid-template-columns:340px 1fr;gap:1.25rem;display:grid}.admin-support-items{flex-direction:column;gap:.35rem;display:flex}.admin-support-toolbar{gap:.5rem;margin-bottom:.75rem;display:flex}.admin-support-count{color:var(--muted,#64748b);margin-bottom:.75rem;font-size:.8rem}.admin-support-list-panel,.admin-support-detail-panel{background:var(--card,#fff);border:1px solid var(--border,#e2e8f0);border-radius:12px;padding:1rem}.support-detail-message{white-space:pre-wrap;margin-bottom:.75rem;font-size:.9rem;line-height:1.7}.support-detail-meta{color:var(--muted,#64748b);margin-bottom:.75rem;font-size:.8rem}.badge{border-radius:999px;align-items:center;padding:.15rem .5rem;font-size:.72rem;font-weight:700;display:inline-flex}.badge-ok{color:#16a34a;background:#dcfce7}.badge-wait{color:#a16207;background:#fef9c3}.badge-upd{color:#dc2626;background:#fef2f2}.cart-page{padding:2rem 1rem}.cart-card{background:var(--card,#fff);border:1px solid var(--border,#e2e8f0);border-radius:16px;max-width:860px;margin:0 auto;padding:1.75rem}.cart-card h1{margin-bottom:1.25rem;font-size:1.35rem;font-weight:900}.cart-empty{text-align:center;padding:2rem 0}.cart-empty p{color:var(--muted,#64748b);margin-bottom:1rem}.cart-table-head{color:var(--muted,#64748b);border-bottom:1px solid var(--border,#e2e8f0);grid-template-columns:40px 1fr 140px 120px 32px;align-items:center;gap:.5rem;padding:.5rem .75rem;font-size:.78rem;font-weight:700;display:grid}.cart-item{border-bottom:1px solid var(--border,#e2e8f0);grid-template-columns:40px 1fr 140px 120px 32px;align-items:center;gap:.5rem;padding:.85rem .75rem;display:grid}.cart-col-qty,.cart-item-qty{justify-self:center}.cart-item-qty .product-qty-control{transform-origin:50%;transform:scale(.92)}.product-qty-control{border:1px solid var(--border,#e2e8f0);background:#fff;border-radius:10px;align-items:stretch;display:inline-flex;overflow:hidden}.product-qty-btn{width:2.4rem;color:var(--text,#0f172a);cursor:pointer;background:#f8fafc;border:0;justify-content:center;align-items:center;display:inline-flex}.product-qty-btn:hover:not(:disabled){color:var(--ithun-accent,#0f766e);background:#f0fdfa}.product-qty-btn:disabled{opacity:.35;cursor:not-allowed}.product-qty-input{border:0;border-left:1px solid var(--border,#e2e8f0);border-right:1px solid var(--border,#e2e8f0);text-align:center;-moz-appearance:textfield;width:3.2rem;font-size:.95rem;font-weight:800}.product-qty-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.product-qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}@media (width<=720px){.cart-table-head{display:none}.cart-item{grid-template-columns:40px 1fr 32px;grid-template-areas:"check product remove"".qty amount"}.cart-check{grid-area:check}.cart-item-product{grid-area:product}.cart-item-qty{grid-area:qty;justify-self:start}.cart-item-amount{grid-area:amount;justify-self:end}.cart-item-remove{grid-area:remove}}.cart-item-product{align-items:center;gap:.75rem;display:flex}.cart-item-icon{background:var(--ithun-accent-soft,#f0fdfa);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.25rem;display:flex;overflow:hidden}.cart-item-icon .software-icon-img,.cart-item-icon img{object-fit:contain;width:100%;height:100%}.cart-item-name{font-size:.9rem;font-weight:600;display:block}.cart-item-platform{color:var(--muted,#64748b);font-size:.75rem}.cart-item-amount{font-size:.95rem;font-weight:700}.cart-item-remove{color:var(--muted,#64748b);cursor:pointer;background:0 0;border:none;padding:.25rem;font-size:1rem}.cart-toolbar{align-items:center;gap:.75rem;padding:.75rem 0;display:flex}.cart-total-bar{flex-wrap:wrap;align-items:center;gap:1rem;padding:1rem 0;display:flex}.cart-total-item{flex-direction:column;gap:.15rem;display:flex}.cart-total-label{color:var(--muted,#64748b);font-size:.78rem}.cart-total-value{font-size:1rem;font-weight:700}.cart-total-item--final .cart-total-value{color:var(--ithun-accent,#0f766e);font-size:1.25rem}.cart-total-op{color:var(--muted,#64748b);font-size:1.25rem}.cart-buy-selected{color:#fff;cursor:pointer;background:linear-gradient(135deg,#14b8a6,#0d9488);border:none;border-radius:12px;width:100%;margin-top:.5rem;padding:.85rem;font-size:1rem;font-weight:700}.cart-buy-selected:disabled{opacity:.5;cursor:not-allowed}.checkout-page{max-width:1120px;margin:0 auto;padding:2rem 1.25rem 4rem}.checkout-page-title{text-align:center;margin-bottom:1.75rem;font-size:1.75rem;font-weight:800}.checkout-steps{justify-content:center;align-items:center;gap:0;max-width:560px;margin-bottom:2.25rem;margin-left:auto;margin-right:auto;display:flex}.checkout-step{color:#9ca3af;text-align:center;flex-direction:column;align-items:center;gap:.45rem;min-width:88px;font-size:.78rem;font-weight:700;text-decoration:none;display:flex}.checkout-step-icon{background:#fff;border:2px solid #d1d5db;border-radius:999px;justify-content:center;align-items:center;width:42px;height:42px;font-size:1rem;display:flex}.checkout-step.is-active{color:#111827}.checkout-step.is-active .checkout-step-icon{color:#f97316;border-color:#f97316;box-shadow:0 0 0 4px #f973161f}.checkout-step.is-done{color:#6b7280}.checkout-step.is-done .checkout-step-icon{color:#64748b;border-color:#cbd5e1}.checkout-step-line{background:#e5e7eb;flex:1;max-width:72px;height:2px;margin:0 .35rem 1.35rem}.checkout-layout{grid-template-columns:minmax(0,1.15fr) minmax(280px,.85fr);align-items:start;gap:1.75rem;display:grid}.checkout-main section+section{margin-top:2rem}.checkout-section-title{margin-bottom:.85rem;font-size:1.05rem;font-weight:800}.checkout-product-card{border:1px solid var(--border,#e2e8f0);background:#f8fafc;border-radius:14px;padding:1.1rem 1.15rem}.checkout-product-card+.checkout-product-card{margin-top:.75rem}.checkout-product-row{grid-template-columns:minmax(0,1fr) 56px 96px;align-items:start;gap:.75rem;display:grid}.checkout-product-info{gap:.85rem;min-width:0;display:flex}.checkout-product-icon{background:var(--ithun-accent-soft,#f0fdfa);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex;overflow:hidden}.checkout-product-copy h3{margin-bottom:.45rem;font-size:.95rem;font-weight:800;line-height:1.45}.checkout-product-tags{flex-wrap:wrap;gap:.35rem;margin-bottom:.55rem;display:flex}.checkout-product-tag{color:#0369a1;background:#e0f2fe;border-radius:999px;align-items:center;gap:.25rem;padding:.15rem .45rem;font-size:.68rem;font-weight:700;display:inline-flex}.checkout-product-tag--type{color:#6d28d9;background:#ede9fe}.checkout-product-qty,.checkout-product-price{text-align:center;color:#374151;padding-top:.35rem;font-size:.88rem;font-weight:700}.checkout-product-price{font-weight:800}.checkout-product-price-mobile{color:var(--ithun-accent,#0f766e);margin-top:.35rem;font-weight:800;display:none}.checkout-form-grid{gap:.85rem;display:grid}.checkout-field label{color:#374151;margin-bottom:.35rem;font-size:.82rem;font-weight:700;display:block}.checkout-field label .req{color:#ef4444}.checkout-field input{box-sizing:border-box;border:1px solid var(--border,#e2e8f0);width:100%;font:inherit;background:#fff;border-radius:8px;padding:.72rem .85rem}.checkout-field input:read-only{color:#374151;background:#f8fafc}.checkout-widgets{border:1px solid var(--border,#e2e8f0);background:#fff;border-radius:12px;padding:.75rem .85rem .85rem;overflow:hidden}.checkout-toss-agreement{border-top:1px solid var(--border,#e2e8f0);margin-top:.5rem;padding-top:.65rem}.checkout-widget-unavailable{border:1px dashed var(--border,#e2e8f0);color:var(--muted,#64748b);background:#f8fafc;border-radius:12px;margin:0;padding:1rem 1.1rem;font-size:.88rem;line-height:1.55}.checkout-sidebar{border:1px solid var(--border,#e2e8f0);background:#fff;border-radius:14px;padding:1.25rem 1.35rem;position:sticky;top:1rem}.checkout-sidebar h2{margin-bottom:.85rem;font-size:1rem;font-weight:800}.checkout-summary-lines{flex-direction:column;gap:.55rem;margin-bottom:.85rem;display:flex}.checkout-summary-line{color:#374151;justify-content:space-between;gap:.75rem;font-size:.88rem;display:flex}.checkout-summary-total{border-top:1px solid var(--border,#e2e8f0);justify-content:space-between;align-items:baseline;margin-bottom:1rem;padding-top:.85rem;font-weight:800;display:flex}.checkout-summary-total strong{color:#111827;font-size:1.35rem}.checkout-consent{flex-direction:column;gap:.75rem;margin-bottom:1rem;display:flex}.checkout-consent-row{color:#4b5563;align-items:flex-start;gap:.5rem;font-size:.78rem;line-height:1.5;display:flex}.checkout-consent-row input{accent-color:#f97316;flex-shrink:0;margin-top:.15rem}.checkout-consent-row label{flex:1}.checkout-consent-btn{border:1px solid var(--border,#e2e8f0);cursor:pointer;color:#374151;background:#fff;border-radius:6px;flex-shrink:0;padding:.25rem .5rem;font-family:inherit;font-size:.72rem;font-weight:700}.checkout-loading{color:var(--muted,#64748b);justify-content:center;align-items:center;gap:.65rem;padding:1.5rem 0;font-size:.88rem;display:flex}.checkout-pay-btn{color:#fff;cursor:pointer;background:#111827;border:none;border-radius:10px;width:100%;padding:1rem 1.25rem;font-family:inherit;font-size:1rem;font-weight:800}.checkout-pay-btn:disabled{opacity:.45;cursor:not-allowed}.checkout-pay-btn:not(:disabled):hover{background:#0f766e}.checkout-widgets [role=alert],.toss-widget [role=alert]{height:0!important;display:none!important;overflow:hidden!important}.checkout-modal-overlay{z-index:2000;background:#0f172a73;justify-content:center;align-items:center;padding:1.25rem;display:none;position:fixed;inset:0}.checkout-modal-overlay.is-open{display:flex}.checkout-modal{background:#fff;border-radius:14px;width:min(640px,100%);max-height:min(80vh,720px);padding:1.35rem 1.5rem;overflow:auto;box-shadow:0 20px 50px #0f172a2e}.checkout-modal h3{margin-bottom:.85rem;font-size:1.05rem;font-weight:800}.checkout-modal-body{color:#374151;font-size:.82rem;line-height:1.65}.checkout-modal-body h4{margin:1rem 0 .35rem;font-size:.88rem}.checkout-modal-body ul{margin:.35rem 0;padding-left:1.1rem}.checkout-modal-close{border:1px solid var(--border,#e2e8f0);cursor:pointer;background:#fff;border-radius:8px;width:100%;margin-top:1rem;padding:.65rem;font-family:inherit;font-weight:700}@media (width<=860px){.checkout-layout{grid-template-columns:1fr}.checkout-sidebar{position:static}.checkout-product-row{grid-template-columns:minmax(0,1fr)}.checkout-product-qty,.checkout-product-price{display:none}.checkout-product-price-mobile{display:block}}.short-link-item{background:var(--bg,#f8fafc);border:1px solid var(--border,#e2e8f0);border-radius:10px;margin-bottom:.5rem;padding:.85rem}.short-link-item-head{justify-content:space-between;align-items:center;margin-bottom:.35rem;display:flex}.short-link-item-title{font-size:.9rem;font-weight:700}.short-link-item-target{color:var(--muted,#64748b);word-break:break-all;margin-bottom:.5rem;font-size:.78rem}.short-link-item-actions{gap:.5rem;display:flex}.short-link-item-actions button{border:1px solid var(--border,#e2e8f0);background:var(--card,#fff);cursor:pointer;border-radius:6px;padding:.3rem .65rem;font-size:.8rem}.short-link-item-actions button.danger{color:#dc2626;border-color:#fecaca}.statement-wrap{max-width:800px;margin:2rem auto;padding:0 1rem}.statement-toolbar{gap:.75rem;margin-bottom:1.5rem;display:flex}.statement-sheet{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:2rem}.statement-title{text-align:center;letter-spacing:.1em;margin-bottom:1.5rem;font-size:1.5rem;font-weight:900}.statement-meta-grid{grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem;display:grid}.statement-box{border:1px solid #e2e8f0;border-radius:8px;margin-bottom:1rem;padding:.85rem}.statement-box h2{color:var(--muted,#64748b);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem;font-size:.85rem;font-weight:800}.statement-box dl{font-size:.85rem}.statement-box dl div{gap:.5rem;margin-bottom:.25rem;display:flex}.statement-box dt{color:var(--muted,#64748b);min-width:60px}.statement-table{border-collapse:collapse;width:100%;margin-bottom:1rem;font-size:.85rem}.statement-table th,.statement-table td{border:1px solid #e2e8f0;padding:.55rem .75rem}.statement-table th{background:#f8fafc;font-weight:700}.statement-table td.num{text-align:right}.statement-total{text-align:right;margin-bottom:1rem}.statement-total .grand{font-size:1.1rem;font-weight:700}.statement-status-cancelled{text-align:center;color:#dc2626;background:#fef2f2;border-radius:6px;margin-bottom:1rem;padding:.5rem;font-weight:700}.statement-note{color:var(--muted,#64748b);font-size:.78rem}.statement-guest-gate{text-align:center;max-width:400px;margin:0 auto;padding:2rem 0}.statement-guest-gate h1{margin-bottom:.5rem;font-size:1.2rem;font-weight:800}.statement-guest-gate p{color:var(--muted,#64748b);margin-bottom:1.25rem}@media print{.statement-toolbar{display:none}}.legal-page{padding:2rem 1rem}.legal-container{max-width:760px;margin:0 auto}.legal-container h1{margin-bottom:.5rem;font-size:1.75rem;font-weight:900}.legal-updated{color:var(--muted,#64748b);margin-bottom:1.5rem;font-size:.82rem}.upload-progress{background:var(--border,#e2e8f0);border-radius:999px;height:6px;margin-bottom:.5rem;overflow:hidden}.upload-progress-bar{background:var(--ithun-accent,#0f766e);height:100%;transition:width .2s}.support-page{padding:2rem 1rem}.support-container{max-width:760px;margin:0 auto}.support-header{margin-bottom:1.5rem}.support-header h1{margin-bottom:.35rem;font-size:1.5rem;font-weight:900}.support-header p{color:var(--muted,#64748b);margin-bottom:1rem}.support-form-wrap{background:var(--card,#fff);border:1px solid var(--border,#e2e8f0);border-radius:12px;margin-bottom:1.5rem;padding:1.25rem}.support-post-item{border:1px solid var(--border,#e2e8f0);border-radius:10px;justify-content:space-between;align-items:center;margin-bottom:.5rem;padding:.75rem 1rem;display:flex}.support-post-info{align-items:center;gap:.5rem;display:flex}.support-post-meta{color:var(--muted,#64748b);align-items:center;gap:.5rem;font-size:.8rem;display:flex}.support-page-new{max-width:1100px;margin:0 auto;padding:2rem 1.25rem 4rem}.support-page-header{margin-bottom:2rem}.support-page-header h1{margin-bottom:.5rem;font-size:1.75rem;font-weight:900}.support-page-header p{color:var(--muted,#64748b);font-size:.92rem}.support-layout{grid-template-columns:200px 1fr;align-items:start;gap:1.5rem;display:grid}.support-sidebar{background:var(--card,#fff);border:1px solid var(--border,#e2e8f0);border-radius:14px;padding:.75rem}.support-sidebar-item{text-align:left;width:100%;color:var(--text,#0f172a);cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:space-between;align-items:center;gap:.5rem;padding:.65rem .85rem;font-size:.88rem;font-weight:600;transition:background .15s;display:flex}.support-sidebar-item:hover{background:var(--bg,#f8fafc)}.support-sidebar-item.is-active{background:var(--ithun-accent-soft,#f0fdfa);color:var(--ithun-accent,#0f766e)}.support-sidebar-item--faq{font-weight:700}.support-sidebar-item--sub{color:var(--muted,#64748b);padding-left:1.1rem;font-weight:500}.support-sidebar-item--sub.is-active{color:var(--ithun-accent,#0f766e)}.support-sidebar-count{color:#ea580c;text-align:right;min-width:20px;font-size:.75rem;font-weight:700}.support-sidebar-divider{background:var(--border,#e2e8f0);height:1px;margin:.5rem 0}.support-content{min-width:0}.support-search-bar{gap:.5rem;margin-bottom:1.5rem;display:flex}.support-search-input{border:1px solid var(--border,#e2e8f0);border-radius:8px;flex:1;padding:.65rem 1rem;font-family:inherit;font-size:.9rem}.support-search-btn{white-space:nowrap;padding:.65rem 1.25rem}.support-faq-header{align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.support-faq-header h2{font-size:1.05rem;font-weight:800}.support-faq-count{color:var(--muted,#64748b);background:#f1f5f9;border-radius:999px;padding:.18rem .55rem;font-size:.75rem;font-weight:700}.support-empty{color:var(--muted,#64748b);text-align:center;padding:2rem 0}.faq-list{border:1px solid var(--border,#e2e8f0);border-radius:12px;overflow:hidden}.faq-item{border-bottom:1px solid var(--border,#e2e8f0)}.faq-item:last-child{border-bottom:none}.faq-question{text-align:left;cursor:pointer;width:100%;color:var(--text,#0f172a);background:0 0;border:none;justify-content:space-between;align-items:center;gap:1rem;padding:1.1rem 1.25rem;font-size:.92rem;font-weight:600;transition:background .15s;display:flex}.faq-question:hover{background:var(--bg,#f8fafc)}.faq-item.is-open .faq-question{color:var(--ithun-accent,#0f766e);background:var(--ithun-accent-soft,#f0fdfa)}.faq-answer{padding:0 1.25rem 1.25rem}.faq-answer p{color:var(--muted,#64748b);font-size:.88rem;line-height:1.75}.support-inquiry-cta{background:var(--bg,#f8fafc);text-align:center;border-radius:12px;margin-top:2rem;padding:1.5rem}.support-inquiry-cta p{color:var(--muted,#64748b);margin-bottom:.85rem;font-size:.88rem}.support-inquiry-panel{background:var(--card,#fff);border:1px solid var(--border,#e2e8f0);border-radius:14px;padding:1.75rem}.support-inquiry-panel h2{margin-bottom:.35rem;font-size:1.15rem;font-weight:800}.support-inquiry-desc{color:var(--muted,#64748b);margin-bottom:1.5rem;font-size:.85rem}.support-inquiry-form .form-group textarea{min-height:160px}.support-submit-btn{justify-content:center;width:100%;padding:.85rem;font-size:.95rem}.form-req{color:#dc2626}.support-submit-ok{text-align:center;padding:3rem 1rem}.support-submit-ok i{color:#16a34a;margin-bottom:1rem;font-size:3rem;display:block}.support-submit-ok p{color:var(--muted,#64748b);margin-bottom:1.5rem}.support-submit-ok-actions{flex-wrap:wrap;justify-content:center;gap:.65rem;display:flex}.support-attach-hint{color:var(--muted,#64748b);margin-top:.4rem;font-size:.75rem}.support-attach-preview{flex-wrap:wrap;gap:.55rem;margin-top:.75rem;display:flex}.support-attach-preview-item{border:1px solid var(--border,#e2e8f0);background:#0f172a;border-radius:10px;width:88px;height:88px;position:relative;overflow:hidden}.support-attach-preview-item img,.support-attach-preview-item video{object-fit:cover;width:100%;height:100%;display:block}.support-attach-preview-item button{color:#fff;cursor:pointer;background:#0f172abf;border:none;border-radius:999px;place-items:center;width:22px;height:22px;font-size:.7rem;display:grid;position:absolute;top:4px;right:4px}.support-attach-gallery{flex-wrap:wrap;gap:.65rem;margin:.85rem 0 1rem;display:flex}.support-attach-item{border:1px solid var(--border,#e2e8f0);background:#0f172a;border-radius:10px;width:140px;max-width:100%;display:block;overflow:hidden}.support-attach-item img,.support-attach-item video{object-fit:cover;vertical-align:top;width:100%;height:100px;display:block}.support-attach-item video{height:auto;max-height:180px}.support-mine-panel{background:var(--card,#fff);border:1px solid var(--border,#e2e8f0);border-radius:14px;padding:1.75rem}.support-mine-panel h2{margin-bottom:.35rem;font-size:1.15rem;font-weight:800}.support-mine-email{margin-bottom:1.25rem}.support-mine-email-row{gap:.5rem;display:flex}.support-mine-email-row input{flex:1}.support-mine-layout{grid-template-columns:minmax(220px,.9fr) minmax(0,1.3fr);gap:1rem;display:grid}.support-mine-list{flex-direction:column;gap:.45rem;max-height:560px;display:flex;overflow:auto}.support-mine-item{text-align:left;border:1px solid var(--border,#e2e8f0);cursor:pointer;background:#fff;border-radius:12px;flex-direction:column;align-items:flex-start;gap:.3rem;width:100%;padding:.85rem .9rem;font-family:inherit;display:flex}.support-mine-item.is-selected{border-color:var(--ithun-accent,#0f766e);background:var(--ithun-accent-soft,#f0fdfa)}.support-mine-item strong{color:var(--text);font-size:.9rem;font-weight:800}.support-mine-item em{color:var(--muted,#64748b);font-size:.74rem;font-style:normal}.support-mine-detail{border:1px solid var(--border,#e2e8f0);background:#fafbfc;border-radius:12px;min-height:280px;padding:1.1rem 1.15rem}.support-mine-detail-head h3{margin:.45rem 0 .25rem;font-size:1.05rem;font-weight:800}.support-mine-detail-head p{color:var(--muted,#64748b);margin:0 0 .85rem;font-size:.78rem}.support-detail-message{white-space:pre-wrap;color:var(--text);border:1px solid var(--border,#e2e8f0);background:#fff;border-radius:10px;padding:.85rem .95rem;font-size:.9rem;line-height:1.7}.support-answer-box{background:#ecfdf5;border:1px solid #a7f3d0;border-radius:10px;margin-top:1rem;padding:.95rem 1rem}.support-answer-box strong{color:#047857;margin-bottom:.45rem;font-size:.82rem;display:block}.support-answer-box p{white-space:pre-wrap;margin:0;font-size:.9rem;line-height:1.7}.support-answer-box em{color:#64748b;margin-top:.5rem;font-size:.74rem;font-style:normal;display:block}.support-answer-wait{color:#64748b!important}@media (width<=640px){.support-layout{grid-template-columns:1fr}.support-sidebar{flex-wrap:wrap;gap:.25rem;padding:.5rem;display:flex}.support-sidebar-item{flex:none;width:auto;padding:.45rem .75rem;font-size:.82rem}.support-sidebar-divider{display:none}.support-mine-layout{grid-template-columns:1fr}.support-mine-email-row{flex-direction:column}}.footer-preview-wrap{margin-top:1.5rem}.footer-preview-wrap h3{color:var(--muted,#64748b);margin-bottom:.75rem;font-size:.9rem;font-weight:700}.footer.footer-preview{border:1px solid var(--border,#e2e8f0);border-radius:10px}.footer-meta{flex-wrap:wrap;align-items:baseline;gap:.2rem 0;display:flex}.footer-meta-item:not(.footer-meta-item--block):not(:last-child):after{content:" | ";white-space:pre}.footer-meta-item--block{flex-basis:100%;margin-top:.15rem}.footer-meta-item--block:before,.footer-meta-item--block:after{content:none}@media (width<=640px){.footer-inner{flex-direction:column;align-items:flex-start}.footer-meta{flex-direction:column;align-items:flex-start;gap:.35rem}.footer-meta-item:not(:last-child):after{content:none}.footer-meta-item--block{flex-basis:auto;margin-top:0}.footer-links{flex-direction:column;align-items:flex-start;gap:.35rem}.footer-links .sep{display:none}}.reveal-wrap{opacity:0;transition:opacity .65s cubic-bezier(.22, 1, .36, 1) var(--reveal-delay,0s), transform .65s cubic-bezier(.22, 1, .36, 1) var(--reveal-delay,0s);transform:translateY(32px)}.reveal-wrap.is-revealed{opacity:1;transform:translateY(0)}.ithun-section-head{text-align:center;margin-bottom:3rem}.ithun-section-eyebrow{letter-spacing:.14em;text-transform:uppercase;color:var(--ithun-accent,#0f766e);margin-bottom:.75rem;font-size:.72rem;font-weight:800;display:inline-block}.ithun-section-title{letter-spacing:-.03em;margin-bottom:.85rem;font-size:clamp(1.7rem,3.5vw,2.35rem);font-weight:900;line-height:1.2}.ithun-section-desc{color:var(--muted,#64748b);max-width:48rem;margin:0 auto;font-size:.95rem;line-height:1.8}.ithun-btn-primary{color:#fff;background:linear-gradient(135deg,#14b8a6,#0d9488);padding:.8rem 1.6rem;font-size:.9rem;box-shadow:0 8px 24px #14b8a659}.ithun-btn-primary:hover{color:#fff;transform:translateY(-2px);box-shadow:0 12px 32px #14b8a673}.ithun-btn-ghost{color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1f;border:1px solid #ffffff47;padding:.8rem 1.6rem;font-size:.9rem}.ithun-btn-ghost:hover{color:#fff;background:#ffffff38;transform:translateY(-2px)}.ithun-btn-outline-dark{color:var(--text,#0f172a);background:#fffffff2;border:1px solid #fff9;padding:.8rem 1.6rem;font-size:.9rem}.ithun-btn-outline-dark:hover{background:#fff;transform:translateY(-2px)}.ithun-stats-bar{background:var(--card,#fff);border-top:1px solid var(--border,#e2e8f0);border-bottom:1px solid var(--border,#e2e8f0)}.ithun-stats-inner{grid-template-columns:repeat(4,1fr);max-width:1200px;margin:0 auto;padding:0 1.25rem;display:grid}.ithun-stat{border-right:1px solid var(--border,#e2e8f0);flex-direction:column;align-items:center;gap:.3rem;padding:1.5rem 1rem;display:flex}.ithun-stat:last-child{border-right:none}.ithun-stat strong{color:var(--ithun-accent,#0f766e);letter-spacing:-.03em;font-size:1.4rem;font-weight:900}.ithun-stat span{color:var(--muted,#64748b);font-size:.78rem;font-weight:600}.ithun-cta-section{text-align:center;color:#fff;background:linear-gradient(155deg,#042f2e 0%,#0f766e 45%,#0369a1 100%);padding:6rem 1.25rem;position:relative;overflow:hidden}.ithun-cta-section:before{content:"";background-image:linear-gradient(#ffffff08 1px,#0000 1px),linear-gradient(90deg,#ffffff08 1px,#0000 1px);background-size:48px 48px;position:absolute;inset:0}.ithun-cta-inner{z-index:1;max-width:640px;margin:0 auto;position:relative}.ithun-cta-inner h2{margin-bottom:1rem;font-size:clamp(1.8rem,4vw,2.6rem);font-weight:900;line-height:1.2}.ithun-cta-inner h2 em{background:linear-gradient(90deg,#99f6e4,#67e8f9);color:#0000;-webkit-background-clip:text;background-clip:text;font-style:normal}.ithun-cta-inner p{color:#ffffffc7;margin-bottom:2.25rem;font-size:1rem;line-height:1.75}.ithun-cta-actions{flex-wrap:wrap;justify-content:center;gap:.85rem;display:flex}body.home-page{background:#f4f7f5}.home-hero{color:#ecfdf5;min-height:0;position:relative;overflow:hidden}.home-hero-media{background:radial-gradient(70% 60% at 18% 20%,#34d39947,#0000 55%),radial-gradient(55% 50% at 88% 70%,#2dd4bf38,#0000 50%),linear-gradient(145deg,#052e1f 0%,#0b5c46 42%,#134e4a 72%,#0f3d36 100%);position:absolute;inset:0}.home-hero-wash{background:linear-gradient(90deg,#052e1f8c 0%,#052e1f26 48%,#0000 70%),linear-gradient(#0000 55%,#052e1f73 100%);position:absolute;inset:0}.home-hero-grain{opacity:.18;background-image:linear-gradient(#ffffff0b 1px,#0000 1px),linear-gradient(90deg,#ffffff0b 1px,#0000 1px);background-size:56px 56px;animation:28s linear infinite home-grain-drift;position:absolute;inset:0;-webkit-mask-image:radial-gradient(85% 75% at 60% 40%,#000,#0000);mask-image:radial-gradient(85% 75% at 60% 40%,#000,#0000)}.home-hero-beam{filter:blur(2px);background:linear-gradient(#0000,#a7f3d014,#0000);width:48%;height:140%;animation:14s ease-in-out infinite home-beam;position:absolute;top:-20%;transform:rotate(18deg)}.home-hero-beam--1{left:42%}.home-hero-beam--2{opacity:.7;animation-delay:-5s;left:62%}@keyframes home-grain-drift{0%{background-position:0 0,0 0}to{background-position:56px 56px,56px 0}}@keyframes home-beam{0%,to{opacity:.35;transform:rotate(18deg)translate(0)}50%{opacity:.7;transform:rotate(18deg)translate(18px)}}.home-hero-inner{z-index:1;grid-template-columns:minmax(0,1.05fr) minmax(280px,.95fr);align-items:center;gap:1.75rem 2.5rem;max-width:1180px;margin:0 auto;padding:2.75rem 1.25rem 2.35rem;display:grid;position:relative}.home-hero-copy{animation:.9s cubic-bezier(.22,1,.36,1) both home-rise}@keyframes home-rise{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}.home-hero-kicker{letter-spacing:.16em;text-transform:uppercase;color:#a7f3d0d9;margin-bottom:.55rem;font-size:.72rem;font-weight:800}.home-hero-brand{letter-spacing:-.055em;color:#fff;text-shadow:0 12px 40px #00000040;margin:0 0 .25rem;font-size:clamp(3.2rem,8vw,5.2rem);font-weight:900;line-height:.92}.home-hero-hangul{letter-spacing:.28em;color:#ccfbf1b8;margin:0 0 .85rem;font-size:.95rem;font-weight:700}.home-hero-headline{letter-spacing:-.03em;color:#ecfdf5;margin:0 0 .7rem;font-size:clamp(1.25rem,2.5vw,1.7rem);font-weight:800;line-height:1.35}.home-hero-lead{color:#ecfdf5c7;max-width:32rem;margin:0 0 1.25rem;font-size:.98rem;line-height:1.65}.home-hero-actions{flex-wrap:wrap;gap:.7rem;display:flex}.home-hero-ghost{color:#ecfdf5;background:0 0;border:1px solid #ecfdf559;padding:.75rem 1.35rem;font-size:.9rem;font-weight:700}.home-hero-ghost:hover{color:#fff;background:#ecfdf51a;transform:translateY(-2px)}.home-hero-visual{height:420px;min-height:420px;animation:1.05s cubic-bezier(.22,1,.36,1) .12s both home-rise;position:relative}.home-hero-visual-glow{filter:blur(40px);pointer-events:none;border-radius:50%;position:absolute}.home-hero-visual-glow--a{background:#34d39973;width:180px;height:180px;animation:8s ease-in-out infinite home-glow;top:8%;left:12%}.home-hero-visual-glow--b{background:#2dd4bf59;width:150px;height:150px;animation:9s ease-in-out infinite reverse home-glow;bottom:12%;right:8%}@keyframes home-glow{0%,to{opacity:.55;transform:scale(1)}50%{opacity:.9;transform:scale(1.15)}}.home-hero-visual-frame{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:linear-gradient(160deg,#ffffff1f,#ffffff08),#064e3b59;border:1px solid #ecfdf52e;border-radius:24px;flex-direction:column;justify-content:space-between;height:100%;min-height:100%;padding:1.75rem 1.5rem 1.35rem;display:flex;position:relative;overflow:hidden;box-shadow:0 30px 80px #00000047}.home-hero-visual-brand{flex-shrink:0;align-items:center;gap:.9rem;display:flex}.home-hero-visual-brand img{object-fit:contain;filter:drop-shadow(0 8px 20px #00000040);width:48px;height:80px;animation:6s ease-in-out infinite home-mark-float}.home-hero-visual-brand strong{letter-spacing:-.04em;color:#fff;font-size:1.55rem;font-weight:900}@keyframes home-mark-float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.home-hero-icon-orbit{flex:auto;min-height:220px;margin:.75rem 0;position:relative}.home-hero-icon-chip{background:#fffffff0;border-radius:18px;place-items:center;width:64px;height:64px;animation:5.5s ease-in-out infinite home-chip-float;display:grid;position:absolute;overflow:hidden;box-shadow:0 12px 28px #0000002e}.home-hero-icon-chip .software-icon-img,.home-hero-icon-chip img{object-fit:contain;width:100%!important;height:100%!important}.home-hero-icon-chip--1{top:8%;left:8%}.home-hero-icon-chip--2{animation-delay:-1s;top:4%;right:14%}.home-hero-icon-chip--3{animation-delay:-1.8s;top:38%;left:22%}.home-hero-icon-chip--4{animation-delay:-2.4s;top:34%;right:8%}.home-hero-icon-chip:nth-child(5){animation-delay:-.6s;top:62%;left:10%}.home-hero-icon-chip:nth-child(6){animation-delay:-2.1s;top:58%;right:18%}.home-hero-icon-chip:nth-child(7){animation-delay:-3s;top:78%;left:36%}.home-hero-icon-chip:nth-child(8){animation-delay:-3.6s;top:72%;right:6%}@keyframes home-chip-float{0%,to{transform:translateY(0)rotate(-2deg)}50%{transform:translateY(-10px)rotate(2deg)}}.home-hero-visual-caption{border-top:1px solid #ecfdf526;flex-direction:column;flex-shrink:0;gap:.2rem;padding-top:.85rem;display:flex}.home-hero-visual-caption span{letter-spacing:.14em;text-transform:uppercase;color:#a7f3d0bf;font-size:.68rem;font-weight:800}.home-hero-visual-caption em{color:#ecfdf5e0;font-size:.88rem;font-style:normal;font-weight:650}.home-path-bar{z-index:2;margin-top:-1.35rem;padding:0 1.25rem;position:relative}.home-path-inner{grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;max-width:1180px;margin:0 auto;display:grid}.home-path-card{color:inherit;background:#fff;border:1px solid #e2e8f0;border-radius:16px;grid-template-columns:44px minmax(0,1fr) 18px;align-items:center;gap:.75rem;padding:1rem 1.05rem;text-decoration:none;transition:transform .22s,box-shadow .22s;display:grid;box-shadow:0 14px 36px #0f172a14}.home-path-card:hover{transform:translateY(-3px);box-shadow:0 18px 40px #0f172a1f}.home-path-icon{border-radius:12px;place-items:center;width:44px;height:44px;font-size:1rem;display:grid}.home-path-card--free .home-path-icon{color:#047857;background:#ecfdf5}.home-path-card--download .home-path-icon{color:#0f766e;background:#f0fdfa}.home-path-card--subscription .home-path-icon{color:#0e7490;background:#ecfeff}.home-path-copy strong{color:#0f172a;margin-bottom:.12rem;font-size:.92rem;font-weight:800;display:block}.home-path-copy em{color:#64748b;font-size:.76rem;font-style:normal}.home-path-card>.fa-arrow-right{color:#cbd5e1;font-size:.78rem;transition:transform .2s,color .2s}.home-path-card:hover>.fa-arrow-right{color:#0f766e;transform:translate(3px)}.home-cta-band{color:#ecfdf5;background:radial-gradient(60% 80% at 85% 20%,#34d3992e,#0000 55%),linear-gradient(145deg,#052e1f 0%,#0f766e 55%,#115e59 100%);padding:4.5rem 1.25rem}.home-cta-band-inner{grid-template-columns:minmax(0,1.2fr) auto;align-items:center;gap:2rem;max-width:1180px;margin:0 auto;display:grid}.home-cta-kicker{letter-spacing:.14em;text-transform:uppercase;color:#a7f3d0cc;margin-bottom:.65rem;font-size:.7rem;font-weight:800}.home-cta-band h2{letter-spacing:-.03em;margin:0 0 .75rem;font-size:clamp(1.55rem,3vw,2.15rem);font-weight:900;line-height:1.25}.home-cta-band-copy p:last-child{color:#ecfdf5c7;max-width:34rem;margin:0;font-size:.95rem;line-height:1.7}.home-cta-band-actions{flex-wrap:wrap;justify-content:flex-end;gap:.65rem;display:flex}.home-cta-ghost{color:#ecfdf5;background:0 0;border:1px solid #ecfdf559;padding:.8rem 1.4rem;font-size:.9rem;font-weight:700}.home-cta-ghost:hover{color:#fff;background:#ecfdf51a}.ithun-products-section{background:#fff;padding:5.5rem 1.25rem}.ithun-products-inner{max-width:1200px;margin:0 auto}.home-software-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.25rem;display:grid}.home-software-grid .software-card{border:1px solid var(--border,#e2e8f0);background:#fff;border-radius:20px;padding:1.5rem;transition:transform .25s,box-shadow .25s,border-color .25s;position:relative;overflow:hidden;box-shadow:0 2px 12px #0f172a0a}.home-software-grid .software-card:after{content:"";background:linear-gradient(90deg, var(--ithun-accent,#0f766e), #14b8a6, #34d399);opacity:0;height:3px;transition:opacity .25s;position:absolute;inset:0 0 auto}.home-software-grid .software-card:hover{border-color:#cbd5e1;transform:translateY(-5px);box-shadow:0 20px 44px #0f172a1a}.home-software-grid .software-card:hover:after{opacity:1}.home-software-grid .software-card-icon{background:linear-gradient(145deg,#ecfdf5,#f0fdfa);border-radius:16px;justify-content:center;align-items:center;width:60px;height:60px;margin-bottom:.85rem;display:flex;overflow:hidden}.home-software-grid .software-card h3{margin-bottom:.35rem;font-size:1.05rem;font-weight:800}body.about-page{background:#f4faf6}.about-identity-hero{color:#0f2918;background:#e8f5e9;align-items:center;min-height:min(78vh,720px);display:grid;position:relative;overflow:hidden}.about-identity-hero-media{pointer-events:none;position:absolute;inset:0}.about-identity-hero-wash{background:radial-gradient(55% 50% at 88% 18%,#4ade8059,#0000 55%),radial-gradient(45% 40% at 12% 88%,#10b98138,#0000 50%),linear-gradient(160deg,#f0fdf4 0%,#dcfce7 42%,#bbf7d0 100%);position:absolute;inset:0}.about-identity-hero-mark{opacity:.08;filter:none;animation:14s ease-in-out infinite about-mark-drift;position:absolute;bottom:-8%;right:max(-2rem,4vw);transform:rotate(-8deg)}.about-identity-hero-mark img{width:clamp(180px,28vw,320px);height:auto}@keyframes about-mark-drift{0%,to{transform:rotate(-8deg)translateY(0)}50%{transform:rotate(-5deg)translateY(-12px)}}.about-identity-hero-inner{z-index:1;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);align-items:center;gap:2.5rem 2rem;width:100%;max-width:1180px;margin:0 auto;padding:4.5rem 1.25rem 4rem;display:grid;position:relative}.about-identity-copy{min-width:0}.about-identity-kicker{letter-spacing:.16em;text-transform:uppercase;color:#15803d;margin-bottom:.85rem;font-size:.72rem;font-weight:800}.about-identity-brand{letter-spacing:-.06em;color:#14532d;margin:0 0 .35rem;font-size:clamp(3.4rem,10vw,6.2rem);font-weight:900;line-height:.92}.about-identity-hangul{color:#3f6b4a;margin-bottom:1.35rem;font-size:1.05rem;font-weight:700}.about-identity-lead{color:#3d5c45;max-width:30rem;margin-bottom:1.75rem;font-size:1.05rem;line-height:1.75}.about-identity-actions{flex-wrap:wrap;gap:.7rem;display:flex}.about-identity-cta{background:linear-gradient(135deg,#22c55e,#16a34a);box-shadow:0 8px 24px #16a34a52}.about-identity-cta:hover{color:#fff;box-shadow:0 12px 32px #16a34a6b}.about-identity-ghost{color:#166534;background:0 0;border:1px solid #86efac;padding:.8rem 1.4rem;font-size:.9rem}.about-identity-ghost:hover{color:#14532d;background:#1665340f;transform:translateY(-1px)}.about-identity-ghost--dark{color:#166534;border-color:#86efac}.about-identity-ghost--dark:hover{color:#14532d;background:#f0fdf4}.about-logo-panorama{min-width:0;padding:.35rem 0;position:relative}.about-logo-panorama:before,.about-logo-panorama:after{content:"";z-index:2;pointer-events:none;width:2.5rem;position:absolute;top:0;bottom:0}.about-logo-panorama:before{background:linear-gradient(90deg,#dcfce7f2,#0000);left:0}.about-logo-panorama:after{background:linear-gradient(270deg,#bbf7d0f2,#0000);right:0}.about-logo-panorama-label{letter-spacing:.14em;text-transform:uppercase;color:#15803d;margin:0 0 .85rem .15rem;font-size:.68rem;font-weight:800}.about-logo-panorama-rows{flex-direction:column;gap:.75rem;display:flex}.about-logo-marquee{overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 8% 92%,#0000);mask-image:linear-gradient(90deg,#0000,#000 8% 92%,#0000)}.about-logo-marquee-track{width:max-content;animation:about-logo-marquee var(--marquee-duration,42s) linear infinite;gap:.7rem;display:flex}.about-logo-marquee--right .about-logo-marquee-track{animation-direction:reverse}.about-logo-panorama:hover .about-logo-marquee-track{animation-play-state:paused}@keyframes about-logo-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.about-logo-tile{color:#14532d;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffffb8;border:1px solid #1665341f;border-radius:999px;align-items:center;gap:.55rem;padding:.55rem .85rem .55rem .55rem;text-decoration:none;transition:transform .25s,box-shadow .25s,background .25s;animation:5.5s ease-in-out infinite about-logo-tile-float;display:inline-flex;box-shadow:0 8px 24px #14532d0f}.about-logo-tile:nth-child(3n){animation-delay:-1.2s}.about-logo-tile:nth-child(3n+1){animation-delay:-2.4s}.about-logo-tile:nth-child(3n+2){animation-delay:-3.6s}.about-logo-tile:hover{color:#14532d;background:#fff;transform:translateY(-3px)scale(1.03);box-shadow:0 14px 28px #14532d1f}@keyframes about-logo-tile-float{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}.about-logo-tile-icon{background:#f0fdf4;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:inline-flex;overflow:hidden}.about-logo-tile-icon img,.about-logo-tile-icon .software-icon-img{object-fit:contain;width:100%!important;height:100%!important}.about-logo-tile-name{letter-spacing:-.02em;white-space:nowrap;text-overflow:ellipsis;max-width:9.5rem;font-size:.82rem;font-weight:800;overflow:hidden}.about-close-cta{text-align:center;background:#f0fdf4;border-top:1px solid #bbf7d0;padding:5rem 1.25rem}.about-close-cta-inner{max-width:40rem;margin:0 auto}.about-close-cta-kicker{letter-spacing:.14em;text-transform:uppercase;color:var(--ithun-accent,#0f766e);margin-bottom:.75rem;font-size:.72rem;font-weight:800}.about-close-cta h2{letter-spacing:-.03em;margin-bottom:.75rem;font-size:clamp(1.5rem,3vw,2rem);font-weight:900}.about-close-cta p{color:var(--muted,#64748b);margin-bottom:1.5rem;line-height:1.7}.about-close-cta-actions{flex-wrap:wrap;justify-content:center;gap:.7rem;display:flex}.about-story-section{background:#fff;padding:6.5rem 1.25rem}.about-story-inner{max-width:920px;margin:0 auto}.about-story-intro{margin-bottom:3rem}.about-story-intro .ithun-section-title{text-align:left}.about-story-intro .ithun-section-eyebrow{margin-bottom:.85rem}.about-story-lead{color:#4b6354;max-width:40rem;margin-top:1.1rem;font-size:1.05rem;line-height:1.85}.about-story-points{border-top:1px solid #d8ebe0;flex-direction:column;gap:0;display:flex}.about-story-point{border-bottom:1px solid #d8ebe0;grid-template-columns:4.5rem 1fr;gap:1.25rem;padding:1.75rem 0;display:grid}.about-story-point-index{letter-spacing:.12em;color:#16a34a;padding-top:.2rem;font-size:.8rem;font-weight:900}.about-story-point h3{color:#14532d;margin-bottom:.45rem;font-size:1.1rem;font-weight:800}.about-story-point p{color:#54705e;font-size:.95rem;line-height:1.75}.about-naming-section{text-align:center;background:#eef7f0;padding:6rem 1.25rem}.about-naming-inner{max-width:820px;margin:0 auto}.about-naming-formula{flex-wrap:wrap;justify-content:center;align-items:center;gap:.75rem 1rem;margin:2.5rem 0 1.5rem;display:flex}.about-naming-part{color:#166534;letter-spacing:-.02em;background:#fff;border:1.5px solid #86efac;justify-content:center;align-items:center;min-height:3.2rem;padding:.7rem 1.25rem;font-size:.95rem;font-weight:800;display:inline-flex}.about-naming-part--accent{color:#fff;background:#16a34a;border-color:#16a34a}.about-naming-plus,.about-naming-eq{color:#4ade80;font-size:1.35rem;font-weight:900}.about-naming-result{color:#14532d;letter-spacing:-.02em;font-size:1.05rem;font-weight:900}.about-naming-note{color:#54705e;max-width:36rem;margin:0 auto;font-size:.95rem;line-height:1.8}.about-process-section{background:#fff;padding:6.5rem 1.25rem}.about-process-inner{max-width:820px;margin:0 auto}.about-process-list{flex-direction:column;gap:0;margin:0;padding:0;list-style:none;display:flex}.about-process-item{border-bottom:1px solid #d8ebe0;grid-template-columns:4.5rem 1fr;gap:1.25rem;padding:1.6rem 0;display:grid;position:relative}.about-process-item:first-child{border-top:1px solid #d8ebe0}.about-process-step{letter-spacing:.12em;color:#16a34a;padding-top:.15rem;font-size:.78rem;font-weight:900}.about-process-body h3{color:#14532d;margin-bottom:.4rem;font-size:1.15rem;font-weight:800}.about-process-body p{color:#54705e;font-size:.95rem;line-height:1.7}.about-quote-section{color:#fff;text-align:center;background:radial-gradient(60% 80%,#4ade802e,#0000 70%),linear-gradient(145deg,#14532d 0%,#166534 55%,#15803d 100%);padding:5.5rem 1.25rem}.about-quote{max-width:40rem;margin:0 auto}.about-quote p{letter-spacing:-.04em;margin-bottom:1.25rem;font-size:clamp(1.6rem,4vw,2.4rem);font-weight:900;line-height:1.25}.about-quote cite{letter-spacing:.14em;text-transform:uppercase;color:#bbf7d0;font-size:.75rem;font-style:normal;font-weight:800}.about-audience-section{background:#f4faf6;padding:6.5rem 1.25rem}.about-audience-inner{max-width:900px;margin:0 auto}.about-audience-list{flex-direction:column;gap:1.25rem;display:flex}.about-audience-row{border-bottom:1px solid #cfe8d6;padding:1.75rem 0}.about-audience-row:first-child{border-top:1px solid #cfe8d6}.about-audience-row h3{color:#14532d;margin-bottom:.55rem;font-size:1.2rem;font-weight:900}.about-audience-row p{color:#54705e;max-width:40rem;font-size:.98rem;line-height:1.8}.about-platform-section{background:#fff;padding:6rem 1.25rem}.about-platform-inner{max-width:1000px;margin:0 auto}.about-platform-row{text-align:center;grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.about-platform-item{padding:1.5rem .75rem}.about-platform-item i{color:#16a34a;margin-bottom:.85rem;font-size:1.6rem;display:block}.about-platform-item strong{color:#14532d;margin-bottom:.3rem;font-size:1rem;font-weight:800;display:block}.about-platform-item span{color:#64748b;font-size:.82rem}.about-its-section{background:#fff;padding:6rem 1.25rem}.about-its-inner{max-width:1100px;margin:0 auto}.about-its-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));align-items:stretch;gap:1.25rem;display:grid}.about-its-grid>.reveal-wrap{flex-direction:column;height:100%;min-height:0;display:flex}.about-it-card{border:1.5px solid color-mix(in srgb, var(--it-color,#0f766e) 18%, transparent);box-sizing:border-box;background:#fff;border-radius:20px;flex-direction:column;flex:1;width:100%;padding:1.75rem 1.5rem;transition:transform .25s,box-shadow .25s;display:flex;position:relative;overflow:hidden;box-shadow:0 2px 12px #0f172a0a}.about-it-card:before{content:attr(data-num);color:color-mix(in srgb, var(--it-color,#0f766e) 6%, transparent);pointer-events:none;font-size:3.5rem;font-weight:900;line-height:1;position:absolute;top:1rem;right:1rem}.about-it-card:hover{transform:translateY(-5px);box-shadow:0 20px 44px #0f172a1a}.about-it-card-top{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.about-it-icon-wrap{width:52px;height:52px;color:var(--it-color,#0f766e);background:color-mix(in srgb, var(--it-color,#0f766e) 10%, transparent);border-radius:14px;justify-content:center;align-items:center;font-size:1.35rem;display:flex}.about-it-num{letter-spacing:.1em;color:var(--muted,#94a3b8);font-size:.68rem;font-weight:900}.about-it-keyword-badge{letter-spacing:.06em;text-transform:uppercase;background:color-mix(in srgb, var(--it-color,#0f766e) 10%, transparent);color:var(--it-color,#0f766e);border-radius:999px;align-items:center;margin-bottom:.65rem;padding:.22rem .6rem;font-size:.68rem;font-weight:800;display:inline-flex}.about-it-card-title{color:var(--text,#0f172a);margin-bottom:.65rem;font-size:1rem;font-weight:900;line-height:1.3}.about-it-card-desc{color:var(--muted,#64748b);flex:1;font-size:.8rem;line-height:1.75}.about-features-section{background:#eef7f0;padding:6rem 1.25rem}.about-features-inner{max-width:1100px;margin:0 auto}.about-features-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));align-items:stretch;gap:1.15rem;display:grid}.about-features-grid>.reveal-wrap{flex-direction:column;height:100%;min-height:0;display:flex}.about-feature-card{border:1px solid var(--border,#e2e8f0);box-sizing:border-box;background:#fff;border-radius:18px;flex-direction:column;flex:1;width:100%;padding:1.75rem;transition:transform .25s,box-shadow .25s;display:flex;box-shadow:0 2px 12px #0f172a0a}.about-feature-card:hover{transform:translateY(-4px);box-shadow:0 16px 36px #0f172a17}.about-feature-icon{background:var(--ithun-accent-soft,#f0fdfa);width:52px;height:52px;color:var(--ithun-accent,#0f766e);border-radius:16px;justify-content:center;align-items:center;margin-bottom:1rem;font-size:1.35rem;display:flex}.about-feature-card h3{margin-bottom:.5rem;font-size:.98rem;font-weight:800}.about-feature-card p{color:var(--muted,#64748b);font-size:.82rem;line-height:1.7}@media (width<=1024px){.home-hero-inner{grid-template-columns:1fr;gap:1.35rem;padding:2.25rem 1.25rem 2rem}.home-hero-visual{height:340px;min-height:340px}.home-cta-band-inner{grid-template-columns:1fr}.home-cta-band-actions{justify-content:flex-start}.about-identity-hero-mark{opacity:.06;right:-1rem}.about-identity-hero-inner{grid-template-columns:1fr;gap:2rem}}@media (width<=768px){.home-path-inner{grid-template-columns:1fr}.home-hero{min-height:auto}.home-hero-brand{font-size:clamp(2.8rem,14vw,3.8rem)}.home-hero-visual{height:300px;min-height:300px}.home-hero-icon-orbit{min-height:160px}.home-hero-icon-chip{border-radius:12px;width:48px;height:48px}.ithun-stats-inner{grid-template-columns:repeat(2,1fr)}.ithun-stat:nth-child(2){border-right:none}.ithun-values-grid{grid-template-columns:1fr 1fr}.about-identity-hero{min-height:auto}.about-identity-hero-inner{padding:3.25rem 1.25rem 3rem}.about-logo-panorama-rows{gap:.55rem}.about-logo-tile-name{max-width:7.5rem;font-size:.76rem}.about-its-grid,.about-platform-row{grid-template-columns:1fr 1fr}.about-story-point,.about-process-item{grid-template-columns:3.2rem 1fr;gap:.9rem}}@media (width<=520px){.home-hero-inner{gap:1.1rem;padding:1.75rem 1rem 1.65rem}.home-hero-hangul{letter-spacing:.18em}.home-path-bar{margin-top:-1rem}.about-identity-brand{font-size:3.2rem}.about-logo-panorama-rows>:last-child{display:none}.ithun-values-grid,.about-its-grid,.about-features-grid{grid-template-columns:1fr}.about-platform-row{grid-template-columns:1fr 1fr;gap:.5rem}.ithun-stats-inner{grid-template-columns:repeat(2,1fr)}}
