: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-sm{padding:.35rem .7rem;font-size:.8rem}.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-actions{flex-wrap:wrap;gap:.65rem;display:flex}.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-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-head{text-align:center;margin-bottom:.85rem}.profile-license-certificate-badge{letter-spacing:.08em;color:var(--ithun-accent,#0f766e);background:var(--ithun-accent-soft,#f0fdfa);border:1px solid #99f6e4;border-radius:999px;align-items:center;gap:.35rem;padding:.25rem .65rem;font-size:.68rem;font-weight:800;display:inline-flex}.profile-license-certificate-head h3{margin:.55rem 0 .15rem;font-size:1.15rem;font-weight:900}.profile-license-certificate-date{color:var(--muted,#64748b);margin:0;font-size:.78rem}.profile-license-certificate-code-wrap{margin:1rem 0}.profile-license-certificate-code-label{color:var(--muted,#64748b);text-align:center;margin-bottom:.35rem;font-size:.75rem;font-weight:700;display:block}.profile-license-modal .license-code{background:var(--bg,#f8fafc);border:1px dashed var(--border,#e2e8f0);letter-spacing:.04em;text-align:center;border-radius:10px;margin:0;padding:.85rem 1rem;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.95rem;font-weight:700}.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-table-toolbar{flex-wrap:wrap;align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.admin-search-input{border:1px solid var(--border,#e2e8f0);border-radius:8px;min-width:200px;padding:.5rem .85rem;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}.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-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 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 120px 32px;align-items:center;gap:.5rem;padding:.85rem .75rem;display:grid}.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}@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}}.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}.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:#f1f5f9}.ithun-hero{color:#fff;background:linear-gradient(155deg,#042f2e 0%,#0f766e 42%,#0369a1 100%);padding:5.5rem 1.25rem 6.5rem;position:relative;overflow:hidden}.ithun-hero-bg{pointer-events:none;position:absolute;inset:0}.ithun-hero-grid{background-image:linear-gradient(#ffffff0a 1px,#0000 1px),linear-gradient(90deg,#ffffff0a 1px,#0000 1px);background-size:48px 48px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(90% 80% at 50% 30%,#000,#0000);mask-image:radial-gradient(90% 80% at 50% 30%,#000,#0000)}.ithun-hero-orb{filter:blur(90px);opacity:.4;border-radius:50%;animation:12s ease-in-out infinite ithun-float;position:absolute}.ithun-hero-orb--1{background:#2dd4bf;width:400px;height:400px;top:-8%;left:-8%}.ithun-hero-orb--2{background:#38bdf8;width:300px;height:300px;animation-delay:-4s;top:45%;right:-2%}.ithun-hero-orb--3{background:#818cf8;width:220px;height:220px;animation-delay:-8s;bottom:0%;left:28%}@keyframes ithun-float{0%,to{transform:translate(0)}50%{transform:translate(22px,-26px)}}.ithun-hero-inner{z-index:1;grid-template-columns:1fr 360px;align-items:center;gap:3rem;max-width:1200px;margin:0 auto;display:grid;position:relative}.ithun-hero-eyebrow{letter-spacing:.07em;text-transform:uppercase;background:#ffffff1a;border:1px solid #fff3;border-radius:999px;align-items:center;gap:.5rem;margin-bottom:1.25rem;padding:.4rem .9rem;font-size:.74rem;font-weight:700;display:inline-flex}.ithun-dot{background:#5eead4;border-radius:50%;width:6px;height:6px;animation:2.2s ease-in-out infinite ithun-pulse;display:inline-block}@keyframes ithun-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(1.6)}}.ithun-hero-h1{letter-spacing:-.04em;margin-bottom:1.35rem;font-size:clamp(2.5rem,5vw,3.85rem);font-weight:900;line-height:1.08}.ithun-hero-h1 em{background:linear-gradient(90deg,#99f6e4,#67e8f9);color:#0000;-webkit-background-clip:text;background-clip:text;font-style:normal}.ithun-hero-lead{color:#fffc;max-width:36rem;margin-bottom:2rem;font-size:1.05rem;line-height:1.8}.ithun-hero-actions{flex-wrap:wrap;gap:.75rem;display:flex}.ithun-hero-cards{flex-direction:column;gap:.7rem;display:flex}.ithun-type-card{color:#0f172a;background:#fffffff5;border:1px solid #ffffffe6;border-radius:16px;grid-template-columns:50px minmax(0,1fr) 26px;align-items:center;gap:.85rem;padding:.95rem 1.1rem;text-decoration:none;transition:transform .25s,box-shadow .25s;display:grid;box-shadow:0 8px 28px #022c2233}.ithun-type-card:hover{transform:translateY(-3px)translate(2px);box-shadow:0 16px 40px #022c2247}.ithun-type-card-icon{border-radius:14px;justify-content:center;align-items:center;width:50px;height:50px;font-size:1.1rem;display:flex}.ithun-type-card--free .ithun-type-card-icon{color:#047857;background:#10b9811f}.ithun-type-card--download .ithun-type-card-icon{color:#0f766e;background:#0f766e1f}.ithun-type-card--subscription .ithun-type-card-icon{color:#4f46e5;background:#6366f11f}.ithun-type-card-body strong{color:#0f172a;margin-bottom:.12rem;font-size:.92rem;font-weight:800;display:block}.ithun-type-card-body span{color:#64748b;font-size:.76rem}.ithun-type-card-arrow{color:#cbd5e1;font-size:.8rem;transition:transform .25s,color .25s}.ithun-type-card:hover .ithun-type-card-arrow{color:var(--ithun-accent,#0f766e);transform:translate(4px)}.ithun-values-section{background:#f1f5f9;padding:6rem 1.25rem}.ithun-values-inner{max-width:1200px;margin:0 auto}.ithun-values-grid{grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:1.15rem;display:grid}.ithun-value-card{border:1px solid var(--border,#e2e8f0);background:#fff;border-radius:20px;padding:1.75rem 1.5rem;transition:transform .25s,box-shadow .25s;position:relative;overflow:hidden;box-shadow:0 2px 12px #0f172a0a}.ithun-value-card:before{content:"";background:var(--v-color,#0f766e);border-radius:20px 20px 0 0;height:3px;position:absolute;top:0;left:0;right:0}.ithun-value-card:hover{transform:translateY(-5px);box-shadow:0 20px 44px #0f172a1a}.ithun-value-card-num{letter-spacing:.12em;color:var(--muted,#94a3b8);margin-bottom:.85rem;font-size:.68rem;font-weight:900}.ithun-value-card-icon{width:52px;height:52px;color:var(--v-color,#0f766e);background:color-mix(in srgb, var(--v-color,#0f766e) 10%, transparent);border-radius:14px;justify-content:center;align-items:center;margin-bottom:1rem;font-size:1.3rem;display:flex}.ithun-value-keyword{letter-spacing:.07em;text-transform:uppercase;color:var(--v-color,#0f766e);margin-bottom:.5rem;font-size:.7rem;font-weight:800}.ithun-value-title{margin-bottom:.6rem;font-size:.98rem;font-weight:800;line-height:1.35}.ithun-value-desc{color:var(--muted,#64748b);font-size:.8rem;line-height:1.72}.ithun-products-section{background:#fff;padding:6rem 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, #38bdf8);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:#f1f5f9}.about-hero-new{color:#fff;background:linear-gradient(155deg,#042f2e 0%,#0f766e 42%,#0369a1 100%);padding:5.5rem 1.25rem 4.5rem;position:relative;overflow:hidden}.about-hero-bg{pointer-events:none;position:absolute;inset:0}.about-hero-orb{filter:blur(90px);opacity:.35;border-radius:50%;animation:12s ease-in-out infinite ithun-float;position:absolute}.about-hero-orb--1{background:#2dd4bf;width:420px;height:420px;top:-10%;left:-10%}.about-hero-orb--2{background:#818cf8;width:280px;height:280px;animation-delay:-5s;bottom:-5%;right:3%}.about-hero-orb--3{background:#38bdf8;width:200px;height:200px;animation-delay:-9s;top:30%;left:45%}.about-hero-inner-new{z-index:1;grid-template-columns:1fr 300px;align-items:center;gap:4rem;max-width:1200px;margin:0 auto;display:grid;position:relative}.about-hero-tag{letter-spacing:.07em;text-transform:uppercase;background:#ffffff1a;border:1px solid #fff3;border-radius:999px;align-items:center;gap:.5rem;margin-bottom:1.25rem;padding:.4rem .9rem;font-size:.74rem;font-weight:700;display:inline-flex}.about-hero-h1{letter-spacing:-.04em;margin-bottom:1.5rem;font-size:clamp(2.5rem,5vw,3.5rem);font-weight:900;line-height:1.08}.about-hero-h1 em{background:linear-gradient(90deg,#99f6e4,#67e8f9);color:#0000;-webkit-background-clip:text;background-clip:text;font-style:normal}.about-hero-desc{color:#fffc;margin-bottom:2rem;font-size:.95rem;line-height:1.85}.about-hero-actions-new{flex-wrap:wrap;gap:.75rem;display:flex}.about-brand-visual{flex-direction:column;align-items:center;gap:1rem;display:flex}.about-brand-card-new{text-align:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#fffffff7;border-radius:24px;width:100%;padding:2rem;box-shadow:0 20px 56px #022c2247}.about-brand-logo-wrap{background:linear-gradient(145deg,#ecfdf5,#f0fdfa);border-radius:20px;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto .85rem;display:flex}.about-brand-name{color:#0f172a;letter-spacing:-.03em;font-size:1.6rem;font-weight:900}.about-brand-sub{color:#64748b;margin-top:.15rem;font-size:.82rem;font-weight:600}.about-brand-divider{background:var(--border,#e2e8f0);height:1px;margin:1rem 0}.about-brand-slogan{color:var(--ithun-accent,#0f766e);font-size:.82rem;font-style:italic;font-weight:700}.about-brand-tags{flex-wrap:wrap;justify-content:center;gap:.45rem;display:flex}.about-brand-tag{color:#ffffffeb;background:#ffffff1f;border:1px solid #ffffff38;border-radius:999px;align-items:center;gap:.35rem;padding:.3rem .7rem;font-size:.7rem;font-weight:700;display:inline-flex}.about-brand-tag i{color:color-mix(in srgb, var(--bt-color,#5eead4) 80%, white)}.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));gap:1.25rem;display:grid}.about-it-card{border:1.5px solid color-mix(in srgb, var(--it-color,#0f766e) 18%, transparent);background:#fff;border-radius:20px;padding:1.75rem 1.5rem;transition:transform .25s,box-shadow .25s;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);font-size:.8rem;line-height:1.75}.about-features-section{background:#f1f5f9;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));gap:1.15rem;display:grid}.about-feature-card{border:1px solid var(--border,#e2e8f0);background:#fff;border-radius:18px;padding:1.75rem;transition:transform .25s,box-shadow .25s;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}.about-store-section{background:#fff;padding:6rem 1.25rem}.about-store-inner{max-width:1100px;margin:0 auto}.about-store-grid-new{grid-template-columns:repeat(3,1fr);gap:1.25rem;display:grid}.about-store-card-new{background:var(--s-bg,#f0fdfa);border:1.5px solid color-mix(in srgb, var(--s-color,#0f766e) 22%, transparent);border-radius:22px;padding:2.25rem 1.75rem;transition:transform .25s,box-shadow .25s;box-shadow:0 2px 12px #0f172a0a}.about-store-card-new:hover{transform:translateY(-5px);box-shadow:0 20px 48px #0f172a1a}.about-store-card-icon-new{background:color-mix(in srgb, var(--s-color,#0f766e) 14%, transparent);width:64px;height:64px;color:var(--s-color,#0f766e);border-radius:20px;justify-content:center;align-items:center;margin-bottom:1.25rem;font-size:1.6rem;display:flex}.about-store-card-new h3{margin-bottom:.65rem;font-size:1.2rem;font-weight:900}.about-store-card-new p{color:var(--muted,#64748b);margin-bottom:1.75rem;font-size:.85rem;line-height:1.72}.about-store-card-link-new{color:var(--s-color,#0f766e);align-items:center;gap:.45rem;font-size:.88rem;font-weight:700;transition:gap .2s;display:inline-flex}.about-store-card-link-new:hover{gap:.7rem}@media (width<=1024px){.ithun-hero-inner,.about-hero-inner-new{grid-template-columns:1fr;gap:2.5rem}.ithun-hero-cards{flex-flow:wrap}.ithun-type-card{flex:180px}.about-brand-visual{flex-flow:wrap;justify-content:center}.about-brand-card-new{max-width:320px}}@media (width<=768px){.ithun-stats-inner{grid-template-columns:repeat(2,1fr)}.ithun-stat:nth-child(2){border-right:none}.ithun-values-grid,.about-its-grid{grid-template-columns:1fr 1fr}.about-store-grid-new{grid-template-columns:1fr}}@media (width<=520px){.ithun-hero{padding:4rem 1rem 5rem}.ithun-hero-h1,.about-hero-h1{font-size:2.25rem}.ithun-type-card{grid-template-columns:44px 1fr}.ithun-type-card-arrow{display:none}.ithun-values-grid,.about-its-grid,.about-features-grid{grid-template-columns:1fr}.ithun-stats-inner{grid-template-columns:repeat(2,1fr)}}.software-page{background:var(--bg,#fff);min-height:100vh}.topbar{z-index:100;background:var(--card,#fff);border-bottom:1px solid var(--border,#e2e8f0);position:sticky;top:0}.topbar-inner{justify-content:space-between;align-items:center;gap:1rem;max-width:1200px;height:60px;margin:0 auto;padding:0 1.25rem;display:flex}.topbar-actions{align-items:center;gap:.5rem;display:flex}.software-nav-bar{z-index:85;background:var(--card,#fff);border-bottom:1px solid var(--border,#e2e8f0);width:100%;margin-bottom:0;position:sticky;top:61px}.software-nav-inner{box-sizing:border-box;align-items:center;gap:.75rem;max-width:1200px;margin:0 auto;padding:0 1.25rem;display:flex}.software-nav-tabs{scrollbar-width:none;flex:1;align-items:center;gap:.15rem;min-width:0;display:flex;overflow-x:auto}.software-nav-tabs::-webkit-scrollbar{display:none}.software-nav-tab{color:var(--muted,#64748b);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-bottom:2px solid #0000;align-items:center;margin-bottom:-1px;padding:1rem;font-family:inherit;font-size:.98rem;font-weight:700;display:inline-flex}.software-nav-tab.is-active{color:var(--ithun-accent,#0f766e);border-bottom-color:var(--ithun-accent,#0f766e)}.software-nav-tab:hover:not(.is-active){color:var(--text)}.software-nav-edit{white-space:nowrap;flex-shrink:0}.tab-content-area{max-width:1200px;min-height:280px;margin:0 auto;padding:2rem 1.25rem 4rem}.product-hero-wrap{max-width:1200px;margin:0 auto;padding:1.75rem 1.25rem 0}.product-hero{border-bottom:1px solid var(--border,#e2e8f0);grid-template-columns:minmax(280px,400px) minmax(0,1fr);align-items:start;gap:2.5rem;margin-bottom:0;padding-bottom:2rem;display:grid}.product-gallery{flex-direction:column;gap:.75rem;display:flex}.product-gallery-main{aspect-ratio:1;border:1px solid var(--border,#e2e8f0);background:#f8fafc;border-radius:16px;justify-content:center;align-items:center;padding:2rem;display:flex;overflow:hidden}.software-icon-img{object-fit:contain;width:100%;max-width:260px;height:100%;max-height:260px}.product-icon-emoji{font-size:6rem;line-height:1}.product-icon-fa{color:var(--ithun-accent,#0f766e);font-size:5rem}.product-summary{min-width:0}.product-title{color:var(--text,#0f172a);margin-bottom:.65rem;font-size:clamp(1.5rem,3vw,2rem);font-weight:900;line-height:1.25}.product-tagline{color:var(--muted,#64748b);margin-bottom:1.25rem;font-size:.95rem;line-height:1.55}.product-badges{flex-wrap:wrap;gap:.5rem;margin-bottom:1rem;display:flex}.product-badge{background:var(--ithun-accent-soft,#f0fdfa);color:var(--ithun-accent,#0f766e);border-radius:999px;align-items:center;gap:.35rem;padding:.35rem .75rem;font-size:.78rem;font-weight:700;display:inline-flex}.product-spec-table{border-top:1px solid var(--border,#e2e8f0);margin-bottom:1.5rem}.product-spec-row{border-bottom:1px solid var(--border,#e2e8f0);grid-template-columns:100px 1fr;gap:1rem;padding:.75rem 0;font-size:.88rem;display:grid}.product-spec-row dt{color:var(--muted,#64748b);font-weight:600}.product-spec-row dd{color:var(--text);margin:0;font-weight:600}.product-price{color:#dc2626;font-size:1.05rem;font-weight:800}.product-cta-wrap{flex-wrap:wrap;gap:.75rem;margin-top:1.5rem;display:flex}.product-btn{cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;gap:.4rem;min-width:140px;padding:.85rem 1.25rem;font-family:inherit;font-size:.92rem;font-weight:700;display:inline-flex}.product-btn.btn-green{min-width:140px}.product-btn.btn-outline{border:1px solid var(--border,#e2e8f0);background:#fff}.software-detail-page.has-purchase-dock{padding-bottom:calc(5.25rem + env(safe-area-inset-bottom,0px))}.product-purchase-dock{z-index:90;border-top:1px solid var(--border,#e2e8f0);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:.75rem 1.25rem calc(.75rem + env(safe-area-inset-bottom,0px));background:#fffffffa;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 20px #0f172a14}.product-purchase-dock-close{width:28px;height:28px;color:var(--muted,#64748b);cursor:pointer;background:0 0;border:none;border-radius:999px;justify-content:center;align-items:center;font-size:.95rem;display:inline-flex;position:absolute;top:.45rem;right:.55rem}.product-purchase-dock-close:hover{color:var(--text,#0f172a);background:var(--bg,#f8fafc)}.product-purchase-dock-inner{justify-content:space-between;align-items:center;gap:1rem;max-width:1200px;margin:0 auto;display:flex}.product-purchase-dock-copy{flex-direction:column;gap:.1rem;min-width:0;display:flex}.product-purchase-dock-name{white-space:nowrap;text-overflow:ellipsis;font-size:.85rem;font-weight:700;overflow:hidden}.product-purchase-dock-price{color:#dc2626;font-size:1.1rem;font-weight:900}.product-purchase-dock-actions{flex-shrink:0;gap:.5rem;display:flex}.tab-intro,.tab-download,.tab-usage,.tab-changelog,.tab-reviews{padding:0}.product-headline,.landing-headline{color:var(--ithun-accent,#0f766e);text-align:center;margin:0 0 .5rem;font-size:clamp(1.35rem,3vw,1.85rem);font-weight:800;line-height:1.35}.product-subheadline,.landing-subheadline{color:var(--muted,#64748b);text-align:center;margin:0 0 .25rem;font-size:clamp(.95rem,2vw,1.1rem);font-weight:600;line-height:1.5}.landing-hero{text-align:center;max-width:1100px;margin:0 auto 2rem}.landing-hero-after-features{padding-top:.25rem}.product-features,.feature-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;max-width:1100px;margin:0 auto 2.75rem;display:grid}.product-feature-card,.feature-card{background:var(--card,#fff);border:1px solid var(--border,#e2e8f0);text-align:center;border-radius:16px;padding:1.35rem 1.25rem;box-shadow:0 2px 10px #0000000a}.product-feature-icon,.feature-card .ficon{background:var(--ithun-accent-soft,#f0fdfa);width:52px;height:52px;color:var(--ithun-accent,#0f766e);border-radius:14px;justify-content:center;align-items:center;margin:0 auto .85rem;font-size:1.35rem;display:flex}.product-feature-card h3,.feature-card h3{color:var(--text,#0f172a);margin:0 0 .45rem;font-size:.95rem;font-weight:800}.product-feature-card p,.feature-card p{color:var(--muted,#64748b);margin:0;font-size:.8rem;line-height:1.55}.rich-content{font-size:.92rem;line-height:1.8}.rich-content h2,.rich-content h3{margin:1.5rem 0 .75rem;font-weight:800}.rich-content p{color:var(--text);margin-bottom:1rem}.rich-content ul,.rich-content ol{margin:.75rem 0 1rem 1.5rem}.rich-content li{color:var(--muted,#64748b);margin-bottom:.4rem}.rich-content img{border-radius:12px;max-width:100%;margin:1rem 0;box-shadow:0 4px 20px #00000014}.rich-content a{color:var(--ithun-accent,#0f766e);text-decoration:underline}.spotlight-sections{margin-top:2rem}.spotlight-list{flex-direction:column;gap:2.5rem;max-width:1100px;margin:0 auto;display:flex}.spotlight{grid-template-columns:1fr 1fr;align-items:center;gap:2rem;display:grid}.spotlight.reverse{direction:rtl}.spotlight.reverse>*{direction:ltr}.spotlight-media{border:1px solid var(--border,#e2e8f0);cursor:zoom-in;width:100%;font:inherit;color:inherit;text-align:inherit;background:#f8fafc;border-radius:12px;padding:0;display:block;position:relative;overflow:hidden;box-shadow:0 8px 30px #0000000f}.spotlight-media:focus-visible{outline:2px solid var(--ithun-accent,#0f766e);outline-offset:3px}.spotlight-media img{object-fit:contain;width:100%;height:auto;max-height:min(560px,72vh);margin:0 auto;display:block}.spotlight-zoom{color:#fff;pointer-events:none;background:#0f172ab8;border-radius:999px;justify-content:center;align-items:center;width:2rem;height:2rem;font-size:.8rem;display:flex;position:absolute;bottom:.65rem;right:.65rem}.photo-lightbox{z-index:2400;cursor:zoom-out;background:#020617e0;justify-content:center;align-items:center;padding:1rem;display:none;position:fixed;inset:0}.photo-lightbox.is-open{display:flex}.photo-lightbox-img{object-fit:contain;cursor:default;border-radius:8px;width:auto;max-width:calc(100vw - 2rem);height:auto;max-height:calc(100vh - 2rem);display:block;box-shadow:0 16px 50px #00000059}.photo-lightbox-close{color:#fff;cursor:pointer;background:#0f172ab8;border:0;border-radius:999px;width:2.5rem;height:2.5rem;font-size:1.15rem;position:absolute;top:.85rem;right:.85rem}.photo-lightbox-close:focus-visible{outline-offset:2px;outline:2px solid #fff}.spotlight-portrait .spotlight-media{max-width:340px;margin:0 auto}.spotlight-wide{grid-template-columns:1fr}.spotlight-wide .spotlight-media{max-width:none}.spotlight-wide .spotlight-media img{max-height:min(640px,80vh)}.spotlight-copy h3{margin-bottom:1rem;font-size:1.15rem;font-weight:800}.spotlight-copy ul{flex-direction:column;gap:.65rem;margin:0;padding:0;list-style:none;display:flex}.spotlight-copy li{color:var(--muted,#64748b);align-items:flex-start;gap:.5rem;font-size:.9rem;line-height:1.5;display:flex}.spotlight-copy li:before{content:"✓";color:var(--ithun-accent,#0f766e);flex-shrink:0;font-weight:800}.usage-groups{flex-direction:column;gap:.75rem;width:100%;display:flex}.usage-group{border:1px solid var(--border,#e2e8f0);background:#fff;border-radius:14px;overflow:hidden}.usage-group>summary{cursor:pointer;-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;gap:.75rem;padding:1.05rem 1.25rem;font-size:1.05rem;font-weight:800;list-style:none;display:flex}.usage-group>summary::-webkit-details-marker{display:none}.usage-group>summary:after{content:"";border-right:2px solid var(--muted,#64748b);border-bottom:2px solid var(--muted,#64748b);flex:none;width:.55rem;height:.55rem;margin-top:-.2rem;transition:transform .15s;transform:rotate(45deg)}.usage-group[open]>summary:after{margin-top:.2rem;transform:rotate(225deg)}.usage-group>summary:hover{background:#f8fafc}.usage-group .spotlight-list{gap:2rem;padding:.25rem 1.15rem 1.4rem}.panel-box{background:var(--card,#fff);border:1px solid var(--border,#e2e8f0);box-sizing:border-box;border-radius:16px;max-width:1100px;margin:0 auto;padding:1.75rem}.product-privacy-box{max-width:960px}.product-privacy-doc{-webkit-user-select:text;user-select:text;max-width:none;padding:0}.product-privacy-doc h1{margin:0 0 .5rem;font-size:1.45rem;font-weight:900}.product-privacy-doc h2{margin:1.5rem 0 .65rem;font-size:1.1rem;font-weight:800}.product-privacy-doc p,.product-privacy-doc li{color:var(--text,#0f172a);font-size:.92rem;line-height:1.7}.product-privacy-doc .legal-updated{color:var(--muted,#64748b);margin-bottom:1.25rem;font-size:.85rem}.product-privacy-doc ul{margin:.5rem 0 1rem 1.25rem}.guide-stack{box-sizing:border-box;flex-direction:column;gap:1.15rem;width:100%;max-width:1100px;margin:1.5rem auto 0;display:flex}.guide-plain{flex-direction:column;gap:.85rem;max-width:1100px;margin:1.25rem auto 0;display:flex}.guide-plain p{color:var(--text,#0f172a);white-space:pre-wrap;font-size:.95rem;line-height:1.7}.guide-section{background:#eef1f6;border-radius:18px;padding:1.45rem 1.35rem 1.25rem}.guide-section-title{color:#111827;align-items:center;gap:.5rem;margin-bottom:.95rem;font-size:1.05rem;font-weight:800;line-height:1.35;display:flex}.guide-section-title i{color:#2563eb}.guide-lead{color:#334155;margin-bottom:.85rem;font-size:.95rem;font-weight:600;line-height:1.65}.guide-steps,.guide-list{flex-direction:column;gap:.7rem;display:flex}.guide-step,.guide-list-item{background:#fff;border-radius:14px;grid-template-columns:44px minmax(0,1fr);align-items:start;gap:.85rem;padding:1rem 1.15rem;display:grid;box-shadow:0 2px 10px #0f172a0a}.guide-step-num,.guide-list-icon{color:#2563eb;background:#dbeafe;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-weight:800;display:flex}.guide-step-body p,.guide-list-item>div>p:first-child{color:#111827;margin:0;font-size:.95rem;font-weight:700;line-height:1.55}.guide-list-item .guide-item-desc{color:#64748b;margin-top:.25rem;font-size:.85rem;font-weight:600;line-height:1.5}.guide-sub{margin:.45rem 0 0;padding:0;list-style:none}.guide-sub li{color:#475569;margin-top:.28rem;padding-left:.95rem;font-size:.85rem;font-weight:600;line-height:1.5;position:relative}.guide-sub li:before{content:"";background:#93c5fd;border-radius:50%;width:6px;height:6px;position:absolute;top:.55em;left:0}.guide-notes{background:#fff7ed;border:1px solid #fed7aa;border-radius:14px;padding:1.15rem 1.25rem}.guide-notes h3{color:#9a3412;align-items:center;gap:.45rem;margin-bottom:.65rem;font-size:.95rem;font-weight:800;display:flex}.guide-notes ul{margin:0;padding:0;list-style:none}.guide-notes li{color:#7c2d12;margin-top:.4rem;padding-left:1.1rem;font-size:.88rem;font-weight:600;line-height:1.55;position:relative}.guide-notes li:before{content:"";background:#fb923c;border-radius:50%;width:6px;height:6px;position:absolute;top:.55em;left:0}.intro-summary{max-width:1100px;margin:2rem auto 0}.intro-summary-inner{border:1px solid var(--border,#e2e8f0);background:linear-gradient(145deg,#0d73770f 0%,#f8fafc 42%,#fff 100%);border-radius:20px;padding:2rem 2.25rem;box-shadow:0 14px 36px #0f172a0f}.intro-summary-kicker{letter-spacing:.06em;text-transform:uppercase;color:var(--ithun-accent,#0f766e);align-items:center;gap:.35rem;margin-bottom:.65rem;font-size:.72rem;font-weight:800;display:inline-flex}.intro-summary-title{color:var(--text,#0f172a);margin-bottom:1.15rem;font-size:1.4rem;font-weight:800;line-height:1.35}.intro-summary-body{flex-direction:column;gap:.85rem;display:flex}.intro-summary-lead{color:var(--text,#0f172a);margin:0;font-size:1.02rem;font-weight:600;line-height:1.75}.intro-summary-text{color:var(--muted,#64748b);margin:0;font-size:.92rem;line-height:1.8}.intro-summary-highlights{border-top:1px dashed var(--border,#e2e8f0);flex-wrap:wrap;gap:.5rem;margin-top:1.35rem;padding-top:1.35rem;display:flex}.intro-summary-chip{border:1px solid var(--border,#e2e8f0);color:var(--text,#0f172a);background:#fff;border-radius:999px;align-items:center;gap:.4rem;padding:.45rem .9rem;font-size:.8rem;font-weight:700;display:inline-flex;box-shadow:0 2px 8px #0f172a0a}.intro-summary-chip i{color:var(--ithun-accent,#0f766e);font-size:.85rem}.product-guide{background:#eef1f6;border-radius:18px;max-width:1100px;margin:0 auto 1.5rem;padding:1.75rem 1.5rem 1.5rem}.product-guide-kicker{color:var(--muted,#64748b);margin-bottom:.35rem;font-size:.82rem}.product-guide-title{margin-bottom:1.25rem;font-size:clamp(1.35rem,3vw,1.75rem);font-weight:800;line-height:1.35}.product-guide-steps{flex-direction:column;gap:.85rem;margin-bottom:1rem;display:flex}.product-guide-step{background:#fff;border-radius:14px;grid-template-columns:minmax(0,1fr) 220px;align-items:center;gap:1rem;padding:1.25rem 1.35rem;display:grid;box-shadow:0 2px 10px #0f172a0a}.product-guide-step-label{color:#2563eb;margin-bottom:.45rem;font-size:.95rem;font-weight:800;display:block}.product-guide-step-body p{color:#111827;margin:0;font-size:.95rem;font-weight:700;line-height:1.55}.product-guide-visual{flex-direction:column;justify-content:center;align-items:center;gap:.55rem;min-height:92px;display:flex;position:relative}.product-guide-visual-folder,.product-guide-visual-window{color:#2563eb;background:linear-gradient(#dbeafe 0%,#bfdbfe 100%);border-radius:10px;justify-content:center;align-items:center;width:72px;height:56px;font-size:1.6rem;display:flex;box-shadow:0 4px 14px #2563eb26}.product-guide-visual-window{color:#64748b;background:linear-gradient(#f8fafc 0%,#e2e8f0 100%);width:84px;height:64px;font-size:1.35rem}.product-guide-visual-btn{color:#334155;white-space:nowrap;background:#fff;border:1px solid #cbd5e1;border-radius:999px;align-items:center;gap:.35rem;padding:.35rem .65rem;font-size:.72rem;font-weight:700;display:inline-flex}.product-guide-visual-cursor{color:#111827;font-size:1.1rem;position:absolute;bottom:8%;right:18%;transform:rotate(-18deg)}.product-guide-notice{background:#fff;border-radius:14px;margin-top:.85rem;padding:1.25rem 1.35rem;box-shadow:0 2px 10px #0f172a0a}.product-guide-notice h3{color:#111827;align-items:flex-start;gap:.45rem;margin-bottom:.75rem;font-size:.98rem;font-weight:800;line-height:1.55;display:flex}.product-guide-notice h3 i{color:#f97316;flex-shrink:0;margin-top:.15rem}.product-guide-notice ul{flex-direction:column;gap:.45rem;margin:0;padding:0;list-style:none;display:flex}.product-guide-notice li{color:#64748b;padding-left:.85rem;font-size:.84rem;line-height:1.6;position:relative}.product-guide-notice li:before{content:"·";color:#94a3b8;font-weight:800;position:absolute;left:0}.download-pending-box{background:var(--card,#fff);border:1px solid var(--border,#e2e8f0);border-radius:16px;max-width:1100px;margin:0 auto 1.5rem;padding:1.25rem 1.5rem}.download-pending-guide{margin:0;padding:.5rem 0;line-height:1.7}.download-pending-link{color:var(--ithun-accent,#0f766e);margin-top:.65rem;font-weight:700;text-decoration:none;display:inline-block}.download-pending-link:hover{text-decoration:underline}.youtube-embed{aspect-ratio:16/9;background:#0f172a;border-radius:12px;width:100%;max-width:900px;margin:0 auto 1.5rem;position:relative;overflow:hidden;box-shadow:0 4px 20px #00000014}.youtube-embed iframe{border:0;width:100%;height:100%;position:absolute;inset:0}.download-purchased-note{color:#16a34a;align-items:center;gap:.5rem;margin-bottom:1.25rem;font-weight:700;display:flex}.download-license-item{border:1px solid var(--border,#e2e8f0);border-radius:12px;align-items:center;gap:1rem;margin-bottom:.75rem;padding:1rem 1.25rem;display:flex}.download-license-info{color:var(--muted,#64748b);flex-direction:column;flex:1;gap:.25rem;font-size:.85rem;display:flex}.download-license-info code{color:var(--text);font-family:monospace;font-size:.9rem;font-weight:700}@media (width<=900px){.product-hero{grid-template-columns:1fr;gap:1.5rem}.product-gallery-main{width:100%;max-width:340px;margin:0 auto}.product-cta-wrap{flex-direction:column}.product-btn{width:100%;min-width:0}}@media (width<=768px){.spotlight{grid-template-columns:1fr}.spotlight.reverse{direction:ltr}.product-guide-step{grid-template-columns:1fr}.product-guide-visual{min-height:72px}}@media (width<=640px){.tab-content-area{padding:1.25rem 1rem 3rem}.software-nav-inner{padding:0 .75rem}.software-nav-tab{padding:.9rem .7rem;font-size:.9rem}.guide-step,.guide-list-item{grid-template-columns:36px minmax(0,1fr);padding:.9rem .95rem}.guide-step-num,.guide-list-icon{border-radius:10px;width:32px;height:32px;font-size:.85rem}.intro-summary-inner{padding:1.5rem 1.25rem}.intro-summary-title{font-size:1.2rem}}
