@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap");:root{--p:#6464F6;--p-hover:#5252E0;--p-active:#4040CC;--p-50:#F5F5FF;--p-100:#EDEDFE;--p-200:#D4D4FC;--p-300:#ABABF8;--p-600:#5252E0;--p-700:#4040CC;--white:#FFFFFF;--gray-50:#F8F8FF;--gray-100:#F0F0FA;--gray-200:#E4E4F0;--gray-300:#CACADE;--gray-400:#A8A8C4;--gray-500:#8080A8;--gray-600:#606090;--gray-700:#40406A;--gray-800:#28284A;--gray-900:#16162A;--success:#10B981;--success-bg:#ECFDF5;--success-text:#065F46;--warning:#F59E0B;--warning-bg:#FFFBEB;--warning-text:#92400E;--danger:#EF4444;--danger-bg:#FEF2F2;--danger-text:#991B1B;--info:#6464F6;--info-bg:#EDEDFE;--sidebar-w:230px;--topbar-h:68px;--player-h:72px;--mobile-nav-h:52px;--r-xs:4px;--r-sm:8px;--r:12px;--r-md:14px;--r-lg:16px;--r-xl:20px;--r-2xl:28px;--r-full:9999px;--sh-xs:0 1px 2px rgba(0,0,0,0.05);--sh-sm:0 1px 4px rgba(100,100,246,0.07),0 1px 2px rgba(0,0,0,0.04);--sh:0 2px 10px rgba(100,100,246,0.09),0 1px 3px rgba(0,0,0,0.05);--sh-md:0 4px 18px rgba(100,100,246,0.11),0 2px 6px rgba(0,0,0,0.05);--sh-lg:0 8px 32px rgba(100,100,246,0.13),0 4px 10px rgba(0,0,0,0.06);--sh-xl:0 16px 48px rgba(100,100,246,0.16),0 8px 20px rgba(0,0,0,0.07);--font:"Inter","PingFang SC","Hiragino Sans GB","Microsoft YaHei",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--font-jp:"Hiragino Kaku Gothic ProN","Noto Sans JP","Yu Gothic","Meiryo",var(--font);--t-fast:120ms ease;--t:200ms ease;--t-slow:350ms ease}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--font);font-size:14px;line-height:1.6;color:var(--gray-900);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}ol,ul{list-style:none}button{cursor:pointer;font-family:inherit;border:none;background:none}input,select,textarea{font-family:inherit;outline:none}svg{display:block;flex-shrink:0}.text-xs{font-size:11px;line-height:1.5}.text-sm{font-size:12px;line-height:1.5}.text-base{font-size:14px;line-height:1.6}.text-md{font-size:15px;line-height:1.5}.text-lg{font-size:16px;line-height:1.5}.text-xl{font-size:18px;line-height:1.4}.text-2xl{font-size:22px;line-height:1.3}.text-3xl{font-size:28px;line-height:1.25}.text-4xl{font-size:36px;line-height:1.2}.text-5xl{font-size:48px;line-height:1.15}.font-light{font-weight:300}.font-normal{font-weight:400}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.font-extrabold{font-weight:800}.text-primary{color:var(--p)}.text-gray{color:var(--gray-500)}.text-muted{color:var(--gray-400)}.text-dark{color:var(--gray-900)}.text-success{color:var(--success)}.text-danger{color:var(--danger)}.text-warning{color:var(--warning)}.app-wrapper,.page-loading{display:flex;min-height:100vh;background:var(--gray-50)}.page-loading{align-items:center;justify-content:center;color:var(--gray-500);font-size:14px}.sidebar{width:var(--sidebar-w);height:100vh;background:var(--white);border-right:1px solid var(--gray-200);display:flex;flex-direction:column;position:fixed;left:0;top:0;z-index:300;overflow-y:auto;overflow-x:hidden}.sidebar::-webkit-scrollbar{width:4px}.sidebar::-webkit-scrollbar-track{background:transparent}.sidebar::-webkit-scrollbar-thumb{background:var(--gray-200);border-radius:var(--r-full)}.sidebar-logo{display:flex;align-items:center;gap:10px;padding:20px 20px 16px;border-bottom:1px solid var(--gray-100)}.sidebar-logo-icon{width:32px;height:32px;background:var(--p);border-radius:var(--r-sm);display:flex;align-items:center;justify-content:center;color:white;font-weight:800;font-size:14px;letter-spacing:-.5px;flex-shrink:0}.sidebar-logo-image{width:100%;height:100%;object-fit:cover;border-radius:inherit}.sidebar-logo-text{font-size:16px;font-weight:700;color:var(--gray-900)}.sidebar-logo-badge{font-size:9px;font-weight:600;color:var(--p);background:var(--p-100);border-radius:var(--r-full);padding:2px 6px;white-space:nowrap}.sidebar-lang-tabs{display:flex;gap:4px;padding:12px 16px 8px}.sidebar-lang-tab{flex:1 1;height:32px;border-radius:var(--r-sm);font-size:12px;font-weight:600;cursor:pointer;transition:var(--t);display:flex;align-items:center;justify-content:center;gap:4px;border:1.5px solid transparent}.sidebar-lang-tab.active{background:var(--p);color:white;border-color:var(--p)}.sidebar-lang-tab:not(.active){background:var(--gray-100);color:var(--gray-500)}.sidebar-lang-tab:not(.active):hover{background:var(--p-100);color:var(--p);border-color:var(--p-200)}.sidebar-user{margin:8px 12px;padding:12px;background:var(--p-50);border-radius:var(--r);border:1px solid var(--p-100)}.sidebar-user-head{display:flex;align-items:flex-start;gap:10px;margin-bottom:8px}.sidebar-user-avatar{width:28px;height:28px;border-radius:var(--r-full);background:var(--p);display:flex;align-items:center;justify-content:center;color:white;font-size:11px;font-weight:700}.sidebar-plan-buttons{flex:1 1;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:4px;gap:4px}.sidebar-plan-btn{width:100%;min-height:22px;display:inline-flex;align-items:center;justify-content:center;text-align:center;font-size:11px;font-weight:600;line-height:1.2;padding:2px 6px;border-radius:var(--r-full);border:1px solid transparent;cursor:pointer;white-space:nowrap}.sidebar-plan-btn.off{background:var(--gray-100);color:var(--gray-500);border-color:var(--gray-200)}.sidebar-plan-btn.on.life{background:#ECFDF5;color:#047857;border-color:#A7F3D0}.sidebar-plan-btn.on.work{background:#EFF6FF;color:#1D4ED8;border-color:#BFDBFE}.sidebar-plan-btn.on.exam{background:#FEF3C7;color:#B45309;border-color:#FDE68A}.sidebar-user-stats{display:grid;grid-template-columns:1fr 1fr;grid-gap:4px;gap:4px}.sidebar-user-stat{font-size:10px;color:var(--gray-600)}.sidebar-user-stat span{color:var(--p);font-weight:600}.sidebar-calendar{margin:4px 12px 8px;padding:10px;background:var(--white);border-radius:var(--r);border:1px solid var(--gray-200);font-size:10px}.sidebar-calendar-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px;font-size:11px;font-weight:600;color:var(--gray-700)}.sidebar-calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);grid-gap:1px;gap:1px;text-align:center}.cal-day-label{color:var(--gray-400);font-weight:500;padding:2px 0;font-size:9px}.cal-day{position:relative;min-height:22px;padding:2px 0;color:var(--gray-600);cursor:pointer;border-radius:4px;line-height:1;transition:var(--t-fast);display:inline-flex;align-items:center;justify-content:center;width:100%}.cal-day:not(.empty):hover{background:var(--p-100);color:var(--p)}.cal-day.today:not(.studied){background:var(--p);color:white;font-weight:700;border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center;margin:auto}.cal-day.studied{color:#544F59;font-weight:700}.cal-day.studied:before{content:"";position:absolute;left:50%;top:50%;width:30px;height:20px;background:50%/contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 44 32' fill='none'%3E%3Cpath d='M12.3 10.6C16.6 7.6 23.7 6.9 30.2 8.4C36 9.8 38.7 14.3 37.5 18.8C36 24.8 29.1 28.3 21.2 28C13.7 27.6 8 23.5 7.5 18C7.1 14.4 8.7 11.6 12.3 9.4' stroke='%23ff56a9' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M31.8 8.9C34.8 8.6 37.3 9.2 39.1 10.9' stroke='%23ff56a9' stroke-width='2.6' stroke-linecap='round'/%3E%3C/svg%3E");transform:translate(-50%,-50%) rotate(-30deg);pointer-events:none}.cal-day.empty{color:transparent;pointer-events:none}.sidebar-nav{padding:4px 8px;flex:1 1}.sidebar-nav-section{font-size:10px;font-weight:600;color:var(--gray-400);text-transform:uppercase;letter-spacing:.8px;padding:8px 8px 4px;margin-top:4px}.sidebar-nav-item{display:flex;align-items:center;gap:8px;padding:8px 10px;border-radius:var(--r-sm);cursor:pointer;transition:var(--t);color:var(--gray-600);font-size:13px;font-weight:500;position:relative;margin-bottom:1px}.sidebar-nav-item:hover{background:var(--gray-100);color:var(--gray-800)}.sidebar-nav-item.active{background:var(--p-100);color:var(--p);font-weight:600}.nav-icon{width:18px;height:18px;color:var(--gray-400);flex-shrink:0}.sidebar-nav-item.active .nav-icon{color:var(--p)}.sidebar-nav-item:hover .nav-icon{color:var(--gray-700)}.nav-badge{margin-left:auto;background:var(--p-100);color:var(--p);font-size:10px;font-weight:700;padding:1px 6px;border-radius:var(--r-full);min-width:20px;text-align:center}.sidebar-nav-item.active .nav-badge{background:var(--p);color:white}.nav-commission-badge{margin-left:auto;display:inline-flex;align-items:center;justify-content:center;font-size:10px;font-weight:700;line-height:1;padding:3px 7px;border-radius:var(--r-full);border:1px solid #fdba74;background:#FFF7ED;color:#C2410C}.sidebar-nav-item.active .nav-commission-badge{background:#FED7AA;border-color:#FB923C;color:#9A3412}.sidebar-divider{height:1px;background:var(--gray-100);margin:8px}.main-content{flex:1 1;margin-left:var(--sidebar-w);display:flex;flex-direction:column;min-height:100vh;position:relative;z-index:1}.topbar{height:var(--topbar-h);background:var(--white);border-bottom:1px solid var(--gray-200);padding:0 24px;gap:12px;position:-webkit-sticky;position:sticky;top:0;z-index:50}.topbar,.topbar-breadcrumb{display:flex;align-items:center}.topbar-breadcrumb{gap:6px;font-size:13px;color:var(--gray-500);flex:1 1}.topbar-breadcrumb .crumb{font-weight:500}.topbar-breadcrumb .crumb.current{color:var(--gray-900);font-weight:600}.topbar-breadcrumb .sep{color:var(--gray-300)}.topbar-actions{gap:8px}.topbar-actions,.topbar-btn{display:flex;align-items:center}.topbar-btn{width:36px;height:36px;border-radius:var(--r-sm);justify-content:center;color:var(--gray-500);transition:var(--t);position:relative}.topbar-btn:hover{background:var(--gray-100);color:var(--gray-700)}.topbar-lang-select{height:34px;border:1.5px solid var(--gray-200);border-radius:var(--r-sm);font-size:12px;font-weight:500;color:var(--gray-700);background:var(--white);-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;transition:var(--t);padding:0 28px 0 10px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%238080A8' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 8px center}.topbar-lang-select:hover{border-color:var(--p)}.topbar-lang-select:focus{border-color:var(--p);outline:none;box-shadow:none}.announce-bar{background:var(--p-50);border-bottom:1px solid var(--p-100);padding:8px 24px;display:flex;align-items:center;gap:8px;font-size:12px;color:var(--p-600)}.announce-icon{color:var(--p);flex-shrink:0}.announce-title{font-weight:600}.page-content{flex:1 1;padding:24px}.player-fab{position:fixed;bottom:28px;right:28px;width:56px;height:56px;border-radius:var(--r-full);background:linear-gradient(135deg,var(--p),#4040CC);color:white;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 20px rgba(100,100,246,.45);z-index:190;text-decoration:none;transition:transform .18s ease,box-shadow .18s ease;cursor:pointer}.player-fab:hover{transform:scale(1.08) translateY(-2px);box-shadow:0 10px 28px rgba(100,100,246,.55)}.player-fab:active{transform:scale(.96)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;height:38px;padding:0 16px;border-radius:var(--r-sm);font-size:13px;font-weight:600;transition:var(--t);white-space:nowrap;cursor:pointer;border:1.5px solid transparent}.btn-sm{height:32px;padding:0 12px;font-size:12px}.btn-lg{height:44px;padding:0 20px;font-size:14px}.btn-xl{height:52px;padding:0 28px;font-size:15px;border-radius:var(--r)}.btn-icon{width:38px;height:38px;padding:0;border-radius:var(--r-sm)}.btn-icon.btn-sm{width:32px;height:32px}.btn-primary{background:var(--p);color:white;border-color:var(--p)}.btn-primary:hover{background:var(--p-hover);border-color:var(--p-hover);box-shadow:0 4px 12px rgba(100,100,246,.3)}.btn-primary:active{background:var(--p-active)}.btn-secondary{background:var(--p-100);color:var(--p);border-color:var(--p-200)}.btn-secondary:hover{background:var(--p-200);border-color:var(--p-300)}.btn-outline{background:white;color:var(--gray-700);border-color:var(--gray-200)}.btn-outline:hover{border-color:var(--p);color:var(--p);background:var(--p-50)}.btn-ghost{background:transparent;color:var(--gray-600);border-color:transparent}.btn-ghost:hover{background:var(--gray-100);color:var(--gray-900)}.btn-danger{background:var(--danger);color:white;border-color:var(--danger)}.btn-danger:hover{background:#DC2626}.btn-danger-ghost{background:transparent;color:var(--danger);border-color:transparent}.btn-danger-ghost:hover{background:var(--danger-bg)}.card{background:var(--white);border-radius:var(--r-lg);border:1px solid var(--gray-200);box-shadow:var(--sh-sm);overflow:hidden}.card-body{padding:20px}.card-header{padding:16px 20px;border-bottom:1px solid var(--gray-100);display:flex;align-items:center;justify-content:space-between}.card-title{font-size:15px;font-weight:700;color:var(--gray-900)}.card-subtitle{font-size:12px;color:var(--gray-500);margin-top:2px}.card-footer{padding:12px 20px;border-top:1px solid var(--gray-100);background:var(--gray-50)}.category-card{background:var(--white);border-radius:var(--r-lg);border:1px solid var(--gray-200);padding:20px;cursor:pointer;transition:var(--t);display:flex;flex-direction:column;gap:10px;box-shadow:var(--sh-sm);position:relative;overflow:hidden}.category-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:var(--p);opacity:0;transition:var(--t)}.category-card:hover{border-color:var(--p-200);box-shadow:var(--sh-md);transform:translateY(-2px)}.category-card:hover:before{opacity:1}.category-card-icon{width:44px;height:44px;border-radius:var(--r);background:var(--p-100);display:flex;align-items:center;justify-content:center;color:var(--p);font-size:20px}.category-card-title{font-size:14px;font-weight:700;color:var(--gray-900)}.category-card-count{font-size:12px;color:var(--gray-500)}.category-card-count span{color:var(--p);font-weight:600}.badge{display:inline-flex;align-items:center;gap:4px;padding:2px 8px;border-radius:var(--r-full);font-size:11px;font-weight:600;white-space:nowrap}.badge-primary{background:var(--p-100);color:var(--p-600)}.badge-success{background:var(--success-bg);color:var(--success-text)}.badge-warning{background:var(--warning-bg);color:var(--warning-text)}.badge-danger{background:var(--danger-bg);color:var(--danger-text)}.badge-free,.badge-gray{background:var(--gray-100);color:var(--gray-600)}.badge-free{border:1px solid var(--gray-200)}.badge-svip{background:linear-gradient(135deg,var(--p),var(--p-600));color:white}.form-group{display:flex;flex-direction:column;gap:6px}.form-label{font-size:12px}.form-input{border-radius:var(--r-sm);padding:0 12px}.form-input,.form-select{height:38px;font-size:13px}.form-select{border:1.5px solid var(--gray-200);border-radius:var(--r-sm);padding:0 32px 0 12px;color:var(--gray-700);background:var(--white);-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23A8A8C4' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center;cursor:pointer;transition:var(--t);width:100%}.form-select:focus{border-color:var(--p);box-shadow:0 0 0 3px rgba(100,100,246,.12);outline:none}.search-wrap{position:relative}.search-wrap .search-icon{position:absolute;left:10px;top:50%;transform:translateY(-50%);color:var(--gray-400);pointer-events:none}.search-input{height:38px;border:1.5px solid var(--gray-200);border-radius:var(--r-full);padding:0 14px 0 36px;font-size:13px;color:var(--gray-900);background:var(--gray-50);transition:var(--t);width:100%}.search-input:focus{border-color:var(--p);background:white;box-shadow:0 0 0 3px rgba(100,100,246,.1)}.topbar .search-input:focus{box-shadow:none;outline:none}.data-table{width:100%;border-collapse:collapse}.data-table th{padding:10px 14px;text-align:left;font-size:11px;font-weight:600;color:var(--gray-500);text-transform:uppercase;letter-spacing:.5px;border-bottom:1.5px solid var(--gray-200);background:var(--gray-50);white-space:nowrap}.data-table td{padding:12px 14px;font-size:13px;color:var(--gray-800);border-bottom:1px solid var(--gray-100);vertical-align:middle}.data-table tr:last-child td{border-bottom:none}.data-table tbody tr{transition:var(--t-fast)}.data-table tbody tr:hover{background:var(--p-50)}.stats-row{display:grid;grid-gap:16px;gap:16px}.stat-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--r-lg);padding:18px 20px;box-shadow:var(--sh-sm)}.stat-label{font-size:11px;font-weight:600;color:var(--gray-500);text-transform:uppercase;letter-spacing:.5px;margin-bottom:6px}.stat-value{font-size:28px;font-weight:800;color:var(--gray-900);letter-spacing:-.5px}.stat-value.primary{color:var(--p)}.stat-sub{font-size:11px;color:var(--gray-500);margin-top:4px}.pagination{gap:4px;padding:16px 0}.page-btn,.pagination{display:flex;align-items:center;justify-content:center}.page-btn{height:34px;min-width:34px;padding:0 10px;border-radius:var(--r-sm);font-size:13px;font-weight:500;color:var(--gray-600);transition:var(--t);border:1.5px solid transparent}.page-btn:hover{background:var(--gray-100)}.page-btn.active{background:var(--p);color:white;border-color:var(--p)}.page-btn:disabled{opacity:.4;cursor:not-allowed}.filter-bar{display:flex;align-items:center;gap:10px;padding:14px 20px;background:var(--gray-50);border-bottom:1px solid var(--gray-200);flex-wrap:wrap}.filter-label{font-size:12px;font-weight:600;color:var(--gray-500);white-space:nowrap}.page-header{margin-bottom:20px;display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.page-title{font-size:20px;font-weight:800;color:var(--gray-900)}.page-desc{font-size:13px;color:var(--gray-500);margin-top:3px}.section{margin-bottom:28px}.section-title{font-size:15px;font-weight:700;color:var(--gray-900);margin-bottom:12px;display:flex;align-items:center;gap:8px}.section-title:after{content:"";flex:1 1;height:1px;background:var(--gray-100)}.empty-state{flex-direction:column;padding:60px 24px;text-align:center;color:var(--gray-500)}.empty-state,.empty-state-icon{display:flex;align-items:center;justify-content:center}.empty-state-icon{width:60px;height:60px;background:var(--gray-100);border-radius:var(--r-full);margin-bottom:16px;color:var(--gray-400)}.empty-state-title{font-size:15px;font-weight:700;color:var(--gray-700);margin-bottom:6px}.empty-state-text{font-size:13px;color:var(--gray-500);max-width:280px}.notif-dot{position:absolute;top:8px;right:8px;width:7px;height:7px;background:var(--danger);border-radius:var(--r-full);border:1.5px solid white}.tag{display:inline-flex;align-items:center;height:24px;padding:0 8px;border-radius:var(--r-full);font-size:11px;font-weight:500;background:var(--gray-100);color:var(--gray-600)}.divider{height:1px;background:var(--gray-200);margin:16px 0}.modal-overlay{position:fixed;inset:0;background:rgba(22,22,42,.5);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:200;display:flex;align-items:flex-end;justify-content:center;padding:0}@media (min-width:640px){.modal-overlay{align-items:center;padding:24px}}.modal{background:var(--white);border-radius:var(--r-xl) var(--r-xl) 0 0;width:100%;max-height:90vh;overflow-y:auto}@media (min-width:640px){.modal{border-radius:var(--r-xl);max-width:480px}}.alert{display:flex;align-items:flex-start;gap:10px;padding:12px 16px;border-radius:var(--r);border:1px solid;font-size:13px}.alert-primary{background:var(--p-50);border-color:var(--p-100);color:var(--p-600)}.alert-success{background:var(--success-bg);border-color:#A7F3D0;color:var(--success-text)}.alert-warning{background:var(--warning-bg);border-color:#FDE68A;color:var(--warning-text)}.alert-danger{background:var(--danger-bg);border-color:#FECACA;color:var(--danger-text)}.mobile-nav{display:none;position:fixed;bottom:0;left:0;right:0;height:var(--mobile-nav-h);background:var(--white);border-top:1px solid var(--gray-200);z-index:200;box-shadow:0 -4px 16px rgba(100,100,246,.08)}.mobile-nav-inner{display:flex;align-items:stretch;height:100%;width:100%}a.mobile-nav-item{text-decoration:none}.mobile-nav-item{flex:1 1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;cursor:pointer;color:var(--gray-400);transition:var(--t);padding:5px 4px;position:relative}.mobile-nav-item.active{color:var(--p)}.mobile-nav-item.active:before{content:"";position:absolute;top:0;left:50%;transform:translateX(-50%);width:32px;height:3px;background:var(--p);border-radius:0 0 var(--r-full) var(--r-full)}.mobile-nav-label{font-size:10px;font-weight:500;line-height:1}.mobile-nav-badge{position:absolute;top:3px;right:calc(50% - 16px);background:var(--danger);color:white;font-size:9px;font-weight:700;width:16px;height:16px;border-radius:var(--r-full);display:flex;align-items:center;justify-content:center}.mobile-header{display:none;height:52px;background:var(--white);border-bottom:1px solid var(--gray-200);padding:0 16px;align-items:center;justify-content:space-between;position:fixed;top:0;left:0;right:0;width:100%;z-index:100;box-sizing:border-box}.mobile-header-logo{display:flex;font-size:16px;font-weight:800}.mobile-header-brand,.mobile-header-logo{align-items:center;gap:8px;color:var(--p)}.mobile-header-brand{display:inline-flex;text-decoration:none}.mobile-header-brand-icon{width:28px;height:28px;border-radius:8px;background:var(--p);color:white;font-size:13px;font-weight:800;display:inline-flex;align-items:center;justify-content:center}.mobile-header-brand-logo{width:100%;height:100%;object-fit:cover;border-radius:inherit}.mobile-header-title-chip{height:28px;padding:0 10px;border-radius:var(--r-full);background:var(--p-100);color:var(--p);border:1px solid var(--p-200);font-size:12px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;white-space:nowrap}.mobile-header-search-panel{position:fixed;top:52px;left:0;right:0;z-index:99;padding:8px 12px;background:var(--white);border-bottom:1px solid var(--gray-200)}.mobile-header-search-wrap .search-input{background:var(--white)}.mobile-header-lang-select{height:30px;min-width:88px;max-width:112px;border:1.5px solid var(--gray-200);border-radius:var(--r-sm);padding:0 24px 0 8px;font-size:12px;font-weight:600;color:var(--gray-700);background:var(--white);-moz-appearance:none;appearance:none;-webkit-appearance:none;cursor:pointer;transition:var(--t);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='11' viewBox='0 0 24 24' fill='none' stroke='%238080A8' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 7px center}.mobile-header-lang-select:hover{border-color:var(--p)}.mobile-header-lang-select:focus{border-color:var(--p);outline:none;box-shadow:none}.flex,.flex-col{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.items-start{align-items:flex-start}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.gap-1{gap:4px}.gap-2{gap:8px}.gap-3{gap:12px}.gap-4{gap:16px}.gap-6{gap:24px}.flex-1{flex:1 1}.min-w-0{min-width:0}.w-full{width:100%}.grid{display:grid}.col-2{grid-template-columns:repeat(2,1fr)}.col-3{grid-template-columns:repeat(3,1fr)}.col-4{grid-template-columns:repeat(4,1fr)}.p-0{padding:0}.p-4{padding:16px}.p-6{padding:24px}.mt-1{margin-top:4px}.mt-2{margin-top:8px}.mt-4{margin-top:16px}.mt-6{margin-top:24px}.mb-4{margin-bottom:16px}.ml-auto{margin-left:auto}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hidden{display:none}button.mobile-nav-item{background:none;border:none;font-family:inherit;cursor:pointer;padding:8px 4px}.mobile-header-logo{flex-shrink:0}.mobile-header-actions{display:flex;align-items:center;gap:6px;flex-shrink:0}.mobile-hall-hero{display:none}@media (max-width:768px){.mobile-hall-hero{display:block}}.mhh-banner{background:linear-gradient(135deg,var(--p) 0,#4040CC 100%);border-radius:0 0 var(--r-xl) var(--r-xl);padding:16px 16px 20px;color:white;margin:-16px -16px 16px}.mhh-lang-toggle{display:flex;gap:6px;margin-bottom:16px}.mhh-lang-btn{flex:1 1;height:34px;border-radius:var(--r-full);border:1.5px solid rgba(255,255,255,.3);background:rgba(255,255,255,.12);color:rgba(255,255,255,.7);font-size:13px;font-weight:600;display:inline-flex;align-items:center;justify-content:center;gap:6px;cursor:pointer;transition:var(--t);font-family:inherit}.mhh-lang-flag{font-size:14px;line-height:1}.mhh-lang-text{line-height:1}.mhh-lang-btn.active{background:white;color:var(--p);border-color:white}.mhh-user-row{gap:12px;margin-bottom:16px}.mhh-avatar,.mhh-user-row{display:flex;align-items:center}.mhh-avatar{width:44px;height:44px;border-radius:var(--r-full);background:rgba(255,255,255,.2);border:2px solid rgba(255,255,255,.4);justify-content:center;font-size:18px;font-weight:800;flex-shrink:0}.mhh-user-info{flex:1 1;min-width:0}.mhh-name{font-size:15px;font-weight:700;display:flex;align-items:center;gap:6px}.mhh-svip{font-size:10px;font-weight:700;background:rgba(255,255,255,.25);border:1px solid rgba(255,255,255,.4);border-radius:var(--r-full);padding:1px 7px}.mhh-sub{font-size:11px;color:rgba(255,255,255,.7);margin-top:2px}.mhh-arrow-btn{width:32px;height:32px;border-radius:var(--r-full);background:rgba(255,255,255,.15);border:none;display:flex;align-items:center;justify-content:center;color:white;cursor:pointer;flex-shrink:0;text-decoration:none}.mhh-stats-row{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:0;gap:0;background:rgba(255,255,255,.12);border-radius:var(--r-md);border:1px solid rgba(255,255,255,.15);margin-bottom:14px}.mhh-stat{text-align:center;padding:10px 4px}.mhh-stat+.mhh-stat{border-left:1px solid rgba(255,255,255,.15)}.mhh-stat-val{font-size:18px;font-weight:800;line-height:1.2}.mhh-stat-label{font-size:10px;color:rgba(255,255,255,.65);margin-top:1px}.mhh-week-strip{justify-content:space-between}.mhh-day,.mhh-week-strip{display:flex;align-items:center}.mhh-day{flex-direction:column;gap:4px;flex:1 1}.mhh-day-label{font-size:10px;color:rgba(255,255,255,.6);font-weight:500}.mhh-day-dot{width:26px;height:26px;border-radius:var(--r-full);display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:600}.mhh-day-dot.today{background:white;color:var(--p);font-weight:800}.mhh-day-dot.done{background:rgba(255,255,255,.3);color:white}.mhh-day-dot.empty{background:rgba(255,255,255,.08);color:rgba(255,255,255,.4);border:1px solid rgba(255,255,255,.15)}@media (max-width:768px){.hall-quick-stats-desktop,.sidebar{display:none}.main-content{margin-left:0;padding-top:52px}.topbar{display:none}.mobile-header,.mobile-nav{display:flex}.announce-bar{display:none}.page-content{padding:16px;padding-bottom:calc(var(--mobile-nav-h) + 24px)}.player-fab{bottom:calc(var(--mobile-nav-h) + 16px);right:16px;width:50px;height:50px}.col-3,.col-4{grid-template-columns:repeat(2,1fr)}.page-header{flex-direction:column;gap:10px}.page-header .btn{width:100%}.filter-bar{overflow-x:auto;flex-wrap:nowrap;padding:10px 16px}.filter-bar .form-select{min-width:120px;flex-shrink:0}.stats-row.col-3,.stats-row.col-4{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.plans-grid{grid-template-columns:1fr!important}}@media (max-width:480px){.col-2{grid-template-columns:1fr}.col-4{grid-template-columns:1fr 1fr}.page-content{padding:12px}.mhh-banner{margin:-12px -12px 12px}}.mobile-drawer{position:fixed;top:0;left:0;right:0;bottom:var(--mobile-nav-h);z-index:150;pointer-events:none;opacity:0;transition:opacity .22s ease}.mobile-drawer.open{pointer-events:all;opacity:1}.drawer-backdrop{position:absolute;inset:0;background:rgba(22,22,42,.45);backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px)}.drawer-panel{position:absolute;bottom:0;left:0;right:0;background:var(--white);border-radius:var(--r-xl) var(--r-xl) 0 0;transform:translateY(100%);transition:transform .3s cubic-bezier(.32,.72,0,1);box-shadow:0 -8px 40px rgba(100,100,246,.16);max-height:72vh;overflow-y:auto;padding-bottom:max(env(safe-area-inset-bottom),8px)}.mobile-drawer.open .drawer-panel{transform:translateY(0)}.drawer-handle-bar{width:40px;height:4px;background:var(--gray-200);border-radius:var(--r-full);margin:10px auto 0;flex-shrink:0}.drawer-header{display:flex;align-items:center;justify-content:space-between;padding:14px 20px 10px;border-bottom:1px solid var(--gray-100)}.drawer-title{font-size:16px;font-weight:700;color:var(--gray-900)}.drawer-close-btn{width:30px;height:30px;border-radius:var(--r-full);background:var(--gray-100);color:var(--gray-500);display:flex;align-items:center;justify-content:center;border:none;cursor:pointer;transition:var(--t);flex-shrink:0}.drawer-close-btn:hover{background:var(--gray-200);color:var(--gray-800)}.drawer-menu{padding:8px 0 12px}.drawer-item{display:flex;align-items:center;gap:14px;padding:12px 20px;color:var(--gray-800);text-decoration:none;transition:var(--t-fast);cursor:pointer;-webkit-tap-highlight-color:transparent}.drawer-item.active,.drawer-item:active{background:var(--p-50)}.drawer-item.active .drawer-item-icon{background:var(--p);color:white}.drawer-item.active .drawer-item-title{color:var(--p)}.drawer-item-icon{width:42px;height:42px;border-radius:var(--r-md);background:var(--p-50);display:flex;align-items:center;justify-content:center;color:var(--p);flex-shrink:0;transition:var(--t)}.drawer-item:active .drawer-item-icon{background:var(--p);color:white}.drawer-item-info{flex:1 1;min-width:0}.drawer-item-title{font-size:15px;font-weight:600;color:var(--gray-900)}.drawer-item-sub{font-size:12px;color:var(--gray-500);margin-top:1px}.drawer-badge{background:var(--p-100);color:var(--p-600);font-size:11px;font-weight:700;padding:3px 9px;border-radius:var(--r-full);white-space:nowrap;flex-shrink:0}.drawer-item-chevron{color:var(--gray-300);flex-shrink:0}.profile-hero{background:linear-gradient(135deg,var(--p) 0,var(--p-600) 60%,#4040CC 100%);border-radius:var(--r-xl);padding:28px 24px 24px;color:white;margin-bottom:20px;position:relative;overflow:hidden}.profile-hero:before{top:-40px;right:-40px;width:160px;height:160px;background:rgba(255,255,255,.07)}.profile-hero:after,.profile-hero:before{content:"";position:absolute;border-radius:50%}.profile-hero:after{bottom:-30px;left:20px;width:100px;height:100px;background:rgba(255,255,255,.05)}.profile-hero-top{display:flex;align-items:flex-start;gap:16px;margin-bottom:20px;position:relative;z-index:1}.profile-avatar-lg{width:72px;height:72px;border-radius:var(--r-full);background:rgba(255,255,255,.2);border:3px solid rgba(255,255,255,.4);display:flex;align-items:center;justify-content:center;font-size:30px;font-weight:800;flex-shrink:0;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.profile-hero-name{font-size:20px;font-weight:800;margin-bottom:6px}.profile-hero-vip{display:inline-flex;align-items:center;gap:5px;background:rgba(255,255,255,.2);border:1px solid rgba(255,255,255,.3);border-radius:var(--r-full);padding:3px 10px;font-size:11px;font-weight:700;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.profile-hero-meta{font-size:12px;color:rgba(255,255,255,.75);margin-top:4px}.profile-hero-stats{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:0;gap:0;background:rgba(255,255,255,.12);border-radius:var(--r-md);padding:14px 0;position:relative;z-index:1;border:1px solid rgba(255,255,255,.15)}.profile-hero-stat{text-align:center;padding:0 12px}.profile-hero-stat+.profile-hero-stat{border-left:1px solid rgba(255,255,255,.2)}.profile-hero-stat-val{font-size:22px;font-weight:800;line-height:1.2}.profile-hero-stat-label{font-size:10px;color:rgba(255,255,255,.7);margin-top:2px;text-transform:uppercase;letter-spacing:.3px}.settings-group{background:var(--white);border-radius:var(--r-lg);border:1px solid var(--gray-200);box-shadow:var(--sh-sm);overflow:hidden;margin-bottom:16px}.settings-group-label{font-size:11px;font-weight:700;color:var(--gray-500);text-transform:uppercase;letter-spacing:.6px;padding:14px 18px 8px;background:var(--gray-50);border-bottom:1px solid var(--gray-100)}.settings-list-row{display:flex;align-items:center;gap:14px;padding:14px 18px;border-bottom:1px solid var(--gray-100);cursor:pointer;transition:var(--t-fast);-webkit-tap-highlight-color:transparent}.settings-list-row:last-child{border-bottom:none}.settings-list-row:hover{background:var(--p-50)}.settings-list-row:active{background:var(--p-100)}.settings-list-row.static{cursor:default}.settings-list-row.static:active,.settings-list-row.static:hover{background:transparent}.settings-list-row-icon{width:36px;height:36px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:18px}.settings-list-row-body{flex:1 1;min-width:0}.settings-list-row-title{display:inline-flex;align-items:center;gap:6px;font-size:14px;font-weight:600;color:var(--gray-900)}.settings-commission-badge{display:inline-flex;align-items:center;justify-content:center;font-size:10px;font-weight:700;line-height:1;padding:3px 7px;border-radius:var(--r-full);border:1px solid #fdba74;background:#FFF7ED;color:#C2410C}.settings-list-row-sub{font-size:12px;color:var(--gray-500);margin-top:1px}.settings-list-row-right{display:flex;align-items:center;gap:6px}.settings-list-row-value{font-size:13px;color:var(--gray-500)}.settings-list-row-chevron{color:var(--gray-300)}.support-hero{background:linear-gradient(135deg,var(--p) 0,var(--p-600) 100%);border-radius:var(--r-xl);padding:28px 24px;color:white;margin-bottom:20px;position:relative;overflow:hidden}.support-hero:before{content:"";position:absolute;top:-30px;right:-30px;width:120px;height:120px;border-radius:50%;background:rgba(255,255,255,.07)}.support-hero-title{font-size:22px;font-weight:800;margin-bottom:8px}.support-hero-sub{font-size:13px;color:rgba(255,255,255,.8)}.support-status-online{background:rgba(16,185,129,.2);border:1px solid rgba(16,185,129,.4);border-radius:var(--r-full)}.support-status-offline,.support-status-online{display:inline-flex;align-items:center;gap:6px;padding:4px 12px;font-size:12px;font-weight:600;margin-top:14px}.support-status-offline{background:rgba(255,255,255,.15);border:1px solid rgba(255,255,255,.3);border-radius:var(--r-full)}.status-dot-green{background:#34D399;animation:pulse 2s infinite}.status-dot-gray,.status-dot-green{width:8px;height:8px;border-radius:50%}.status-dot-gray{background:rgba(255,255,255,.5)}.contact-card-v2{background:var(--white);border-radius:var(--r-xl);border:1.5px solid var(--gray-200);box-shadow:var(--sh);padding:24px;display:flex;flex-direction:column;align-items:center;gap:12px;text-align:center;transition:var(--t);cursor:pointer;position:relative;overflow:hidden}.contact-card-v2:hover{border-color:var(--p-200);box-shadow:var(--sh-md);transform:translateY(-2px)}.contact-card-v2.active{border-color:var(--p)}.contact-card-v2.disabled{opacity:.55;cursor:default}.contact-card-v2.disabled:hover{transform:none;box-shadow:var(--sh);border-color:var(--gray-200)}.contact-icon-v2{width:60px;height:60px;border-radius:var(--r-lg);display:flex;align-items:center;justify-content:center;font-size:28px;margin-bottom:4px}.faq-item{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--r-md);margin-bottom:8px;overflow:hidden;transition:var(--t)}.faq-item:hover{border-color:var(--p-200)}.faq-q{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;cursor:pointer;font-size:14px;font-weight:600;color:var(--gray-800);gap:10px;-webkit-tap-highlight-color:transparent}.faq-q svg{flex-shrink:0;color:var(--gray-400);transition:transform .2s ease}.faq-item.open .faq-q svg{transform:rotate(180deg);color:var(--p)}.faq-item.open .faq-q{color:var(--p)}.faq-a{display:none;font-size:13px;color:var(--gray-600);line-height:1.7;border-top:1px solid var(--gray-100);padding:12px 16px 14px}.faq-item.open .faq-a{display:block}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.fade-in{animation:fadeIn .3s ease forwards}.slide-up{animation:slideUp .35s ease forwards}.jp-text{font-family:var(--font-jp)}ruby rt{font-size:.6em;color:var(--gray-500)}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--gray-200);border-radius:var(--r-full)}::-webkit-scrollbar-thumb:hover{background:var(--gray-300)}:focus-visible{outline:2px solid var(--p);outline-offset:2px}.content-panel{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--r-lg);box-shadow:var(--sh-sm);padding:20px}.player-bar{left:0;z-index:160;padding:0 16px;gap:14px}.player-bar-main{display:flex;align-items:center;gap:10px;min-width:0;flex:1 1}.player-bar-title{font-size:13px;font-weight:600;color:var(--gray-900);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.player-bar-sub{font-size:11px;color:var(--gray-500)}.player-bar-actions{display:flex;align-items:center;gap:8px}.player-btn{border:1px solid var(--gray-200);background:var(--white);color:var(--gray-700)}.player-btn.primary{background:var(--p);border-color:var(--p);color:white}@media (max-width:768px){.player-bar{bottom:var(--mobile-nav-h)}}.landing-root{min-height:100vh;background:var(--white)}.land-logo-image{width:100%;height:100%;object-fit:cover;border-radius:inherit}.land-user-avatar{width:34px;height:34px;border-radius:50%;background:var(--p);color:var(--white);display:inline-flex;align-items:center;justify-content:center;text-decoration:none;font-size:16px;font-weight:800}@media (max-width:900px){.land-nav-links{display:none}}.legal-page{min-height:100vh;background:var(--gray-50);padding:88px 16px 32px}.legal-card{max-width:880px;margin:0 auto;background:var(--white);border:1px solid var(--gray-200);border-radius:var(--r-xl);box-shadow:var(--sh-sm);padding:28px}.legal-card h1{font-size:28px;margin-bottom:14px}.legal-card h2{font-size:18px;margin-top:20px;margin-bottom:8px}.legal-card p{color:var(--gray-700);line-height:1.8}.legal-actions{display:flex;gap:10px;margin-top:24px}.queue-item-meta{flex-wrap:wrap}.queue-item-play{width:38px;height:38px}.sentence-item{border:1px solid var(--gray-200);background:var(--white);padding:10px;text-align:left}.sentence-item.active{border-color:var(--p);box-shadow:0 0 0 2px rgba(100,100,246,.12)}.sentence-index{font-size:11px;color:var(--gray-500);min-width:34px}.sentence-main{min-width:0}.sentence-ja{font-size:14px;color:var(--gray-900);line-height:1.6}.sentence-en{margin-top:4px;font-size:12px;color:var(--gray-500)}.playback-stage{min-height:300px}.playback-ja{font-size:28px;font-weight:700;color:var(--gray-900);line-height:1.5}.playback-en{margin-top:14px;font-size:16px;color:var(--gray-600);line-height:1.7}.hall-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:14px;gap:14px}.hall-card{background:var(--white);border:1px solid var(--gray-200);border-radius:16px;padding:22px 20px 18px;cursor:pointer;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;text-decoration:none;display:block;position:relative;overflow:hidden}.hall-card:before{top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,var(--p),#8484F8);opacity:0}.hall-card:after,.hall-card:before{content:"";position:absolute;transition:opacity .22s ease}.hall-card:after{bottom:-20px;right:-20px;width:80px;height:80px;background:radial-gradient(circle,rgba(100,100,246,.07) 0,transparent 70%);pointer-events:none}.hall-card:hover{border-color:var(--p-200);box-shadow:0 8px 28px rgba(100,100,246,.11);transform:translateY(-3px)}.hall-card:hover:after,.hall-card:hover:before{opacity:1}.hall-card-tag{display:block;font-size:11px;font-weight:500;font-style:normal;color:var(--p);opacity:.6;margin-bottom:9px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:opacity .22s ease;letter-spacing:.1px}.hall-card:hover .hall-card-tag{opacity:1}.hall-card-title{font-size:15px;font-weight:700;color:var(--gray-900);margin-bottom:12px;line-height:1.35}.hall-card-count{font-size:12px;color:var(--gray-400);display:flex;align-items:baseline;gap:3px}.hall-card-count strong{font-size:14px;font-weight:800;color:var(--gray-600)}.hall-card-progress{margin-top:12px;height:2px;background:var(--gray-100);border-radius:var(--r-full);overflow:hidden}.hall-card-progress-fill{height:100%;background:linear-gradient(90deg,var(--p),#8484F8);border-radius:var(--r-full)}.quick-stats{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:12px;gap:12px;margin-bottom:24px}.quick-stat{background:white;border:1px solid var(--gray-200);border-radius:var(--r-md);padding:14px 16px;gap:12px}.quick-stat,.quick-stat-icon{display:flex;align-items:center}.quick-stat-icon{width:36px;height:36px;border-radius:var(--r-sm);justify-content:center;flex-shrink:0}.quick-stat-val{font-size:20px;font-weight:800;color:var(--gray-900);line-height:1}.quick-stat-label{font-size:11px;color:var(--gray-500);margin-top:2px}.hall-tabs-bar{display:flex;gap:8px;margin-bottom:24px;background:none;padding:0;border-radius:0;width:-moz-fit-content;width:fit-content}.hall-tab{position:relative;padding:9px 22px;border:none;border-radius:10px;cursor:pointer;transition:opacity .2s ease,transform .18s ease,box-shadow .18s ease;white-space:nowrap;display:flex;align-items:center;gap:9px;line-height:1;opacity:.45}.hall-tab.active{opacity:1;transform:translateY(-1px);box-shadow:0 4px 14px rgba(0,0,0,.16)}.hall-tab:hover:not(.active){opacity:.68}.hall-tab[data-tab=life]{background:#E53E3E}.hall-tab[data-tab=work]{background:#2563EB}.hall-tab[data-tab=exam]{background:var(--p)}.hall-tab-label{font-size:13.5px;font-weight:600;color:white;background:none;padding:0;border-radius:0}.hall-tab-count{font-size:11px;padding:1px 7px;border-radius:10px;font-weight:700;background:rgba(255,255,255,.22);color:rgba(255,255,255,.9);transition:background .2s ease}.hall-tab.active .hall-tab-count{background:rgba(255,255,255,.28)}.hall-tab-badge{position:absolute;top:-6px;right:-4px;font-size:6.5px;font-weight:800;padding:1px 3.5px;border-radius:3px;text-transform:uppercase;letter-spacing:.4px;line-height:1.4;pointer-events:none}.hall-tab-badge.hot{background:#FF4D4F;color:white}.hall-tab-badge.new{background:#10B981;color:white}.hall-section{display:none}.hall-section.active{display:contents}@media (max-width:1100px){.hall-grid{grid-template-columns:repeat(3,1fr)}.quick-stats{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.hall-grid{grid-template-columns:repeat(2,1fr);gap:10px}.hall-quick-stats-desktop{display:none!important}}@media (max-width:480px){.hall-grid{grid-template-columns:1fr 1fr;gap:8px}}.auth-modal-overlay{position:fixed;inset:0;z-index:1000;background:rgba(22,22,42,.55);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;padding:20px;opacity:0;pointer-events:none;transition:opacity .22s ease}.auth-modal-overlay.open{opacity:1;pointer-events:auto}.auth-modal{width:100%;max-width:440px;background:var(--white);border-radius:var(--r-2xl);box-shadow:0 24px 64px rgba(22,22,42,.22),0 4px 16px rgba(100,100,246,.12);overflow:hidden;transform:translateY(16px) scale(.97);transition:transform .28s cubic-bezier(.34,1.56,.64,1);position:relative}.auth-modal-overlay.open .auth-modal{transform:translateY(0) scale(1)}.modal-close{position:absolute;top:14px;right:14px;width:30px;height:30px;border-radius:50%;background:var(--gray-100);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--gray-500);transition:var(--t);z-index:2}.modal-close:hover{background:var(--gray-200);color:var(--gray-800)}.modal-tabs{display:flex;background:var(--gray-50);border-bottom:1px solid var(--gray-200)}.modal-tab{flex:1 1;padding:14px 0;text-align:center;font-size:14px;font-weight:700;color:var(--gray-400);cursor:pointer;background:none;border:none;border-bottom:2.5px solid transparent;transition:var(--t);font-family:var(--font)}.modal-tab.active{color:var(--p);border-bottom-color:var(--p);background:var(--white)}.modal-body{padding:28px 32px 32px}.modal-panel{display:none}.modal-panel.active{display:block}.hall-card.locked{position:relative}.hall-card.locked:after{content:"";position:absolute;inset:0;border-radius:16px;background:linear-gradient(160deg,transparent 40%,rgba(255,255,255,.82));pointer-events:none}.hall-card-lock-badge{position:absolute;bottom:14px;right:14px;display:flex;align-items:center;gap:5px;background:var(--p);color:white;font-size:11px;font-weight:700;padding:4px 10px;border-radius:var(--r-full);box-shadow:0 2px 8px rgba(100,100,246,.35);z-index:1}.m-social-btns{display:flex;flex-direction:column;gap:9px;margin-bottom:18px}.m-social-btn{height:42px;border-radius:var(--r-md);border:1.5px solid var(--gray-200);background:var(--white);display:flex;align-items:center;justify-content:center;gap:9px;cursor:pointer;font-size:13.5px;font-weight:500;color:var(--gray-800);transition:var(--t);text-decoration:none}.m-social-btn:hover{border-color:var(--gray-300);background:var(--gray-50)}.m-social-btn svg{width:17px;height:17px;flex-shrink:0}.m-divider{display:flex;align-items:center;gap:10px;margin-bottom:16px;color:var(--gray-400);font-size:11.5px}.m-divider:after,.m-divider:before{content:"";flex:1 1;height:1px;background:var(--gray-200)}.m-form-group{margin-bottom:13px}.m-label{display:block;font-size:12.5px;font-weight:600;color:var(--gray-700);margin-bottom:6px}.m-input{width:100%;height:42px;padding:0 13px;border:1.5px solid var(--gray-200);border-radius:var(--r-md);font-size:13.5px;color:var(--gray-900);background:var(--white);transition:var(--t);outline:none;box-sizing:border-box;font-family:var(--font)}.m-input:focus{border-color:var(--p);box-shadow:0 0 0 3px rgba(100,100,246,.11)}.m-input::placeholder{color:var(--gray-400)}.m-input-wrap{position:relative}.m-input-wrap .m-input{padding-right:40px}.m-eye{position:absolute;right:12px;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;color:var(--gray-400);display:flex;align-items:center;padding:0}.m-eye:hover{color:var(--gray-600)}.m-row{justify-content:space-between;margin-bottom:18px}.m-check,.m-row{display:flex;align-items:center}.m-check{gap:7px;cursor:pointer}.m-check input{width:15px;height:15px;accent-color:var(--p)}.m-check span{font-size:12.5px;color:var(--gray-600)}.m-forgot{font-size:12.5px;color:var(--p);font-weight:500;text-decoration:none}.m-forgot:hover{color:var(--p-hover)}.m-btn{width:100%;height:46px;background:var(--p);color:white;border:none;border-radius:var(--r-md);font-size:14.5px;font-weight:700;cursor:pointer;transition:var(--t);font-family:var(--font);margin-bottom:14px}.m-btn:hover{background:var(--p-hover);box-shadow:0 4px 16px rgba(100,100,246,.3)}.m-btn:active{transform:translateY(1px)}.m-footer{text-align:center;font-size:12px;color:var(--gray-400);line-height:1.7}.m-footer a{color:var(--gray-500);text-decoration:none}.m-footer a:hover{color:var(--p)}.m-switch{text-align:center;font-size:13px;color:var(--gray-500)}.m-switch a{color:var(--p);font-weight:600;text-decoration:none;cursor:pointer}.m-row-2{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px}.m-agree{display:flex;align-items:flex-start;gap:7px;margin-bottom:16px}.m-agree input{width:15px;height:15px;accent-color:var(--p);margin-top:1px;flex-shrink:0}.m-agree span{font-size:11.5px;color:var(--gray-500);line-height:1.6}.m-agree a{color:var(--p);text-decoration:none}.modal-promo{background:linear-gradient(135deg,var(--p) 0,#8484F8 100%);padding:20px 32px 16px;display:flex;align-items:center;justify-content:space-between}.modal-promo-text{color:white}.modal-promo-title{font-size:16px;font-weight:800;margin-bottom:3px}.modal-promo-sub{font-size:12px;opacity:.85}.modal-promo-chips{display:flex;gap:6px;flex-wrap:wrap;margin-top:8px}.modal-promo-chip{background:rgba(255,255,255,.2);color:white;font-size:11px;font-weight:600;padding:3px 9px;border-radius:var(--r-full)}@media (max-width:480px){.modal-body{padding:20px 20px 24px}.m-row-2{grid-template-columns:1fr}.modal-promo{padding:16px 20px 14px}}.auth-modal .modal-close{width:calc(30px * .7);height:calc(30px * .7)}.auth-modal .modal-tab{padding:calc(14px * .7) 0}.auth-modal .m-input,.auth-modal .m-social-btn{height:calc(42px * .7)}.auth-modal .m-eye{width:calc(30px * .7);height:calc(30px * .7)}.auth-modal .m-btn{height:calc(46px * .7)}.auth-modal .m-switch button{min-height:calc(30px * .7)}.auth-modal .m-field-tip{margin-top:6px;font-size:12px;line-height:1.35;color:var(--gray-500)}.auth-modal .m-field-tip.success{color:#16a34a}.auth-modal .m-field-tip.error{color:#dc2626}.list-toolbar{background:white;border-bottom:1px solid var(--gray-200);padding:12px 24px;display:flex;align-items:center;gap:10px;flex-wrap:wrap}.conversation-table-wrap{background:white;border-radius:var(--r-lg);border:1px solid var(--gray-200);overflow:hidden;box-shadow:var(--sh-sm)}.conv-row{display:grid;grid-template-columns:130px 1fr 70px 90px 110px 140px;align-items:center;padding:13px 16px;border-bottom:1px solid var(--gray-100);grid-gap:12px;gap:12px;transition:var(--t-fast)}.conv-row:last-child{border-bottom:none}.conv-row:hover{background:var(--p-50)}.conv-row.header{background:var(--gray-50);padding:10px 16px;border-bottom:1.5px solid var(--gray-200)}.conv-row.header span{font-size:11px;font-weight:600;color:var(--gray-500);text-transform:uppercase;letter-spacing:.5px}.conv-scene{font-size:12px;color:var(--gray-500);background:var(--gray-100);padding:2px 8px;border-radius:var(--r-full);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.conv-topic{font-size:13px;font-weight:600;color:var(--gray-900)}.conv-count{font-size:13px;color:var(--gray-600);text-align:center}.conv-duration{font-size:12px;color:var(--gray-500);text-align:center}.conv-status-badge{display:inline-flex;align-items:center;gap:4px;font-size:11px;font-weight:600;padding:3px 9px;border-radius:var(--r-full)}.status-pending{background:var(--gray-100);color:var(--gray-600)}.status-learning{background:var(--p-100);color:var(--p)}.status-review{background:var(--warning-bg);color:var(--warning-text)}.status-done{background:var(--success-bg);color:var(--success-text)}.conv-actions{justify-content:flex-end}.conv-actions,.list-breadcrumb{display:flex;align-items:center;gap:6px}.list-breadcrumb{font-size:13px;color:var(--gray-500);margin-bottom:16px}.list-breadcrumb a{color:var(--p);font-weight:500}.list-breadcrumb .sep{color:var(--gray-300)}.list-breadcrumb .current{color:var(--gray-900);font-weight:600}.conv-card-mobile{background:white;border:1px solid var(--gray-200);border-radius:var(--r);padding:14px;display:none}.conv-card-mobile-head{display:flex;align-items:flex-start;justify-content:space-between;gap:8px;margin-bottom:8px}.conv-card-mobile-title{font-size:14px;font-weight:600;color:var(--gray-900)}.conv-card-mobile-meta{display:flex;align-items:center;gap:8px}.conv-card-mobile-actions{display:flex;gap:8px;margin-top:10px}.conv-card-mobile-meta .conv-count,.conv-card-mobile-meta .conv-duration{text-align:left}@media (max-width:900px){.conv-row,.conversation-table-wrap{display:none}.conv-card-mobile{display:block}.conv-cards-list{display:flex;flex-direction:column;gap:8px}.conv-card-mobile-actions{flex-wrap:wrap}.conv-card-mobile-actions .btn{flex:1 1;min-width:112px}.list-toolbar{padding:10px 16px}}@media (max-width:768px){.list-toolbar{overflow-x:auto;flex-wrap:nowrap;-webkit-overflow-scrolling:touch}.list-toolbar .form-select{max-width:130px;flex-shrink:0}.list-toolbar>*{flex-shrink:0}}.player-layout{display:grid;grid-template-columns:1fr 280px;grid-gap:20px;gap:20px;height:calc(100vh - var(--topbar-h) - 48px);min-height:500px}.player-main{background:white;border:1.5px solid var(--gray-200);border-radius:var(--r-xl);display:flex;flex-direction:column;overflow:hidden;box-shadow:var(--sh)}.player-announce{background:var(--p-50);border-bottom:1px solid var(--p-100);padding:8px 20px;display:flex;align-items:center;gap:8px;font-size:12px;color:var(--p-600);font-weight:500}.sentences-area{flex:1 1;overflow-y:auto;padding:20px}.sentence-item{padding:6px 8px;border:1px solid transparent;background:transparent;border-radius:var(--r-md);margin-bottom:3px;cursor:pointer;transition:background-color .14s ease,border-color .14s ease,color .14s ease,box-shadow .14s ease;display:flex;align-items:flex-start;gap:10px;position:relative;will-change:background-color,border-color}.sentence-item:hover{background:var(--gray-50);border-color:transparent}.sentence-item.active{background:var(--p-50);border-color:var(--p-200);box-shadow:inset 0 0 0 .5px rgba(100,100,246,.08)}.sentence-item.active .sentence-text{color:var(--p-600)}.sentence-text{font-family:var(--font-jp);font-size:16px;line-height:1.78;color:var(--gray-800);flex:1 1}.sentence-text-row{display:flex;align-items:flex-start;gap:8px;min-width:0}.sentence-speaker-badge{width:18px;height:18px;border-radius:var(--r-full);display:inline-flex;align-items:center;justify-content:center;font-size:10px;font-weight:700;line-height:1;margin-top:2px;flex-shrink:0}.sentence-text-row.has-ruby .sentence-speaker-badge{margin-top:10px}.sentence-speaker-badge.a{background:var(--p-100);color:var(--p)}.sentence-speaker-badge.b{background:#ECFDF5;color:#047857}.sentence-text-main{min-width:0;flex:1 1}.sentence-text-row.no-ruby .sentence-text-main{font-family:var(--font);letter-spacing:.01em}.sentence-text-row.no-ruby .sentence-text-main ruby rt{font-size:.58em;letter-spacing:0;color:var(--gray-400);font-family:var(--font)}.sentence-subtitle{font-size:12px;color:var(--gray-500);margin-top:2px;margin-left:26px}.sentence-text ruby rt{font-size:.6em;color:var(--gray-400);font-family:var(--font-jp)}.sentence-item.active .sentence-text ruby rt{color:var(--p-300)}.sentence-search{width:24px;height:24px;border:none;background:transparent;padding:0;display:flex;align-items:center;justify-content:center;color:var(--gray-300);flex-shrink:0;margin-top:8px;border-radius:var(--r-sm);transition:var(--t)}.sentence-item:hover .sentence-search{color:var(--p);background:var(--p-100)}.sentence-lookup-overlay{position:fixed;inset:0;z-index:420;background:rgba(16,16,30,.45);display:flex;align-items:center;justify-content:center;padding:16px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.sentence-lookup-modal{width:min(680px,100%);max-height:min(82vh,760px);background:#fff;border:1px solid var(--gray-200);border-radius:var(--r-lg);box-shadow:var(--sh-lg);overflow:hidden;display:flex;flex-direction:column}.sentence-lookup-head{display:flex;align-items:center;justify-content:space-between;padding:12px 14px;border-bottom:1px solid var(--gray-100);background:var(--p-50)}.sentence-lookup-title{font-size:14px;font-weight:700;color:var(--gray-900)}.sentence-lookup-close{width:28px;height:28px;border:1px solid var(--gray-200);border-radius:var(--r-full);background:#fff;color:var(--gray-600);font-size:18px;line-height:1;display:inline-flex;align-items:center;justify-content:center}.sentence-lookup-body{padding:14px;overflow-y:auto;display:flex;flex-direction:column;gap:10px}.sentence-lookup-source{font-family:var(--font-jp);font-size:16px;line-height:1.6;color:var(--gray-900)}.sentence-lookup-meaning{font-size:13px;color:var(--gray-600);background:var(--gray-50);padding:8px 10px}.sentence-lookup-meaning,.sentence-lookup-section{border:1px solid var(--gray-100);border-radius:var(--r-sm)}.sentence-lookup-section{padding:10px;background:#fff}.sentence-lookup-section-title{font-size:12px;font-weight:700;color:var(--gray-700);margin-bottom:6px}.sentence-lookup-grammar-list,.sentence-lookup-word-table-wrap{display:flex;flex-direction:column;gap:6px}.sentence-lookup-word-table-wrap{overflow-x:auto}.sentence-lookup-word-table{width:100%;border-collapse:collapse;font-size:12px;color:var(--gray-700);table-layout:fixed}.sentence-lookup-word-table td,.sentence-lookup-word-table th{border-bottom:1px solid var(--gray-100);padding:6px 8px;text-align:left;vertical-align:top;line-height:1.45;word-break:break-word}.sentence-lookup-word-table th{font-size:11px;font-weight:700;color:var(--gray-600);background:var(--gray-50)}.sentence-lookup-word-table .word-col-word{font-family:var(--font-jp);color:var(--gray-900);font-weight:700}.sentence-lookup-grammar-item{border:1px solid var(--gray-100);border-radius:var(--r-xs);padding:8px;background:var(--gray-50)}.sentence-lookup-grammar-head{display:flex;align-items:center;gap:8px;font-size:12px;margin-bottom:4px}.sentence-lookup-grammar-head strong{font-family:var(--font-jp);color:var(--gray-900)}.sentence-lookup-jlpt{font-size:10px;font-weight:700;color:var(--p);background:var(--p-100);border-radius:var(--r-full);padding:2px 6px}.sentence-lookup-grammar-exp{font-size:12px;color:var(--gray-700);line-height:1.5}.sentence-lookup-grammar-evidence{margin:2px 0 4px;font-size:11px;color:var(--gray-500)}.sentence-lookup-examples{margin-top:6px;padding-left:14px;display:flex;flex-direction:column;gap:3px;list-style:disc}.sentence-lookup-examples li{font-size:11px;color:var(--gray-600);line-height:1.45}.sentence-lookup-example-ja{font-family:var(--font-jp);color:var(--gray-700)}.sentence-lookup-example-translation{margin-top:1px;color:var(--gray-500);line-height:1.35}.sentence-lookup-empty{font-size:12px;color:var(--gray-500)}.player-controls-main{background:white;border-top:1.5px solid var(--gray-100);padding:16px 20px}.player-progress-main{margin-bottom:3.5px}.progress-bar-main{height:5px;background:var(--gray-200);cursor:pointer;overflow:visible;margin-bottom:6px}.progress-bar-main,.progress-fill-main{border-radius:var(--r-full);position:relative}.progress-fill-main{height:100%;background:linear-gradient(90deg,var(--p),#8484F8);transition:width .1s}.progress-fill-main:after{content:"";position:absolute;right:-5px;top:50%;transform:translateY(-50%);width:12px;height:12px;background:var(--p);border-radius:50%;border:2px solid white;box-shadow:0 0 0 2px var(--p-200)}.progress-time-main{display:flex;justify-content:space-between;font-size:11px;color:var(--gray-500)}.controls-row{display:flex;align-items:center;justify-content:center;gap:8px}.mobile-edge-btn,.mobile-edge-translate-control{display:none}.ctrl-btn{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--gray-500);transition:var(--t);cursor:pointer;border:none;background:none}.ctrl-btn:hover{background:var(--gray-100);color:var(--gray-800)}.ctrl-btn.is-active{background:var(--p-100);color:var(--p)}.ctrl-btn.main{width:43px;height:43px;background:var(--p);color:white;box-shadow:0 4px 16px rgba(100,100,246,.3)}.ctrl-btn.main svg{width:17px;height:17px}.ctrl-btn.main:hover{background:var(--p-hover);box-shadow:0 6px 20px rgba(100,100,246,.4)}.ctrl-btn.sm{width:32px;height:32px;font-size:11px;font-weight:700}.settings-row{justify-content:space-between;margin-top:12px;padding-top:12px;border-top:1px solid var(--gray-100);gap:clamp(10px,1.2vw,18px);flex-wrap:nowrap}.setting-item,.settings-row{display:flex;align-items:center}.setting-item{gap:6px}.setting-item-label{font-size:12px;color:var(--gray-500);white-space:nowrap}.setting-toggle{display:flex;align-items:center;gap:6px;font-size:12px;color:var(--gray-600);cursor:pointer;white-space:nowrap}.toggle-switch{width:32px;height:18px;border-radius:var(--r-full);background:var(--gray-200);position:relative;transition:var(--t);cursor:pointer;flex-shrink:0}.toggle-switch:disabled{opacity:.45;cursor:not-allowed}.toggle-switch.on{background:var(--p)}.toggle-switch:after{content:"";position:absolute;top:2px;left:2px;width:14px;height:14px;border-radius:50%;background:white;transition:var(--t);box-shadow:0 1px 3px rgba(0,0,0,.15)}.toggle-switch.on:after{transform:translateX(14px)}.speed-select{height:28px;min-width:74px;border:1px solid var(--gray-200);border-radius:var(--r-sm);padding:0 22px 0 8px;font-size:12px;color:var(--gray-700);background:white;-moz-appearance:none;appearance:none;-webkit-appearance:none;line-height:1.2;text-align-last:left;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 24 24' fill='none' stroke='%23A8A8C4' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 6px center;cursor:pointer}.speed-select:focus{outline:none;border-color:var(--p-300);box-shadow:none}.settings-complete-btn{height:28px;width:148px;min-width:148px;max-width:148px;padding:0 10px;border-radius:var(--r-sm);box-shadow:none;font-size:12px;gap:4px;margin-left:0;flex:0 0 148px}.settings-complete-btn:hover{transform:none;box-shadow:none;opacity:.95}.settings-complete-btn svg{width:14px;height:14px}.player-right{display:flex;flex-direction:column;gap:16px}.complete-btn{background:linear-gradient(135deg,var(--success),#0EA572);color:white;width:100%;height:44px;border-radius:var(--r-md);display:flex;align-items:center;justify-content:center;gap:8px;font-size:14px;font-weight:700;cursor:pointer;border:none;box-shadow:0 4px 14px rgba(16,185,129,.3);transition:var(--t)}.complete-btn:hover{transform:translateY(-1px);box-shadow:0 6px 18px rgba(16,185,129,.4)}.complete-btn.settings-complete-btn{width:148px;min-width:148px;max-width:148px;flex:0 0 148px}.complete-btn-label-mobile{display:none}.review-panel{background:white;border:1.5px solid var(--gray-200);border-radius:var(--r-lg);overflow:hidden;flex:1 1;display:flex;flex-direction:column}.review-panel-header{padding:12px 16px;border-bottom:1px solid var(--gray-100);font-size:13px;font-weight:700;color:var(--gray-900);display:flex;align-items:center;gap:6px}.review-panel-count{background:var(--p-100);color:var(--p);font-size:11px;font-weight:700;padding:1px 7px;border-radius:var(--r-full)}.review-list{padding:8px;max-height:420px;overflow-y:auto}.review-item{padding:8px 10px;border-radius:var(--r-sm);font-size:12px;color:var(--gray-700);cursor:pointer;transition:var(--t);display:flex;align-items:center;gap:6px}.review-item:hover{background:var(--p-50);color:var(--p)}.review-item.active{background:var(--p-100);color:var(--p);font-weight:600}.review-item-dot{width:6px;height:6px;border-radius:50%;background:var(--gray-300);flex-shrink:0}.review-item.active .review-item-dot{background:var(--p)}.player-toast{position:fixed;top:76px;right:20px;z-index:260;min-width:320px;max-width:min(520px,calc(100vw - 24px));box-shadow:var(--sh-md);margin:0}.player-nav-bar{background:white;border-bottom:1px solid var(--gray-200);padding:10px 20px;display:flex;align-items:center;justify-content:space-between}.player-nav-info{font-size:13px;color:var(--gray-600)}.player-nav-info strong{color:var(--gray-900)}@media (max-width:900px){.player-layout{grid-template-columns:1fr;height:auto}.player-right{display:none}.player-main{height:60vh;min-height:400px}}@media (max-width:768px){.player-layout{grid-template-columns:1fr;height:auto;min-height:unset;gap:0}.player-main{border-radius:var(--r-xl) var(--r-xl) 0 0;border-bottom:none;height:78vh;min-height:500px}.player-right{display:flex;flex-direction:column;gap:8px;padding:12px;background:var(--gray-50);border:1.5px solid var(--gray-200);border-top:none;border-radius:0 0 var(--r-xl) var(--r-xl);margin-bottom:8px}.complete-btn{flex:0 0 auto;width:-moz-fit-content;width:fit-content;min-width:56px;height:31px;padding:0 10px;font-size:11px;border-radius:var(--r);align-self:flex-start;gap:4px;box-shadow:0 2px 8px rgba(16,185,129,.24)}.complete-btn svg{width:13px;height:13px}.complete-btn-label-desktop{display:none}.complete-btn-label-mobile{display:inline}.review-panel{flex:1 1;min-width:0;width:100%}.player-toast{top:64px;left:12px;right:12px;min-width:0;max-width:none}.player-controls-main{--mobile-loop-control-w:62px;padding:10px 12px 8px}.player-progress-main{margin-bottom:4px}.progress-bar-main{height:4px;margin-bottom:4px}.progress-fill-main:after{right:-4px;width:10px;height:10px;border-width:2px;box-shadow:0 0 0 1.5px var(--p-200)}.progress-time-main{font-size:10px}.controls-row{gap:4px;justify-content:space-between}.controls-row .ctrl-btn{width:32px;height:32px}.controls-row .ctrl-btn.main{width:31px;height:31px}.controls-row .ctrl-btn svg{width:14px;height:14px}.controls-row .ctrl-btn.main svg{width:12px;height:12px}.controls-row .ctrl-btn-track{display:flex}.mobile-edge-btn{width:var(--mobile-loop-control-w);min-width:var(--mobile-loop-control-w);max-width:var(--mobile-loop-control-w);flex:0 0 var(--mobile-loop-control-w);padding:0 5px;border-radius:var(--r-sm);border:1px solid var(--gray-200);background:#fff;font-size:10px}.mobile-edge-btn,.mobile-edge-translate-control{display:inline-flex;align-items:center;justify-content:center;height:21px;color:var(--gray-600);font-weight:600;line-height:1}.mobile-edge-translate-control{gap:6px;width:calc(var(--mobile-loop-control-w) + 6px);min-width:calc(var(--mobile-loop-control-w) + 6px);max-width:calc(var(--mobile-loop-control-w) + 6px);flex:0 0 calc(var(--mobile-loop-control-w) + 6px);padding:0 2px;border:none;background:transparent;font-size:12px}.mobile-edge-translate-control span{line-height:1}.mobile-edge-translate-control .toggle-switch{width:30px;height:18px}.mobile-edge-translate-control .toggle-switch:after{top:2px;left:2px;width:14px;height:14px}.mobile-edge-translate-control .toggle-switch.on:after{transform:translateX(12px)}.mobile-edge-btn-complete{border:none;background:linear-gradient(135deg,var(--success),#0EA572);color:#fff;height:24px}.mobile-edge-btn-complete-label{display:inline-flex;align-items:center;justify-content:center;gap:3px;line-height:1}.mobile-edge-btn-complete-check{font-size:10px;line-height:1;font-weight:700}.settings-row{margin-top:8px;padding-top:8px;gap:6px;flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.settings-row::-webkit-scrollbar{display:none}.settings-row>div{flex-shrink:0}.settings-row>div>span{font-size:11px;color:var(--gray-500)}.setting-toggle{display:none;font-size:11px;gap:4px}.toggle-switch{width:18px;height:13px}.toggle-switch:after{top:1px;left:1px;width:11px;height:11px}.toggle-switch.on:after{transform:translateX(5px)}.speed-select{height:21px;min-width:46px;padding:0 13px 0 4px;font-size:10px;background-position:right 5px center}.setting-item{gap:4px}.setting-item-label{font-size:11px}.complete-btn.settings-complete-btn,.settings-row .setting-item:last-of-type .speed-select{width:var(--mobile-loop-control-w);min-width:var(--mobile-loop-control-w);max-width:var(--mobile-loop-control-w)}.complete-btn.settings-complete-btn{display:none;flex:0 0 var(--mobile-loop-control-w);height:21px;padding:0 5px;font-size:10px;margin-left:0;justify-content:center}.settings-complete-btn .complete-btn-label-mobile{line-height:1}.settings-complete-btn svg{width:10px;height:10px}.sentence-lookup-overlay{padding:8px;align-items:flex-end}.sentence-lookup-modal{width:100%;max-height:min(88vh,760px);border-radius:var(--r) var(--r) 0 0}.sentence-lookup-head{padding:10px 12px}.sentence-lookup-title{font-size:13px}.sentence-lookup-body{padding:10px 12px 12px}.sentence-lookup-source{font-size:14px}.sentence-lookup-word-table td,.sentence-lookup-word-table th{padding:5px 6px;font-size:11px}}.player-bar{position:fixed;bottom:0;left:var(--sidebar-w);right:0;height:var(--player-h);background:var(--white);border-top:1px solid var(--gray-200);display:flex;align-items:center;padding:0 20px;gap:16px;z-index:50;box-shadow:0 -2px 12px rgba(100,100,246,.06)}.player-info{flex:1 1;min-width:0}.player-title{font-size:13px;font-weight:600;color:var(--gray-900);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.player-sub{font-size:11px;color:var(--gray-500);margin-top:1px}.player-controls{gap:4px}.player-btn,.player-controls{display:flex;align-items:center}.player-btn{width:36px;height:36px;justify-content:center;border-radius:var(--r-full);color:var(--gray-500);transition:var(--t);background:none;border:none;cursor:pointer}.player-btn:hover{background:var(--gray-100);color:var(--gray-700)}.player-btn.play{width:40px;height:40px;background:var(--p);color:white}.player-btn.play:hover{background:var(--p-hover)}.player-progress{flex:1 1;max-width:200px}.player-progress-bar{height:4px;background:var(--gray-200);border-radius:var(--r-full);overflow:hidden;cursor:pointer}.player-progress-fill{height:100%;background:var(--p);border-radius:var(--r-full);transition:width .3s}.player-time{font-size:11px;color:var(--gray-500);margin-top:3px;display:flex;justify-content:space-between}.player-close{width:28px;height:28px;display:flex;align-items:center;justify-content:center;border-radius:var(--r-full);color:var(--gray-400);transition:var(--t);background:none;border:none;cursor:pointer}.player-close:hover{background:var(--gray-100);color:var(--gray-600)}@media (max-width:768px){.player-bar{left:0;bottom:var(--mobile-nav-h)}}.queue-item{background:white;border:1.5px solid var(--gray-200);border-radius:var(--r-md);padding:14px 16px;display:flex;align-items:center;gap:14px;transition:var(--t);margin-bottom:8px}.queue-item:hover{border-color:var(--p-200);box-shadow:var(--sh)}.queue-num{width:28px;height:28px;border-radius:50%;background:var(--gray-100);display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;color:var(--gray-500);flex-shrink:0}.queue-item-info{flex:1 1;min-width:0}.queue-item-title{font-size:14px;font-weight:600;color:var(--gray-900);margin-bottom:3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.queue-item-meta{display:flex;align-items:center;gap:10px;font-size:11px;color:var(--gray-500)}.queue-item-meta span{display:flex;align-items:center;gap:3px}.queue-item-play{width:40px;height:40px;background:var(--p);border-radius:50%;display:flex;align-items:center;justify-content:center;color:white;flex-shrink:0;transition:var(--t);opacity:0;cursor:pointer;border:none;box-shadow:0 3px 10px rgba(100,100,246,.3)}.queue-item:hover .queue-item-play{opacity:1}.queue-remove{width:32px;height:32px;border-radius:var(--r-sm);display:flex;align-items:center;justify-content:center;color:var(--gray-400);flex-shrink:0;cursor:pointer;transition:var(--t);border:1px solid transparent}.queue-remove:hover{color:var(--danger);background:var(--danger-bg);border-color:#FECACA}.queue-filters{display:flex;align-items:center;gap:8px;margin-bottom:16px;flex-wrap:wrap}.queue-filters-inline{margin-bottom:0}.filter-chip{height:32px;padding:0 14px;border-radius:var(--r-full);font-size:12px;font-weight:600;cursor:pointer;border:1.5px solid var(--gray-200);color:var(--gray-600);background:white;transition:var(--t)}.filter-chip.active{background:var(--p);color:white;border-color:var(--p)}.filter-chip:not(.active):hover{border-color:var(--p);color:var(--p)}.queue-header-bar{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.queue-header-actions{display:flex;align-items:center;gap:8px;flex-shrink:0}@media (max-width:768px){.queue-item{flex-wrap:nowrap}.queue-item-play{opacity:1;width:36px;height:36px}.queue-header-bar{flex-direction:column;align-items:flex-start;gap:10px}.queue-header-bar>div:last-child{width:100%}.queue-header-actions{justify-content:flex-end}.queue-filters{overflow-x:auto;flex-wrap:nowrap;-webkit-overflow-scrolling:touch;padding-bottom:2px}.queue-filters .filter-chip{flex-shrink:0}.pagination{flex-wrap:wrap;justify-content:flex-start}.page-btn{height:32px;min-width:32px}}.profile-container{max-width:860px;margin:0 auto}.sub-status-card{background:var(--white);border:1.5px solid var(--p-200);border-radius:var(--r-xl);padding:20px 22px;margin-bottom:16px;gap:16px;box-shadow:0 2px 12px rgba(100,100,246,.08)}.sub-icon,.sub-status-card{display:flex;align-items:center}.sub-icon{width:48px;height:48px;background:linear-gradient(135deg,var(--p),var(--p-600));border-radius:var(--r-md);justify-content:center;color:white;font-size:22px;flex-shrink:0}.sub-info{flex:1 1;min-width:0}.sub-name{font-size:15px;font-weight:700;color:var(--gray-900)}.sub-detail{font-size:12px;color:var(--gray-500);margin-top:2px}.sub-tag{background:linear-gradient(135deg,var(--p),var(--p-600));color:white;font-size:11px;font-weight:700;padding:4px 10px;border-radius:var(--r-full);white-space:nowrap;flex-shrink:0}.notif-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--r-lg);box-shadow:var(--sh-sm);overflow:hidden}.notif-item{display:flex;align-items:center;gap:12px;padding:14px 18px;border-bottom:1px solid var(--gray-100);transition:var(--t-fast);cursor:pointer}.notif-item:last-child{border-bottom:none}.notif-item:hover{background:var(--gray-50)}.notif-dot-unread{background:var(--p)}.notif-dot-read,.notif-dot-unread{width:8px;height:8px;border-radius:50%;flex-shrink:0}.notif-dot-read{background:var(--gray-200)}.notif-body{flex:1 1;min-width:0}.notif-title{font-size:13px;font-weight:600;color:var(--gray-900)}.notif-time{font-size:11px;color:var(--gray-400);margin-top:2px}.notif-tag-read{font-size:10px;font-weight:600;padding:2px 8px;border-radius:var(--r-full);background:var(--gray-100);color:var(--gray-500);white-space:nowrap;flex-shrink:0}.section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.section-heading{font-size:14px;font-weight:700;color:var(--gray-900);display:flex;align-items:center;gap:8px}.section-heading:before{content:"";width:4px;height:16px;background:var(--p);border-radius:2px}.settings-list-row.danger .settings-list-row-title{color:var(--danger)}.settings-list-row.danger .settings-list-row-icon,.settings-list-row.danger:hover{background:var(--danger-bg)}@media (max-width:768px){.profile-hero-stats{grid-template-columns:repeat(3,1fr)}}@media (max-width:480px){.sub-status-card{flex-wrap:wrap;gap:12px}}.sub-hero-bleed{margin:-24px -24px 0;position:relative;z-index:0}.sub-hero{background:linear-gradient(120deg,#4848D8,#6464F6);padding:28px 32px}.sub-hero-inner{display:flex;align-items:center;justify-content:space-between;gap:24px;position:relative}.sub-hero-left{flex:1 1;min-width:0}.sub-hero-tag{display:inline-flex;align-items:center;gap:6px;background:rgba(255,255,255,.15);border:1px solid rgba(255,255,255,.22);border-radius:99px;padding:3px 11px;font-size:11px;font-weight:600;color:rgba(255,255,255,.9);margin-bottom:10px;letter-spacing:.4px}.sub-hero-tag-dot{width:5px;height:5px;background:#7EFFCA;border-radius:50%;animation:pulse 2s infinite}.sub-hero-title{font-size:clamp(18px,2.4vw,26px);font-weight:800;color:white;margin-bottom:6px;letter-spacing:-.3px;line-height:1.25}.sub-hero-desc{font-size:13px;color:rgba(255,255,255,.65);line-height:1.5}.sub-hero-right{flex-shrink:0}.sub-hero-status{display:flex;align-items:center;gap:8px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.2);border-radius:12px;padding:12px 16px;color:white}.sub-hero-status-icon{width:32px;height:32px;background:rgba(255,255,255,.18);border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.sub-hero-status-label{font-size:11px;color:rgba(255,255,255,.65);margin-bottom:2px}.sub-hero-status-val{font-size:13px;font-weight:700}.sub-hero-status-chip{display:inline-flex;align-items:center;gap:4px;background:rgba(127,255,202,.18);border:1px solid rgba(127,255,202,.35);color:#7EFFCA;font-size:10px;font-weight:700;padding:2px 8px;border-radius:99px;margin-top:4px}.sub-content{max-width:860px;margin:0 auto;padding:24px}.billing-section{margin-bottom:28px;text-align:center}.billing-label{font-size:13px;font-weight:600;color:var(--gray-500);margin-bottom:12px;display:flex;align-items:center;justify-content:center;gap:8px}.billing-switcher{display:inline-flex;background:white;border:1.5px solid var(--gray-200);border-radius:12px;padding:4px;gap:4px;box-shadow:var(--sh-sm)}.billing-option{position:relative;padding:10px 22px;border-radius:9px;font-size:13px;font-weight:600;color:var(--gray-500);cursor:pointer;transition:var(--t);border:none;background:none;display:flex;flex-direction:column;align-items:center;gap:3px;min-width:100px}.billing-option .b-name{font-size:13px;font-weight:700}.billing-option .b-save{font-size:10px;font-weight:700;color:var(--success);background:var(--success-bg);padding:1px 6px;border-radius:99px;display:none}.billing-option.active{background:var(--p);color:white;box-shadow:0 3px 10px rgba(100,100,246,.3)}.billing-option.active .b-save{background:rgba(255,255,255,.25);color:white}.billing-option:not(.active):hover{background:var(--p-50);color:var(--p)}.billing-option .b-save{display:block}.plans-section-title{text-align:center;font-size:18px;font-weight:800;color:var(--gray-900);margin-bottom:6px}.plans-section-sub{text-align:center;font-size:13px;color:var(--gray-500);margin-bottom:24px}.plans-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:14px;gap:14px;margin-bottom:24px}.plan-card{background:white;border:2px solid var(--gray-200);border-radius:18px;padding:24px;cursor:pointer;transition:all .22s ease;position:relative;overflow:hidden}.plan-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--p),#8484F8);opacity:0;transition:var(--t)}.plan-card:hover{border-color:var(--p-200);box-shadow:var(--sh-md);transform:translateY(-3px)}.plan-card:hover:before{opacity:1}.plan-card.selected{border-color:var(--p);box-shadow:0 0 0 4px rgba(100,100,246,.12),var(--sh-md);transform:translateY(-2px)}.plan-card.selected:before{opacity:1}.plan-card.featured{background:linear-gradient(160deg,#F8F8FF,white);border-color:var(--p-200)}.plan-card.unavailable,.plan-card.unavailable:hover{opacity:.45;border-color:var(--gray-200);box-shadow:none;transform:none;cursor:not-allowed}.plan-card.unavailable:before,.plan-card.unavailable:hover:before{opacity:0}.popular-badge{position:absolute;top:14px;right:14px;background:linear-gradient(135deg,var(--p),#8484F8);color:white;font-size:10px;font-weight:700;padding:3px 9px;border-radius:99px;letter-spacing:.3px}.plan-card-top{display:flex;align-items:flex-start;gap:12px;margin-bottom:16px}.plan-card-icon{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:20px;flex-shrink:0}.plan-card-icon.jp{background:linear-gradient(135deg,#FF6B6B20,#FF8E5320)}.plan-card-icon.en{background:linear-gradient(135deg,#4FACFE20,#00F2FE20)}.plan-card-icon.work{background:linear-gradient(135deg,#43E97B20,#38F9D720)}.plan-card-lang{font-size:10px;font-weight:600;color:var(--gray-400);text-transform:uppercase;letter-spacing:1px;margin-bottom:3px}.plan-card-name{font-size:16px;font-weight:800;color:var(--gray-900)}.plan-select-indicator{width:22px;height:22px;border:2px solid var(--gray-300);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-left:auto;flex-shrink:0;transition:var(--t)}.plan-card.selected .plan-select-indicator{background:var(--p);border-color:var(--p);box-shadow:0 0 0 3px rgba(100,100,246,.2)}.plan-select-indicator svg{opacity:0;transition:var(--t)}.plan-card.selected .plan-select-indicator svg{opacity:1}.plan-price-row{margin-bottom:4px;display:flex;align-items:baseline;gap:4px}.plan-price-original{font-size:14px;color:var(--gray-400);text-decoration:line-through;display:none}.plan-price-main{font-size:30px;font-weight:800;color:var(--gray-900);letter-spacing:-1px}.plan-price-unit{font-size:13px;color:var(--gray-500);font-weight:500}.plan-price-annual{font-size:12px;color:var(--gray-500);margin-bottom:14px}.plan-price-annual .annual-val{color:var(--p);font-weight:700}.plan-discount-badge{display:none;font-size:11px;font-weight:700;background:linear-gradient(135deg,#FF6B6B,#FF8E53);color:white;padding:2px 8px;border-radius:99px;margin-left:6px;vertical-align:middle}.plan-divider{height:1px;background:var(--gray-100);margin:14px 0}.plan-features{display:flex;flex-direction:column;gap:8px}.plan-feature{display:flex;align-items:center;gap:8px;font-size:12px;color:var(--gray-700)}.plan-feature-check{width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.plan-feature-check.yes{background:var(--p-100);color:var(--p)}.plan-feature-check.no{background:var(--gray-100);color:var(--gray-300)}.order-summary{background:white;border:1.5px solid var(--gray-200);border-radius:16px;overflow:hidden;margin-bottom:20px;box-shadow:var(--sh);display:none}.order-summary.visible{display:block}.order-summary-header{padding:14px 20px;background:var(--p-50);border-bottom:1px solid var(--p-100);font-size:13px;font-weight:700;color:var(--p-600);display:flex;align-items:center;gap:8px}.order-lines{padding:16px 20px}.order-line{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px solid var(--gray-100);font-size:13px}.order-line:last-child{border-bottom:none}.order-line-name{color:var(--gray-700)}.order-line-price{font-weight:600;color:var(--gray-900)}.order-total{padding:14px 20px;background:var(--gray-50);border-top:1.5px solid var(--gray-200);display:flex;justify-content:space-between;align-items:center}.order-total-label{font-size:14px;font-weight:700;color:var(--gray-900)}.order-total-price{font-size:22px;font-weight:800;color:var(--p);letter-spacing:-.5px}.order-tax{font-size:11px;color:var(--gray-400)}.checkout-section{background:white;border:1.5px solid var(--gray-200);border-radius:16px;padding:20px;margin-bottom:20px;box-shadow:var(--sh-sm)}.checkout-section-title{font-size:13px;font-weight:700;color:var(--gray-700);margin-bottom:12px;display:flex;align-items:center;gap:6px}.payment-methods-row{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:16px}.payment-method-pill{display:flex;align-items:center;gap:5px;height:32px;padding:0 10px;border:1.5px solid var(--gray-200);border-radius:8px;font-size:11px;font-weight:600;color:var(--gray-600);cursor:pointer;transition:var(--t)}.payment-method-pill.active{border-color:var(--p);color:var(--p);background:var(--p-50)}.payment-method-pill:hover{border-color:var(--p-200);color:var(--p)}.cta-main{width:100%;height:52px;border-radius:14px;background:linear-gradient(135deg,#5252E0,var(--p),#7070F4);color:white;font-size:15px;font-weight:700;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px;transition:all .22s;box-shadow:0 4px 20px rgba(100,100,246,.35);position:relative;overflow:hidden;letter-spacing:.2px}.cta-main:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.15),transparent);transition:left .5s}.cta-main:hover{transform:translateY(-2px);box-shadow:0 8px 30px rgba(100,100,246,.45)}.cta-main:hover:before{left:100%}.cta-main:active{transform:translateY(0)}.cta-main:disabled{background:var(--gray-200);color:var(--gray-400);box-shadow:none;cursor:not-allowed;transform:none}.cta-clear{width:100%;height:40px;border-radius:10px;background:none;border:1.5px solid var(--gray-200);color:var(--gray-500);font-size:13px;font-weight:500;cursor:pointer;margin-top:8px;transition:var(--t)}.cta-clear:hover{border-color:var(--danger);color:var(--danger);background:var(--danger-bg)}.cta-clear:disabled{opacity:.55;cursor:not-allowed;border-color:var(--gray-200);color:var(--gray-400);background:transparent}.trust-badges{display:flex;justify-content:center;gap:24px;flex-wrap:wrap;margin-top:8px}.trust-badge{display:flex;align-items:center;gap:6px;font-size:11px;color:var(--gray-500)}.trust-badge svg{color:var(--success)}.or-divider{display:flex;align-items:center;gap:12px;color:var(--gray-400);font-size:11px;margin:16px 0}.or-divider:after,.or-divider:before{content:"";flex:1 1;height:1px;background:var(--gray-200)}.notice-bar{background:var(--warning-bg);border:1px solid #fde68a;border-radius:10px;padding:10px 14px;display:flex;align-items:flex-start;gap:8px;font-size:12px;color:var(--warning-text);margin-bottom:16px;line-height:1.5}.notice-bar svg{flex-shrink:0;margin-top:1px}@media (max-width:900px){.sub-hero{padding:22px 20px}.sub-hero-inner{flex-direction:column;align-items:flex-start;gap:16px}.sub-hero-right{width:100%}.sub-hero-status{display:inline-flex}.sub-content{padding:16px}.plans-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.plans-grid{grid-template-columns:repeat(2,1fr)!important}.billing-option{min-width:80px;padding:8px 14px}.sub-hero-title{font-size:20px}.trust-badges{gap:14px}}@media (max-width:400px){.billing-switcher{width:100%;justify-content:stretch}.billing-option{flex:1 1}}@media (max-width:768px){.sub-hero-bleed{margin:-16px -16px 0}}@media (max-width:480px){.sub-hero-bleed{margin:-12px -12px 0}}.referral-page.referral-container{max-width:860px;margin:0 auto}.referral-page .page-desc{font-size:13px;color:#FFFFFF;padding:12px 16px;background:#6464F6;border-radius:var(--r-md);margin-bottom:24px;border-left:3px solid #6464f6}.referral-page .cards-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:16px;gap:16px;margin-bottom:32px}.referral-page .info-card{background:var(--white);border-radius:var(--r-lg);border:1px solid var(--gray-200);box-shadow:var(--sh-sm);padding:20px}.referral-page .card-title{font-size:13px;font-weight:700;color:var(--gray-900);margin-bottom:14px;display:flex;align-items:center;gap:6px}.referral-page .card-title:before{content:"";width:3px;height:14px;background:var(--p);border-radius:1px}.referral-page .card-content{display:flex;flex-direction:column;gap:10px}.referral-page .info-item{font-size:12px;color:var(--gray-600)}.referral-page .info-label{color:var(--gray-500);margin-right:4px}.referral-page .info-value{font-weight:600;color:var(--gray-900)}.referral-page .info-highlight{font-size:20px;font-weight:800;color:var(--p);margin:8px 0;letter-spacing:-.5px}.referral-page .share-link-group{display:flex;gap:6px;margin-top:8px}.referral-page .share-input{flex:1 1;height:32px;border:1.5px solid var(--gray-200);border-radius:var(--r-sm);padding:0 10px;font-size:12px;color:var(--gray-700);background:var(--white);transition:var(--t)}.referral-page .share-input:focus{border-color:var(--p);box-shadow:0 0 0 3px rgba(100,100,246,.12);outline:none}.referral-page .copy-btn{padding:0 12px;height:32px;border-radius:var(--r-sm);border:1.5px solid var(--p);background:var(--p);color:white;font-size:12px;font-weight:600;cursor:pointer;transition:var(--t);white-space:nowrap}.referral-page .copy-btn:hover{background:var(--p-hover);border-color:var(--p-hover)}.referral-page .copy-btn.disabled,.referral-page .copy-btn:disabled{background:var(--gray-100);border-color:var(--gray-200);color:var(--gray-400);cursor:not-allowed;box-shadow:none}.referral-page .note{font-size:11px;color:var(--gray-500);margin-top:8px;padding:8px;background:var(--gray-50);border-radius:var(--r-sm);border-left:2px solid var(--p-100)}.referral-page .action-buttons{display:flex;gap:8px;flex-wrap:wrap;margin-top:12px}.referral-page .action-btn{padding:6px 12px;height:32px;border-radius:var(--r-sm);border:1.5px solid var(--gray-200);background:var(--white);font-size:12px;font-weight:600;color:var(--gray-600);cursor:pointer;transition:var(--t)}.referral-page .action-btn:hover{border-color:var(--p-200);background:var(--p-50);color:var(--p)}.referral-page .disabled{opacity:.5;cursor:not-allowed;background:var(--gray-50);color:var(--gray-400)}.referral-page .disabled:hover{border-color:var(--gray-200);background:var(--gray-50);color:var(--gray-400)}.referral-page .section{margin-bottom:28px}.referral-page .section-title{font-size:14px;font-weight:700;color:var(--gray-900);margin-bottom:14px;display:flex;align-items:center;gap:8px}.referral-page .section-title:before{content:"";width:4px;height:16px;background:var(--p);border-radius:2px}.referral-page .leaderboard-card{background:var(--white);border-radius:var(--r-lg);border:1px solid var(--gray-200);box-shadow:var(--sh-sm);overflow:hidden}.referral-page .data-table{width:100%;border-collapse:collapse}.referral-page .data-table th{padding:12px 16px;text-align:left;font-size:11px;font-weight:600;color:var(--gray-500);text-transform:uppercase;letter-spacing:.5px;border-bottom:1.5px solid var(--gray-200);background:var(--gray-50);white-space:nowrap}.referral-page .data-table td{padding:12px 16px;font-size:13px;color:var(--gray-800);border-bottom:1px solid var(--gray-100);vertical-align:middle}.referral-page .data-table tr:last-child td{border-bottom:none}.referral-page .data-table tbody tr{transition:var(--t-fast)}.referral-page .data-table tbody tr:hover{background:var(--p-50)}.referral-page .demo-notice{padding:12px 16px;background:var(--warning-bg);border-top:1px solid var(--gray-200);font-size:12px;color:var(--warning-text);font-weight:600}@media (max-width:1024px){.referral-page .cards-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.referral-page .cards-grid{grid-template-columns:1fr}.referral-page .share-link-group{flex-direction:column}.referral-page .copy-btn,.referral-page .share-input{width:100%}.referral-page .action-buttons{gap:6px}.referral-page .action-btn{flex:1 1;min-width:0}}@media (max-width:480px){.referral-page .data-table td,.referral-page .data-table th{padding:10px 12px;font-size:12px}}.support-container{max-width:860px;margin:0 auto}.contact-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:16px;gap:16px;margin-bottom:20px}@media (max-width:480px){.contact-grid{grid-template-columns:1fr}}.hours-bar{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--r-lg);padding:18px 20px;gap:16px;margin-bottom:20px;box-shadow:var(--sh-sm)}.hours-bar,.hours-icon-box{display:flex;align-items:center}.hours-icon-box{width:48px;height:48px;background:var(--p-100);border-radius:var(--r-md);justify-content:center;color:var(--p);font-size:22px;flex-shrink:0}.hours-body{flex:1 1}.hours-label{font-size:11px;font-weight:600;color:var(--gray-500);text-transform:uppercase;letter-spacing:.5px;margin-bottom:3px}.hours-value{font-size:18px;font-weight:800;color:var(--gray-900)}.hours-note{font-size:12px;color:var(--gray-500);margin-top:2px}.hours-track{flex:2 1;min-width:0}@media (max-width:600px){.hours-track{display:none}}.hours-timeline{height:8px;background:var(--gray-100);border-radius:var(--r-full);position:relative;margin-bottom:4px;overflow:hidden}.hours-fill{position:absolute;left:41.67%;width:50%;height:100%;background:linear-gradient(90deg,var(--p),#8484F8);border-radius:var(--r-full)}.hours-ticks{display:flex;justify-content:space-between;font-size:10px;color:var(--gray-400);font-weight:500}.contact-card-inner{background:var(--white);border:1.5px solid var(--gray-200);border-radius:var(--r-xl);padding:26px 22px;display:flex;flex-direction:column;align-items:center;gap:12px;text-align:center;transition:var(--t);cursor:pointer;position:relative;box-shadow:var(--sh-sm);min-height:200px;justify-content:center}.contact-card-inner:hover{border-color:var(--p-200);box-shadow:var(--sh-md);transform:translateY(-2px)}.contact-card-inner.disabled{opacity:.55;cursor:default;pointer-events:none}.contact-icon-wrap{width:64px;height:64px;border-radius:var(--r-lg);display:flex;align-items:center;justify-content:center;font-size:32px;margin-bottom:4px;transition:var(--t)}.contact-icon-wrap.email-icon{background:linear-gradient(135deg,#EDE9FE,#DDD6FE)}.contact-icon-wrap.line-icon{background:linear-gradient(135deg,#DCFCE7,#BBF7D0)}.contact-card-title{font-size:16px;font-weight:700;color:var(--gray-900)}.contact-card-desc{font-size:12px;color:var(--gray-500);line-height:1.5}.contact-status-chip{display:inline-flex;align-items:center;gap:5px;font-size:11px;font-weight:600;padding:3px 10px;border-radius:var(--r-full)}.chip-coming{background:var(--warning-bg);color:var(--warning-text);border:1px solid #fde68a}.chip-active{background:var(--success-bg);color:var(--success-text);border:1px solid #a7f3d0}.contact-coming-badge{position:absolute;top:-1px;right:-1px;background:var(--warning);color:white;font-size:10px;font-weight:700;padding:3px 8px;border-radius:0 var(--r-xl) 0 var(--r-md)}.faq-section{margin-bottom:24px}.faq-list{display:flex;flex-direction:column;gap:0}.faq-list .faq-item:last-child{border-radius:0 0 var(--r-lg) var(--r-lg);border-top:none}.faq-list .faq-item{border-radius:0;border-top:none;border-bottom:1px solid var(--gray-200)}.faq-list .faq-item:first-child{border-top:1px solid var(--gray-200);border-radius:var(--r-lg) var(--r-lg) 0 0}.faq-container{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--r-lg);box-shadow:var(--sh-sm);overflow:hidden}.faq-container .faq-item{border:none;border-bottom:1px solid var(--gray-100);border-radius:0}.faq-container .faq-item:last-child{border-bottom:none}.section-heading2{font-size:14px;font-weight:700;color:var(--gray-900);margin-bottom:12px;display:flex;align-items:center;gap:8px}.section-heading2:before{content:"";width:4px;height:16px;background:var(--p);border-radius:2px}.auth-card{max-width:420px}.form-group{margin-bottom:16px}.form-row{justify-content:space-between;margin-bottom:20px}.form-check,.form-row{display:flex;align-items:center}.form-check{gap:8px;cursor:pointer}.form-check input[type=checkbox]{width:16px;height:16px;accent-color:var(--p);cursor:pointer}.form-check-label{font-size:13px;color:var(--gray-600)}.form-forgot{font-size:13px;color:var(--p);text-decoration:none;font-weight:500}.auth-footer a:hover,.form-forgot:hover{color:var(--p-hover)}.auth-legal{text-align:center;margin-top:14px;font-size:11.5px;color:var(--gray-400);line-height:1.7}.auth-legal a{color:var(--gray-500);text-decoration:none}.auth-legal a:hover{color:var(--p)}@media (max-width:480px){.auth-card{padding:28px 20px;border-radius:var(--r-xl)}}body{background:var(--gray-50);min-height:100vh;display:flex;flex-direction:column}.auth-nav{position:fixed;top:0;left:0;right:0;height:60px;background:rgba(255,255,255,.9);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--gray-100);justify-content:space-between;padding:0 5vw;z-index:100}.auth-logo,.auth-nav{display:flex;align-items:center}.auth-logo{gap:10px;font-size:18px;font-weight:800;color:var(--gray-900);text-decoration:none}.auth-logo-icon{width:32px;height:32px;background:var(--p);border-radius:9px;display:flex;align-items:center;justify-content:center;color:white;font-weight:800;font-size:14px}.auth-nav-link{font-size:13px;color:var(--gray-500);text-decoration:none}.auth-nav-link:hover{color:var(--p)}.auth-wrap{flex:1 1;display:flex;align-items:center;justify-content:center;padding:80px 20px 40px}.auth-card{width:100%;max-width:460px;background:var(--white);border:1.5px solid var(--gray-200);border-radius:var(--r-2xl);padding:40px 36px;box-shadow:var(--sh-lg)}.auth-head{text-align:center;margin-bottom:28px}.auth-head-icon{width:56px;height:56px;background:var(--p-100);border-radius:var(--r-xl);display:flex;align-items:center;justify-content:center;margin:0 auto 16px;font-size:24px}.auth-title{font-size:22px;font-weight:800;color:var(--gray-900);margin-bottom:6px}.auth-sub{font-size:13px;color:var(--gray-500);line-height:1.6}.auth-perks{display:flex;gap:8px;margin-bottom:24px;flex-wrap:wrap;justify-content:center}.perk-chip{display:flex;align-items:center;gap:5px;background:var(--p-50);border:1px solid var(--p-200);border-radius:var(--r-full);padding:4px 10px;font-size:11.5px;font-weight:500;color:var(--p-600)}.social-btns{display:flex;flex-direction:column;gap:10px;margin-bottom:22px}.social-btn{height:44px;border-radius:var(--r-md);border:1.5px solid var(--gray-200);background:var(--white);display:flex;align-items:center;justify-content:center;gap:10px;cursor:pointer;font-size:14px;font-weight:500;color:var(--gray-800);transition:var(--t);text-decoration:none}.social-btn:hover{border-color:var(--gray-300);background:var(--gray-50);box-shadow:var(--sh-xs)}.social-btn svg{width:18px;height:18px;flex-shrink:0}.auth-divider{display:flex;align-items:center;gap:12px;margin-bottom:22px;color:var(--gray-400);font-size:12px}.auth-divider:after,.auth-divider:before{content:"";flex:1 1;height:1px;background:var(--gray-200)}.form-row-2{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px}.form-group{margin-bottom:14px}.form-label{display:block;font-size:13px;font-weight:600;color:var(--gray-700);margin-bottom:7px}.form-input{width:100%;height:44px;padding:0 14px;border:1.5px solid var(--gray-200);border-radius:var(--r-md);font-size:14px;color:var(--gray-900);background:var(--white);transition:var(--t);outline:none;box-sizing:border-box;font-family:var(--font)}.form-input:focus{border-color:var(--p);box-shadow:0 0 0 3px rgba(100,100,246,.12)}.form-input::placeholder{color:var(--gray-400)}.input-wrap{position:relative}.input-wrap .form-input{padding-right:44px}.input-eye{position:absolute;right:14px;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;color:var(--gray-400);display:flex;align-items:center;padding:0}.input-eye:hover{color:var(--gray-600)}.lang-select-group{margin-bottom:16px}.lang-options{display:grid;grid-template-columns:1fr 1fr;grid-gap:8px;gap:8px}.lang-opt{border:1.5px solid var(--gray-200);border-radius:var(--r-md);padding:10px 14px;cursor:pointer;transition:var(--t);display:flex;align-items:center;gap:8px;font-size:13px;color:var(--gray-700)}.lang-opt:hover{border-color:var(--p-200);background:var(--p-50)}.lang-opt.selected{border-color:var(--p);background:var(--p-100);color:var(--p);font-weight:600}.lang-opt-flag{font-size:18px}.pwd-strength{margin-top:8px}.pwd-bars{display:flex;gap:4px;margin-bottom:4px}.pwd-bar{flex:1 1;height:3px;background:var(--gray-200);border-radius:2px;transition:var(--t)}.pwd-bar.weak{background:var(--danger)}.pwd-bar.fair{background:var(--warning)}.pwd-bar.good{background:var(--success)}.pwd-strength-text{font-size:11px;color:var(--gray-400)}.form-agree{display:flex;align-items:flex-start;gap:8px;margin-bottom:20px}.form-agree input[type=checkbox]{width:16px;height:16px;accent-color:var(--p);margin-top:1px;flex-shrink:0}.form-agree-text{font-size:12.5px;color:var(--gray-500);line-height:1.6}.form-agree-text a{color:var(--p);text-decoration:none;font-weight:500}.form-agree-text a:hover{color:var(--p-hover)}.btn-auth{width:100%;height:48px;background:var(--p);color:white;border:none;border-radius:var(--r-md);font-size:15px;font-weight:700;cursor:pointer;transition:var(--t);font-family:var(--font)}.btn-auth:hover{background:var(--p-hover);box-shadow:0 4px 16px rgba(100,100,246,.3)}.btn-auth:active{background:var(--p-active);transform:translateY(1px)}.auth-footer{text-align:center;margin-top:20px;font-size:13px;color:var(--gray-500)}.auth-footer a{color:var(--p);font-weight:600;text-decoration:none}.page-footer{text-align:center;padding:24px;font-size:12px;color:var(--gray-400)}.page-footer a{color:var(--gray-400);text-decoration:none;margin:0 8px}.page-footer a:hover{color:var(--p)}@media (max-width:480px){.auth-card{padding:28px 20px;border-radius:var(--r-xl)}.form-row-2{grid-template-columns:1fr}}.loading-state{display:flex;align-items:center;justify-content:center;gap:14px;min-height:94px;padding:16px;border-radius:var(--r-md);border:1px solid var(--gray-200);background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(248,248,255,.98));color:var(--gray-700);box-shadow:var(--sh-xs)}.loading-state.compact{min-height:0;padding:8px 0;border:none;border-radius:0;background:transparent;box-shadow:none;justify-content:flex-start;gap:10px}.loading-state-copy{min-width:0}.loading-state-title{font-size:13px;font-weight:700;color:var(--gray-700);letter-spacing:.1px}.loading-state-description{margin-top:3px;font-size:12px;color:var(--gray-500);line-height:1.6}.loading-state-skeleton{display:grid;grid-gap:6px;gap:6px;margin-top:10px}.loading-state-skeleton-line{height:6px;border-radius:var(--r-full);background:linear-gradient(90deg,var(--gray-100),var(--p-100),var(--gray-100));background-size:220px 100%;animation:loading-skeleton-shimmer 1.35s ease-in-out infinite;animation-delay:calc(var(--loading-line-index, 0) * 80ms);opacity:.7}.loading-state-skeleton-line:first-child{width:180px;max-width:42vw}.loading-state-skeleton-line:nth-child(2){width:150px;max-width:38vw}.loading-state-skeleton-line:nth-child(3){width:168px;max-width:40vw}.loading-state-skeleton-line:nth-child(4){width:132px;max-width:34vw}.loading-mark{--loading-size:34px;position:relative;width:var(--loading-size);height:var(--loading-size);flex-shrink:0;animation:loading-mark-rotate 1.25s linear infinite;filter:drop-shadow(0 2px 8px rgba(100,100,246,.18))}.loading-mark.compact{--loading-size:22px}.loading-mark-ring{position:absolute;inset:0;border-radius:50%;border-left:2px solid rgba(100,100,246,.2);border-bottom:2px solid rgba(100,100,246,.2);border-top:2px solid rgba(100,100,246,.2);border-top-color:var(--p);border-right:2px solid rgba(100,100,246,.2);border-right-color:var(--p-600)}.loading-mark-core{position:absolute;width:28%;height:28%;left:36%;top:36%;border-radius:50%;background:var(--p);animation:loading-mark-pulse 1.15s ease-in-out infinite}.loading-mark-dot{position:absolute;width:18%;height:18%;border-radius:50%;background:var(--p-300);animation:loading-mark-dot-fade 1.25s linear infinite}.loading-mark-dot-a{left:42%;top:-4%}.loading-mark-dot-b{left:42%;bottom:-4%;animation-delay:-.62s}.loading-screen-shell{min-height:calc(100vh - 160px);display:grid;place-items:center;padding:28px 20px}.loading-screen-simple{width:min(460px,100%);display:flex;align-items:center;gap:14px;padding:16px 18px;border:1px solid var(--gray-200);border-radius:var(--r-lg);background:linear-gradient(160deg,#F8F8FF,#FFFFFF);box-shadow:var(--sh-sm)}.loading-screen-copy{min-width:0}.loading-screen-eyebrow{font-size:11px;font-weight:700;color:var(--p);letter-spacing:.4px;text-transform:uppercase;margin-bottom:2px}.loading-screen-title{font-size:14px;font-weight:700;color:var(--gray-800);line-height:1.45}.loading-screen-text{font-size:12px;color:var(--gray-500);margin-top:3px;line-height:1.6}.loading-inline{display:inline-flex;align-items:center;gap:6px;font-size:12px;color:var(--gray-500)}.loading-inline-dot{width:8px;height:8px;border-radius:50%;background:var(--p);box-shadow:0 0 0 0 rgba(100,100,246,.35);animation:loading-inline-pulse 1.1s ease-in-out infinite;flex-shrink:0}.button-loading-label{display:inline-flex;align-items:center;gap:8px}.button-loading-spinner{width:14px;height:14px;border-radius:50%;border:2px solid rgba(255,255,255,.35);border-top-color:#ffffff;animation:loading-mark-rotate .9s linear infinite;flex-shrink:0}@keyframes loading-mark-rotate{to{transform:rotate(1turn)}}@keyframes loading-mark-pulse{0%,to{transform:scale(.82);opacity:.72}50%{transform:scale(1);opacity:1}}@keyframes loading-mark-dot-fade{0%,to{opacity:.28;transform:scale(.85)}50%{opacity:.95;transform:scale(1)}}@keyframes loading-inline-pulse{0%,to{box-shadow:0 0 0 0 rgba(100,100,246,.35)}55%{box-shadow:0 0 0 7px rgba(100,100,246,0)}}@keyframes loading-skeleton-shimmer{0%{background-position:220px 0}to{background-position:-220px 0}}@media (max-width:640px){.loading-state{min-height:82px;padding:12px}.loading-screen-shell{min-height:calc(100vh - 140px);padding:20px 14px}.loading-screen-simple{padding:14px}.loading-state-skeleton-line:first-child,.loading-state-skeleton-line:nth-child(2),.loading-state-skeleton-line:nth-child(3),.loading-state-skeleton-line:nth-child(4){max-width:58vw}}@media (prefers-reduced-motion:reduce){.button-loading-spinner,.loading-inline-dot,.loading-mark,.loading-mark-core,.loading-mark-dot,.loading-state-skeleton-line{animation:none!important}}body{background:var(--white)}.land-nav{position:fixed;top:0;left:0;right:0;height:64px;background:rgba(255,255,255,.88);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--gray-100);display:flex;align-items:center;padding:0 5vw;gap:32px;z-index:100;transition:var(--t)}.land-logo{gap:10px;font-size:20px;color:var(--gray-900);text-decoration:none;flex-shrink:0}.land-logo,.land-logo-icon{display:flex;align-items:center;font-weight:800}.land-logo-icon{width:36px;height:36px;background:var(--p);border-radius:10px;justify-content:center;color:white;font-size:16px}.land-nav-links{display:flex;align-items:center;gap:28px;flex:1 1}.land-nav-links a{font-size:14px;font-weight:500;color:var(--gray-600);transition:var(--t)}.land-nav-links a:hover{color:var(--p)}.land-nav-actions{display:flex;align-items:center;gap:10px}.land-nav-lang-wrap{position:relative;color:var(--gray-500)}.land-nav-lang-icon{position:absolute;left:10px;top:50%;transform:translateY(-50%);pointer-events:none;z-index:1}.land-nav-lang{display:flex;align-items:center;height:34px;padding:0 30px;border-radius:var(--r-sm);background:var(--white);color:var(--gray-600);font-size:12px;font-weight:500;cursor:pointer;border:1.5px solid var(--gray-200);-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%238080A8' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 9px center;transition:var(--t);max-width:160px}.land-nav-lang:focus,.land-nav-lang:hover{border-color:var(--p)}.land-nav-lang:focus{outline:none;box-shadow:none}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:100px 5vw 60px;position:relative;overflow:hidden}.hero-bg{background:radial-gradient(ellipse at 60% 0,rgba(100,100,246,.08) 0,transparent 60%),radial-gradient(ellipse at 0 80%,rgba(100,100,246,.05) 0,transparent 50%)}.hero-bg,.hero-grid{position:absolute;inset:0;pointer-events:none}.hero-grid{background-image:linear-gradient(var(--gray-100) 1px,transparent 1px),linear-gradient(90deg,var(--gray-100) 1px,transparent 1px);background-size:40px 40px;opacity:.5}.hero-inner{max-width:800px;text-align:center;position:relative;z-index:1}.hero-badge{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;background:var(--p-100);border:1px solid var(--p-200);border-radius:var(--r-full);font-size:12px;font-weight:600;color:var(--p-600);margin-bottom:24px}.hero-badge-dot{width:6px;height:6px;background:var(--p);border-radius:50%;animation:pulse 2s infinite}.hero-title{font-size:clamp(36px,6vw,64px);font-weight:800;color:var(--gray-900);line-height:1.15;letter-spacing:-1.5px;margin-bottom:20px}.hero-title .accent{color:var(--p)}.hero-title .jp{font-family:var(--font-jp);color:var(--p-600)}.hero-desc{font-size:17px;color:var(--gray-600);max-width:560px;margin:0 auto 36px;line-height:1.7}.hero-actions{display:flex;align-items:center;justify-content:center;gap:12px;flex-wrap:wrap}.hero-note{margin-top:16px;font-size:12px;color:var(--gray-400)}.stats-bar{background:var(--white);border-top:1px solid var(--gray-200);border-bottom:1px solid var(--gray-200);padding:24px 5vw}.stats-bar-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);grid-gap:24px;gap:24px;text-align:center}.stat-item-val{font-size:28px;font-weight:800;color:var(--p);letter-spacing:-.5px}.stat-item-label{font-size:13px;color:var(--gray-500);margin-top:2px}.section-pad{padding:80px 5vw}.section-center{text-align:center;max-width:600px;margin:0 auto 48px}.section-eyebrow{font-size:12px;font-weight:700;color:var(--p);text-transform:uppercase;letter-spacing:1.5px;margin-bottom:12px}.section-h{font-size:clamp(24px,4vw,36px);font-weight:800;color:var(--gray-900);letter-spacing:-.5px;margin-bottom:12px}.section-p{font-size:15px;color:var(--gray-500);line-height:1.7}.features-grid{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px}.feature-card{background:var(--white);border:1.5px solid var(--gray-200);border-radius:var(--r-xl);padding:28px;transition:var(--t)}.feature-card:hover{border-color:var(--p-200);box-shadow:var(--sh-md);transform:translateY(-3px)}.feature-icon{width:52px;height:52px;border-radius:var(--r-md);display:flex;align-items:center;justify-content:center;margin-bottom:18px;font-size:24px}.feature-icon.purple{background:var(--p-100);color:var(--p)}.feature-icon.green{background:var(--success-bg);color:var(--success)}.feature-icon.orange{background:var(--warning-bg);color:var(--warning)}.feature-title{font-size:16px;font-weight:700;color:var(--gray-900);margin-bottom:8px}.feature-desc{font-size:13px;color:var(--gray-500);line-height:1.7}.hiw-section{background:var(--gray-50)}.hiw-steps{max-width:900px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:32px;gap:32px;position:relative}.hiw-steps:before{content:"";position:absolute;top:28px;left:calc(100% / 6);right:calc(100% / 6);height:2px;background:linear-gradient(90deg,var(--p-100),var(--p),var(--p-100))}.hiw-step{text-align:center}.hiw-step-num{width:56px;height:56px;background:var(--p);border-radius:var(--r-full);display:flex;align-items:center;justify-content:center;color:white;font-size:20px;font-weight:800;margin:0 auto 16px;position:relative;z-index:1;box-shadow:0 4px 16px rgba(100,100,246,.3)}.hiw-step-title{font-size:15px;font-weight:700;color:var(--gray-900);margin-bottom:8px}.hiw-step-desc{font-size:13px;color:var(--gray-500);line-height:1.6}.content-showcase{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;grid-gap:48px;gap:48px;align-items:center}.showcase-feature-list{margin-top:24px;display:flex;flex-direction:column;gap:14px}.showcase-feature{display:flex;align-items:flex-start;gap:12px}.showcase-feature-icon{width:32px;height:32px;background:var(--p-100);border-radius:var(--r-sm);display:flex;align-items:center;justify-content:center;color:var(--p);flex-shrink:0}.showcase-feature-text h4{font-size:14px;font-weight:600;color:var(--gray-900);margin-bottom:2px}.showcase-feature-text p{font-size:13px;color:var(--gray-500)}.showcase-visual{background:var(--p-50);border:1.5px solid var(--p-100);border-radius:var(--r-2xl);padding:24px;overflow:hidden}.demo-player{background:white;border-radius:var(--r-lg);overflow:hidden;box-shadow:var(--sh-md)}.demo-player-header{background:var(--p);color:white;padding:12px 16px;display:flex;align-items:center;justify-content:space-between;font-size:13px;font-weight:600}.demo-player-body{padding:16px}.demo-sentence{padding:10px 12px;border-radius:var(--r);margin-bottom:8px;font-family:var(--font-jp);font-size:14px;line-height:1.8;color:var(--gray-800)}.demo-sentence.active{background:var(--p-50);border:1.5px solid var(--p-100);color:var(--p-600)}.demo-sentence .ruby{font-size:.6em;display:block;color:var(--gray-400)}.demo-controls{display:flex;align-items:center;justify-content:center;gap:8px;padding:12px;border-top:1px solid var(--gray-100)}.demo-play-btn{width:40px;height:40px;background:var(--p);color:white}.demo-ctrl-btn,.demo-play-btn{border-radius:50%;display:flex;align-items:center;justify-content:center}.demo-ctrl-btn{width:32px;height:32px;color:var(--gray-400)}.categories-grid{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);grid-gap:12px;gap:12px}.cat-pill{background:var(--white);border:1.5px solid var(--gray-200);border-radius:var(--r-xl);padding:16px;display:flex;align-items:center;gap:10px;transition:var(--t);cursor:pointer}.cat-pill:hover{border-color:var(--p);background:var(--p-50)}.cat-pill-emoji{font-size:20px}.cat-pill-label{font-size:13px;font-weight:600;color:var(--gray-700)}.cat-pill-count{font-size:11px;color:var(--gray-400);margin-top:1px}.pricing-section{background:var(--gray-50)}.pricing-grid{max-width:900px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px}.pricing-card{background:white;border:1.5px solid var(--gray-200);border-radius:var(--r-xl);padding:28px 24px;position:relative;transition:var(--t)}.pricing-card.featured{border-color:var(--p);box-shadow:0 8px 32px rgba(100,100,246,.18)}.pricing-card.featured:before{content:"最受欢迎";position:absolute;top:-12px;left:50%;transform:translateX(-50%);background:var(--p);color:white;font-size:11px;font-weight:700;padding:3px 12px;border-radius:var(--r-full);white-space:nowrap}.pricing-name{font-size:14px;font-weight:700;color:var(--gray-600);margin-bottom:12px}.pricing-price{font-size:36px;font-weight:800;color:var(--gray-900);letter-spacing:-1px}.pricing-price sup{font-size:18px;font-weight:600;vertical-align:super;margin-right:2px}.pricing-price sub{font-size:13px;font-weight:400;color:var(--gray-500)}.pricing-desc{font-size:12px;color:var(--gray-500);margin:8px 0 20px}.pricing-features{list-style:none;display:flex;flex-direction:column;gap:10px;margin-bottom:24px}.pricing-feature{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--gray-700)}.pricing-feature-check{width:18px;height:18px;background:var(--success-bg);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--success);flex-shrink:0}.testimonials-grid{max-width:1000px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px}.testimonial-card{background:white;border:1.5px solid var(--gray-200);border-radius:var(--r-xl);padding:24px}.testimonial-stars{color:var(--warning);font-size:14px;margin-bottom:12px;letter-spacing:2px}.testimonial-text{font-size:14px;color:var(--gray-700);line-height:1.7;margin-bottom:16px}.testimonial-author{display:flex;align-items:center;gap:10px}.testimonial-avatar{width:36px;height:36px;border-radius:50%;background:var(--p-100);display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;color:var(--p)}.testimonial-name{font-size:13px;font-weight:700;color:var(--gray-900)}.testimonial-role{font-size:11px;color:var(--gray-500)}.cta-section{background:linear-gradient(135deg,var(--p-700),var(--p),#8484F8);padding:80px 5vw;text-align:center;color:white}.cta-title{font-size:clamp(24px,4vw,40px);font-weight:800;margin-bottom:12px;letter-spacing:-.5px}.cta-desc{font-size:16px;opacity:.85;margin-bottom:32px}.btn-white{background:white;color:var(--p);border-color:white}.btn-white:hover{background:var(--p-50);box-shadow:0 4px 20px rgba(0,0,0,.2)}.btn-outline-white{background:transparent;color:white;border-color:rgba(255,255,255,.5)}.btn-outline-white:hover{background:rgba(255,255,255,.15);border-color:white}.land-footer{background:var(--gray-900);padding:48px 5vw 32px;color:var(--gray-400)}.footer-inner{max-width:1100px;margin:0 auto}.footer-top{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;grid-gap:40px;gap:40px;margin-bottom:40px}.footer-logo{gap:8px;font-size:18px;margin-bottom:12px}.footer-logo,.footer-logo-icon{display:flex;align-items:center;font-weight:800;color:white}.footer-logo-icon{width:28px;height:28px;background:var(--p);border-radius:8px;justify-content:center;font-size:12px}.footer-desc{font-size:13px;line-height:1.7;color:var(--gray-500)}.footer-col-title{font-size:13px;font-weight:700;color:white;margin-bottom:12px}.footer-links{display:flex;flex-direction:column;gap:8px}.footer-links a{font-size:13px;color:var(--gray-500);transition:var(--t)}.footer-links a:hover{color:white}.footer-bottom{border-top:1px solid var(--gray-800);padding-top:24px;display:flex;align-items:center;justify-content:space-between;font-size:12px}.footer-bottom-links{display:flex;gap:20px}.footer-bottom-links a{color:var(--gray-600);transition:var(--t)}.footer-bottom-links a:hover{color:var(--gray-300)}@media (max-width:900px){.features-grid{grid-template-columns:1fr 1fr}.categories-grid{grid-template-columns:repeat(2,1fr)}.pricing-grid{grid-template-columns:1fr;max-width:400px}.testimonials-grid{max-width:420px}.content-showcase,.hiw-steps,.testimonials-grid{grid-template-columns:1fr}.hiw-steps{gap:24px}.hiw-steps:before{display:none}.footer-top{grid-template-columns:1fr 1fr;gap:28px}.stats-bar-inner{grid-template-columns:repeat(2,1fr);gap:16px}}@media (max-width:600px){.land-nav-links{display:none}.categories-grid,.features-grid,.footer-top{grid-template-columns:1fr}.footer-top{gap:20px}.footer-bottom{gap:12px;text-align:center}.footer-bottom,.hero-actions{flex-direction:column}.hero-actions .btn{width:100%;max-width:300px}.stats-bar-inner{grid-template-columns:repeat(2,1fr)}}.announce-bar,.app-wrapper,.auth-modal,.hall-card,.hall-tab,.m-btn,.m-input,.main-content,.page-content,.topbar,body{font-family:var(--font)}