:root{--primary:#6c63ff;--primary-light:#a29bfe;--primary-dark:#4834d4;--primary-glow:#6c63ff4d;--secondary:#00cec9;--secondary-light:#55efc4;--secondary-dark:#00b894;--warm:#fdcb6e;--warm-light:#ffeaa7;--danger:#e17055;--danger-light:#fab1a0;--heal:#55efc4;--heal-light:#81ecec;--pink:#fd79a8;--pink-light:#fdcee7;--bg-dark:#0a0a1a;--bg-main:#0f0f1f;--bg-card:#1a1a2e;--bg-card-hover:#222240;--bg-elevated:#252545;--bg-input:#16162b;--bg-sidebar:#0d0d1d;--text-primary:#eaeaea;--text-secondary:#8b8b9e;--text-muted:#5a5a6e;--text-accent:#a29bfe;--border:#ffffff0f;--border-light:#ffffff1a;--border-focus:#6c63ff80;--glass-bg:#1a1a2e99;--glass-border:#ffffff14;--glass-shadow:0 8px 32px #0000004d;--shadow-sm:0 2px 8px #0003;--shadow-md:0 4px 16px #0000004d;--shadow-lg:0 8px 32px #0006;--shadow-glow:0 0 20px #6c63ff33;--space-xs:4px;--space-sm:8px;--space-md:16px;--space-lg:24px;--space-xl:32px;--space-2xl:48px;--space-3xl:64px;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:20px;--radius-full:9999px;--font-thai:"Noto Sans Thai", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;--font-en:"Inter", "Noto Sans Thai", -apple-system, BlinkMacSystemFont, sans-serif;--text-xs:.75rem;--text-sm:.875rem;--text-base:1rem;--text-lg:1.125rem;--text-xl:1.25rem;--text-2xl:1.5rem;--text-3xl:1.875rem;--text-4xl:2.25rem;--transition-fast:.15s ease;--transition-base:.25s ease;--transition-slow:.4s ease;--transition-spring:.5s cubic-bezier(.34, 1.56, .64, 1);--z-sidebar:100;--z-topbar:90;--z-modal:200;--z-toast:300;--sidebar-width:260px;--sidebar-collapsed:72px;--topbar-height:64px;--status-great:#55efc4;--status-good:#00cec9;--status-moderate:#fdcb6e;--status-concern:#e17055;--status-critical:#d63031}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px}body{font-family:var(--font-thai);background:var(--bg-dark);color:var(--text-primary);min-height:100vh;line-height:1.6;overflow-x:hidden}body:before{content:"";pointer-events:none;z-index:0;background:radial-gradient(at 20%,#6c63ff14 0%,#0000 50%),radial-gradient(at 80% 20%,#00cec90f 0%,#0000 50%),radial-gradient(at 50% 80%,#fd79a80a 0%,#0000 50%);position:fixed;inset:0}#root{z-index:1;min-height:100vh;position:relative}a{color:var(--primary-light);transition:color var(--transition-fast);text-decoration:none}a:hover{color:var(--primary)}img{max-width:100%;height:auto}button{cursor:pointer;border:none;outline:none;font-family:inherit}input,textarea,select{outline:none;font-family:inherit}ul,ol{list-style:none}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--bg-dark)}::-webkit-scrollbar-thumb{background:var(--bg-elevated);border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}.text-gradient{background:linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.text-gradient-warm{background:linear-gradient(135deg, var(--warm) 0%, var(--pink) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.glass{background:var(--glass-bg);-webkit-backdrop-filter:blur(24px);border:1px solid var(--glass-border);box-shadow:var(--glass-shadow);border-radius:var(--radius-xl)}.glass-hover{transition:all var(--transition-base)}.glass-hover:hover{border-color:var(--primary-glow);box-shadow:var(--shadow-lg), 0 0 20px #6c63ff33;background:#282841b3;transform:translateY(-4px)}.glow{box-shadow:var(--shadow-glow)}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}@keyframes slideInUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes breathing{0%,to{filter:drop-shadow(0 0 10px #6c63ff4d);transform:scale(1)}50%{filter:drop-shadow(0 0 25px #6c63ffb3);transform:scale(1.08)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}@keyframes typing{0%{opacity:.3}50%{opacity:1}to{opacity:.3}}@keyframes spin{0%{transform-origin:260px 70px;transform:rotate(0)}to{transform-origin:260px 70px;transform:rotate(360deg)}}@keyframes gradientShift{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}@keyframes slideDown{0%{opacity:0;transform:translate(-50%)translateY(-20px)}to{opacity:1;transform:translate(-50%)translateY(0)}}.animate-fadeIn{animation:.5s forwards fadeIn}.animate-fadeInUp{animation:.5s forwards fadeInUp}.animate-fadeInDown{animation:.5s forwards fadeInDown}.animate-scaleIn{animation:.3s forwards scaleIn}.animate-pulse{animation:2s ease-in-out infinite pulse}.animate-bounce{animation:2s ease-in-out infinite bounce}.animate-breathing{animation:3s ease-in-out infinite breathing}.stagger-1{animation-delay:50ms}.stagger-2{animation-delay:.1s}.stagger-3{animation-delay:.15s}.stagger-4{animation-delay:.2s}.stagger-5{animation-delay:.25s}.stagger-6{animation-delay:.3s}.status-great{color:var(--status-great)}.status-good{color:var(--status-good)}.status-moderate{color:var(--status-moderate)}.status-concern{color:var(--status-concern)}.status-critical{color:var(--status-critical)}.status-bg-great{background:#55efc426;border:1px solid #55efc44d}.status-bg-good{background:#00cec926;border:1px solid #00cec94d}.status-bg-moderate{background:#fdcb6e26;border:1px solid #fdcb6e4d}.status-bg-concern{background:#e1705526;border:1px solid #e170554d}.status-bg-critical{background:#d6303126;border:1px solid #d630314d}.bottom-nav-container{width:100%;padding:16px 20px calc(16px + env(safe-area-inset-bottom));z-index:40;pointer-events:none;display:none;position:fixed;bottom:0;left:0}.bottom-nav{pointer-events:auto;background:var(--white);border-radius:35px;align-items:center;width:100%;max-width:400px;height:70px;margin:0 auto;padding:0 8px;display:flex;position:relative;box-shadow:0 10px 40px #00b89426}.bottom-nav-item{color:var(--text-muted);cursor:pointer;background:0 0;border:none;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:4px;padding:0;text-decoration:none;transition:all .2s;display:flex}.bottom-nav-icon{font-size:20px;display:flex}.bottom-nav-icon svg{width:20px;height:20px}.bottom-nav-logo-icon{object-fit:cover;border-radius:8px;width:24px;height:24px;display:block;box-shadow:0 6px 14px #00b89438}.bottom-nav-label{font-size:10px;font-weight:600;font-family:var(--font-thai);opacity:0;transition:all .3s cubic-bezier(.34,1.56,.64,1);position:absolute;bottom:8px;transform:translateY(10px)}.bottom-nav-item:hover{color:var(--text-main)}.bottom-nav-item.active{color:var(--primary-color)}.bottom-nav-item.active .bottom-nav-icon{transform:translateY(-8px)}.bottom-nav-item.active .bottom-nav-label{opacity:1;transform:translateY(0)}.bottom-nav-item.menu-btn{background:var(--primary-gradient);color:#fff;border-radius:28px;flex:none;width:56px;height:56px;margin-left:8px;transform:translateY(-10px);box-shadow:0 8px 20px #00b8944d}.bottom-nav-item.menu-btn .bottom-nav-icon{margin-bottom:0}.bottom-nav-item.menu-btn .bottom-nav-label{display:none}.bottom-nav-item.menu-btn:hover{transform:translateY(-12px);box-shadow:0 12px 25px #00b89466}@media (width<=768px){.bottom-nav-container{padding:10px 14px calc(10px + env(safe-area-inset-bottom));justify-content:center;display:flex}.bottom-nav{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fffffff0;border:1px solid #e2e8f0db;border-radius:33px;max-width:min(420px,100vw - 28px);height:66px;padding:0 6px;box-shadow:0 18px 42px #0f172a1f}.bottom-nav-item{border-radius:28px;min-width:0;height:56px}.bottom-nav-icon svg{width:22px;height:22px}.bottom-nav-label{white-space:nowrap;font-size:11px;bottom:7px}.bottom-nav-item.active .bottom-nav-icon{transform:translateY(-7px)}.bottom-nav-item.menu-btn{border:3px solid #ffffffc7;width:54px;height:54px;margin-left:4px;transform:translateY(-8px);box-shadow:0 14px 28px #00b89447}.bottom-nav-item.menu-btn:hover{transform:translateY(-9px)}.bottom-nav.student-tabs{justify-content:space-between;height:70px;padding:0 8px;overflow:visible}.bottom-nav.student-tabs .bottom-nav-item{border-radius:20px;flex:20%;gap:3px;min-width:0;height:62px;position:relative}.bottom-nav.student-tabs .bottom-nav-icon{border-radius:999px;justify-content:center;align-items:center;width:38px;height:34px;transition:transform .2s;transform:none}.bottom-nav.student-tabs .bottom-nav-icon svg{width:21px;height:21px}.bottom-nav.student-tabs .bottom-nav-label{opacity:0;visibility:hidden;white-space:nowrap;text-overflow:ellipsis;max-width:100%;font-size:10px;line-height:1.1;position:static;bottom:auto;overflow:hidden;transform:translateY(6px)}.bottom-nav.student-tabs .bottom-nav-item.active{color:var(--primary-color);background:0 0}.bottom-nav.student-tabs .bottom-nav-item.active .bottom-nav-icon{transform:none}.bottom-nav.student-tabs .bottom-nav-item.active .bottom-nav-icon svg{width:22px;height:22px}.bottom-nav.student-tabs .bottom-nav-item.active .bottom-nav-label{opacity:1;visibility:visible;transform:translateY(0)}.bottom-nav.student-tabs .bottom-nav-item.ai-tab{color:var(--primary-color)}.bottom-nav.student-tabs .bottom-nav-item.ai-tab.active{box-shadow:none;background:0 0}.bottom-nav.student-tabs .bottom-nav-item.ai-tab.active .bottom-nav-icon{color:#fff;background:var(--primary-gradient);border:4px solid #ffffffe0;width:60px;height:60px;transform:translateY(-13px);box-shadow:0 14px 30px #00b89457}.bottom-nav.student-tabs .bottom-nav-item.ai-tab.active .bottom-nav-icon svg{width:26px;height:26px}.bottom-nav.student-tabs .bottom-nav-item.ai-tab.active .bottom-nav-label{transform:translateY(-9px)}.bottom-nav.student-tabs .bottom-nav-item.ai-tab .bottom-nav-label{font-weight:800}.bottom-nav.student-tabs .bottom-nav-logo-icon{width:34px;height:34px;box-shadow:none;border-radius:12px}}:root{--primary-color:#00b894;--primary-color-hover:#00a381;--primary-color-light:#e0f7f5;--primary-gradient:linear-gradient(135deg, #00b894 0%, #00cec9 100%);--bg-main:#f4f6fb;--text-main:#2d3436;--text-muted:#8e959f;--white:#fff;--border-color:#0000000a;--shadow-soft:0 10px 30px #00b89414;--shadow-card:0 16px 40px #0000000a;--radius-card:24px;--radius-btn:16px;--sidebar-width:260px;--topbar-height:64px}body{background-color:var(--bg-main);color:var(--text-main);font-family:var(--font-thai);margin:0}.app-layout{min-height:100vh;display:flex}.sidebar{width:var(--sidebar-width);background:var(--white);color:var(--text-main);z-index:50;border-right:1px solid var(--border-color);flex-direction:column;height:100vh;transition:transform .3s;display:flex;position:fixed;top:0;left:0}.sidebar-header{height:var(--topbar-height);border-bottom:1px solid var(--border-color);align-items:center;gap:12px;padding:0 24px;display:flex}.sidebar-logo{background:var(--primary-color-light);border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.sidebar-brand h1{color:var(--primary-color);margin:0;font-size:16px;font-weight:700;line-height:1.2}.sidebar-brand p{color:var(--text-muted);margin:0;font-size:10px}.sidebar-nav{flex-direction:column;flex:1;gap:2px;padding:16px 12px;display:flex;overflow-y:auto}.sidebar-link{color:#636e72;border-radius:10px;align-items:center;gap:12px;padding:10px 14px;font-size:14px;font-weight:500;text-decoration:none;transition:all .15s;display:flex}.sidebar-link:hover{color:var(--text-main);background:#f8f9fc}.sidebar-link.active{background:var(--primary-color-light);color:var(--primary-color);font-weight:600}.sidebar-link-icon{flex-shrink:0;justify-content:center;align-items:center;width:22px;display:flex}.sidebar-footer{border-top:1px solid var(--border-color);padding:16px}.sidebar-user-card{background:#f8f9fc;border-radius:10px;align-items:center;gap:10px;margin-bottom:10px;padding:10px 12px;display:flex}.sidebar-user-avatar-sm{background:var(--primary-color);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:14px;font-weight:700;display:flex}.sidebar-user-detail{min-width:0}.sidebar-user-name-sm{color:var(--text-main);white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:600;overflow:hidden}.sidebar-user-role-sm{color:var(--text-muted);font-size:11px}.sidebar-logout-btn{color:#e17055;width:100%;font-size:14px;font-weight:500;font-family:var(--font-thai);cursor:pointer;background:0 0;border:1px solid #ffeae4;border-radius:10px;align-items:center;gap:10px;padding:10px 14px;transition:all .15s;display:flex}.sidebar-logout-btn:hover{background:#fff5f3;border-color:#e17055}.topbar{height:var(--topbar-height);background:var(--white);border-bottom:1px solid var(--border-color);z-index:40;justify-content:space-between;align-items:center;padding:0 32px;display:flex;position:sticky;top:0}.topbar-left{align-items:center;gap:16px;display:flex}.mobile-menu-btn{color:var(--text-main);cursor:pointer;background:0 0;border:none;padding:4px;display:none}.topbar-breadcrumb{align-items:center;gap:8px;font-size:14px;display:flex}.breadcrumb-brand{color:var(--primary-color);font-weight:600}.breadcrumb-sep{color:#ddd}.breadcrumb-current{color:var(--text-main);font-weight:600}.topbar-right{align-items:center;gap:20px;display:flex}.topbar-search{width:220px;position:relative}.topbar-search input{background:var(--bg-main);border-radius:var(--radius-btn);width:100%;font-family:var(--font-thai);color:var(--text-main);border:1px solid #0000;padding:8px 14px 8px 34px;font-size:13px;transition:all .2s;box-shadow:inset 0 2px 5px #00000005}.topbar-search input:focus{background:#fff;border-color:#00b8944d;outline:none;box-shadow:0 0 0 3px #00b8941a}.search-icon{color:#adb5bd;display:flex;position:absolute;top:50%;left:10px;transform:translateY(-50%)}.topbar-actions{align-items:center;gap:8px;display:flex}.topbar-btn{border:1px solid var(--border-color);color:#636e72;cursor:pointer;background:0 0;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;transition:all .15s;display:flex;position:relative}.topbar-btn:hover{color:var(--text-main);background:#f8f9fc}.topbar-badge{color:#fff;background:#e74c3c;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;font-size:10px;font-weight:700;display:flex;position:absolute;top:-4px;right:-4px}.topbar-user{border-left:1px solid var(--border-color);align-items:center;gap:10px;padding-left:16px;display:flex}.topbar-user-avatar{background:var(--primary-color);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:15px;font-weight:700;display:flex}.topbar-user-info{flex-direction:column;display:flex}.topbar-user-name{color:var(--text-main);font-size:13px;font-weight:700;line-height:1.2}.topbar-user-role{color:var(--text-muted);font-size:11px}.main-content{margin-left:var(--sidebar-width);background:var(--bg-main);flex-direction:column;flex:1;min-width:0;min-height:100vh;display:flex}.page-content{flex:1;min-width:0;padding:28px 32px}@media (width<=1024px){.sidebar{transform:translate(-100%)}.sidebar.open{transform:translate(0)}.main-content{margin-left:0}.mobile-menu-btn{display:flex}.sidebar-overlay{z-index:45;background:#0000004d;width:100vw;height:100vh;position:fixed;top:0;left:0}.topbar-search{display:none}}@media (width<=768px){.topbar{height:52px;padding:0 12px}.page-content{padding:16px;padding-bottom:calc(110px + env(safe-area-inset-bottom))}.topbar-user-info{display:none}.topbar-user{border-left:none;padding-left:8px}.topbar-user-avatar{width:32px;height:32px;font-size:13px}.breadcrumb-sep,.breadcrumb-current{display:none}.topbar-breadcrumb img{width:28px!important;height:28px!important}.breadcrumb-brand{font-size:15px}.topbar-left,.topbar-right{gap:8px}.topbar-actions{gap:4px}.topbar-btn{border:none;width:34px;height:34px}.topbar{border-bottom-color:#e2e8f0e6;height:64px;padding:0 18px;box-shadow:0 1px #0f172a08}.page-content{padding:12px 0 calc(98px + env(safe-area-inset-bottom));width:100%;max-width:100vw;overflow-x:hidden}.mobile-menu-btn{color:#1f2937;justify-content:center;align-items:center;width:42px;height:42px}.topbar-breadcrumb img{border-radius:10px!important;width:36px!important;height:36px!important;margin-right:10px!important}.breadcrumb-brand{letter-spacing:0;font-size:20px;font-weight:800}.topbar-right{gap:4px}}@media (width<=430px){.topbar-right{gap:4px}.breadcrumb-brand{font-size:16px}.topbar-btn{width:30px;height:30px}.topbar-btn svg{width:18px;height:18px}.topbar-user-avatar{width:28px;height:28px;font-size:11px}.topbar-breadcrumb img{width:28px!important;height:28px!important;margin-right:6px!important}}@media (width<=768px){.topbar{justify-content:space-between;gap:10px}.topbar-left{flex:none;justify-content:flex-start;min-width:40px}.topbar-breadcrumb{gap:0;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.breadcrumb-brand,.breadcrumb-sep,.breadcrumb-current{display:none!important}.topbar-breadcrumb img{border-radius:12px!important;width:38px!important;height:38px!important;margin-right:0!important}.topbar-right{flex:none;align-items:center;gap:6px;display:flex!important}.topbar-actions{align-items:center;gap:4px;display:flex!important}.topbar-message-action{display:none!important}.topbar-notif-action{display:block!important}.topbar-user{border-left:none;padding:0!important;display:flex!important}.topbar-user-info{display:none!important}.topbar-btn{color:#64748b;background:#f8fafc;border:none;border-radius:12px;width:38px;height:38px}.topbar-user-avatar{width:38px;height:38px;font-size:14px;box-shadow:0 8px 18px #00b8942e}.topbar-badge{top:-3px;right:-3px}}@media (width<=430px){.topbar{padding:0 14px}.topbar-left{gap:10px}.mobile-menu-btn{width:40px;height:40px}.topbar-breadcrumb img,.topbar-btn,.topbar-user-avatar{width:36px!important;height:36px!important}}@media (width<=768px){.page-content.community-page-content{background:#fff;padding-top:0}}.auth-page{min-height:100vh;font-family:var(--font-thai);background:#f0f4f8;justify-content:center;align-items:center;padding:20px;display:flex}.auth-container{border-radius:24px;width:100%;max-width:1000px;min-height:600px;animation:.5s cubic-bezier(.2,.8,.2,1) scaleIn;display:flex;overflow:hidden;box-shadow:0 20px 60px #0000001f,0 4px 20px #00000014}.auth-left{color:#fff;background:linear-gradient(160deg,#00b894 0%,#00cec9 40%,#0984e3 100%);flex-direction:column;flex:0 0 420px;justify-content:center;padding:48px 40px;display:flex;position:relative;overflow:hidden}.auth-left:before{content:"";background:#ffffff14;border-radius:50%;width:250px;height:250px;position:absolute;top:-80px;right:-80px}.auth-left:after{content:"";background:#ffffff0f;border-radius:50%;width:200px;height:200px;position:absolute;bottom:-60px;left:-60px}.auth-left-content{z-index:1;position:relative}.auth-brand{align-items:center;gap:12px;margin-bottom:40px;display:flex}.auth-logo-img{object-fit:cover;background:#ffffffe6;border-radius:14px;width:48px;height:48px;padding:4px;box-shadow:0 4px 12px #0000001a}.auth-brand-name{letter-spacing:-.5px;color:#fff;text-shadow:0 1px 4px #0000001a;font-size:20px;font-weight:800}.auth-welcome-title{color:#fff;text-shadow:0 2px 8px #00000014;margin-bottom:16px;font-size:32px;font-weight:800;line-height:1.3}.auth-welcome-desc{color:#ffffffd9;margin-bottom:36px;font-size:15px;line-height:1.5}.auth-features{flex-direction:column;gap:16px;margin-bottom:40px;display:flex}.auth-feature{color:#fffffff2;align-items:center;gap:12px;font-size:14px;font-weight:500;display:flex}.auth-feature-icon{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#fff3;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:16px;display:flex}.auth-copyright{color:#ffffff80;font-size:12px}.auth-right{background:#fff;flex:1;justify-content:center;align-items:center;padding:48px 40px;display:flex}.auth-form-wrapper{width:100%;max-width:380px}.auth-mobile-logo{display:none}.auth-form-title{color:#2d3436;margin-bottom:4px;font-size:28px;font-weight:800}.auth-form-subtitle{color:#636e72;margin-bottom:32px;font-size:14px}.auth-form{flex-direction:column;gap:20px;display:flex}.auth-field{flex-direction:column;gap:6px;display:flex}.auth-label{color:#2d3436;font-size:13px;font-weight:600}.auth-label-row{justify-content:space-between;align-items:center;display:flex}.auth-input{color:#2d3436;font-size:14px;font-family:var(--font-thai);background:#f8f9fa;border:1.5px solid #e0e0e0;border-radius:12px;width:100%;padding:12px 16px;transition:all .2s}.auth-input:focus{background:#fff;border-color:#00cec9;outline:none;box-shadow:0 0 0 3px #00cec926}.auth-input::placeholder{color:#b2bec3}.auth-input-wrapper{position:relative}.auth-input-wrapper .auth-input{padding-right:44px}.auth-toggle-pw{cursor:pointer;opacity:.6;background:0 0;border:none;padding:4px;font-size:16px;transition:opacity .2s;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.auth-toggle-pw:hover{opacity:1}.auth-submit-btn{background:var(--primary-color);color:#fff;font-size:16px;font-weight:700;font-family:var(--font-thai);cursor:pointer;border:none;border-radius:12px;margin-top:8px;padding:14px;transition:all .25s;box-shadow:0 4px 15px #00b8944d}.auth-submit-btn.pill{border-radius:30px}.auth-submit-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #00b89466}.auth-submit-btn:active{transform:translateY(0)}.auth-submit-btn:disabled{opacity:.6;cursor:not-allowed;transform:none!important}.auth-error{color:#e74c3c;text-align:center;background:#ffeef0;border:1px solid #fecdd3;border-radius:10px;padding:10px 14px;font-size:13px;animation:.3s fadeIn}.auth-demo{border-top:1px solid #eee;margin-top:24px;padding-top:20px}.auth-demo-label{color:#b2bec3;text-align:center;text-transform:uppercase;letter-spacing:1px;margin-bottom:12px;font-size:11px;display:block}.auth-demo-grid{grid-template-columns:1fr 1fr;gap:8px;display:grid}.auth-demo-btn{color:#636e72;font-size:12px;font-family:var(--font-thai);cursor:pointer;text-align:center;background:#f8f9fa;border:1px solid #e0e0e0;border-radius:8px;padding:8px 12px;transition:all .2s}.auth-demo-btn:hover{color:#00b894;background:#e0f7f5;border-color:#00cec9}.auth-switch{text-align:center;color:#636e72;margin-top:24px;font-size:14px}.auth-switch-link{color:#00b894;font-weight:700;text-decoration:none;transition:color .2s}.auth-switch-link:hover{color:#00cec9}.auth-row{grid-template-columns:1fr 1fr;gap:12px;display:grid}.auth-row-3{grid-template-columns:1fr 1fr 1fr}.auth-class-preview{text-align:center;color:#00b894;min-height:20px;padding:4px 0;font-size:13px;font-weight:600}.auth-field-error{color:#e74c3c;margin-top:2px;font-size:12px}.auth-field-success{color:#00b894;margin-top:2px;font-size:12px}.auth-required{color:#e74c3c;margin-left:2px}@media (width<=768px){.auth-container{flex-direction:column;max-width:480px;min-height:auto}.auth-left,.auth-features,.auth-copyright{display:none}.auth-right{align-items:flex-start;padding:32px 28px}.auth-mobile-header{flex-direction:column;align-items:center;width:100%;margin-top:20px;margin-bottom:40px;display:flex}.auth-mobile-logo{width:64px;height:64px;box-shadow:none;background:0 0;margin-bottom:20px;display:block}.auth-form-title{color:var(--primary-color);text-align:center;margin-bottom:4px;font-size:24px}.auth-form-subtitle{text-align:center;color:#8e959f;margin-bottom:0}.auth-input{background:0 0;border:none;border-bottom:1.5px solid #e0e0e0;border-radius:0;padding-left:0;padding-right:0}.auth-input:focus{box-shadow:none;border-bottom-color:var(--primary-color);background:0 0}}@media (width<=480px){.auth-page{background:#fff;padding:0}.auth-container{min-height:100vh;box-shadow:none;border-radius:0}.auth-right{padding:24px}.auth-row,.auth-row-3{grid-template-columns:1fr}}.forgot-password-page{background-color:#f8fafc;justify-content:center;align-items:center;min-height:100vh;padding:20px;display:flex}.forgot-password-container{background:#fff;border-radius:20px;width:100%;max-width:480px;padding:40px;box-shadow:0 10px 40px #0000000d}.forgot-password-header{text-align:center;margin-bottom:30px}.forgot-password-header h2{color:#1e293b;margin:0 0 10px;font-size:24px;font-weight:700}.forgot-password-header p{color:#64748b;margin:0;font-size:15px;line-height:1.5}.forgot-password-form .auth-input-group{margin-bottom:20px}.forgot-password-form .auth-input-group label{color:#334155;margin-bottom:8px;font-size:14px;font-weight:600;display:block}.forgot-password-form .auth-input-wrapper{align-items:center;display:flex;position:relative}.forgot-password-form .auth-input-icon{color:#94a3b8;position:absolute;left:16px}.forgot-password-form input{border:1px solid #e2e8f0;border-radius:12px;outline:none;width:100%;padding:12px 16px 12px 48px;font-family:inherit;font-size:15px;transition:all .2s}.forgot-password-form input:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.forgot-password-form input::placeholder{color:#cbd5e1}.forgot-password-submit{color:#fff;cursor:pointer;background:#6366f1;border:none;border-radius:12px;width:100%;margin-top:10px;padding:14px;font-size:16px;font-weight:600;transition:all .2s}.forgot-password-submit:hover:not(:disabled){background:#4f46e5;transform:translateY(-1px)}.forgot-password-submit:disabled{opacity:.7;cursor:not-allowed}.forgot-password-back{color:#64748b;justify-content:center;align-items:center;gap:8px;margin-top:24px;font-size:15px;font-weight:500;text-decoration:none;transition:color .2s;display:flex}.forgot-password-back:hover{color:#1e293b}.forgot-password-success{text-align:center;padding:20px 0}.forgot-password-success-icon{color:#10b981;background:#ecfdf5;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:20px;display:inline-flex}.forgot-password-success h3{color:#1e293b;margin:0 0 10px;font-size:20px;font-weight:700}.forgot-password-success p{color:#64748b;margin:0 0 24px;font-size:15px;line-height:1.5}@media (width<=480px){.forgot-password-container{padding:30px 20px}}@keyframes pulseTyping{0%{opacity:.3;transform:translateY(0)}50%{opacity:1;transform:translateY(-2px)}to{opacity:.3;transform:translateY(0)}}@media (width<=768px){body.messenger-chat-mode{background:#fff;overflow:hidden}body.messenger-chat-mode .topbar,body.messenger-chat-mode .bottom-nav-container{display:none!important}body.messenger-chat-mode .main-content,body.messenger-chat-mode .page-content{background:#fff;height:100dvh;overflow:hidden}body.messenger-chat-mode .page-content{padding:0!important}.messenger-chat-screen{z-index:80;width:100%;max-width:none;height:100dvh;box-shadow:none;border-radius:0;margin:0;position:fixed;inset:0}.messenger-chat-header{grid-template-columns:32px 44px minmax(0,1fr) 34px;gap:10px;height:82px;padding:18px 18px 8px;box-shadow:0 2px 10px #0f172a0f}.messenger-chat-back{color:#2563eb}.messenger-chat-back svg{width:28px;height:28px}.messenger-chat-avatar{width:44px;height:44px}.messenger-chat-title div{font-size:20px;font-weight:800}.messenger-chat-title span{display:none}.messenger-chat-info{width:32px;height:32px;font-size:20px}.messenger-chat-body{overscroll-behavior:contain;-webkit-overflow-scrolling:touch;gap:7px;padding:12px 14px 76px}.messenger-message{max-width:84%}.messenger-bubble{border-radius:17px;padding:9px 13px;font-size:15px;line-height:1.45}.messenger-chat-composer{left:0;right:0;bottom:env(safe-area-inset-bottom);z-index:82;min-height:64px;padding:8px 10px calc(8px + env(safe-area-inset-bottom));border-top:none;grid-template-columns:34px 1fr 38px;position:fixed;box-shadow:0 -8px 22px #0f172a0d}.messenger-input-wrap{height:42px}.messenger-input-wrap input{font-size:16px}body.ai-chat-mobile-mode{touch-action:none;background:#fff;overflow:hidden}body.ai-chat-mobile-mode .topbar{display:none!important}body.ai-chat-mobile-mode .main-content{background:#fff;height:100dvh;overflow:hidden}body.ai-chat-mobile-mode .page-content{height:100dvh;overflow:hidden;padding:0!important}.ai-chat-page{z-index:30;width:100%;max-width:none;height:100dvh;box-shadow:none;border-radius:0;margin:0;position:fixed;inset:0;overflow:hidden}.ai-chat-header{z-index:37;background:#fff;height:82px;padding:18px 22px 4px;position:fixed;top:0;left:0;right:0}.ai-chat-avatar{width:32px;height:32px;font-size:14px}.ai-chat-brand{letter-spacing:0;gap:7px;font-size:18px}.ai-chat-brand img{border-radius:9px;width:28px;height:28px}.ai-chat-header-actions{gap:12px}.ai-chat-icon-btn{width:32px;height:32px}.ai-chat-icon-btn svg{width:24px;height:24px}.ai-chat-stream{overscroll-behavior:contain;-webkit-overflow-scrolling:touch;touch-action:pan-y;gap:10px;height:100dvh;padding:96px 18px 164px;overflow-y:auto}.ai-chat-empty{display:none}.ai-chat-message{max-width:82%}.ai-chat-bubble{border-radius:16px;padding:10px 13px;font-size:14px;line-height:1.5}.ai-chat-message.user .ai-chat-bubble{border-bottom-right-radius:6px}.ai-chat-message.ai .ai-chat-bubble{border-bottom-left-radius:6px}.ai-chat-message-name{margin-left:10px;font-size:11px}.ai-chat-composer-shell{left:0;right:0;bottom:calc(86px + env(safe-area-inset-bottom));z-index:35;background:#fff;padding:0 14px;position:fixed}.ai-chat-quick-actions{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-bottom:14px;display:grid}.ai-chat-quick-actions button{background:#fdfefe;border-radius:18px;align-items:flex-start;min-height:74px;padding:11px 12px;font-size:13px;line-height:1.2}.ai-chat-quick-actions svg{width:24px;height:24px}.ai-chat-composer{border-radius:999px;gap:8px;min-height:54px;padding:7px 8px 7px 16px;box-shadow:0 12px 30px #0f172a14}.ai-chat-composer input{font-size:16px;line-height:1.2}.ai-chat-send{width:40px;height:40px}.ai-chat-send svg{width:20px;height:20px}}@media (width<=380px){.ai-chat-header{padding-left:20px;padding-right:20px}.ai-chat-brand span{font-size:17px}.ai-chat-header-actions{gap:10px}.ai-chat-quick-actions{gap:8px}.ai-chat-quick-actions button{padding:10px;font-size:12px}.ai-chat-composer input{font-size:15px}}@media (width<=1024px){.stat-row{grid-template-columns:repeat(2,1fr)}.dashboard-bottom-row{grid-template-columns:1fr}.services-grid{grid-template-columns:repeat(2,1fr)}}.m-featured-card,.m-collections-label,.m-collections,.m-journey-label,.m-journey-card,.m-quote-card,.mobile-section-header{display:none}@media (width<=768px){.home-container{overflow-x:hidden;max-width:none!important;margin-top:-16px!important;margin-left:-16px!important;margin-right:-16px!important;padding-bottom:0!important}.dashboard-hero{flex-direction:column;align-items:flex-start;gap:16px;box-shadow:none!important;border-radius:0!important;margin-bottom:0!important;padding:24px 20px 20px!important}.hero-title{font-size:22px!important;line-height:1.3!important}.hero-subtitle{font-size:13px!important}.hero-actions{flex-direction:column;gap:8px;width:100%}.hero-action-btn{justify-content:center;border-radius:12px!important;padding:12px 16px!important;font-size:14px!important}.dashboard-grid{grid-template-columns:1fr;gap:0}.m-featured-card{color:#fff;border-radius:20px;margin:0 16px;padding:24px 20px 20px;position:relative;overflow:hidden;display:block!important}.m-featured-greeting{text-shadow:0 1px 4px #00000026;margin-bottom:2px;font-size:20px;font-weight:800;line-height:1.3}.m-featured-date{opacity:.8;margin-bottom:12px;font-size:12px}.m-featured-subtitle{opacity:.95;margin-bottom:16px;font-size:14px;font-weight:500;line-height:1.5}.m-featured-actions{flex-wrap:wrap;gap:8px;display:flex}.m-featured-btn-primary{color:#0f172a;background:#fffffff2;border-radius:12px;align-items:center;gap:6px;padding:10px 16px;font-size:13px;font-weight:700;text-decoration:none;transition:transform .15s;display:inline-flex}.m-featured-btn-primary:active{transform:scale(.96)}.m-featured-btn-secondary{color:#fff;background:#fff3;border:1.5px solid #ffffff80;border-radius:12px;align-items:center;gap:6px;padding:10px 16px;font-size:13px;font-weight:700;text-decoration:none;transition:transform .15s;display:inline-flex}.m-featured-btn-secondary:active{transform:scale(.96)}.m-collections-label,.m-journey-label{color:#0f172a;padding:18px 20px 8px;font-size:17px;font-weight:800;display:block!important}.m-collections{-ms-overflow-style:none;scrollbar-width:none;gap:10px;padding:0 20px 8px;overflow-x:auto;display:flex!important}.m-collections::-webkit-scrollbar{display:none}.m-collection-card{border-radius:16px;flex-direction:column;gap:6px;min-width:110px;padding:14px 12px;text-decoration:none;transition:transform .15s;display:flex}.m-collection-card:active{transform:scale(.95)}.m-collection-icon{margin-bottom:2px}.m-collection-name{color:#0f172a;font-size:13px;font-weight:700;line-height:1.2}.m-collection-sub{color:#64748b;font-size:11px}.m-journey-card{background:#fff;border-radius:16px;margin:0 16px;padding:16px 20px;box-shadow:0 2px 12px #0000000f;display:block!important}.m-journey-stats{align-items:center;margin-bottom:16px;display:flex}.m-journey-stat{text-align:center;flex:1}.m-journey-stat-value{color:#0f172a;font-size:20px;font-weight:800;line-height:1.2}.m-journey-stat-label{color:#94a3b8;margin-top:2px;font-size:11px}.m-journey-divider{background:#e2e8f0;width:1px;height:36px}.m-journey-chart{align-items:flex-end;gap:6px;height:80px;padding:0 4px;display:flex}.m-journey-bar-wrap{flex-direction:column;flex:1;align-items:center;gap:4px;display:flex}.m-journey-bar{border-radius:4px;width:100%;transition:height .3s}.m-journey-bar-label{color:#94a3b8;font-size:10px}.m-quote-card{text-align:center;background:linear-gradient(135deg,#fdf2f8 0%,#fce7f3 100%);border-radius:16px;margin:16px 16px 0;padding:16px 20px;display:block!important}.m-quote-text{color:#831843;font-size:14px;font-style:italic;font-weight:500;line-height:1.6}.dashboard-hero,.stat-row{display:none!important}.dashboard-grid{grid-template-columns:1fr;gap:0;padding:16px 16px 0}.desktop-only-section{display:none!important}.dashboard-media-row,.dashboard-articles-row{grid-template-columns:1fr;gap:0}.dashboard-media-row .premium-card,.dashboard-articles-row .premium-card{border-radius:16px!important;margin:8px 0!important;padding:16px 20px!important;box-shadow:0 2px 12px #0000000f!important}.premium-card-title{font-size:14px!important}.mood-selector-row{flex-wrap:wrap}.mood-btn-new{flex:30%}.services-grid{grid-template-columns:1fr}}.mobile-community-tabs,.mobile-trending-content{display:none}@media (width<=768px){.community-layout{margin-top:-16px!important;margin-left:-16px!important;margin-right:-16px!important;margin-bottom:calc(-110px - env(safe-area-inset-bottom))!important;padding:0!important;padding-bottom:calc(110px + env(safe-area-inset-bottom))!important;background-color:#fff!important;gap:0!important;min-height:100vh!important}.community-layout .room-filter-pills{margin-bottom:8px;padding:12px 16px 8px}.community-layout .section-title{z-index:10;background:#fff;border-bottom:1px solid #f1f5f9;margin-bottom:0;padding:12px 16px;font-size:16px;position:sticky;top:0}.community-layout .compose-card{box-shadow:none;border-bottom:8px solid #f4f6fb;border-radius:0;padding:16px}.community-layout .post-card{box-shadow:none!important;border-bottom:1px solid #f1f5f9!important;border-radius:0!important;margin-bottom:0!important;padding:16px!important}.community-layout .posts-container{gap:0!important}.community-layout .compose-footer{flex-direction:column;align-items:stretch;gap:12px}.community-layout .compose-footer>div{justify-content:space-between}.community-layout .post-content{font-size:15px!important}.community-layout .comments-section{border-radius:0;margin:12px -16px -16px;padding:12px 16px}.community-layout .interaction-btn{padding:12px 8px;font-size:13px}.room-filter-pills{-ms-overflow-style:none;scrollbar-width:none;background:#fff;border-bottom:1px solid #f1f5f9;margin-bottom:0;padding:8px 16px}.room-filter-pills::-webkit-scrollbar{display:none}.compose-desktop{display:none!important}.compose-fab{display:flex!important}.mobile-community-tabs{z-index:11;background:#fff;border-bottom:1px solid #e2e8f0;display:flex;position:sticky;top:0}.mobile-community-tab{color:#94a3b8;cursor:pointer;background:0 0;border:none;flex:1;justify-content:center;align-items:center;gap:6px;padding:14px 0;font-size:15px;font-weight:600;transition:color .2s;display:flex;position:relative}.mobile-community-tab.active{color:var(--primary-color)}.mobile-community-tab.active:after{content:"";background:var(--primary-color);border-radius:3px 3px 0 0;height:3px;position:absolute;bottom:0;left:20%;right:20%}.desktop-section-title,.mobile-show-trending .room-filter-pills,.mobile-show-trending .compose-card,.mobile-show-trending .posts-container,.mobile-show-trending .post-card,.mobile-show-trending .compose-desktop{display:none!important}.mobile-trending-content{display:block}}@keyframes slideUpModal{0%{transform:translateY(100%)}to{transform:translateY(0)}}@media (width<=950px){.community-layout{grid-template-columns:1fr;gap:0;padding:0}.sidebar-column{display:none}}.post-actions{gap:10px;display:flex;position:relative}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (width<=768px){.home-container{overflow-x:hidden;width:100%!important;max-width:none!important;margin:0!important;padding:0 0 20px!important}.m-featured-card{isolation:isolate;flex-direction:column;justify-content:flex-end;min-height:210px;box-shadow:0 18px 42px #402f6d2e;border-radius:28px!important;margin:8px 16px 0!important;padding:26px 20px 22px!important;display:flex!important}.m-featured-card:before{content:"";z-index:-1;background:linear-gradient(#ffffff29,#fff0),linear-gradient(90deg,#0f172a1f,#0f172a00);position:absolute;inset:0}.m-featured-greeting{text-wrap:balance;max-width:100%;font-size:27px;font-weight:900;line-height:1.18}.m-featured-date{color:#ffffffc7;margin-top:8px;margin-bottom:24px;font-size:14px;font-weight:600}.m-featured-subtitle{margin-bottom:20px;font-size:16px;font-weight:750;line-height:1.55}.m-featured-actions{grid-template-columns:1fr 1fr;gap:10px;display:grid}.m-featured-btn-primary,.m-featured-btn-secondary{text-align:center;white-space:normal;border-radius:18px;justify-content:center;min-height:54px;padding:10px 12px;font-size:14px;line-height:1.2}.m-featured-btn-primary svg,.m-featured-btn-secondary svg{flex:none;width:21px;height:21px}.m-collections-label,.m-journey-label{letter-spacing:0;padding:24px 20px 12px;font-size:23px;line-height:1.2}.m-collections{scroll-snap-type:x proximity;gap:12px;padding:0 16px 8px;scroll-padding:16px}.m-collection-card{scroll-snap-align:start;border-radius:22px;flex:0 0 30.5%;min-width:112px;max-width:136px;min-height:126px;padding:18px 14px 16px;box-shadow:inset 0 1px #ffffff9e}.m-collection-icon svg{width:28px;height:28px}.m-collection-name{overflow-wrap:anywhere;margin-top:auto;font-size:16px;line-height:1.22}.m-collection-sub{color:#64748b;font-size:13px;line-height:1.25}.m-journey-card{border-radius:26px;padding:22px 18px 20px;box-shadow:0 16px 36px #0f172a12;margin:0 16px!important}.m-journey-stats{gap:14px;margin-bottom:20px}.m-journey-stat{min-width:0}.m-journey-stat-value{overflow-wrap:anywhere;font-size:21px;line-height:1.22}.m-journey-stat-label{margin-top:6px;font-size:13px}.m-journey-divider{background:#e5e7eb;flex:0 0 1px;height:46px}.m-journey-chart{gap:8px;height:92px;padding:2px 4px 0}.m-journey-bar{border-radius:999px;min-height:4px}.m-journey-bar-label{margin-top:5px;font-size:12px;font-weight:700}.m-quote-card{background:linear-gradient(135deg,#fff7fb 0%,#fce7f3 100%);border-radius:24px;margin:18px 16px 4px;padding:18px;box-shadow:0 12px 30px #8318430f}.m-quote-text{font-size:15px;line-height:1.65}.dashboard-grid{padding-top:12px}.dashboard-media-row{-ms-overflow-style:auto;scrollbar-width:auto;scroll-snap-type:none;gap:12px;padding:10px 16px 16px;overflow:visible;grid-template-columns:1fr!important;display:grid!important}.dashboard-media-row::-webkit-scrollbar{display:none}.dashboard-media-row .premium-card{scroll-snap-align:none;flex-direction:column;flex:none;justify-content:space-between;width:100%;max-width:none;min-height:160px;display:flex;border-radius:20px!important;margin:0!important;padding:18px!important}.dashboard-media-row h3{line-height:1.2;margin-bottom:2px!important;font-size:16px!important}.dashboard-media-row span{line-height:1.2;display:block;font-size:12px!important}.dashboard-media-row>div:first-child>div:first-child{gap:10px!important;margin-bottom:12px!important}.dashboard-media-row>div:first-child>div:first-child>div:first-child{padding:10px!important}.dashboard-media-row>div:first-child>div:first-child>div:first-child svg{width:20px!important;height:20px!important}.dashboard-media-row>div:first-child>div:last-child{padding:12px!important}.dashboard-media-row>div:first-child>div:last-child>div{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;margin-bottom:8px!important;font-size:12px!important}.dashboard-media-row audio{height:36px!important}.dashboard-media-row>div:last-child>div:first-child{gap:10px!important;margin-bottom:12px!important}.dashboard-media-row iframe{border-radius:12px!important;height:152px!important;max-height:152px!important}.dashboard-articles-row .premium-card{border-radius:24px!important;margin:10px 16px!important}.student-library-page{background:#f3f4f6;width:100%;padding:0 0 18px;overflow:hidden}.student-library-title,.student-library-subtitle{display:none!important}.student-library-featured{width:calc(100% - 28px);border:none!important;border-radius:24px!important;min-height:220px!important;margin:14px!important;display:flex!important;overflow:hidden!important;box-shadow:0 14px 34px #0f172a24!important}.student-library-featured-content{justify-content:flex-end!important;max-width:none!important;padding:22px!important}.student-library-featured-badges{gap:8px!important;margin-bottom:12px!important}.student-library-featured-badge{align-items:center;width:fit-content;max-width:100%;line-height:1.2;box-shadow:0 8px 18px #0000001f;border-radius:999px!important;padding:6px 12px!important;font-size:11px!important;display:inline-flex!important}.student-library-featured-badge.favorite{color:#fcd34d!important;background:#78501494!important}.student-library-featured-title{word-break:break-word;max-width:100%;margin-bottom:8px!important;font-size:27px!important;line-height:1.12!important}.student-library-featured-excerpt{-webkit-line-clamp:2;-webkit-box-orient:vertical;max-width:100%;display:-webkit-box;overflow:hidden;margin-bottom:12px!important;font-size:14px!important;line-height:1.45!important}.student-library-featured-meta{flex-wrap:wrap;gap:8px!important;font-size:12px!important}.student-library-filters{width:100%;position:relative;box-shadow:none!important;background:#fff!important;border:0!important;border-radius:0!important;margin:0!important;padding:22px 14px 20px!important}.student-library-search{width:calc(100vw - 28px);height:52px;font-weight:800;color:#27272a!important;box-shadow:none!important;background:#f0f0f1!important;border:none!important;border-radius:18px!important;margin:0 0 22px!important;padding:0 16px 0 48px!important;font-size:17px!important}.student-library-filters:before{content:"";pointer-events:none;border:4px solid #8f8f92;border-radius:999px;width:22px;height:22px;position:absolute;top:36px;left:30px}.student-library-filters:after{content:"";pointer-events:none;background:#8f8f92;border-radius:999px;width:12px;height:4px;position:absolute;top:57px;left:51px;transform:rotate(45deg)}.student-library-categories{scrollbar-width:none;margin:0 -14px 22px;padding:0 14px 2px;overflow-x:auto;flex-wrap:nowrap!important;gap:12px!important}.student-library-categories::-webkit-scrollbar{display:none}.student-library-category-label{display:none!important}.student-library-category-btn{flex:none;min-height:46px;color:#2a2a2d!important;box-shadow:none!important;background:#f0f0f1!important;border:none!important;border-radius:18px!important;padding:0 18px!important;font-size:16px!important;font-weight:900!important}.student-library-category-btn:first-of-type{color:#5369e8!important}.student-library-category-btn:first-of-type:before{content:"🔥";margin-right:8px}.student-library-media-types{grid-template-columns:repeat(3,minmax(0,1fr));border:none!important;gap:12px!important;padding:0!important;display:grid!important}.student-library-filter-btn{flex-direction:column;justify-content:center;min-height:82px;color:#29292c!important;background:#fff!important;border-radius:18px!important;gap:8px!important;padding:10px 8px!important;font-size:15px!important;font-weight:900!important;box-shadow:0 1px #0f172a0a!important}.student-library-filter-btn:first-child{display:none!important}.student-library-filter-btn:nth-child(5){flex-direction:row;grid-column:1/-1;min-height:52px;color:#d97706!important;background:#fff7ed!important;box-shadow:inset 0 0 0 1px #f59e0b29!important}.student-library-filter-btn:nth-child(5) svg{width:24px;height:24px}.student-library-filter-btn span{transform:none!important}.student-library-filter-btn svg{color:currentColor;width:28px;height:28px}.student-library-filter-btn:nth-child(2):after{content:"บทความ"}.student-library-filter-btn:nth-child(2){font-size:0!important}.student-library-filter-btn:nth-child(2):after{font-size:15px}.student-library-filter-btn:nth-child(4):after{content:"วิดีโอ"}.student-library-filter-btn:nth-child(4){font-size:0!important}.student-library-filter-btn:nth-child(4):after{font-size:15px}.student-library-grid{width:100%;margin:0;padding:16px 14px 0;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}.student-library-card{box-shadow:none!important;background:#fff!important;border:none!important;border-radius:18px!important}.student-library-card:nth-child(odd){transform:translateY(0)}.student-library-card:nth-child(2n){transform:translateY(22px)}.student-library-card-thumb{height:150px!important}.student-library-card:nth-child(3n) .student-library-card-thumb{height:210px!important}.student-library-card-badge{display:none!important}.student-library-card-bookmark{background:#fffffff0!important;top:auto!important;bottom:8px!important;right:8px!important}.student-library-card-content{padding:12px!important}.student-library-card-title{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;margin-bottom:8px!important;font-size:15px!important;line-height:1.25!important}.student-library-card-excerpt{display:none!important}.student-library-card-footer{flex-direction:column;gap:8px;border-top:none!important;align-items:flex-start!important;padding-top:0!important;font-size:12px!important}.student-library-card-footer>div{justify-content:space-between;width:100%;gap:8px!important}}@media (width<=380px){.m-featured-greeting{font-size:24px}.m-featured-actions{grid-template-columns:1fr}.m-collection-card{flex-basis:38%}}@media (width<=768px){.assessment-page{width:100%;padding:4px 16px 28px;max-width:none!important;margin:0!important}.assessment-state-page{min-height:calc(100vh - 160px)}.assessment-hero{grid-template-columns:54px 1fr;align-items:center;gap:14px;padding:10px 2px 22px;display:grid}.assessment-hero-icon{color:#059669;background:linear-gradient(135deg,#d1fae5 0%,#ecfeff 100%);border-radius:18px;justify-content:center;align-items:center;width:54px;height:54px;display:flex;box-shadow:0 12px 26px #00b89424}.assessment-hero-icon svg{width:26px;height:26px}.assessment-page-title{letter-spacing:0;color:#111827;line-height:1.2;margin:0!important;font-size:25px!important}.assessment-page-title>svg{display:none}.assessment-page-subtitle{font-size:15px;line-height:1.45;color:#7c8797!important;margin:7px 0 0!important}.assessment-card{border:1px solid #e2e8f0a8;border-radius:30px!important;margin:0!important;padding:20px 18px 22px!important;box-shadow:0 18px 46px #0f172a14!important}.assessment-progress-meta{color:#8b95a5!important;margin-bottom:12px!important;font-size:14px!important}.assessment-progress-meta span:last-child{color:#059669;font-weight:800}.assessment-progress-track{background:#eef2f7!important;border-radius:999px!important;height:10px!important;margin-bottom:24px!important}.assessment-progress-track>div{box-shadow:0 4px 12px #10b9813d;background:linear-gradient(90deg,#10b981 0%,#67e8f9 100%)!important;border-radius:999px!important}.assessment-question{letter-spacing:0;color:#17202b;margin-bottom:20px!important;font-size:22px!important;line-height:1.36!important}.assessment-options{gap:10px!important;margin-bottom:22px!important}.assessment-option{text-align:left;gap:13px;min-height:62px;position:relative;box-shadow:inset 0 1px #ffffffb8;color:#1f2937!important;background:#f7f8fb!important;border:1.5px solid #0000!important;border-radius:18px!important;justify-content:flex-start!important;padding:14px 16px!important;font-size:16px!important;font-weight:750!important}.assessment-option:active{transform:scale(.985)}.assessment-option-dot{background:#fff;border:2px solid #cbd5e1;border-radius:50%;flex:none;width:22px;height:22px;box-shadow:inset 0 0 0 5px #fff}.assessment-option.selected{box-shadow:0 12px 26px #10b9811f;color:#064e3b!important;background:linear-gradient(135deg,#ecfdf5 0%,#f0fdfa 100%)!important;border-color:#10b9818c!important}.assessment-option.selected .assessment-option-dot{background:#10b981;border-color:#10b981;box-shadow:inset 0 0 0 5px #fff}.assessment-actions{gap:12px;padding-top:18px!important}.assessment-actions .premium-btn,.assessment-actions .premium-btn-outline{border-radius:18px;flex:1;min-height:52px;font-size:16px;font-weight:800}.assessment-actions .premium-btn-outline:disabled{opacity:.45;color:#94a3b8;background:#f8fafc;border-color:#d8dee8}.assessment-actions .premium-btn:disabled{color:#fff;background:#d2d9e5}.assessment-state-card,.assessment-result-card{border-radius:28px!important;margin-top:16px!important;padding:38px 22px!important}}@media (width<=768px){.diary-page{padding:0 0 100px}.diary-mood-grid{grid-template-columns:repeat(5,1fr);gap:6px}.diary-mood-emoji{font-size:24px}.diary-mood-btn{border-radius:12px;padding:10px 2px}.diary-section{border-radius:16px;padding:16px}}@media (width<=380px){.diary-mood-grid{grid-template-columns:repeat(3,1fr)}.assessment-page-title{font-size:23px!important}.assessment-question{font-size:21px!important}.assessment-option{font-size:16px!important}}@media (width<=768px){.community-layout{background:#f5f7fb!important;width:100%!important;max-width:100vw!important;overflow-x:hidden!important}.community-layout .main-feed-column{width:100%;min-width:0;max-width:100vw;padding-bottom:calc(124px + env(safe-area-inset-bottom));overflow-x:hidden}.mobile-community-tabs{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffffff5;border-bottom:1px solid #edf2f7;gap:10px;padding:12px 14px 8px;box-shadow:0 8px 22px #0f172a0d}.mobile-community-tab.active{color:var(--primary-color);background:#e8f7f2;box-shadow:inset 0 0 0 1px #00b89429}.mobile-community-tab.active:after{display:none}.community-layout .room-filter-pills{background:#fff;border-bottom:1px solid #edf2f7;gap:10px;max-width:100vw;margin:0;overflow-x:auto;padding:10px 14px 14px!important}.community-layout .room-filter-pill{color:#2f3740;background:#f3f5f8;border-radius:999px;flex:none;height:48px;padding:0 18px;font-size:15px;font-weight:800;box-shadow:inset 0 0 0 1px #e2e8f0b3}.community-layout .room-filter-pill.active{background:var(--primary-color);color:#fff;box-shadow:0 10px 22px #00b89438}.community-layout .post-card{overflow:hidden;background:#fff!important;border:1px solid #e2e8f0e6!important;border-radius:20px!important;margin:0!important;padding:16px!important;box-shadow:0 12px 28px #0f172a0f!important}.community-layout .post-author-info{gap:10px;min-width:0}.community-layout .author-avatar{border-radius:16px;flex:0 0 46px;width:46px;height:46px;box-shadow:0 8px 18px #00b89424}.community-layout .author-meta{min-width:0}.community-layout .author-name{color:#0f172a;text-overflow:ellipsis;white-space:nowrap;max-width:min(56vw,270px);font-size:16px;font-weight:900;line-height:1.25;overflow:hidden}.community-layout .post-time{color:#7b8490;text-overflow:ellipsis;white-space:nowrap;max-width:min(62vw,290px);margin-top:3px;font-size:13px;line-height:1.25;overflow:hidden}.community-layout .post-actions{flex:none;gap:6px!important}.community-layout .action-btn{color:#64748b;opacity:1;background:#f8fafc;border-radius:999px;justify-content:center;align-items:center;min-width:36px;height:36px;padding:0 9px;font-size:13px;font-weight:800;display:inline-flex}.community-layout .post-body{margin:0}.community-layout .post-content{color:#111827;font-weight:500;margin:0!important;font-size:16px!important;line-height:1.65!important}.community-layout .post-body img{border-radius:16px!important;max-height:320px!important}.community-layout .post-footer{border-top:0!important;margin-top:14px!important;padding-top:0!important}.community-layout .post-action-buttons{border-top:1px solid #edf2f7;gap:10px;padding-top:10px}.community-layout .interaction-btn{color:#606b77;background:#f8fafc;border-radius:14px;height:42px;padding:0 12px;font-size:14px;font-weight:800}.community-layout .comments-section{background:#f6f8fb!important;border-radius:16px!important;margin:12px 0 0!important;padding:14px!important}.mobile-trending-content .trending-card{background:#fff;overflow:hidden;border-radius:20px!important;box-shadow:0 12px 28px #0f172a0f!important}.compose-fab{right:22px;bottom:calc(102px + env(safe-area-inset-bottom));border:4px solid #ffffffdb;width:58px;height:58px;box-shadow:0 18px 34px #00b89447}.community-layout{box-sizing:border-box;width:100%!important;max-width:100vw!important;margin:0 auto calc(-110px - env(safe-area-inset-bottom))!important;background:#fff!important;padding:0!important;overflow-x:clip!important}.community-layout .main-feed-column{width:100%;max-width:100%;padding-top:116px;padding-bottom:calc(98px + env(safe-area-inset-bottom));background:#fff;overflow-x:hidden}.mobile-community-tabs{height:58px;box-shadow:none;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);z-index:36;will-change:transform;background:#fffffff0;border-bottom:1px solid #d8dee5;gap:0;padding:0;transition:transform .24s,opacity .2s;position:fixed;top:64px;left:0;right:0}.mobile-community-tab{color:#6b7280;background:0 0;border-radius:0;height:58px;padding:0;font-size:15px;font-weight:900}.mobile-community-tab svg{display:none}.mobile-community-tab.active{color:#111827;box-shadow:none;background:0 0}.mobile-community-tab.active:after{background:var(--primary-color);border-radius:999px;height:4px;display:block;bottom:0;left:18%;right:18%}.community-layout .room-filter-pills{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);z-index:35;will-change:transform;background:#fffffff0;border-bottom:1px solid #e5eaf0;gap:8px;transition:transform .24s,opacity .2s;position:fixed;top:122px;left:0;right:0;padding:10px!important}.mobile-community-controls-hidden .mobile-community-tabs,.mobile-community-controls-hidden .room-filter-pills{opacity:0;pointer-events:none;transform:translateY(-128px)}.community-layout .room-filter-pill{color:#374151;height:36px;box-shadow:none;background:#f3f4f6;border-radius:999px;padding:0 13px;font-size:13px;font-weight:800}.community-layout .room-filter-pill svg{width:17px;height:17px}.community-layout .room-filter-pill.active{color:#fff;background:linear-gradient(135deg,#54c3bd 0%,#4aa7e8 100%);box-shadow:0 8px 18px #4aa7e838}.community-layout .posts-container{padding:0 0 calc(118px + env(safe-area-inset-bottom));background:#fff;gap:0!important}.community-layout .post-card{box-shadow:none!important;border:0!important;border-bottom:1px solid #e5eaf0!important;border-radius:0!important;padding:14px 12px 12px!important}.community-layout .post-card:active{background:#f8fafc!important}.community-layout .post-header{align-items:flex-start;margin-bottom:6px!important}.community-layout .post-author-info{align-items:flex-start;gap:10px}.community-layout .author-avatar{width:48px;height:48px;box-shadow:none;border-radius:50%;flex-basis:48px}.community-layout .author-name{max-width:min(50vw,235px);font-size:15px;font-weight:900;line-height:1.15}.community-layout .post-time{color:#6b7280;max-width:min(58vw,275px);margin-top:1px;font-size:12px;line-height:1.25}.community-layout .post-actions{gap:4px!important}.community-layout .action-btn{color:#8b95a1;background:0 0;border-radius:999px;min-width:32px;height:32px;padding:0 6px;font-size:12px}.community-layout .action-btn svg{width:21px;height:21px}.community-layout .action-btn.edit,.community-layout .action-btn.delete{background:0 0;padding:0 4px}.community-layout .post-body{margin-top:-8px;padding-left:58px}.community-layout .post-content{color:#111827;font-weight:500;font-size:15px!important;line-height:1.55!important}.community-layout .post-body img{border:1px solid #e5e7eb;border-radius:18px!important;width:100%!important;max-height:420px!important;margin-top:10px!important}.community-layout .post-footer{padding-left:58px;margin-top:8px!important}.community-layout .post-action-buttons{border-top:0;justify-content:space-between;gap:0;padding-top:0}.community-layout .interaction-btn{color:#5f6b76;background:0 0;border-radius:999px;flex:0 auto;min-width:90px;height:36px;padding:0 8px;font-size:13px;font-weight:800}.community-layout .post-actions-menu{border-radius:13px;min-width:126px;top:32px}.community-layout .post-actions-menu button{min-height:36px;font-size:13px}.community-layout .interaction-btn:hover,.community-layout .interaction-btn:active{background:#f3f7fb}.community-layout .interaction-btn.active{color:#ef4444;background:0 0}.community-layout .comments-section{border:1px solid #e5eaf0;background:#f8fafc!important;border-radius:18px!important;margin:8px 0 0 58px!important;padding:12px!important}.mobile-trending-content{padding:0 0 calc(118px + env(safe-area-inset-bottom));background:#fff}.mobile-trending-content .trending-card{box-shadow:none!important;border-radius:0!important}.mobile-trending-content .trending-item{border-bottom:1px solid #e5eaf0}.compose-fab{right:20px;bottom:calc(94px + env(safe-area-inset-bottom));color:#fff;background:#2f9bf0;border:0;width:64px;height:64px;box-shadow:0 12px 28px #2f9bf057}.compose-fab svg{stroke-width:2.2px;width:32px;height:32px}.compose-fab:active{transform:scale(.94)}.mobile-post-compose-overlay{background:#fff;align-items:stretch}.mobile-post-compose{width:100%;height:100dvh;max-height:none;box-shadow:none;border-radius:0;animation:none}.mobile-post-compose .compose-modal-header{border-bottom:0;min-height:78px;padding:14px 28px 10px}.mobile-post-compose .compose-modal-close{color:#111827;background:0 0;width:44px;height:44px;margin-left:-8px}.mobile-post-compose .compose-modal-close svg{stroke-width:2.4px;width:30px;height:30px}.mobile-post-compose .mobile-compose-post-btn{min-width:92px;height:42px;box-shadow:none;color:#fff;background:#86c5f4;border-radius:999px;padding:0 22px;font-size:17px;font-weight:900}.mobile-post-compose .mobile-compose-post-btn:disabled{opacity:.72;cursor:default}.mobile-post-compose .compose-modal-body{flex:1;min-height:0;padding:42px 28px 18px}.mobile-post-compose-row{align-items:flex-start;gap:14px;display:flex}.mobile-post-compose .user-avatar-small{border-radius:50%;flex:0 0 46px;width:46px;height:46px}.mobile-post-compose .compose-textarea{color:#111827;background:0 0;border:0;flex:1;min-height:46vh;padding:4px 0 0;font-size:24px;font-weight:800;line-height:1.45}.mobile-post-compose .compose-textarea::placeholder{color:#6b7682;opacity:1}.mobile-compose-reply{color:#4aa7e8;border-top:1px solid #e5eaf0;border-bottom:1px solid #e5eaf0;align-items:center;gap:14px;min-height:62px;padding:0 32px;font-size:16px;font-weight:900;display:flex}.mobile-compose-reply svg{width:20px;height:20px}.mobile-post-compose .compose-modal-footer{min-height:70px;padding:8px 24px calc(8px + env(safe-area-inset-bottom));border-top:0;justify-content:flex-start;gap:18px;overflow-x:auto}.mobile-compose-tool,.mobile-compose-anon span{color:#4aa7e8;width:38px;height:38px;font-family:var(--font-thai);cursor:pointer;background:0 0;border:0;flex:none;justify-content:center;align-items:center;font-size:12px;font-weight:900;display:inline-flex}.mobile-compose-tool svg,.mobile-compose-anon svg{width:26px;height:26px}.mobile-compose-anon{margin-left:auto}.mobile-compose-anon input{opacity:0;pointer-events:none;position:absolute}.mobile-compose-anon input:checked+span{color:var(--primary-color)}.post-attachment-image{-webkit-tap-highlight-color:transparent}.mobile-image-viewer{z-index:10006;color:#fff;background:#000;grid-template-rows:auto minmax(0,1fr) auto;min-height:100dvh;display:grid;position:fixed;inset:0;overflow:hidden}.mobile-image-viewer-top{min-height:76px;padding:max(12px, env(safe-area-inset-top)) 24px 8px;z-index:3;justify-content:space-between;align-items:flex-start;display:flex;position:relative}.mobile-image-viewer-top button,.mobile-image-viewer-actions button{color:#fff;font-family:var(--font-thai);background:0 0;border:0;justify-content:center;align-items:center;display:flex}.mobile-image-viewer-top button{width:38px;height:38px;padding:0}.mobile-image-viewer-top svg{width:27px;height:27px}.mobile-image-viewer-menu{top:calc(max(12px, env(safe-area-inset-top)) + 40px);z-index:5;background:#1c1c1ef5;border-radius:14px;min-width:142px;padding:8px;position:absolute;right:22px;box-shadow:0 14px 34px #00000061}.mobile-image-viewer-menu button{color:#fff;width:100%;height:42px;font-size:14px;font-weight:900;font-family:var(--font-thai);border-radius:10px;justify-content:flex-start;gap:10px;padding:0 12px}.mobile-image-viewer-menu svg{width:19px;height:19px}.mobile-image-viewer-media{touch-action:none;-webkit-user-select:none;user-select:none;cursor:zoom-in;z-index:1;justify-content:center;align-items:center;min-height:0;display:flex;position:relative;overflow:hidden}.mobile-image-viewer-media.is-zoomed{cursor:grab}.mobile-image-viewer-media img{object-fit:contain;transform-origin:50%;will-change:transform;-webkit-user-drag:none;width:100%;max-width:100vw;max-height:100%;transition:transform .12s ease-out;display:block}.mobile-image-viewer-footer{padding:10px 30px calc(14px + env(safe-area-inset-bottom))}.mobile-image-viewer-actions{grid-template-columns:repeat(2,minmax(0,1fr));align-items:center;gap:26px;max-width:220px;min-height:42px;margin:0 auto;display:grid}.mobile-image-viewer-actions button{gap:8px;min-width:0;height:40px;padding:0;font-size:15px;font-weight:900}.mobile-image-viewer-actions svg{width:27px;height:27px}.mobile-image-viewer-actions button.active{color:#ef4444}.mobile-image-viewer-actions button.active svg{fill:#ef4444}.mobile-comments-overlay{z-index:10002;overscroll-behavior:contain;background:#000000b8;align-items:flex-end;display:flex;position:fixed;inset:0}.mobile-comments-sheet{background:#fff;border-radius:30px 30px 0 0;flex-direction:column;width:100%;height:min(94dvh,860px);min-height:0;max-height:calc(100dvh - 42px);padding-top:10px;display:flex;overflow:hidden;box-shadow:0 -18px 42px #0f172a38}.mobile-comments-handle{background:#7a838c;border-radius:999px;width:42px;height:4px;margin:0 auto 17px}.mobile-comments-title{text-align:center;color:#20242a;padding:0 24px 16px;font-size:18px;font-weight:900;line-height:1.2}.mobile-comments-list{overscroll-behavior-y:contain;-webkit-overflow-scrolling:touch;touch-action:pan-y;flex:auto;height:0;min-height:0;padding:8px 26px 10px;overflow:hidden auto}.mobile-comment-item{grid-template-columns:44px minmax(0,1fr) 34px;align-items:start;gap:11px;padding:8px 0 14px;display:grid}.mobile-comment-avatar{color:#727b86;cursor:pointer;background:#e8ecf1;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-weight:900;display:flex;overflow:hidden}.mobile-comment-avatar svg{width:25px;height:25px}.mobile-comment-body{min-width:0}.mobile-comment-meta{white-space:nowrap;grid-template-columns:minmax(0,auto) max-content max-content;align-items:center;gap:5px;max-width:100%;min-height:20px;display:grid;overflow:hidden}.mobile-comment-author{color:#20242a;text-overflow:ellipsis;white-space:nowrap;cursor:pointer;min-width:0;max-width:100%;font-size:14.5px;font-weight:900;line-height:1.25;overflow:hidden}.mobile-comment-time,.mobile-comment-author-badge{color:#737b86;white-space:nowrap;font-size:13px;font-weight:800;line-height:1.25}.mobile-comment-text{color:#20242a;white-space:pre-wrap;overflow-wrap:anywhere;margin-top:3px;font-size:15px;font-weight:700;line-height:1.32}.mobile-comment-image{object-fit:cover;border-radius:12px;max-width:min(100%,240px);max-height:220px;margin-top:8px;display:block}.mobile-comment-reply{color:#6f7781;background:0 0;border:0;margin-top:5px;padding:0;font-size:12.5px;font-weight:900}.mobile-comment-item.is-reply{grid-template-columns:34px minmax(0,1fr) 30px;gap:9px;padding:8px 0 0}.mobile-comment-item.is-reply .mobile-comment-avatar{width:34px;height:34px}.mobile-comment-replies{margin-top:7px;padding-left:2px}.mobile-replies-toggle{color:#737b86;width:100%;min-height:30px;font-family:var(--font-thai);text-align:left;background:0 0;border:0;align-items:center;gap:12px;padding:0;font-size:13px;font-weight:900;display:flex}.mobile-replies-toggle span{background:#e2e6eb;border-radius:999px;flex:0 0 46px;width:42px;height:2px}.mobile-comment-like{color:#69727d;background:0 0;border:0;flex-direction:column;justify-content:center;align-items:center;gap:2px;width:34px;min-height:40px;margin-top:3px;font-size:11.5px;font-weight:800;display:flex}.mobile-comment-like svg{width:23px;height:23px}.mobile-comment-like.active{color:#ef4444}.mobile-comment-like.active svg{fill:#ef4444}.mobile-comments-empty{text-align:center;color:#8b95a1;padding:64px 0;font-size:16px;font-weight:800}.mobile-comments-reactions{color:#111827;border-top:1px solid #e5eaf0;justify-content:space-between;align-items:center;gap:12px;min-height:54px;padding:0 28px;font-size:26px;display:flex;overflow-x:auto}.mobile-comments-reactions button{background:0 0;border:0;flex:none;padding:0;font-size:26px;line-height:1}.mobile-comments-reactions button:first-child{color:#ef4444}.mobile-comments-context{background:#fff;border-top:1px solid #eef1f4;padding:8px 18px}.mobile-comments-replying{color:#5f6b76;justify-content:space-between;align-items:center;gap:8px;font-size:13px;font-weight:800;display:flex}.mobile-comments-replying button,.mobile-comments-image-preview button{color:#4aa7e8;font:inherit;background:0 0;border:0;font-weight:900}.mobile-comments-image-preview{width:76px;margin-top:8px;position:relative}.mobile-comments-image-preview img{object-fit:cover;border-radius:12px;width:76px;height:76px}.mobile-comments-image-preview button{color:#fff;background:#111827c7;border-radius:50%;width:24px;height:24px;position:absolute;top:-8px;right:-8px}.mobile-comments-inputbar{min-height:68px;padding:9px 18px calc(9px + env(safe-area-inset-bottom));background:#fff;border-top:1px solid #e5eaf0;align-items:center;gap:10px;display:flex}.mobile-comments-me{color:#64748b;background:#e8ecf1 50%/cover;border-radius:50%;flex:0 0 38px;justify-content:center;align-items:center;width:38px;height:38px;font-weight:900;display:flex}.mobile-comments-inputwrap{background:#fff;border:2px solid #d6dbe1;border-radius:999px;flex:1;align-items:center;gap:8px;min-width:0;height:44px;padding:0 8px 0 16px;display:flex}.mobile-comments-inputwrap input{color:#111827;min-width:0;font-family:var(--font-thai);background:0 0;border:0;outline:none;flex:1;font-size:14px;font-weight:800}.mobile-comments-inputwrap input::placeholder{color:#6f7781;opacity:1}.mobile-comments-image-btn,.mobile-comments-send-btn{color:#111827;background:0 0;border:0;flex:0 0 32px;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.mobile-comments-send-btn:disabled{color:#c3c9d0}.mobile-comments-image-btn svg,.mobile-comments-send-btn svg{width:22px;height:22px}.mobile-comment-action-layer{z-index:10003;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff6b;padding:34vh 14px 0;position:fixed;inset:0}.mobile-comment-action-card{background:#fff;border-radius:6px;overflow:hidden;box-shadow:0 8px 24px #0f172a29}.mobile-comment-action-card .mobile-comment-item{padding:18px}.mobile-comment-action-card .mobile-comment-replies,.mobile-comment-action-card .mobile-comment-reply{display:none}.mobile-comment-action-menu{background:#fffffff0;border-radius:24px;width:min(66vw,320px);margin:28px 0 0 14px;padding:18px 0;overflow:hidden;box-shadow:0 12px 36px #0f172a38}.mobile-comment-action-menu button{color:#111827;width:100%;min-height:58px;font-family:var(--font-thai);text-align:left;background:0 0;border:0;align-items:center;gap:20px;padding:0 28px;font-size:20px;font-weight:900;display:flex}.mobile-comment-action-menu button.danger{color:#dc2626}.mobile-comment-action-menu svg{width:28px;height:28px}html,body,#root{overscroll-behavior-y:auto;touch-action:pan-y}.community-layout,.community-layout .main-feed-column,.community-layout .posts-container,.community-layout .post-card,.community-layout .post-body,.community-layout .post-content{touch-action:pan-y;overscroll-behavior-y:auto;-webkit-overflow-scrolling:touch}.community-layout .post-attachment-image,.community-layout .post-body img{touch-action:pan-y;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.community-layout .room-filter-pills{touch-action:pan-x}.community-layout .post-card,.community-layout .post-attachment-image{cursor:default!important}}.typing-dot{font-size:24px;line-height:1;animation:1.4s infinite pulseTyping;display:inline-block}.ai-chat-page{background:#fff;border-radius:28px;flex-direction:column;max-width:900px;height:calc(100vh - 140px);margin:0 auto;display:flex;overflow:hidden;box-shadow:0 18px 42px #0f172a14}.ai-chat-header{background:#fff;grid-template-columns:1fr auto 1fr;align-items:center;height:76px;padding:0 24px;display:grid}.ai-chat-avatar{width:44px;height:44px;color:var(--primary-color);background:#dff4ee;border-radius:50%;justify-content:center;align-items:center;font-weight:800;text-decoration:none;display:inline-flex;overflow:hidden}.ai-chat-avatar img{object-fit:cover;width:100%;height:100%}.ai-chat-brand{color:#111827;align-items:center;gap:10px;font-size:24px;font-weight:900;display:inline-flex}.ai-chat-brand img{border-radius:12px;width:38px;height:38px}.ai-chat-header-actions{justify-self:end;gap:10px;display:flex}.ai-chat-icon-btn,.ai-chat-quick-actions button,.ai-chat-send{font-family:var(--font-thai)}.ai-chat-icon-btn{color:#111827;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:42px;height:42px;display:inline-flex}.ai-chat-icon-btn svg{stroke-width:2.4px;width:30px;height:30px}.ai-chat-stream{flex-direction:column;flex:1;gap:14px;min-height:0;padding:24px;display:flex;overflow-y:auto}.ai-chat-empty{text-align:center;margin:auto}.ai-chat-empty-icon{width:76px;height:76px;color:var(--primary-color);background:#e4f7f3;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 18px;display:flex}.ai-chat-empty h2{color:#2d3436;margin:0 0 8px;font-size:24px;font-weight:900}.ai-chat-empty p{color:#8f98a5;margin:0;font-size:16px}.ai-chat-message{flex-direction:column;max-width:min(76%,620px);display:flex}.ai-chat-message.user{align-self:flex-end}.ai-chat-message.ai{align-self:flex-start}.ai-chat-message-name{color:#94a3b8;margin:0 0 4px 12px;font-size:12px;font-weight:700}.ai-chat-bubble{color:#1f2937;background:#f3f4f6;border-radius:18px;padding:13px 16px;font-size:15px;line-height:1.55}.ai-chat-message.user .ai-chat-bubble{color:#fff;background:#111827}.ai-chat-bubble.typing{gap:5px;width:fit-content;display:flex}.ai-chat-bubble.typing span{background:#cbd5e1;border-radius:50%;width:7px;height:7px;animation:1.4s infinite pulseTyping}.ai-chat-composer-shell{background:#fff;padding:16px 24px 24px}.ai-chat-quick-actions{gap:14px;margin-bottom:14px;display:flex}.ai-chat-quick-actions button{color:#3f4b55;cursor:pointer;background:#fdfefe;border:1px solid #d6dde3;border-radius:22px;flex-direction:column;flex:1;justify-content:center;align-items:flex-start;gap:8px;min-width:0;min-height:74px;padding:14px 18px;font-size:15px;font-weight:800;display:flex}.ai-chat-quick-actions svg{width:24px;height:24px}.ai-chat-composer{background:#fff;border:1px solid #d6dde3;border-radius:999px;align-items:center;gap:10px;min-height:64px;padding:8px 10px 8px 18px;display:flex}.ai-chat-composer input{color:#2d3436;width:100%;font-family:var(--font-thai);background:0 0;border:none;outline:none;font-size:22px;font-weight:700}.ai-chat-composer input::placeholder{color:#888}.ai-chat-send{color:#fff;cursor:pointer;background:#111827;border:none;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;display:inline-flex}.ai-chat-send:disabled{cursor:default;background:#d1d5db}.ai-chat-send svg{width:22px;height:22px}.messenger-chat-screen{background:#fff;border-radius:24px;flex-direction:column;max-width:820px;height:calc(100vh - 120px);margin:0 auto;display:flex;overflow:hidden;box-shadow:0 18px 42px #0f172a14}.messenger-chat-header{background:#fff;border-bottom:1px solid #edf0f3;grid-template-columns:auto auto 1fr auto;align-items:center;gap:12px;height:72px;padding:0 18px;display:grid}.messenger-chat-back,.messenger-chat-info,.messenger-composer-more,.messenger-send{color:#2563eb;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;display:inline-flex}.messenger-chat-back svg{width:26px;height:26px}.messenger-chat-avatar,.messenger-message-avatar{color:#fff;background:linear-gradient(135deg,#8bd7c0,#51bfa7);border-radius:50%;justify-content:center;align-items:center;font-weight:900;display:inline-flex}.messenger-chat-avatar{width:42px;height:42px}.messenger-chat-title{color:#111827;min-width:0}.messenger-chat-title div{text-overflow:ellipsis;white-space:nowrap;font-size:20px;font-weight:800;overflow:hidden}.messenger-chat-title span{color:#94a3b8;font-size:12px;font-weight:700;display:block}.messenger-chat-info{color:#fff;background:#2563eb;border-radius:50%;width:34px;height:34px;font-family:system-ui,sans-serif;font-size:22px;font-weight:900}.messenger-chat-body{background:#fff;flex-direction:column;flex:1;gap:8px;min-height:0;padding:18px;display:flex;overflow-y:auto}.messenger-chat-empty{color:#64748b;text-align:center;flex-direction:column;align-items:center;gap:8px;margin:auto;display:flex}.messenger-chat-empty-illustration{width:72px;height:72px;color:var(--primary-color);background:#e8f7f3;border-radius:50%;justify-content:center;align-items:center;margin-bottom:6px;display:inline-flex}.messenger-chat-empty-illustration svg{width:34px;height:34px}.messenger-chat-empty strong{color:#111827;font-size:18px}.messenger-chat-empty span{max-width:260px;font-size:13px}.messenger-message{align-items:flex-end;gap:8px;max-width:82%;display:flex}.messenger-message.me{justify-content:flex-end;align-self:flex-end}.messenger-message.them{align-self:flex-start}.messenger-message-avatar{flex:none;width:28px;height:28px;font-size:13px}.messenger-bubble{color:#111827;background:#eef0f3;border-radius:18px;padding:10px 14px;font-size:15px;line-height:1.45}.messenger-message.me .messenger-bubble{color:#fff;background:#2563eb;border-bottom-right-radius:5px}.messenger-message.them .messenger-bubble{border-bottom-left-radius:5px}.messenger-chat-composer{background:#fff;border-top:1px solid #edf0f3;grid-template-columns:34px 1fr 38px;align-items:center;gap:8px;padding:10px 14px 14px;display:grid}.messenger-composer-more svg{width:26px;height:26px}.messenger-input-wrap{background:#f1f2f5;border-radius:22px;align-items:center;min-width:0;height:42px;padding:0 14px;display:flex}.messenger-input-wrap input{color:#111827;width:100%;font-family:var(--font-thai);background:0 0;border:none;outline:none;font-size:16px;font-weight:700}.messenger-input-wrap input::placeholder{color:#8c95a3}.messenger-send{color:#2563eb;width:38px;height:38px}.messenger-send:disabled{opacity:1}.messenger-send svg{width:24px;height:24px}@media (width<=768px){body.messenger-chat-mode{background:#fff;overflow:hidden}body.messenger-chat-mode .topbar,body.messenger-chat-mode .bottom-nav-container{display:none!important}body.messenger-chat-mode .main-content,body.messenger-chat-mode .page-content{background:#fff;height:100dvh;overflow:hidden}body.messenger-chat-mode .page-content{padding:0!important}.messenger-chat-screen{z-index:80;width:100%;max-width:none;height:100dvh;box-shadow:none;border-radius:0;margin:0;position:fixed;inset:0}.messenger-chat-header{grid-template-columns:32px 44px minmax(0,1fr) 34px;gap:10px;height:82px;padding:18px 18px 8px;box-shadow:0 2px 10px #0f172a0f}.messenger-chat-back{color:#2563eb}.messenger-chat-back svg{width:28px;height:28px}.messenger-chat-avatar{width:44px;height:44px}.messenger-chat-title div{font-size:20px;font-weight:800}.messenger-chat-title span{display:none}.messenger-chat-info{width:32px;height:32px;font-size:20px}.messenger-chat-body{overscroll-behavior:contain;-webkit-overflow-scrolling:touch;gap:7px;padding:12px 14px 76px}.messenger-message{max-width:84%}.messenger-bubble{border-radius:17px;padding:9px 13px;font-size:15px;line-height:1.45}.messenger-chat-composer{left:0;right:0;bottom:env(safe-area-inset-bottom);z-index:82;min-height:64px;padding:8px 10px calc(8px + env(safe-area-inset-bottom));border-top:none;grid-template-columns:34px 1fr 38px;position:fixed;box-shadow:0 -8px 22px #0f172a0d}.messenger-input-wrap{height:42px}.messenger-input-wrap input{font-size:16px}body.ai-chat-mobile-mode{touch-action:none;background:#fff;overflow:hidden}body.ai-chat-mobile-mode .topbar{display:none!important}body.ai-chat-mobile-mode .main-content{background:#fff;height:100dvh;overflow:hidden}body.ai-chat-mobile-mode .page-content{height:100dvh;overflow:hidden;padding:0!important}.ai-chat-page{z-index:30;width:100%;max-width:none;height:100dvh;box-shadow:none;border-radius:0;margin:0;position:fixed;inset:0;overflow:hidden}.ai-chat-header{z-index:37;background:#fff;height:82px;padding:18px 22px 4px;position:fixed;top:0;left:0;right:0}.ai-chat-avatar{width:32px;height:32px;font-size:14px}.ai-chat-brand{letter-spacing:0;gap:7px;font-size:18px}.ai-chat-brand img{border-radius:9px;width:28px;height:28px}.ai-chat-header-actions{gap:12px}.ai-chat-icon-btn{width:32px;height:32px}.ai-chat-icon-btn svg{width:24px;height:24px}.ai-chat-stream{overscroll-behavior:contain;-webkit-overflow-scrolling:touch;touch-action:pan-y;gap:10px;height:100dvh;padding:96px 18px 164px;overflow-y:auto}.ai-chat-empty{display:none}.ai-chat-message{max-width:82%}.ai-chat-bubble{border-radius:16px;padding:10px 13px;font-size:14px;line-height:1.5}.ai-chat-message.user .ai-chat-bubble{border-bottom-right-radius:6px}.ai-chat-message.ai .ai-chat-bubble{border-bottom-left-radius:6px}.ai-chat-message-name{margin-left:10px;font-size:11px}.ai-chat-composer-shell{left:0;right:0;bottom:calc(86px + env(safe-area-inset-bottom));z-index:35;background:#fff;padding:0 14px;position:fixed}.ai-chat-quick-actions{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-bottom:14px;display:grid}.ai-chat-quick-actions button{background:#fdfefe;border-radius:18px;align-items:flex-start;min-height:74px;padding:11px 12px;font-size:13px;line-height:1.2}.ai-chat-quick-actions svg{width:24px;height:24px}.ai-chat-composer{border-radius:999px;gap:8px;min-height:54px;padding:7px 8px 7px 16px;box-shadow:0 12px 30px #0f172a14}.ai-chat-composer input{font-size:16px;line-height:1.2}.ai-chat-send{width:40px;height:40px}.ai-chat-send svg{width:20px;height:20px}}@media (width<=380px){.ai-chat-header{padding-left:20px;padding-right:20px}.ai-chat-brand span{font-size:17px}.ai-chat-header-actions{gap:10px}.ai-chat-quick-actions{gap:8px}.ai-chat-quick-actions button{padding:10px;font-size:12px}.ai-chat-composer input{font-size:15px}}.dashboard-hero{background:var(--primary-gradient);border-radius:var(--radius-card);color:#fff;box-shadow:var(--shadow-soft);justify-content:space-between;align-items:center;margin-bottom:24px;padding:28px 32px;display:flex}.hero-content{z-index:1;position:relative}.hero-date{color:#ffffffe6;align-items:center;gap:8px;margin-bottom:8px;font-size:13px;display:flex}.hero-title{margin:0 0 8px;font-size:28px;font-weight:800}.hero-subtitle{color:#ffffffe6;max-width:480px;margin:0;font-size:14px}.hero-actions{gap:12px;display:flex}.hero-action-btn{color:#fff;font-size:13px;font-weight:600;font-family:var(--font-thai);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#fff3;border:1px solid #ffffff4d;border-radius:10px;align-items:center;gap:8px;padding:10px 20px;text-decoration:none;transition:all .15s;display:flex}.hero-action-btn:hover{background:#ffffff4d}.hero-action-alt{color:var(--primary-color);background:#fff;border-color:#fff}.hero-action-alt:hover{background:#f8f9fc}.dashboard-grid{grid-template-columns:1fr 340px;align-items:start;gap:24px;display:grid}.dashboard-media-row,.dashboard-articles-row{grid-template-columns:1fr 1fr;gap:24px;display:grid}.stat-row{grid-template-columns:repeat(2,1fr);gap:20px;margin-bottom:24px;display:grid}.stat-card-new{border-radius:var(--radius-card);box-shadow:var(--shadow-card);background:#fff;border:none;padding:24px;transition:transform .15s}.stat-card-new:hover{transform:translateY(-2px)}.stat-card-top{justify-content:space-between;align-items:flex-start;margin-bottom:12px;display:flex}.stat-label-new{color:var(--text-muted);margin-bottom:4px;font-size:12px;font-weight:500}.stat-value-new{color:var(--text-main);font-size:32px;font-weight:800;line-height:1}.stat-icon-new{color:#fff;border-radius:16px;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.bg-teal{background:linear-gradient(135deg,#00b894,#00cec9);box-shadow:0 8px 16px #00b89433}.bg-blue{background:linear-gradient(135deg,#3498db,#2980b9);box-shadow:0 8px 16px #3498db33}.bg-pink{background:linear-gradient(135deg,#e84393,#fd79a8);box-shadow:0 8px 16px #e8439333}.bg-purple{background:linear-gradient(135deg,#6c5ce7,#a29bfe);box-shadow:0 8px 16px #6c5ce733}.stat-change{color:var(--text-muted);font-size:12px}.stat-change.positive{color:#00b894}.dashboard-bottom-row{grid-template-columns:2fr 1fr;gap:24px;display:grid}.premium-card{border-radius:var(--radius-card);box-shadow:var(--shadow-card);background:#fff;border:none;padding:28px}.premium-card-title{color:var(--text-main);align-items:center;gap:10px;margin-bottom:8px;font-size:16px;font-weight:700;display:flex}.quick-link{color:var(--text-main);background:#f8f9fc;border-radius:10px;align-items:center;gap:12px;padding:12px 14px;font-size:14px;font-weight:500;text-decoration:none;transition:all .15s;display:flex}.quick-link:hover{background:var(--primary-color-light);color:var(--primary-color)}.section-title{color:var(--text-main);align-items:center;gap:10px;margin-bottom:20px;font-size:18px;font-weight:700;display:flex}.mood-selector-row{justify-content:space-between;gap:10px;display:flex}.mood-btn-new{cursor:pointer;font-family:var(--font-thai);color:var(--text-main);background:#f8f9fc;border:1.5px solid #0000;border-radius:10px;flex:1;justify-content:center;align-items:center;gap:8px;padding:12px 8px;font-size:14px;font-weight:600;transition:all .15s;display:flex}.mood-btn-new:hover{background:#fff;border-color:#e0e0e0}.mood-btn-new.selected{background:var(--primary-color-light);border-color:var(--primary-color);color:var(--primary-color)}.mood-emoji{font-size:18px}.mood-bar{cursor:pointer;position:relative;transition:all .3s!important}.mood-bar:hover{filter:brightness(1.1);transform:scaleY(1.05)translateY(-2px);box-shadow:0 4px 12px #0000001a}.premium-btn{background:var(--primary-color);color:#fff;font-family:var(--font-thai);cursor:pointer;border:none;border-radius:10px;justify-content:center;align-items:center;gap:8px;padding:10px 24px;font-size:14px;font-weight:600;transition:all .15s;display:inline-flex}.premium-btn:hover{background:var(--primary-color-hover);transform:translateY(-1px)}.premium-btn:disabled{cursor:not-allowed;background:#cbd5e1;transform:none}.premium-btn-outline{color:var(--primary-color);border:1.5px solid var(--primary-color);font-family:var(--font-thai);cursor:pointer;background:0 0;border-radius:10px;justify-content:center;align-items:center;gap:8px;padding:9px 20px;font-size:14px;font-weight:600;transition:all .15s;display:inline-flex}.premium-btn-outline:hover{background:var(--primary-color-light)}.form-input{width:100%;font-family:var(--font-thai);color:var(--text-main);box-sizing:border-box;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:12px 14px;font-size:14px;transition:all .15s}.form-input:focus{border-color:var(--primary-color);background:#fff;outline:none;box-shadow:0 0 0 3px #00b89414}.form-input::placeholder{color:#94a3b8}.form-label{color:var(--text-main);margin-bottom:8px;font-size:14px;font-weight:600;display:block}.services-grid{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.service-card{border-radius:var(--radius-card);box-shadow:var(--shadow-card);background:#fff;border:none;flex-direction:column;padding:28px;text-decoration:none;transition:all .3s cubic-bezier(.34,1.56,.64,1);display:flex}.service-card:hover{transform:translateY(-3px);box-shadow:0 8px 24px #0000000f}.service-icon-wrapper{color:#fff;border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:16px;display:flex}.service-title{color:var(--text-main);margin-bottom:6px;font-size:15px;font-weight:700}.service-desc{color:var(--text-muted);flex:1;margin-bottom:16px;font-size:12px;line-height:1.4}.service-arrow{color:var(--primary-color);align-self:flex-start;font-size:14px;font-weight:700}.bg-green{background:#2ecc71}.bg-orange{background:#e67e22}@media (width<=1024px){.stat-row{grid-template-columns:repeat(2,1fr)}.dashboard-bottom-row{grid-template-columns:1fr}.services-grid{grid-template-columns:repeat(2,1fr)}}.m-featured-card,.m-collections-label,.m-collections,.m-journey-label,.m-journey-card,.m-quote-card,.mobile-section-header{display:none}@media (width<=768px){.home-container{overflow-x:hidden;max-width:none!important;margin-top:-16px!important;margin-left:-16px!important;margin-right:-16px!important;padding-bottom:0!important}.dashboard-hero{flex-direction:column;align-items:flex-start;gap:16px;box-shadow:none!important;border-radius:0!important;margin-bottom:0!important;padding:24px 20px 20px!important}.hero-title{font-size:22px!important;line-height:1.3!important}.hero-subtitle{font-size:13px!important}.hero-actions{flex-direction:column;gap:8px;width:100%}.hero-action-btn{justify-content:center;border-radius:12px!important;padding:12px 16px!important;font-size:14px!important}.dashboard-grid{grid-template-columns:1fr;gap:0}.m-featured-card{color:#fff;border-radius:20px;margin:0 16px;padding:24px 20px 20px;position:relative;overflow:hidden;display:block!important}.m-featured-greeting{text-shadow:0 1px 4px #00000026;margin-bottom:2px;font-size:20px;font-weight:800;line-height:1.3}.m-featured-date{opacity:.8;margin-bottom:12px;font-size:12px}.m-featured-subtitle{opacity:.95;margin-bottom:16px;font-size:14px;font-weight:500;line-height:1.5}.m-featured-actions{flex-wrap:wrap;gap:8px;display:flex}.m-featured-btn-primary{color:#0f172a;background:#fffffff2;border-radius:12px;align-items:center;gap:6px;padding:10px 16px;font-size:13px;font-weight:700;text-decoration:none;transition:transform .15s;display:inline-flex}.m-featured-btn-primary:active{transform:scale(.96)}.m-featured-btn-secondary{color:#fff;background:#fff3;border:1.5px solid #ffffff80;border-radius:12px;align-items:center;gap:6px;padding:10px 16px;font-size:13px;font-weight:700;text-decoration:none;transition:transform .15s;display:inline-flex}.m-featured-btn-secondary:active{transform:scale(.96)}.m-collections-label,.m-journey-label{color:#0f172a;padding:18px 20px 8px;font-size:17px;font-weight:800;display:block!important}.m-collections{-ms-overflow-style:none;scrollbar-width:none;gap:10px;padding:0 20px 8px;overflow-x:auto;display:flex!important}.m-collections::-webkit-scrollbar{display:none}.m-collection-card{border-radius:16px;flex-direction:column;gap:6px;min-width:110px;padding:14px 12px;text-decoration:none;transition:transform .15s;display:flex}.m-collection-card:active{transform:scale(.95)}.m-collection-icon{margin-bottom:2px}.m-collection-name{color:#0f172a;font-size:13px;font-weight:700;line-height:1.2}.m-collection-sub{color:#64748b;font-size:11px}.m-journey-card{background:#fff;border-radius:16px;margin:0 16px;padding:16px 20px;box-shadow:0 2px 12px #0000000f;display:block!important}.m-journey-stats{align-items:center;margin-bottom:16px;display:flex}.m-journey-stat{text-align:center;flex:1}.m-journey-stat-value{color:#0f172a;font-size:20px;font-weight:800;line-height:1.2}.m-journey-stat-label{color:#94a3b8;margin-top:2px;font-size:11px}.m-journey-divider{background:#e2e8f0;width:1px;height:36px}.m-journey-chart{align-items:flex-end;gap:6px;height:80px;padding:0 4px;display:flex}.m-journey-bar-wrap{flex-direction:column;flex:1;align-items:center;gap:4px;display:flex}.m-journey-bar{border-radius:4px;width:100%;transition:height .3s}.m-journey-bar-label{color:#94a3b8;font-size:10px}.m-quote-card{text-align:center;background:linear-gradient(135deg,#fdf2f8 0%,#fce7f3 100%);border-radius:16px;margin:16px 16px 0;padding:16px 20px;display:block!important}.m-quote-text{color:#831843;font-size:14px;font-style:italic;font-weight:500;line-height:1.6}.dashboard-hero,.stat-row{display:none!important}.dashboard-grid{grid-template-columns:1fr;gap:0;padding:16px 16px 0}.desktop-only-section{display:none!important}.dashboard-media-row,.dashboard-articles-row{grid-template-columns:1fr;gap:0}.dashboard-media-row .premium-card,.dashboard-articles-row .premium-card{border-radius:16px!important;margin:8px 0!important;padding:16px 20px!important;box-shadow:0 2px 12px #0000000f!important}.premium-card-title{font-size:14px!important}.mood-selector-row{flex-wrap:wrap}.mood-btn-new{flex:30%}.services-grid{grid-template-columns:1fr}}.mobile-community-tabs,.mobile-trending-content{display:none}@media (width<=768px){.community-layout{margin-top:-16px!important;margin-left:-16px!important;margin-right:-16px!important;margin-bottom:calc(-110px - env(safe-area-inset-bottom))!important;padding:0!important;padding-bottom:calc(110px + env(safe-area-inset-bottom))!important;background-color:#fff!important;gap:0!important;min-height:100vh!important}.community-layout .room-filter-pills{margin-bottom:8px;padding:12px 16px 8px}.community-layout .section-title{z-index:10;background:#fff;border-bottom:1px solid #f1f5f9;margin-bottom:0;padding:12px 16px;font-size:16px;position:sticky;top:0}.community-layout .compose-card{box-shadow:none;border-bottom:8px solid #f4f6fb;border-radius:0;padding:16px}.community-layout .post-card{box-shadow:none!important;border-bottom:1px solid #f1f5f9!important;border-radius:0!important;margin-bottom:0!important;padding:16px!important}.community-layout .posts-container{gap:0!important}.community-layout .compose-footer{flex-direction:column;align-items:stretch;gap:12px}.community-layout .compose-footer>div{justify-content:space-between}.community-layout .post-content{font-size:15px!important}.community-layout .comments-section{border-radius:0;margin:12px -16px -16px;padding:12px 16px}.community-layout .interaction-btn{padding:12px 8px;font-size:13px}.room-filter-pills{-ms-overflow-style:none;scrollbar-width:none;background:#fff;border-bottom:1px solid #f1f5f9;margin-bottom:0;padding:8px 16px}.room-filter-pills::-webkit-scrollbar{display:none}.compose-desktop{display:none!important}.compose-fab{display:flex!important}.mobile-community-tabs{z-index:11;background:#fff;border-bottom:1px solid #e2e8f0;display:flex;position:sticky;top:0}.mobile-community-tab{color:#94a3b8;cursor:pointer;background:0 0;border:none;flex:1;justify-content:center;align-items:center;gap:6px;padding:14px 0;font-size:15px;font-weight:600;transition:color .2s;display:flex;position:relative}.mobile-community-tab.active{color:var(--primary-color)}.mobile-community-tab.active:after{content:"";background:var(--primary-color);border-radius:3px 3px 0 0;height:3px;position:absolute;bottom:0;left:20%;right:20%}.desktop-section-title,.mobile-show-trending .room-filter-pills,.mobile-show-trending .compose-card,.mobile-show-trending .posts-container,.mobile-show-trending .post-card,.mobile-show-trending .compose-desktop{display:none!important}.mobile-trending-content{display:block}}.compose-fab{background:var(--primary-color);color:#fff;cursor:pointer;z-index:50;border:none;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;transition:transform .2s,box-shadow .2s;display:none;position:fixed;bottom:100px;right:20px;box-shadow:0 4px 16px #00b89466}.compose-fab:active{transform:scale(.92)}.compose-fab svg{width:24px;height:24px}.compose-modal-overlay{z-index:9999;background:#0006;align-items:flex-end;display:flex;position:fixed;inset:0}.compose-modal{background:#fff;border-radius:20px 20px 0 0;flex-direction:column;width:100%;max-height:85vh;animation:.25s ease-out slideUpModal;display:flex}.compose-modal-header{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.compose-modal-close{color:#64748b;cursor:pointer;background:#f1f5f9;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:16px;display:flex}.compose-modal-body{flex:1;padding:20px;overflow-y:auto}.compose-modal-body .compose-textarea{resize:none;background:0 0;border:none;width:100%;min-height:120px;font-size:16px}.compose-modal-body .compose-textarea:focus{outline:none}.compose-modal-footer{border-top:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:16px;padding:12px 20px;display:flex}.mobile-detail-view{z-index:9999;animation:.3s ease-out slideUp;inset:0;overflow-y:auto;background-color:#fff!important;border-radius:0!important;margin:0!important;padding:0 0 80px!important;position:fixed!important}.mobile-detail-header{z-index:10;background-color:#fff;border-bottom:1px solid #f1f5f9;align-items:center;gap:16px;padding:16px;display:flex;position:sticky;top:0}.mobile-detail-back-btn{cursor:pointer;color:#0f172a;background:0 0;border:none;justify-content:center;align-items:center;margin-left:-8px;padding:8px;display:flex}.mobile-detail-view .post-header,.mobile-detail-view .post-body,.mobile-detail-view .post-footer{padding-left:20px;padding-right:20px}.mobile-detail-view .post-header{padding-top:20px}.mobile-detail-view .comments-section{border-radius:0;margin:0;background-color:#0000!important}.mobile-detail-view .add-comment-form{display:none!important}.mobile-fab-comment{color:#fff;z-index:10001;cursor:pointer;background-color:#3b82f6;border:none;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;display:flex;position:fixed;bottom:24px;right:24px;box-shadow:0 4px 12px #3b82f666}.community-layout{grid-template-columns:1fr 320px;align-items:start;gap:32px;max-width:1000px;margin:0 auto;padding:0 10px;display:grid;position:relative}@media (width<=950px){.community-layout{grid-template-columns:1fr;gap:0;padding:0}.sidebar-column{display:none}}.sidebar-column{align-self:start;position:sticky;top:80px}.room-filter-pills{gap:8px;margin-bottom:24px;padding-bottom:8px;display:flex;overflow-x:auto}.room-filter-pill{color:var(--text-main);font-family:var(--font-thai);white-space:nowrap;cursor:pointer;background:#f1f5f9;border:none;border-radius:20px;align-items:center;gap:6px;padding:8px 16px;font-size:14px;font-weight:600;transition:all .2s;display:flex}.room-filter-pill.active{background:var(--primary-color);color:#fff}.compose-card{box-shadow:var(--shadow-card);border-radius:var(--radius-card);background:#fff;padding:20px 24px}.compose-header{gap:12px;margin-bottom:16px;display:flex}.user-avatar-small{background:var(--primary-color);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-weight:700;display:flex}.compose-textarea{font-family:var(--font-thai);resize:none;background:#f0f2f5;border:none;border-radius:20px;flex:1;padding:12px 18px;font-size:15px;transition:all .2s}.compose-textarea:focus{background:#e4e6e9;outline:none}.compose-footer{border-top:1px solid #f0f2f5;justify-content:space-between;align-items:center;padding-top:12px;display:flex}.tag-btn{color:#65676b;cursor:pointer;background:#f0f2f5;border:none;border-radius:16px;margin-right:8px;padding:6px 14px;font-size:13px;font-weight:600;transition:all .2s}.tag-btn:hover{background:#e4e6e9}.tag-btn.active{background:var(--primary-color-light);color:var(--primary-color)}.compose-actions{align-items:center;gap:16px;display:flex}.anon-toggle{color:#65676b;cursor:pointer;align-items:center;gap:6px;font-size:13px;display:flex}.post-btn{border-radius:8px;padding:8px 24px}.post-card{box-shadow:var(--shadow-card);border-radius:var(--radius-card);background:#fff;margin-bottom:24px;padding:24px;transition:all .3s}.post-header{justify-content:space-between;align-items:flex-start;margin-bottom:12px;display:flex}.post-author-info{align-items:center;gap:12px;display:flex}.author-avatar{background:var(--primary-color);color:#fff;cursor:pointer;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;font-weight:700;display:flex}.author-avatar.anon{color:#65676b;background:#e4e6eb}.author-name{color:#050505;cursor:pointer;font-size:15px;font-weight:700}.author-name:hover{text-decoration:underline}.post-time{color:#65676b;font-size:12px}.post-actions{gap:10px;display:flex;position:relative}.action-btn{cursor:pointer;opacity:.6;background:0 0;border:none;padding:4px;font-size:12px;font-weight:600}.action-btn:hover{opacity:1;text-decoration:underline}.action-btn.edit{color:#1877f2}.action-btn.delete{color:#f02849}.post-actions-menu{z-index:20;background:#fff;border:1px solid #e5eaf0;border-radius:14px;min-width:132px;padding:6px;position:absolute;top:34px;right:0;box-shadow:0 14px 34px #0f172a29}.post-actions-menu button{color:#374151;width:100%;min-height:38px;font-family:var(--font-thai);text-align:left;cursor:pointer;background:0 0;border:0;border-radius:10px;align-items:center;gap:9px;padding:8px 10px;font-size:14px;font-weight:700;display:flex}.post-actions-menu button:hover{background:#f5f7fb}.post-actions-menu button.danger{color:#dc2626}.post-actions-menu svg{width:16px;height:16px}.post-content{color:#050505;white-space:pre-wrap;margin-bottom:16px;font-size:15px;line-height:1.5}.post-tags{gap:8px;margin-bottom:16px;display:flex}.post-tag{color:#1877f2;font-size:13px;font-weight:500}.post-footer{border-top:1px solid #f0f2f5;padding-top:12px}.post-interaction-stats{gap:12px;margin-bottom:10px;padding:0 4px;display:flex}.stat-item{color:#65676b;align-items:center;gap:5px;font-size:13px;display:flex}.stat-icon.liked{color:#ec4899}.post-action-buttons{border-top:1px solid #f0f2f5;padding-top:4px;display:flex}.interaction-btn{color:#65676b;cursor:pointer;background:0 0;border:none;border-radius:6px;flex:1;justify-content:center;align-items:center;gap:8px;padding:10px;font-size:14px;font-weight:600;transition:background .2s;display:flex}.interaction-btn:hover{background:#f2f2f2}.interaction-btn.active{color:#ef4444}.interaction-btn.active svg{color:#ef4444;fill:#ef4444}.comments-section{background:#f8fafc;border-bottom-right-radius:14px;border-bottom-left-radius:14px;margin:12px -16px -16px;padding:16px}.comment-item{gap:8px;margin-bottom:12px;display:flex}.comment-avatar{background:var(--primary-color);color:#fff;cursor:pointer;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:12px;font-weight:700;display:flex}.comment-avatar.anon{color:#65676b;background:#e4e6eb}.comment-bubble{background:#ebedf0;border-radius:18px;max-width:100%;padding:8px 12px}.comment-header{justify-content:space-between;align-items:center;gap:20px;display:flex}.comment-author-name{color:#050505;cursor:pointer;font-size:12px;font-weight:700}.comment-text{color:#050505;margin-top:2px;font-size:13px}.comment-actions{gap:8px;display:flex}.cmt-action{color:#65676b;cursor:pointer;background:0 0;border:none;font-size:10px;font-weight:600}.cmt-action:hover{text-decoration:underline}.cmt-action.del{color:#f02849}.add-comment-form{align-items:center;gap:8px;margin-top:16px;display:flex}.user-avatar-tiny{background:var(--primary-color);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:12px;font-weight:700;display:flex}.comment-input-container{background:#f0f2f5;border-radius:20px;flex:1;align-items:center;padding:0 12px;display:flex}.comment-input-field{font-family:var(--font-thai);background:0 0;border:none;flex:1;padding:8px 4px;font-size:13px}.comment-input-field:focus{outline:none}.comment-input-actions{color:#65676b;align-items:center;gap:8px;display:flex}.anon-cmt-toggle{cursor:pointer;align-items:center;display:flex}.send-comment-btn{color:var(--primary-color);cursor:pointer;background:0 0;border:none;display:flex}.trending-card{border-radius:var(--radius-card);box-shadow:var(--shadow-card);background:#fff;padding:24px}.sticky-sidebar{position:sticky;top:84px}.trending-header{margin-bottom:16px}.trending-title{color:#050505;align-items:center;gap:10px;font-size:17px;font-weight:800;display:flex}.trending-icon{color:#f02849}.trending-subtitle{color:#65676b;margin-top:2px;font-size:12px}.trending-item{cursor:pointer;border-radius:8px;gap:14px;padding:10px;transition:background .2s;display:flex}.trending-item:hover{background:#f2f2f2}.trending-rank{color:#bcc0c4;min-width:24px;font-size:20px;font-weight:800}.rank-1{color:gold}.rank-2{color:silver}.rank-3{color:#cd7f32}.trending-content{flex:1;min-width:0}.trending-text{color:#050505;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:4px;font-size:13px;font-weight:600;display:-webkit-box;overflow:hidden}.trending-meta{color:#65676b;justify-content:space-between;font-size:11px;display:flex}.modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:2000;background:#fffc;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.profile-popup-card{background:#fff;border-radius:16px;width:360px;animation:.3s ease-out slideUp;position:relative;overflow:hidden;box-shadow:0 12px 36px #00000026}.close-popup{cursor:pointer;color:#65676b;z-index:2;background:#f0f2f5;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;display:flex;position:absolute;top:12px;right:12px}.profile-popup-header{background:linear-gradient(#f0f2f5 0%,#fff 100%);flex-direction:column;align-items:center;padding:30px 24px 20px;display:flex}.profile-popup-avatar{background:var(--primary-color);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:90px;height:90px;margin-bottom:16px;font-size:36px;font-weight:800;display:flex;box-shadow:0 4px 12px #0000001a}.profile-popup-name{color:#050505;margin:0;font-size:20px;font-weight:800}.profile-popup-badge{color:#1877f2;margin-top:4px;font-size:12px;font-weight:600}.profile-popup-body{padding:20px 24px}.profile-info-row{align-items:center;gap:16px;margin-bottom:16px;display:flex}.info-icon{color:#65676b}.info-label{color:#65676b;text-transform:uppercase;letter-spacing:.5px;font-size:11px}.info-value{color:#050505;font-size:14px;font-weight:600}.profile-popup-footer{padding:16px 24px 24px}@media (width<=768px){.home-container{overflow-x:hidden;width:100%!important;max-width:none!important;margin:0!important;padding:0 0 20px!important}.m-featured-card{isolation:isolate;flex-direction:column;justify-content:flex-end;min-height:210px;box-shadow:0 18px 42px #402f6d2e;border-radius:28px!important;margin:8px 16px 0!important;padding:26px 20px 22px!important;display:flex!important}.m-featured-card:before{content:"";z-index:-1;background:linear-gradient(#ffffff29,#fff0),linear-gradient(90deg,#0f172a1f,#0f172a00);position:absolute;inset:0}.m-featured-greeting{text-wrap:balance;max-width:100%;font-size:27px;font-weight:900;line-height:1.18}.m-featured-date{color:#ffffffc7;margin-top:8px;margin-bottom:24px;font-size:14px;font-weight:600}.m-featured-subtitle{margin-bottom:20px;font-size:16px;font-weight:750;line-height:1.55}.m-featured-actions{grid-template-columns:1fr 1fr;gap:10px;display:grid}.m-featured-btn-primary,.m-featured-btn-secondary{text-align:center;white-space:normal;border-radius:18px;justify-content:center;min-height:54px;padding:10px 12px;font-size:14px;line-height:1.2}.m-featured-btn-primary svg,.m-featured-btn-secondary svg{flex:none;width:21px;height:21px}.m-collections-label,.m-journey-label{letter-spacing:0;padding:24px 20px 12px;font-size:23px;line-height:1.2}.m-collections{scroll-snap-type:x proximity;gap:12px;padding:0 16px 8px;scroll-padding:16px}.m-collection-card{scroll-snap-align:start;border-radius:22px;flex:0 0 30.5%;min-width:112px;max-width:136px;min-height:126px;padding:18px 14px 16px;box-shadow:inset 0 1px #ffffff9e}.m-collection-icon svg{width:28px;height:28px}.m-collection-name{overflow-wrap:anywhere;margin-top:auto;font-size:16px;line-height:1.22}.m-collection-sub{color:#64748b;font-size:13px;line-height:1.25}.m-journey-card{border-radius:26px;padding:22px 18px 20px;box-shadow:0 16px 36px #0f172a12;margin:0 16px!important}.m-journey-stats{gap:14px;margin-bottom:20px}.m-journey-stat{min-width:0}.m-journey-stat-value{overflow-wrap:anywhere;font-size:21px;line-height:1.22}.m-journey-stat-label{margin-top:6px;font-size:13px}.m-journey-divider{background:#e5e7eb;flex:0 0 1px;height:46px}.m-journey-chart{gap:8px;height:92px;padding:2px 4px 0}.m-journey-bar{border-radius:999px;min-height:4px}.m-journey-bar-label{margin-top:5px;font-size:12px;font-weight:700}.m-quote-card{background:linear-gradient(135deg,#fff7fb 0%,#fce7f3 100%);border-radius:24px;margin:18px 16px 4px;padding:18px;box-shadow:0 12px 30px #8318430f}.m-quote-text{font-size:15px;line-height:1.65}.dashboard-grid{padding-top:12px}.dashboard-media-row{-ms-overflow-style:auto;scrollbar-width:auto;scroll-snap-type:none;gap:12px;padding:10px 16px 16px;overflow:visible;grid-template-columns:1fr!important;display:grid!important}.dashboard-media-row::-webkit-scrollbar{display:none}.dashboard-media-row .premium-card{scroll-snap-align:none;flex-direction:column;flex:none;justify-content:space-between;width:100%;max-width:none;min-height:160px;display:flex;border-radius:20px!important;margin:0!important;padding:18px!important}.dashboard-media-row h3{line-height:1.2;margin-bottom:2px!important;font-size:16px!important}.dashboard-media-row span{line-height:1.2;display:block;font-size:12px!important}.dashboard-media-row>div:first-child>div:first-child{gap:10px!important;margin-bottom:12px!important}.dashboard-media-row>div:first-child>div:first-child>div:first-child{padding:10px!important}.dashboard-media-row>div:first-child>div:first-child>div:first-child svg{width:20px!important;height:20px!important}.dashboard-media-row>div:first-child>div:last-child{padding:12px!important}.dashboard-media-row>div:first-child>div:last-child>div{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;margin-bottom:8px!important;font-size:12px!important}.dashboard-media-row audio{height:36px!important}.dashboard-media-row>div:last-child>div:first-child{gap:10px!important;margin-bottom:12px!important}.dashboard-media-row iframe{border-radius:12px!important;height:152px!important;max-height:152px!important}.dashboard-articles-row .premium-card{border-radius:24px!important;margin:10px 16px!important}.student-library-page{background:#f3f4f6;width:100%;padding:0 0 18px;overflow:hidden}.student-library-title,.student-library-subtitle{display:none!important}.student-library-featured{width:calc(100% - 28px);border:none!important;border-radius:24px!important;min-height:220px!important;margin:14px!important;display:flex!important;overflow:hidden!important;box-shadow:0 14px 34px #0f172a24!important}.student-library-featured-content{justify-content:flex-end!important;max-width:none!important;padding:22px!important}.student-library-featured-badges{gap:8px!important;margin-bottom:12px!important}.student-library-featured-badge{align-items:center;width:fit-content;max-width:100%;line-height:1.2;box-shadow:0 8px 18px #0000001f;border-radius:999px!important;padding:6px 12px!important;font-size:11px!important;display:inline-flex!important}.student-library-featured-badge.favorite{color:#fcd34d!important;background:#78501494!important}.student-library-featured-title{word-break:break-word;max-width:100%;margin-bottom:8px!important;font-size:27px!important;line-height:1.12!important}.student-library-featured-excerpt{-webkit-line-clamp:2;-webkit-box-orient:vertical;max-width:100%;display:-webkit-box;overflow:hidden;margin-bottom:12px!important;font-size:14px!important;line-height:1.45!important}.student-library-featured-meta{flex-wrap:wrap;gap:8px!important;font-size:12px!important}.student-library-filters{width:100%;position:relative;box-shadow:none!important;background:#fff!important;border:0!important;border-radius:0!important;margin:0!important;padding:22px 14px 20px!important}.student-library-search{width:calc(100vw - 28px);height:52px;font-weight:800;color:#27272a!important;box-shadow:none!important;background:#f0f0f1!important;border:none!important;border-radius:18px!important;margin:0 0 22px!important;padding:0 16px 0 48px!important;font-size:17px!important}.student-library-filters:before{content:"";pointer-events:none;border:4px solid #8f8f92;border-radius:999px;width:22px;height:22px;position:absolute;top:36px;left:30px}.student-library-filters:after{content:"";pointer-events:none;background:#8f8f92;border-radius:999px;width:12px;height:4px;position:absolute;top:57px;left:51px;transform:rotate(45deg)}.student-library-categories{scrollbar-width:none;margin:0 -14px 22px;padding:0 14px 2px;overflow-x:auto;flex-wrap:nowrap!important;gap:12px!important}.student-library-categories::-webkit-scrollbar{display:none}.student-library-category-label{display:none!important}.student-library-category-btn{flex:none;min-height:46px;color:#2a2a2d!important;box-shadow:none!important;background:#f0f0f1!important;border:none!important;border-radius:18px!important;padding:0 18px!important;font-size:16px!important;font-weight:900!important}.student-library-category-btn:first-of-type{color:#5369e8!important}.student-library-category-btn:first-of-type:before{content:"🔥";margin-right:8px}.student-library-media-types{grid-template-columns:repeat(3,minmax(0,1fr));border:none!important;gap:12px!important;padding:0!important;display:grid!important}.student-library-filter-btn{flex-direction:column;justify-content:center;min-height:82px;color:#29292c!important;background:#fff!important;border-radius:18px!important;gap:8px!important;padding:10px 8px!important;font-size:15px!important;font-weight:900!important;box-shadow:0 1px #0f172a0a!important}.student-library-filter-btn:first-child{display:none!important}.student-library-filter-btn:nth-child(5){flex-direction:row;grid-column:1/-1;min-height:52px;color:#d97706!important;background:#fff7ed!important;box-shadow:inset 0 0 0 1px #f59e0b29!important}.student-library-filter-btn:nth-child(5) svg{width:24px;height:24px}.student-library-filter-btn span{transform:none!important}.student-library-filter-btn svg{color:currentColor;width:28px;height:28px}.student-library-filter-btn:nth-child(2):after{content:"บทความ"}.student-library-filter-btn:nth-child(2){font-size:0!important}.student-library-filter-btn:nth-child(2):after{font-size:15px}.student-library-filter-btn:nth-child(4):after{content:"วิดีโอ"}.student-library-filter-btn:nth-child(4){font-size:0!important}.student-library-filter-btn:nth-child(4):after{font-size:15px}.student-library-grid{width:100%;margin:0;padding:16px 14px 0;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}.student-library-card{box-shadow:none!important;background:#fff!important;border:none!important;border-radius:18px!important}.student-library-card:nth-child(odd){transform:translateY(0)}.student-library-card:nth-child(2n){transform:translateY(22px)}.student-library-card-thumb{height:150px!important}.student-library-card:nth-child(3n) .student-library-card-thumb{height:210px!important}.student-library-card-badge{display:none!important}.student-library-card-bookmark{background:#fffffff0!important;top:auto!important;bottom:8px!important;right:8px!important}.student-library-card-content{padding:12px!important}.student-library-card-title{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;margin-bottom:8px!important;font-size:15px!important;line-height:1.25!important}.student-library-card-excerpt{display:none!important}.student-library-card-footer{flex-direction:column;gap:8px;border-top:none!important;align-items:flex-start!important;padding-top:0!important;font-size:12px!important}.student-library-card-footer>div{justify-content:space-between;width:100%;gap:8px!important}}@media (width<=380px){.m-featured-greeting{font-size:24px}.m-featured-actions{grid-template-columns:1fr}.m-collection-card{flex-basis:38%}}.assessment-hero-icon{display:none}@media (width<=768px){.assessment-page{width:100%;padding:4px 16px 28px;max-width:none!important;margin:0!important}.assessment-state-page{min-height:calc(100vh - 160px)}.assessment-hero{grid-template-columns:54px 1fr;align-items:center;gap:14px;padding:10px 2px 22px;display:grid}.assessment-hero-icon{color:#059669;background:linear-gradient(135deg,#d1fae5 0%,#ecfeff 100%);border-radius:18px;justify-content:center;align-items:center;width:54px;height:54px;display:flex;box-shadow:0 12px 26px #00b89424}.assessment-hero-icon svg{width:26px;height:26px}.assessment-page-title{letter-spacing:0;color:#111827;line-height:1.2;margin:0!important;font-size:25px!important}.assessment-page-title>svg{display:none}.assessment-page-subtitle{font-size:15px;line-height:1.45;color:#7c8797!important;margin:7px 0 0!important}.assessment-card{border:1px solid #e2e8f0a8;border-radius:30px!important;margin:0!important;padding:20px 18px 22px!important;box-shadow:0 18px 46px #0f172a14!important}.assessment-progress-meta{color:#8b95a5!important;margin-bottom:12px!important;font-size:14px!important}.assessment-progress-meta span:last-child{color:#059669;font-weight:800}.assessment-progress-track{background:#eef2f7!important;border-radius:999px!important;height:10px!important;margin-bottom:24px!important}.assessment-progress-track>div{box-shadow:0 4px 12px #10b9813d;background:linear-gradient(90deg,#10b981 0%,#67e8f9 100%)!important;border-radius:999px!important}.assessment-question{letter-spacing:0;color:#17202b;margin-bottom:20px!important;font-size:22px!important;line-height:1.36!important}.assessment-options{gap:10px!important;margin-bottom:22px!important}.assessment-option{text-align:left;gap:13px;min-height:62px;position:relative;box-shadow:inset 0 1px #ffffffb8;color:#1f2937!important;background:#f7f8fb!important;border:1.5px solid #0000!important;border-radius:18px!important;justify-content:flex-start!important;padding:14px 16px!important;font-size:16px!important;font-weight:750!important}.assessment-option:active{transform:scale(.985)}.assessment-option-dot{background:#fff;border:2px solid #cbd5e1;border-radius:50%;flex:none;width:22px;height:22px;box-shadow:inset 0 0 0 5px #fff}.assessment-option.selected{box-shadow:0 12px 26px #10b9811f;color:#064e3b!important;background:linear-gradient(135deg,#ecfdf5 0%,#f0fdfa 100%)!important;border-color:#10b9818c!important}.assessment-option.selected .assessment-option-dot{background:#10b981;border-color:#10b981;box-shadow:inset 0 0 0 5px #fff}.assessment-actions{gap:12px;padding-top:18px!important}.assessment-actions .premium-btn,.assessment-actions .premium-btn-outline{border-radius:18px;flex:1;min-height:52px;font-size:16px;font-weight:800}.assessment-actions .premium-btn-outline:disabled{opacity:.45;color:#94a3b8;background:#f8fafc;border-color:#d8dee8}.assessment-actions .premium-btn:disabled{color:#fff;background:#d2d9e5}.assessment-state-card,.assessment-result-card{border-radius:28px!important;margin-top:16px!important;padding:38px 22px!important}}.diary-page{max-width:640px;margin:0 auto;padding-bottom:100px}.diary-header{align-items:center;gap:14px;margin-bottom:20px;display:flex}.diary-header-icon{color:#fff;background:linear-gradient(135deg,#00b894,#00cec9);border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.diary-header-title{color:#1e293b;margin:0;font-size:22px;font-weight:800}.diary-header-sub{color:#94a3b8;margin:2px 0 0;font-size:13px}.diary-tabs{background:#f1f5f9;border-radius:14px;gap:6px;margin-bottom:20px;padding:5px;display:flex}.diary-tab{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-radius:10px;flex:1;justify-content:center;align-items:center;gap:6px;padding:10px 14px;font-size:13px;font-weight:600;transition:all .25s;display:flex;position:relative}.diary-tab.active{color:var(--primary-color);background:#fff;box-shadow:0 2px 8px #00000014}.diary-tab-badge{background:var(--primary-color);color:#fff;text-align:center;border-radius:10px;min-width:18px;padding:2px 7px;font-size:10px;font-weight:700}.diary-write-view{flex-direction:column;gap:20px;display:flex}.diary-section{background:#fff;border:1px solid #f1f5f9;border-radius:18px;padding:20px;box-shadow:0 2px 12px #0000000a}.diary-label{color:#334155;margin-bottom:14px;font-size:14px;font-weight:700;display:block}.diary-mood-grid{grid-template-columns:repeat(5,1fr);gap:8px;display:grid}.diary-mood-btn{cursor:pointer;background:#fafbfc;border:2px solid #f1f5f9;border-radius:16px;flex-direction:column;align-items:center;gap:6px;padding:14px 4px;transition:all .2s;display:flex}.diary-mood-btn:hover{border-color:#e2e8f0;transform:translateY(-2px)}.diary-mood-btn.selected{border-color:var(--primary-color);background:linear-gradient(135deg,#f0fdf9,#e6fffa);transform:scale(1.05);box-shadow:0 4px 14px #00b89426}.diary-mood-emoji{font-size:28px;line-height:1}.diary-mood-label{color:#64748b;font-size:11px;font-weight:600}.diary-mood-btn.selected .diary-mood-label{color:var(--primary-color)}.diary-tags-wrap{flex-wrap:wrap;gap:8px;display:flex}.diary-tag{color:#64748b;cursor:pointer;background:#fff;border:1.5px solid #e2e8f0;border-radius:20px;padding:7px 14px;font-size:12px;font-weight:600;transition:all .2s}.diary-tag:hover{border-color:var(--primary-color);color:var(--primary-color)}.diary-tag.selected{border-color:var(--primary-color);background:var(--primary-color);color:#fff}.diary-text-header{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.diary-prompt-btn{color:var(--primary-color);cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;gap:4px;padding:4px 8px;font-size:12px;font-weight:600;transition:background .2s;display:flex}.diary-prompt-btn:hover{background:#f0fdf9}.diary-textarea{color:#334155;resize:vertical;box-sizing:border-box;background:#fafbfc;border:1.5px solid #e2e8f0;border-radius:14px;width:100%;min-height:120px;padding:14px 16px;font-family:inherit;font-size:14px;line-height:1.6;transition:border-color .2s}.diary-textarea:focus{border-color:var(--primary-color);background:#fff;outline:none;box-shadow:0 0 0 3px #00b8941a}.diary-textarea::placeholder{color:#cbd5e1}.diary-actions{gap:10px;display:flex}.diary-save-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#00b894,#00cec9);border:none;border-radius:14px;flex:1;padding:14px 20px;font-size:15px;font-weight:700;transition:all .2s;box-shadow:0 4px 16px #00b89440}.diary-save-btn:hover{transform:translateY(-1px);box-shadow:0 6px 20px #00b89459}.diary-save-btn:disabled{box-shadow:none;cursor:not-allowed;background:#d2d9e5;transform:none}.diary-cancel-btn{color:#64748b;cursor:pointer;background:#fff;border:1.5px solid #e2e8f0;border-radius:14px;padding:14px 20px;font-size:14px;font-weight:600;transition:all .2s}.diary-cancel-btn:hover{background:#f8fafc;border-color:#cbd5e1}.diary-goto-history{cursor:pointer;color:#475569;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:16px;justify-content:space-between;align-items:center;width:100%;padding:16px 20px;transition:all .2s;display:flex}.diary-goto-history:hover{border-color:var(--primary-color);color:var(--primary-color);background:#f0fdf9}.diary-goto-history-left{align-items:center;gap:10px;font-size:14px;font-weight:600;display:flex}.diary-history-view{flex-direction:column;gap:16px;display:flex}.diary-history-nav{gap:8px;display:flex}.diary-history-nav-btn{color:#64748b;cursor:pointer;background:#fff;border:1.5px solid #e2e8f0;border-radius:10px;align-items:center;gap:6px;padding:8px 16px;font-size:13px;font-weight:600;transition:all .2s;display:flex}.diary-history-nav-btn.active{border-color:var(--primary-color);color:var(--primary-color);background:#f0fdf9}.diary-entries-list{flex-direction:column;gap:20px;display:flex}.diary-date-group{margin-bottom:4px}.diary-date-label{color:var(--primary-color);align-items:center;gap:8px;margin-bottom:12px;font-size:14px;font-weight:700;display:flex}.diary-date-dot{background:var(--primary-color);border-radius:50%;flex-shrink:0;width:8px;height:8px}.diary-date-entries{border-left:2px solid #e2e8f0;flex-direction:column;gap:12px;margin-left:3px;padding-left:16px;display:flex}.diary-entry-card{background:#fff;border:1px solid #f1f5f9;border-radius:16px;padding:18px;transition:box-shadow .2s;box-shadow:0 2px 10px #00000008}.diary-entry-card:hover{box-shadow:0 4px 16px #0000000f}.diary-entry-top{justify-content:space-between;align-items:flex-start;margin-bottom:12px;display:flex}.diary-entry-mood-info{align-items:center;gap:10px;display:flex}.diary-entry-emoji-box{background:#f0fdf9;border-radius:12px;justify-content:center;align-items:center;width:42px;height:42px;font-size:24px;display:flex}.diary-entry-mood-text{flex-direction:column;display:flex}.diary-entry-mood-label{color:#334155;font-size:14px;font-weight:600}.diary-entry-time{color:#94a3b8;font-size:11px}.diary-entry-actions{gap:4px;display:flex}.diary-entry-edit-btn,.diary-entry-delete-btn{cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex}.diary-entry-edit-btn{color:#64748b}.diary-entry-edit-btn:hover{color:var(--primary-color);border-color:var(--primary-color);background:#f0fdf9}.diary-entry-delete-btn{color:#ef4444;border-color:#fee2e2}.diary-entry-delete-btn:hover{background:#fef2f2;border-color:#ef4444}.diary-entry-text{color:#475569;white-space:pre-wrap;background:#f8fafc;border-radius:12px;margin-bottom:12px;padding:12px;font-size:14px;line-height:1.6}.diary-entry-tags{flex-wrap:wrap;gap:6px;display:flex}.diary-entry-tag{color:var(--primary-color);background:#00b8941a;border-radius:12px;padding:4px 10px;font-size:11px;font-weight:600}.diary-empty{text-align:center;background:#fff;border:1px solid #f1f5f9;border-radius:18px;padding:48px 20px}.diary-empty p{color:#334155;margin:12px 0 4px;font-size:16px;font-weight:700}.diary-empty-sub{color:#94a3b8;font-size:13px}.diary-delete-modal{text-align:center;background:#fff;border-radius:24px;width:90%;max-width:360px;padding:32px 24px}.diary-delete-icon{color:#ef4444;background:#fee2e2;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 16px;display:flex}.diary-delete-title{margin-bottom:8px;font-size:18px;font-weight:700}.diary-delete-desc{color:#64748b;margin-bottom:24px;font-size:14px}.diary-delete-actions{gap:10px;display:flex}.diary-delete-confirm-btn{color:#fff;cursor:pointer;background:#ef4444;border:none;border-radius:12px;flex:1;padding:12px;font-size:14px;font-weight:600;transition:background .2s}.diary-delete-confirm-btn:hover{background:#dc2626}.diary-delete-actions .diary-cancel-btn{flex:1}.diary-calendar-card{border-radius:18px!important}@media (width<=768px){.diary-page{padding:0 0 100px}.diary-mood-grid{grid-template-columns:repeat(5,1fr);gap:6px}.diary-mood-emoji{font-size:24px}.diary-mood-btn{border-radius:12px;padding:10px 2px}.diary-section{border-radius:16px;padding:16px}}@media (width<=380px){.diary-mood-grid{grid-template-columns:repeat(3,1fr)}.assessment-page-title{font-size:23px!important}.assessment-question{font-size:21px!important}.assessment-option{font-size:16px!important}}@media (width<=768px){.community-layout{background:#f5f7fb!important;width:100%!important;max-width:100vw!important;overflow-x:hidden!important}.community-layout .main-feed-column{width:100%;min-width:0;max-width:100vw;padding-bottom:calc(124px + env(safe-area-inset-bottom));overflow-x:hidden}.mobile-community-tabs{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffffff5;border-bottom:1px solid #edf2f7;gap:10px;padding:12px 14px 8px;box-shadow:0 8px 22px #0f172a0d}.mobile-community-tab.active{color:var(--primary-color);background:#e8f7f2;box-shadow:inset 0 0 0 1px #00b89429}.mobile-community-tab.active:after{display:none}.community-layout .room-filter-pills{background:#fff;border-bottom:1px solid #edf2f7;gap:10px;max-width:100vw;margin:0;overflow-x:auto;padding:10px 14px 14px!important}.community-layout .room-filter-pill{color:#2f3740;background:#f3f5f8;border-radius:999px;flex:none;height:48px;padding:0 18px;font-size:15px;font-weight:800;box-shadow:inset 0 0 0 1px #e2e8f0b3}.community-layout .room-filter-pill.active{background:var(--primary-color);color:#fff;box-shadow:0 10px 22px #00b89438}.community-layout .post-card{overflow:hidden;background:#fff!important;border:1px solid #e2e8f0e6!important;border-radius:20px!important;margin:0!important;padding:16px!important;box-shadow:0 12px 28px #0f172a0f!important}.community-layout .post-author-info{gap:10px;min-width:0}.community-layout .author-avatar{border-radius:16px;flex:0 0 46px;width:46px;height:46px;box-shadow:0 8px 18px #00b89424}.community-layout .author-meta{min-width:0}.community-layout .author-name{color:#0f172a;text-overflow:ellipsis;white-space:nowrap;max-width:min(56vw,270px);font-size:16px;font-weight:900;line-height:1.25;overflow:hidden}.community-layout .post-time{color:#7b8490;text-overflow:ellipsis;white-space:nowrap;max-width:min(62vw,290px);margin-top:3px;font-size:13px;line-height:1.25;overflow:hidden}.community-layout .post-actions{flex:none;gap:6px!important}.community-layout .action-btn{color:#64748b;opacity:1;background:#f8fafc;border-radius:999px;justify-content:center;align-items:center;min-width:36px;height:36px;padding:0 9px;font-size:13px;font-weight:800;display:inline-flex}.community-layout .post-body{margin:0}.community-layout .post-content{color:#111827;font-weight:500;margin:0!important;font-size:16px!important;line-height:1.65!important}.community-layout .post-body img{border-radius:16px!important;max-height:320px!important}.community-layout .post-footer{border-top:0!important;margin-top:14px!important;padding-top:0!important}.community-layout .post-action-buttons{border-top:1px solid #edf2f7;gap:10px;padding-top:10px}.community-layout .interaction-btn{color:#606b77;background:#f8fafc;border-radius:14px;height:42px;padding:0 12px;font-size:14px;font-weight:800}.community-layout .comments-section{background:#f6f8fb!important;border-radius:16px!important;margin:12px 0 0!important;padding:14px!important}.mobile-trending-content .trending-card{background:#fff;overflow:hidden;border-radius:20px!important;box-shadow:0 12px 28px #0f172a0f!important}.compose-fab{right:22px;bottom:calc(102px + env(safe-area-inset-bottom));border:4px solid #ffffffdb;width:58px;height:58px;box-shadow:0 18px 34px #00b89447}.community-layout{box-sizing:border-box;width:100%!important;max-width:100vw!important;margin:0 auto calc(-110px - env(safe-area-inset-bottom))!important;background:#fff!important;padding:0!important;overflow-x:clip!important}.community-layout .main-feed-column{width:100%;max-width:100%;padding-top:116px;padding-bottom:calc(98px + env(safe-area-inset-bottom));background:#fff;overflow-x:hidden}.mobile-community-tabs{height:58px;box-shadow:none;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);z-index:36;will-change:transform;background:#fffffff0;border-bottom:1px solid #d8dee5;gap:0;padding:0;transition:transform .24s,opacity .2s;position:fixed;top:64px;left:0;right:0}.mobile-community-tab{color:#6b7280;background:0 0;border-radius:0;height:58px;padding:0;font-size:15px;font-weight:900}.mobile-community-tab svg{display:none}.mobile-community-tab.active{color:#111827;box-shadow:none;background:0 0}.mobile-community-tab.active:after{background:var(--primary-color);border-radius:999px;height:4px;display:block;bottom:0;left:18%;right:18%}.community-layout .room-filter-pills{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);z-index:35;will-change:transform;background:#fffffff0;border-bottom:1px solid #e5eaf0;gap:8px;transition:transform .24s,opacity .2s;position:fixed;top:122px;left:0;right:0;padding:10px!important}.mobile-community-controls-hidden .mobile-community-tabs,.mobile-community-controls-hidden .room-filter-pills{opacity:0;pointer-events:none;transform:translateY(-128px)}.community-layout .room-filter-pill{color:#374151;height:36px;box-shadow:none;background:#f3f4f6;border-radius:999px;padding:0 13px;font-size:13px;font-weight:800}.community-layout .room-filter-pill svg{width:17px;height:17px}.community-layout .room-filter-pill.active{color:#fff;background:linear-gradient(135deg,#54c3bd 0%,#4aa7e8 100%);box-shadow:0 8px 18px #4aa7e838}.community-layout .posts-container{padding:0 0 calc(118px + env(safe-area-inset-bottom));background:#fff;gap:0!important}.community-layout .post-card{box-shadow:none!important;border:0!important;border-bottom:1px solid #e5eaf0!important;border-radius:0!important;padding:14px 12px 12px!important}.community-layout .post-card:active{background:#f8fafc!important}.community-layout .post-header{align-items:flex-start;margin-bottom:6px!important}.community-layout .post-author-info{align-items:flex-start;gap:10px}.community-layout .author-avatar{width:48px;height:48px;box-shadow:none;border-radius:50%;flex-basis:48px}.community-layout .author-name{max-width:min(50vw,235px);font-size:15px;font-weight:900;line-height:1.15}.community-layout .post-time{color:#6b7280;max-width:min(58vw,275px);margin-top:1px;font-size:12px;line-height:1.25}.community-layout .post-actions{gap:4px!important}.community-layout .action-btn{color:#8b95a1;background:0 0;border-radius:999px;min-width:32px;height:32px;padding:0 6px;font-size:12px}.community-layout .action-btn svg{width:21px;height:21px}.community-layout .action-btn.edit,.community-layout .action-btn.delete{background:0 0;padding:0 4px}.community-layout .post-body{margin-top:-8px;padding-left:58px}.community-layout .post-content{color:#111827;font-weight:500;font-size:15px!important;line-height:1.55!important}.community-layout .post-body img{border:1px solid #e5e7eb;border-radius:18px!important;width:100%!important;max-height:420px!important;margin-top:10px!important}.community-layout .post-footer{padding-left:58px;margin-top:8px!important}.community-layout .post-action-buttons{border-top:0;justify-content:space-between;gap:0;padding-top:0}.community-layout .interaction-btn{color:#5f6b76;background:0 0;border-radius:999px;flex:0 auto;min-width:90px;height:36px;padding:0 8px;font-size:13px;font-weight:800}.community-layout .post-actions-menu{border-radius:13px;min-width:126px;top:32px}.community-layout .post-actions-menu button{min-height:36px;font-size:13px}.community-layout .interaction-btn:hover,.community-layout .interaction-btn:active{background:#f3f7fb}.community-layout .interaction-btn.active{color:#ef4444;background:0 0}.community-layout .comments-section{border:1px solid #e5eaf0;background:#f8fafc!important;border-radius:18px!important;margin:8px 0 0 58px!important;padding:12px!important}.mobile-trending-content{padding:0 0 calc(118px + env(safe-area-inset-bottom));background:#fff}.mobile-trending-content .trending-card{box-shadow:none!important;border-radius:0!important}.mobile-trending-content .trending-item{border-bottom:1px solid #e5eaf0}.compose-fab{right:20px;bottom:calc(94px + env(safe-area-inset-bottom));color:#fff;background:#2f9bf0;border:0;width:64px;height:64px;box-shadow:0 12px 28px #2f9bf057}.compose-fab svg{stroke-width:2.2px;width:32px;height:32px}.compose-fab:active{transform:scale(.94)}.mobile-post-compose-overlay{background:#fff;align-items:stretch}.mobile-post-compose{width:100%;height:100dvh;max-height:none;box-shadow:none;border-radius:0;animation:none}.mobile-post-compose .compose-modal-header{border-bottom:0;min-height:78px;padding:14px 28px 10px}.mobile-post-compose .compose-modal-close{color:#111827;background:0 0;width:44px;height:44px;margin-left:-8px}.mobile-post-compose .compose-modal-close svg{stroke-width:2.4px;width:30px;height:30px}.mobile-post-compose .mobile-compose-post-btn{min-width:92px;height:42px;box-shadow:none;color:#fff;background:#86c5f4;border-radius:999px;padding:0 22px;font-size:17px;font-weight:900}.mobile-post-compose .mobile-compose-post-btn:disabled{opacity:.72;cursor:default}.mobile-post-compose .compose-modal-body{flex:1;min-height:0;padding:42px 28px 18px}.mobile-post-compose-row{align-items:flex-start;gap:14px;display:flex}.mobile-post-compose .user-avatar-small{border-radius:50%;flex:0 0 46px;width:46px;height:46px}.mobile-post-compose .compose-textarea{color:#111827;background:0 0;border:0;flex:1;min-height:46vh;padding:4px 0 0;font-size:24px;font-weight:800;line-height:1.45}.mobile-post-compose .compose-textarea::placeholder{color:#6b7682;opacity:1}.mobile-compose-reply{color:#4aa7e8;border-top:1px solid #e5eaf0;border-bottom:1px solid #e5eaf0;align-items:center;gap:14px;min-height:62px;padding:0 32px;font-size:16px;font-weight:900;display:flex}.mobile-compose-reply svg{width:20px;height:20px}.mobile-post-compose .compose-modal-footer{min-height:70px;padding:8px 24px calc(8px + env(safe-area-inset-bottom));border-top:0;justify-content:flex-start;gap:18px;overflow-x:auto}.mobile-compose-tool,.mobile-compose-anon span{color:#4aa7e8;width:38px;height:38px;font-family:var(--font-thai);cursor:pointer;background:0 0;border:0;flex:none;justify-content:center;align-items:center;font-size:12px;font-weight:900;display:inline-flex}.mobile-compose-tool svg,.mobile-compose-anon svg{width:26px;height:26px}.mobile-compose-anon{margin-left:auto}.mobile-compose-anon input{opacity:0;pointer-events:none;position:absolute}.mobile-compose-anon input:checked+span{color:var(--primary-color)}.post-attachment-image{-webkit-tap-highlight-color:transparent}.mobile-image-viewer{z-index:10006;color:#fff;background:#000;grid-template-rows:auto minmax(0,1fr) auto;min-height:100dvh;display:grid;position:fixed;inset:0;overflow:hidden}.mobile-image-viewer-top{min-height:76px;padding:max(12px, env(safe-area-inset-top)) 24px 8px;z-index:3;justify-content:space-between;align-items:flex-start;display:flex;position:relative}.mobile-image-viewer-top button,.mobile-image-viewer-actions button{color:#fff;font-family:var(--font-thai);background:0 0;border:0;justify-content:center;align-items:center;display:flex}.mobile-image-viewer-top button{width:38px;height:38px;padding:0}.mobile-image-viewer-top svg{width:27px;height:27px}.mobile-image-viewer-menu{top:calc(max(12px, env(safe-area-inset-top)) + 40px);z-index:5;background:#1c1c1ef5;border-radius:14px;min-width:142px;padding:8px;position:absolute;right:22px;box-shadow:0 14px 34px #00000061}.mobile-image-viewer-menu button{color:#fff;width:100%;height:42px;font-size:14px;font-weight:900;font-family:var(--font-thai);border-radius:10px;justify-content:flex-start;gap:10px;padding:0 12px}.mobile-image-viewer-menu svg{width:19px;height:19px}.mobile-image-viewer-media{touch-action:none;-webkit-user-select:none;user-select:none;cursor:zoom-in;z-index:1;justify-content:center;align-items:center;min-height:0;display:flex;position:relative;overflow:hidden}.mobile-image-viewer-media.is-zoomed{cursor:grab}.mobile-image-viewer-media img{object-fit:contain;transform-origin:50%;will-change:transform;-webkit-user-drag:none;width:100%;max-width:100vw;max-height:100%;transition:transform .12s ease-out;display:block}.mobile-image-viewer-footer{padding:10px 30px calc(14px + env(safe-area-inset-bottom))}.mobile-image-viewer-actions{grid-template-columns:repeat(2,minmax(0,1fr));align-items:center;gap:26px;max-width:220px;min-height:42px;margin:0 auto;display:grid}.mobile-image-viewer-actions button{gap:8px;min-width:0;height:40px;padding:0;font-size:15px;font-weight:900}.mobile-image-viewer-actions svg{width:27px;height:27px}.mobile-image-viewer-actions button.active{color:#ef4444}.mobile-image-viewer-actions button.active svg{fill:#ef4444}.mobile-comments-overlay{z-index:10002;overscroll-behavior:contain;background:#000000b8;align-items:flex-end;display:flex;position:fixed;inset:0}.mobile-comments-sheet{background:#fff;border-radius:30px 30px 0 0;flex-direction:column;width:100%;height:min(94dvh,860px);min-height:0;max-height:calc(100dvh - 42px);padding-top:10px;display:flex;overflow:hidden;box-shadow:0 -18px 42px #0f172a38}.mobile-comments-handle{background:#7a838c;border-radius:999px;width:42px;height:4px;margin:0 auto 17px}.mobile-comments-title{text-align:center;color:#20242a;padding:0 24px 16px;font-size:18px;font-weight:900;line-height:1.2}.mobile-comments-list{overscroll-behavior-y:contain;-webkit-overflow-scrolling:touch;touch-action:pan-y;flex:auto;height:0;min-height:0;padding:8px 26px 10px;overflow:hidden auto}.mobile-comment-item{grid-template-columns:44px minmax(0,1fr) 34px;align-items:start;gap:11px;padding:8px 0 14px;display:grid}.mobile-comment-avatar{color:#727b86;cursor:pointer;background:#e8ecf1;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-weight:900;display:flex;overflow:hidden}.mobile-comment-avatar svg{width:25px;height:25px}.mobile-comment-body{min-width:0}.mobile-comment-meta{white-space:nowrap;grid-template-columns:minmax(0,auto) max-content max-content;align-items:center;gap:5px;max-width:100%;min-height:20px;display:grid;overflow:hidden}.mobile-comment-author{color:#20242a;text-overflow:ellipsis;white-space:nowrap;cursor:pointer;min-width:0;max-width:100%;font-size:14.5px;font-weight:900;line-height:1.25;overflow:hidden}.mobile-comment-time,.mobile-comment-author-badge{color:#737b86;white-space:nowrap;font-size:13px;font-weight:800;line-height:1.25}.mobile-comment-text{color:#20242a;white-space:pre-wrap;overflow-wrap:anywhere;margin-top:3px;font-size:15px;font-weight:700;line-height:1.32}.mobile-comment-image{object-fit:cover;border-radius:12px;max-width:min(100%,240px);max-height:220px;margin-top:8px;display:block}.mobile-comment-reply{color:#6f7781;background:0 0;border:0;margin-top:5px;padding:0;font-size:12.5px;font-weight:900}.mobile-comment-item.is-reply{grid-template-columns:34px minmax(0,1fr) 30px;gap:9px;padding:8px 0 0}.mobile-comment-item.is-reply .mobile-comment-avatar{width:34px;height:34px}.mobile-comment-replies{margin-top:7px;padding-left:2px}.mobile-replies-toggle{color:#737b86;width:100%;min-height:30px;font-family:var(--font-thai);text-align:left;background:0 0;border:0;align-items:center;gap:12px;padding:0;font-size:13px;font-weight:900;display:flex}.mobile-replies-toggle span{background:#e2e6eb;border-radius:999px;flex:0 0 46px;width:42px;height:2px}.mobile-comment-like{color:#69727d;background:0 0;border:0;flex-direction:column;justify-content:center;align-items:center;gap:2px;width:34px;min-height:40px;margin-top:3px;font-size:11.5px;font-weight:800;display:flex}.mobile-comment-like svg{width:23px;height:23px}.mobile-comment-like.active{color:#ef4444}.mobile-comment-like.active svg{fill:#ef4444}.mobile-comments-empty{text-align:center;color:#8b95a1;padding:64px 0;font-size:16px;font-weight:800}.mobile-comments-reactions{color:#111827;border-top:1px solid #e5eaf0;justify-content:space-between;align-items:center;gap:12px;min-height:54px;padding:0 28px;font-size:26px;display:flex;overflow-x:auto}.mobile-comments-reactions button{background:0 0;border:0;flex:none;padding:0;font-size:26px;line-height:1}.mobile-comments-reactions button:first-child{color:#ef4444}.mobile-comments-context{background:#fff;border-top:1px solid #eef1f4;padding:8px 18px}.mobile-comments-replying{color:#5f6b76;justify-content:space-between;align-items:center;gap:8px;font-size:13px;font-weight:800;display:flex}.mobile-comments-replying button,.mobile-comments-image-preview button{color:#4aa7e8;font:inherit;background:0 0;border:0;font-weight:900}.mobile-comments-image-preview{width:76px;margin-top:8px;position:relative}.mobile-comments-image-preview img{object-fit:cover;border-radius:12px;width:76px;height:76px}.mobile-comments-image-preview button{color:#fff;background:#111827c7;border-radius:50%;width:24px;height:24px;position:absolute;top:-8px;right:-8px}.mobile-comments-inputbar{min-height:68px;padding:9px 18px calc(9px + env(safe-area-inset-bottom));background:#fff;border-top:1px solid #e5eaf0;align-items:center;gap:10px;display:flex}.mobile-comments-me{color:#64748b;background:#e8ecf1 50%/cover;border-radius:50%;flex:0 0 38px;justify-content:center;align-items:center;width:38px;height:38px;font-weight:900;display:flex}.mobile-comments-inputwrap{background:#fff;border:2px solid #d6dbe1;border-radius:999px;flex:1;align-items:center;gap:8px;min-width:0;height:44px;padding:0 8px 0 16px;display:flex}.mobile-comments-inputwrap input{color:#111827;min-width:0;font-family:var(--font-thai);background:0 0;border:0;outline:none;flex:1;font-size:14px;font-weight:800}.mobile-comments-inputwrap input::placeholder{color:#6f7781;opacity:1}.mobile-comments-image-btn,.mobile-comments-send-btn{color:#111827;background:0 0;border:0;flex:0 0 32px;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.mobile-comments-send-btn:disabled{color:#c3c9d0}.mobile-comments-image-btn svg,.mobile-comments-send-btn svg{width:22px;height:22px}.mobile-comment-action-layer{z-index:10003;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff6b;padding:34vh 14px 0;position:fixed;inset:0}.mobile-comment-action-card{background:#fff;border-radius:6px;overflow:hidden;box-shadow:0 8px 24px #0f172a29}.mobile-comment-action-card .mobile-comment-item{padding:18px}.mobile-comment-action-card .mobile-comment-replies,.mobile-comment-action-card .mobile-comment-reply{display:none}.mobile-comment-action-menu{background:#fffffff0;border-radius:24px;width:min(66vw,320px);margin:28px 0 0 14px;padding:18px 0;overflow:hidden;box-shadow:0 12px 36px #0f172a38}.mobile-comment-action-menu button{color:#111827;width:100%;min-height:58px;font-family:var(--font-thai);text-align:left;background:0 0;border:0;align-items:center;gap:20px;padding:0 28px;font-size:20px;font-weight:900;display:flex}.mobile-comment-action-menu button.danger{color:#dc2626}.mobile-comment-action-menu svg{width:28px;height:28px}html,body,#root{overscroll-behavior-y:auto;touch-action:pan-y}.community-layout,.community-layout .main-feed-column,.community-layout .posts-container,.community-layout .post-card,.community-layout .post-body,.community-layout .post-content{touch-action:pan-y;overscroll-behavior-y:auto;-webkit-overflow-scrolling:touch}.community-layout .post-attachment-image,.community-layout .post-body img{touch-action:pan-y;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.community-layout .room-filter-pills{touch-action:pan-x}.community-layout .post-card,.community-layout .post-attachment-image{cursor:default!important}}.urgent-alert-box{color:#fff;background:linear-gradient(135deg,#ff7675 0%,#d63031 100%);border-radius:14px;align-items:center;gap:20px;margin-bottom:24px;padding:20px 24px;display:flex;box-shadow:0 4px 15px #d6303133}.urgent-alert-box .alert-icon{background:#fff3;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:24px;display:flex}.mood-bar-container{border-radius:12px;height:24px;margin-top:16px;display:flex;overflow:hidden;box-shadow:inset 0 2px 4px #0000000d}.mood-segment{color:#fff;justify-content:center;align-items:center;font-size:11px;font-weight:700;transition:width .5s;display:flex}.student-table-container{border:1px solid var(--border-color);background:#fff;border-radius:14px;overflow:hidden}.student-table{border-collapse:collapse;width:100%}.student-table th{text-align:left;color:var(--text-muted);border-bottom:1px solid var(--border-color);background:#f8f9fc;padding:14px 16px;font-size:13px;font-weight:600}.student-table td{border-bottom:1px solid var(--border-color);padding:14px 16px;font-size:14px}.student-table tr:last-child td{border-bottom:none}.student-table tr.clickable-row{cursor:pointer;transition:background .2s}.student-table tr.clickable-row:hover td{background:#f1f3f9}.student-table .status-badge{border-radius:6px;padding:3px 12px;font-size:12px;font-weight:600;display:inline-block}.doc-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:16px;display:grid}.doc-card{border:1px solid var(--border-color);text-align:center;cursor:pointer;background:#fff;border-radius:14px;padding:24px;transition:all .15s}.doc-card:hover{transform:translateY(-3px);box-shadow:0 6px 20px #0000000f}.doc-card-icon{color:#fff;border-radius:14px;justify-content:center;align-items:center;width:56px;height:56px;margin:0 auto 16px;display:flex}.doc-card h3{margin-bottom:8px;font-size:15px;font-weight:700}.doc-card p{color:var(--text-muted);font-size:13px;line-height:1.4}.msg-list{flex-direction:column;gap:8px;display:flex}.msg-item{border:1px solid var(--border-color);cursor:pointer;background:#fff;border-radius:12px;align-items:center;gap:14px;padding:14px 16px;transition:all .15s;display:flex}.msg-item:hover{border-color:var(--primary-color);background:#fafbfc}.msg-item.unread{border-left:3px solid var(--primary-color)}.msg-avatar{width:40px;height:40px;color:var(--text-muted);background:#f1f3f5;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:15px;font-weight:700;display:flex}.msg-content{flex:1;min-width:0}.msg-name{font-size:14px;font-weight:600}.msg-preview{color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;font-size:13px;overflow:hidden}.msg-time{color:var(--text-muted);white-space:nowrap;font-size:12px}.analysis-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px;display:grid}.analysis-card{border:1px solid var(--border-color);background:#fff;border-radius:14px;padding:20px;transition:all .15s}.analysis-card:hover{transform:translateY(-2px)}.analysis-header{align-items:center;gap:12px;margin-bottom:16px;display:flex}.analysis-score-bar{background:#f1f3f5;border-radius:3px;height:6px;margin-top:8px;overflow:hidden}.analysis-score-fill{border-radius:3px;height:100%;transition:width .3s}.class-summary-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px;display:grid}.class-card{border:1px solid var(--border-color);background:#fff;border-radius:14px;padding:24px}.class-card h3{margin-bottom:16px;font-size:16px;font-weight:700}.class-bar-group{flex-direction:column;gap:8px;display:flex}.class-bar-item{align-items:center;gap:8px;display:flex}.class-bar-label{color:var(--text-muted);width:70px;font-size:12px}.class-bar{background:#f1f3f5;border-radius:4px;flex:1;height:8px;overflow:hidden}.class-bar-fill{border-radius:4px;height:100%}.class-bar-val{color:var(--text-muted);text-align:right;width:28px;font-size:12px}.library-controls{flex-direction:column;gap:16px;margin-bottom:24px;display:flex}.library-search-bar{border:1px solid var(--border-color);background:#fff;border-radius:12px;align-items:center;padding:10px 16px;display:flex;box-shadow:0 2px 8px #00000005}.library-search-bar input{font-family:var(--font-thai);border:none;outline:none;flex:1;margin-left:10px;font-size:15px}.library-search-bar svg{color:var(--text-muted)}.library-filters{gap:10px;padding-bottom:4px;display:flex;overflow-x:auto}.library-filters::-webkit-scrollbar{height:4px}.library-filters::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.filter-pill{color:var(--text-muted);cursor:pointer;white-space:nowrap;background:#f8f9fc;border:1px solid #0000;border-radius:20px;padding:8px 16px;font-size:14px;font-weight:600;transition:all .2s}.filter-pill:hover{background:#f1f3f9}.filter-pill.active{background:var(--primary-color-light);color:var(--primary-color);border-color:var(--primary-color)}.library-card{border:1px solid var(--border-color);cursor:pointer;background:#fff;border-radius:16px;flex-direction:column;padding:24px;transition:all .2s;display:flex;position:relative;overflow:hidden}.library-card:hover{border-color:var(--primary-color-light);transform:translateY(-4px);box-shadow:0 10px 25px #0000000d}.library-card-emoji{background:#f8f9fc;border-radius:14px;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:16px;font-size:32px;display:flex}.library-card h3{color:var(--text-main);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:8px;font-size:16px;font-weight:700;line-height:1.4;display:-webkit-box;overflow:hidden}.library-card p{color:var(--text-muted);flex:1;margin-bottom:16px;font-size:13px;line-height:1.5}.library-card-meta{color:var(--text-muted);border-top:1px solid #f1f3f5;justify-content:space-between;align-items:center;padding-top:12px;font-size:12px;font-weight:500;display:flex}.library-card-actions{opacity:0;gap:8px;transition:opacity .2s;display:flex;position:absolute;top:16px;right:16px}.library-card:hover .library-card-actions{opacity:1}.library-action-btn{cursor:pointer;width:32px;height:32px;color:var(--text-muted);background:#fff;border:1px solid #e2e8f0;border-radius:8px;justify-content:center;align-items:center;transition:all .2s;display:flex;box-shadow:0 2px 5px #0000000d}.library-action-btn:hover{color:var(--text-main);background:#f8f9fc}.library-action-btn.delete:hover{color:#d63031;background:#ffeaa7;border-color:#ff7675}.library-modal{background:#fff;border-radius:20px;flex-direction:column;width:90%;max-width:600px;max-height:90vh;animation:.3s cubic-bezier(.16,1,.3,1) slideUp;display:flex;overflow:hidden;box-shadow:0 15px 40px #00000026}.library-modal-header{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.library-modal-header h2{margin:0;font-size:18px;font-weight:700}.library-modal-body{flex:1;padding:24px;overflow-y:auto}.library-modal-footer{border-top:1px solid var(--border-color);background:#f8fafc;justify-content:flex-end;gap:12px;padding:16px 24px;display:flex}.form-group{margin-bottom:20px}.form-group label{color:var(--text-main);margin-bottom:8px;font-size:14px;font-weight:600;display:block}.form-group input,.form-group select,.form-group textarea{width:100%;font-family:var(--font-thai);box-sizing:border-box;border:1px solid #cbd5e1;border-radius:10px;padding:12px 14px;font-size:14px;transition:all .2s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--primary-color);box-shadow:0 0 0 3px var(--primary-color-light);outline:none}.form-row{gap:16px;display:flex}.form-row>.form-group{flex:1}.library-view-content{color:var(--text-main);font-size:15px;line-height:1.6}.library-view-content p{margin-bottom:16px}.library-view-meta{color:var(--text-muted);border-bottom:1px solid var(--border-color);gap:16px;margin-bottom:24px;padding-bottom:16px;font-size:13px;display:flex}.library-view-meta span{align-items:center;gap:6px;display:flex}.media-embed-container{background:#f1f3f5;border-radius:12px;width:100%;margin-bottom:24px;padding-bottom:56.25%;position:relative;overflow:hidden}.media-embed-container iframe{border:none;width:100%;height:100%;position:absolute;top:0;left:0}.library-back-btn-overlay{z-index:10;-webkit-backdrop-filter:blur(8px);font-family:var(--font-thai);color:var(--text-main);cursor:pointer;background:#ffffffe6;border:none;border-radius:12px;align-items:center;gap:8px;padding:10px 20px;font-size:14px;font-weight:600;transition:all .2s;display:inline-flex;position:absolute;top:16px;left:16px;box-shadow:0 2px 12px #00000026}.library-back-btn-overlay:hover{background:#fff;transform:translate(-3px);box-shadow:0 4px 16px #0003}.library-back-btn-overlay svg{transition:transform .2s}.library-back-btn-overlay:hover svg{transform:translate(-3px)}.sm-container{max-width:1000px;margin:0 auto;animation:.4s fadeIn}.sm-header-row{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:28px;display:flex}.sm-page-title{color:var(--text-main);margin:0 0 4px;font-size:22px;font-weight:800}.sm-page-subtitle{color:var(--text-muted);margin:0;font-size:14px}.sm-search-box{border:1px solid var(--border-color);background:#fff;border-radius:10px;align-items:center;gap:8px;min-width:240px;padding:10px 16px;transition:all .2s;display:flex}.sm-search-box:focus-within{border-color:var(--primary-color);box-shadow:0 0 0 3px #00b89414}.sm-search-box svg{color:var(--text-muted);flex-shrink:0}.sm-search-box input{font-size:14px;font-family:var(--font-thai);color:var(--text-main);background:0 0;border:none;flex:1}.sm-search-box input::placeholder{color:#94a3b8}.sm-table-wrapper{border:1px solid var(--border-color);background:#fff;border-radius:16px;overflow:hidden}.sm-table{border-collapse:collapse;width:100%}.sm-table thead tr{border-bottom:1px solid var(--border-color)}.sm-table th{text-align:left;color:var(--text-muted);background:#f8f9fc;padding:14px 20px;font-size:13px;font-weight:600}.sm-table td{color:var(--text-main);border-bottom:1px solid var(--border-color);vertical-align:middle;padding:16px 20px;font-size:14px}.sm-table tbody tr:last-child td{border-bottom:none}.sm-table tbody tr{transition:background .15s}.sm-table tbody tr:hover{background:#f8fafe}.sm-td-no{color:var(--text-muted);width:60px;font-weight:700}.sm-student-info{align-items:center;gap:12px;display:flex}.sm-avatar{color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:16px;font-weight:700;display:flex}.sm-student-text{flex-direction:column;display:flex}.sm-student-name{color:var(--text-main);font-size:14px;font-weight:700}.sm-student-email{color:var(--text-muted);margin-top:1px;font-size:12px}.sm-td-class{color:var(--text-muted);font-weight:600}.sm-status-badge{border-radius:8px;padding:4px 14px;font-size:13px;font-weight:600;display:inline-block}.sm-view-btn{color:var(--text-muted);font-family:var(--font-thai);cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;gap:6px;padding:8px 14px;font-size:13px;font-weight:600;transition:all .2s;display:inline-flex}.sm-view-btn:hover{background:var(--primary-color-light);color:var(--primary-color)}.sm-empty{text-align:center;color:var(--text-muted);padding:64px 16px}.sm-empty svg{opacity:.3;width:40px;height:40px;margin-bottom:16px}.sm-empty p{margin:0;font-size:16px}@media (width<=768px){.sm-header-row{flex-direction:column}.sm-search-box{min-width:100%}.sm-table th:nth-child(3),.sm-table td:nth-child(3){display:none}}.ia-container{gap:24px;height:calc(100vh - 120px);display:flex;overflow:hidden}.ia-sidebar{border:1px solid var(--border-color);background:#fff;border-radius:16px;flex-direction:column;width:320px;display:flex;overflow:hidden;box-shadow:0 4px 12px #00000005}.ia-sidebar-header{border-bottom:1px solid var(--border-color);background:#f8f9fa;padding:20px}.ia-sidebar-header h3{color:var(--text-main);margin:0;font-size:16px}.ia-student-list{flex:1;padding:12px;overflow-y:auto}.ia-student-item{cursor:pointer;border-radius:12px;align-items:center;margin-bottom:4px;padding:12px;transition:all .2s;display:flex}.ia-student-item:hover{background:#f1f3f5}.ia-student-item.active{background:var(--bg-color);border-left:4px solid var(--primary-color);border-radius:4px 12px 12px 4px}.ia-student-info{flex:1;margin-left:12px}.ia-student-name{color:var(--text-main);font-size:14px;font-weight:600}.ia-student-no{color:var(--text-muted);font-size:12px}.ia-student-status-dot{border-radius:50%;width:10px;height:10px}.ia-main{flex-direction:column;flex:1;padding-right:8px;display:flex;overflow-y:auto}.ia-header{border:1px solid var(--border-color);background:#fff;border-radius:16px;justify-content:space-between;align-items:center;margin-bottom:24px;padding:24px;display:flex;box-shadow:0 4px 12px #00000005}.ia-header-info{align-items:center;gap:16px;display:flex}.ia-header-status{text-align:right}.ia-controls{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.ia-toggle-group{border:1px solid var(--border-color);background:#fff;border-radius:8px;padding:4px;display:inline-flex}.ia-toggle-btn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:6px;padding:8px 16px;font-size:14px;font-weight:600;transition:all .2s}.ia-toggle-btn.active{background:var(--bg-color);color:var(--primary-color);box-shadow:0 2px 4px #0000000d}.ia-print-btn{border:1px solid var(--border-color);color:var(--text-main);cursor:pointer;background:#fff;border-radius:8px;align-items:center;gap:8px;padding:10px 16px;font-weight:600;transition:all .2s;display:flex}.ia-print-btn:hover{background:#f8f9fa;border-color:#ced4da}.ia-grid{grid-template-columns:2fr 1fr;gap:24px;display:grid}.ia-card-title{color:var(--text-main);margin:0 0 20px;font-size:16px;font-weight:700}.ia-chart-card{flex-direction:column;height:400px;padding:24px;display:flex}.ia-chart-container{flex:1;gap:16px;margin-top:10px;display:flex}.ia-chart-y-axis{color:var(--text-muted);flex-direction:column;justify-content:space-between;padding-bottom:24px;font-size:12px;display:flex}.ia-chart-bars{border-bottom:1px dashed var(--border-color);flex:1;justify-content:space-around;align-items:flex-end;padding-bottom:8px;display:flex}.ia-chart-bar-group{flex-direction:column;align-items:center;width:40px;height:100%;display:flex}.ia-chart-bar-wrapper{flex:1;justify-content:center;align-items:flex-end;width:100%;display:flex}.ia-chart-bar{border-radius:4px 4px 0 0;width:24px;min-height:4px;transition:height .5s ease-out,background .5s ease-out}.ia-chart-label{color:var(--text-muted);text-align:center;margin-top:12px;font-size:12px}.ia-tags-container{flex-wrap:wrap;gap:8px;display:flex}.ia-tag{color:var(--text-main);background:#f1f3f5;border-radius:20px;padding:6px 12px;font-size:13px;font-weight:500}.ia-notes-empty{color:var(--text-muted);text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:32px 0;display:flex}.ia-notes-empty svg{opacity:.5;margin-bottom:12px;font-size:32px}.ia-add-note-btn{background:var(--bg-color);color:var(--primary-color);cursor:pointer;border:none;border-radius:8px;margin-top:16px;padding:8px 16px;font-weight:600}.notes-editor{flex-direction:column;gap:16px;display:flex}.notes-textarea{border:1px solid var(--border-color);resize:vertical;background:#f8f9fa;border-radius:12px;width:100%;padding:16px;font-family:inherit;font-size:14px;transition:border-color .2s}.notes-textarea:focus{border-color:var(--primary-color);background:#fff;outline:none}.notes-editor-footer{justify-content:space-between;align-items:center;display:flex}.notes-tags-input-wrapper{border:1px solid var(--border-color);background:#f8f9fa;border-radius:8px;flex:1;align-items:center;gap:8px;max-width:400px;padding:8px 12px;display:flex}.notes-tags-input-wrapper svg{color:var(--text-muted)}.notes-tags-input{width:100%;color:var(--text-main);background:0 0;border:none;outline:none;font-size:13px}.notes-timeline{flex-direction:column;gap:0;margin-top:16px;padding-left:12px;display:flex}.note-timeline-item{border-left:2px solid var(--border-color);padding-bottom:24px;padding-left:24px;position:relative}.note-timeline-item:last-child{border-left-color:#0000}.note-timeline-marker{background:var(--primary-color);border:2px solid #fff;border-radius:50%;width:12px;height:12px;position:absolute;top:0;left:-7px}.note-timeline-content{border:1px solid var(--border-color);background:#f8f9fa;border-radius:12px;margin-top:-6px;padding:16px}.note-timeline-header{margin-bottom:8px}.note-date{color:var(--text-muted);font-size:13px;font-weight:500}.note-text{color:var(--text-main);white-space:pre-wrap;font-size:14px;line-height:1.5}.sm-stats-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;display:grid}.sm-stat-card{border:1px solid var(--border-color);background:#fff;border-radius:12px;flex-direction:column;padding:20px;display:flex;box-shadow:0 4px 12px #0000000d}.sm-stat-header{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.sm-stat-header svg{color:var(--primary-color);width:20px;height:20px}.sm-stat-title{color:var(--text-muted);margin:0;font-size:14px;font-weight:500}.sm-stat-value{color:var(--text-main);margin-bottom:4px;font-size:28px;font-weight:700}.sm-stat-desc{color:var(--text-muted);font-size:13px}@media print{.sidebar,.sidebar-overlay,.topbar,.no-print{display:none!important}.app-layout,.main-content,.page-content{box-shadow:none!important;background:#fff!important;border:none!important;margin:0!important;padding:0!important}body{-webkit-print-color-adjust:exact;print-color-adjust:exact;margin:0;background:#fff!important}.print-report{max-width:100%!important;box-shadow:none!important;border:none!important;margin:0!important;padding:0!important}table,tr{page-break-inside:avoid}.print-footer-text{width:100%!important;margin-top:0!important;padding-bottom:0!important;position:fixed!important;bottom:0!important;left:0!important}}@page{size:A4;margin:15mm}.maint-page-container{background:linear-gradient(135deg,#f0f8ff 0%,#fff 100%);flex-direction:column;min-height:100vh;font-family:Prompt,Inter,sans-serif;display:flex;position:relative;overflow:hidden}.maint-header{align-items:center;gap:12px;padding:30px 40px;display:flex}.maint-logo-img{border-radius:12px;width:48px;height:48px;box-shadow:0 4px 12px #0000000d}.maint-brand-name{background:linear-gradient(135deg,#00b894 0%,#00cec9 100%);-webkit-text-fill-color:transparent;letter-spacing:.5px;-webkit-background-clip:text;font-size:24px;font-weight:700}.maint-main-content{flex-direction:column;flex:1;justify-content:center;align-items:center;margin-top:-60px;padding:20px;display:flex}.maint-illustration-container{width:100%;max-width:500px;margin-bottom:40px}.maint-svg{filter:drop-shadow(0 10px 25px #00000008);width:100%;height:auto}.animate-float{animation:6s ease-in-out infinite float}.maint-gear-anim{animation:8s linear infinite spin}.maint-text-container{text-align:center;animation:1s ease-out fadeIn}.maint-title{color:#64748b;letter-spacing:-.5px;margin:0 0 16px;font-size:32px;font-weight:600}.maint-subtitle{color:#94a3b8;margin:0;font-size:20px;font-weight:400}.maint-hidden-login{color:#0000;cursor:default;opacity:.01;width:20px;height:20px;text-decoration:none;position:absolute;bottom:20px;right:20px}@media (width<=768px){.maint-header{padding:20px}.maint-title{font-size:24px}.maint-subtitle{font-size:16px}.maint-main-content{margin-top:-20px}}.landing-page{color:#2d3436;font-family:Inter,Noto Sans Thai,sans-serif;overflow-x:hidden}.landing-nav{z-index:1000;background:0 0;height:80px;transition:all .3s;position:fixed;top:0;left:0;right:0}.landing-nav.scrolled{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;box-shadow:0 4px 20px #0000000d}.landing-nav-container{justify-content:space-between;align-items:center;max-width:1200px;height:100%;margin:0 auto;padding:0 24px;display:flex}.landing-brand{align-items:center;gap:12px;display:flex}.landing-logo{border-radius:8px;width:40px;height:40px}.landing-brand-text{color:#2d3436;font-size:24px;font-weight:700}.landing-nav.scrolled .landing-brand-text{background:linear-gradient(135deg,#00b894 0%,#00cec9 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.landing-nav-links{gap:32px;display:flex}.landing-nav-links a{color:#636e72;font-size:16px;font-weight:500;text-decoration:none;transition:color .2s}.landing-nav.scrolled .landing-nav-links a{color:#2d3436}.landing-nav-links a:hover{color:#0984e3}.nav-dropdown{position:relative}.nav-dropdown-trigger{cursor:pointer;-webkit-user-select:none;user-select:none;color:#636e72;font-size:16px;font-weight:500;text-decoration:none;transition:color .2s}.nav-dropdown-trigger:hover{color:#0984e3}.nav-dropdown-menu{opacity:0;visibility:hidden;z-index:200;background:#fff;border-radius:12px;min-width:180px;padding:8px 0;transition:all .25s;position:absolute;top:calc(100% + 12px);left:50%;transform:translate(-50%)translateY(8px);box-shadow:0 8px 30px #0000001f}.nav-dropdown:hover .nav-dropdown-menu{opacity:1;visibility:visible;transform:translate(-50%)translateY(0)}.nav-dropdown-menu a{white-space:nowrap;padding:12px 24px;font-weight:500;text-decoration:none;transition:background .2s,color .2s;display:block;color:#2d3436!important;font-size:15px!important}.nav-dropdown-menu a:hover{background:#f0f8ff;color:#0984e3!important}.landing-nav-actions{align-items:center;gap:24px;display:flex}.lang-selector{cursor:pointer;color:#636e72;align-items:center;display:flex}.landing-btn-login{color:#fff;background:#e84393;border-radius:24px;padding:10px 24px;font-weight:600;text-decoration:none;transition:all .2s;box-shadow:0 4px 15px #e843934d}.landing-btn-login:hover{background:#d63031;transform:translateY(-2px);box-shadow:0 6px 20px #e8439366}.desktop-only{display:flex}.mobile-only{display:none}.mobile-menu-btn{cursor:pointer;color:#2d3436;background:0 0;border:none}.landing-mobile-menu{background:#fff;border-top:1px solid #f1f2f6;flex-direction:column;gap:16px;padding:20px;display:flex;position:absolute;top:80px;left:0;right:0;box-shadow:0 10px 20px #0000001a}.landing-mobile-menu a{color:#2d3436;padding:10px;font-size:18px;font-weight:500;text-decoration:none}.landing-btn-login-mobile{text-align:center;background:#e84393;border-radius:8px;margin-top:10px;color:#fff!important}.landing-hero-banner{background:#f8fafc;flex-direction:column;justify-content:center;width:100%;height:480px;margin-top:80px;display:flex;position:relative;overflow:hidden}.hero-banner-bg{z-index:1;background-position:top;background-size:cover;width:100%;height:100%;position:absolute;top:0;left:0}.hero-slider-arrow{color:#fff;cursor:pointer;z-index:5;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);opacity:0;visibility:hidden;background:#fff3;border:none;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;transition:all .3s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.landing-hero-banner:hover .hero-slider-arrow{opacity:1;visibility:visible}.hero-slider-arrow:hover{background:#ffffff80;transform:translateY(-50%)scale(1.1)}.hero-slider-arrow.left{left:30px}.hero-slider-arrow.right{right:30px}.hero-slider-dots{z-index:5;justify-content:center;gap:12px;width:100%;display:flex;position:absolute;bottom:30px;left:0}.hero-slider-dots .dot{cursor:pointer;background:#fff6;border-radius:50%;width:12px;height:12px;transition:all .3s;box-shadow:0 2px 4px #0000004d}.hero-slider-dots .dot.active{background:#fff;transform:scale(1.3)}.landing-features{color:#2d3436;background:#f8fafc;padding:100px 24px}.landing-video{text-align:center;background:#fff;padding:80px 24px}.video-header{margin-bottom:40px}.video-header h2{margin:0;font-size:36px;font-weight:700}.video-container{max-width:900px;margin:0 auto}.video-wrapper{border-radius:16px;height:0;padding-bottom:56.25%;position:relative;overflow:hidden;box-shadow:0 10px 40px #0000001f}.video-wrapper iframe{border:none;border-radius:16px;width:100%;height:100%;position:absolute;top:0;left:0}.features-header{text-align:center;max-width:800px;margin:0 auto 60px}.features-header h2{color:#2d3436;margin:0 0 20px;font-size:36px;font-weight:700}.features-header p{color:#636e72;font-size:18px;line-height:1.6}.features-grid{grid-template-columns:repeat(2,1fr);gap:32px;max-width:1000px;margin:0 auto;display:grid}.feature-card{background:#fff;border:1px solid #f1f2f6;border-radius:20px;padding:40px 30px;transition:transform .3s,box-shadow .3s;box-shadow:0 10px 30px #00000008}.feature-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px #00000014}.feature-icon{border-radius:16px;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:24px;display:flex}.feature-card h3{color:#2d3436;margin:0 0 16px;font-size:24px;font-weight:600}.feature-card p{color:#636e72;margin:0;line-height:1.6}.landing-how-it-works{text-align:center;background:#fff5eb;padding:100px 24px}.how-it-works-header h2{color:#2d3436;margin-bottom:60px;font-size:40px;font-weight:700;line-height:1.4}.text-primary{color:#0984e3}.steps-container{flex-wrap:wrap;justify-content:center;gap:60px;max-width:1200px;margin:0 auto;display:flex}.step-card{flex-direction:column;align-items:center;max-width:300px;display:flex}.phone-mockup{background:#fff;border:8px solid #2d3436;border-radius:36px;justify-content:center;align-items:center;width:220px;height:460px;margin-bottom:30px;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 40px #0000001a}.phone-notch{z-index:2;background:#2d3436;border-bottom-right-radius:12px;border-bottom-left-radius:12px;width:100px;height:24px;position:absolute;top:0;left:50%;transform:translate(-50%)}.phone-screen{background:#f8fafc;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;padding:20px;display:flex;position:relative}.step-1-screen{background:linear-gradient(135deg,#e0f2f1 0%,#fff 100%)}.step-2-screen{background:linear-gradient(135deg,#e3f2fd 0%,#fff 100%)}.step-3-screen{background:linear-gradient(135deg,#fce4ec 0%,#fff 100%)}.mock-btn{color:#fff;background:#00b894;border-radius:20px;margin-top:20px;padding:10px 24px;font-size:14px;font-weight:600;box-shadow:0 4px 10px #00b8944d}.mock-card{background:#fff;border-radius:12px;width:100%;height:60px;margin-top:16px;box-shadow:0 4px 10px #0000000d}.mock-chat{border-radius:12px;width:80%;height:40px;margin-top:16px}.mock-chat.left{background:#fff;align-self:flex-start;box-shadow:0 2px 5px #0000000d}.mock-chat.right{background:#e84393;align-self:flex-end}.step-number{color:#fff;background:#ff9f43;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:20px;font-size:24px;font-weight:700;display:flex;box-shadow:0 4px 10px #ff9f434d}.step-card h3{color:#0984e3;margin:0 0 12px;font-size:20px;font-weight:600}.step-card p{color:#636e72;margin:0;font-size:15px;line-height:1.6}.landing-highlights{text-align:center;background:#fffdf5;padding:100px 24px}.highlights-header{margin-bottom:60px}.highlights-subtitle{color:#b2bec3;margin:0 0 8px;font-size:18px;font-weight:500}.highlights-header h2{color:#2d3436;margin:0;font-size:36px;font-weight:700}.highlights-grid{flex-wrap:wrap;justify-content:center;gap:60px;max-width:1200px;margin:0 auto;display:flex}.highlight-card{flex-direction:column;align-items:center;max-width:320px;display:flex}.blob-icon{border-radius:40% 60% 70% 30%/40% 50% 60%;justify-content:center;align-items:center;width:140px;height:140px;margin-bottom:30px;transition:all .5s;display:flex}.highlight-card:hover .blob-icon{border-radius:50% 50% 30% 70%/60% 40% 70%;transform:translateY(-5px)}.blob-green{background:#55efc4;box-shadow:0 10px 20px #55efc44d}.blob-blue{background:#74b9ff;box-shadow:0 10px 20px #74b9ff4d}.blob-pink{background:#fab1a0;box-shadow:0 10px 20px #fab1a04d}.highlight-card h3{color:#2d3436;margin:0 0 16px;font-size:20px;font-weight:600}.highlight-card p{color:#636e72;margin:0;font-size:15px;line-height:1.6}.landing-why-it-helps{background:#fff;padding:100px 24px}.why-container{align-items:center;gap:80px;max-width:1000px;margin:0 auto;display:flex}.why-left{text-align:center;flex:1;position:relative}.why-left h2{color:#2d3436;text-align:left;margin-bottom:40px;font-size:36px;font-weight:700;line-height:1.4}.why-illustration{margin-top:20px;display:inline-block;position:relative}.illustration-circle{background:#e3f2fd;border-radius:50%;justify-content:center;align-items:center;width:160px;height:160px;display:flex;box-shadow:0 10px 30px #0984e326}.why-arrow{width:120px;height:80px;position:absolute;top:50%;left:100%;transform:translateY(-50%)translate(20px)}.why-right{flex-direction:column;flex:1;gap:30px;display:flex}.why-item h3{margin:0 0 8px;font-size:20px;font-weight:600}.why-item p{color:#636e72;margin:0;font-size:15px;line-height:1.6}.landing-counselors{text-align:center;background:#f8fafc;padding:100px 24px}.counselors-header{margin-bottom:60px}.counselors-header h2{color:#0984e3;margin:0 0 16px;font-size:36px;font-weight:700;line-height:1.4}.counselors-header p{color:#636e72;margin:0;font-size:18px}.counselors-grid{flex-wrap:wrap;justify-content:center;gap:40px;max-width:1000px;margin:0 auto;display:flex}.counselor-card{background:#fff;border:1px solid #74b9ff;border-radius:24px;flex-direction:column;flex:1;align-items:center;min-width:250px;max-width:300px;padding:40px 20px;transition:transform .3s,box-shadow .3s;display:flex}.counselor-card:hover{transform:translateY(-5px);box-shadow:0 15px 30px #0984e31a}.counselor-img-wrapper{border:4px solid #f1f2f6;border-radius:50%;width:140px;height:140px;margin-bottom:24px;overflow:hidden}.counselor-img{object-fit:cover;width:100%;height:100%}.counselor-name{color:#2d3436;margin:0 0 8px;font-size:20px;font-weight:600}.counselor-role{color:#636e72;margin:0;font-size:15px}.landing-footer{color:#eceff1;background:#546e7a;padding:60px 24px 24px}.footer-content{grid-template-columns:1.5fr 1fr 1fr;gap:60px;max-width:1200px;margin:0 auto 40px;display:grid}.footer-brand{align-items:center;gap:12px;margin-bottom:24px;display:flex}.footer-logo{background:#fff;border-radius:8px;width:40px;height:40px;padding:4px}.footer-brand-name{color:#fff;font-size:24px;font-weight:700}.footer-links-list{flex-direction:column;gap:16px;display:flex}.footer-links-list a{color:#cfd8dc;font-size:15px;text-decoration:none;transition:color .2s}.footer-links-list a:hover{color:#fff}.badges-col{flex-direction:column;gap:20px;display:flex}.badges-grid{gap:16px;display:flex}.badge-placeholder{text-align:center;color:#ffffffb3;border:1px solid #ffffff4d;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;font-size:10px;font-weight:700;display:flex}.app-store-badges{gap:12px;display:flex}.store-badge{color:#fff;cursor:pointer;background:#000;border:1px solid #fff3;border-radius:8px;flex-direction:column;justify-content:center;align-items:flex-start;padding:8px 16px;transition:transform .2s;display:flex}.store-badge:hover{transform:scale(1.05)}.store-badge span{font-size:10px}.store-badge strong{font-size:16px}.social-links{gap:16px;margin-top:10px;display:flex}.social-icon{color:#fff;background:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:background .3s;display:flex}.social-icon:hover{background:#ffffff4d}.footer-bottom{text-align:center;color:#b0bec5;border-top:1px solid #ffffff1a;padding-top:24px;font-size:14px}.footer-contact-info{flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;display:flex}.contact-divider{background:#ffffff4d;width:1px;height:12px}@media (width<=992px){.landing-hero-banner{height:380px}.hero-banner-bg{background-position:50%}.footer-content{grid-template-columns:1fr 1fr}.desktop-only{display:none}.mobile-only{display:flex}.why-container{text-align:center;flex-direction:column;gap:40px}.why-left h2{text-align:center}.why-arrow{display:none}.features-grid{grid-template-columns:1fr}}@media (width<=576px){.landing-hero-banner{height:280px}.hero-slider-arrow{width:40px;height:40px}.hero-slider-arrow.left{left:10px}.hero-slider-arrow.right{right:10px}.footer-content{grid-template-columns:1fr;gap:32px}.footer-contact-info{flex-direction:column;gap:8px}.contact-divider{display:none}}.fade-in-section{opacity:0;visibility:hidden;will-change:opacity, transform, visibility;transition:opacity .8s ease-out,transform .8s ease-out}.fade-in-section.dir-up{transform:translateY(40px)}.fade-in-section.dir-down{transform:translateY(-40px)}.fade-in-section.dir-left{transform:translate(-40px)}.fade-in-section.dir-right{transform:translate(40px)}.fade-in-section.dir-none{transform:none}.fade-in-section.is-visible{opacity:1;visibility:visible;transform:none!important}.video-page{background:#fff;min-height:100vh;font-family:Inter,Noto Sans Thai,sans-serif}.video-navbar{z-index:100;background:#fff;padding:0 24px;position:sticky;top:0;box-shadow:0 2px 12px #0000000f}.video-navbar-inner{justify-content:space-between;align-items:center;max-width:1200px;height:70px;margin:0 auto;display:flex}.video-nav-brand{align-items:center;gap:10px;text-decoration:none;display:flex}.video-nav-logo{width:40px;height:40px}.video-nav-brand-name{color:#0984e3;font-size:22px;font-weight:700}.video-nav-links{gap:32px;display:flex}.video-nav-links a{color:#636e72;font-size:15px;font-weight:500;text-decoration:none;transition:color .2s}.video-nav-links a:hover,.video-nav-links a.active{color:#0984e3}.video-nav-cta{background:#0984e3;border-radius:24px;padding:10px 24px;font-weight:600;text-decoration:none;transition:background .2s;color:#fff!important}.video-nav-cta:hover{background:#0773c5}.video-hero{text-align:center;background:linear-gradient(135deg,#f0f8ff 0%,#e8f4fd 100%);padding:80px 24px 60px}.video-title{color:#0984e3;margin:0 0 16px;font-size:42px;font-weight:700}.video-subtitle{color:#636e72;margin:0;font-size:18px}.video-main{z-index:2;max-width:900px;margin:-40px auto 0;padding:0 24px 60px;position:relative}.video-main-wrapper{border-radius:20px;height:0;padding-bottom:56.25%;position:relative;overflow:hidden;box-shadow:0 15px 50px #00000026}.video-main-wrapper iframe{border:none;border-radius:20px;width:100%;height:100%;position:absolute;top:0;left:0}.video-main-info{text-align:center;margin-top:30px}.video-main-info h2{color:#2d3436;margin:0 0 12px;font-size:24px;font-weight:600}.video-main-info p{color:#636e72;margin:0;font-size:16px;line-height:1.6}.video-more{max-width:1200px;margin:0 auto;padding:60px 24px 80px}.video-more-title{color:#2d3436;text-align:center;margin:0 0 40px;font-size:28px;font-weight:700}.video-grid{grid-template-columns:repeat(3,1fr);gap:32px;display:grid}.video-card{background:#f8fafc;border-radius:16px;transition:transform .3s,box-shadow .3s;overflow:hidden}.video-card:hover{transform:translateY(-5px);box-shadow:0 15px 30px #0000001a}.video-card-thumb{height:0;padding-bottom:56.25%;position:relative;overflow:hidden}.video-card-thumb iframe{border:none;width:100%;height:100%;position:absolute;top:0;left:0}.video-card h3{color:#2d3436;margin:20px 20px 8px;font-size:18px;font-weight:600}.video-card p{color:#636e72;margin:0 20px 20px;font-size:14px;line-height:1.5}.video-back{text-align:center;padding:0 24px 60px}.video-back-btn{color:#0984e3;border:2px solid #0984e3;border-radius:30px;align-items:center;gap:8px;padding:12px 28px;font-size:16px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.video-back-btn:hover{color:#fff;background:#0984e3}.video-footer{color:#b0bec5;text-align:center;background:#546e7a;padding:24px;font-size:14px}.video-footer p{margin:0}@media (width<=992px){.video-nav-links{display:none}.video-grid{grid-template-columns:1fr;max-width:600px;margin:0 auto}}@media (width<=576px){.video-title{font-size:30px}.video-subtitle{font-size:16px}}.news-page{background:#fff;flex-direction:column;min-height:100vh;font-family:Inter,Noto Sans Thai,sans-serif;display:flex}.news-hero{text-align:center;background:linear-gradient(135deg,#f0f8ff 0%,#e8f4fd 100%);padding:80px 24px 60px}.news-hero h1{color:#0984e3;margin:0;font-size:42px;font-weight:700}.news-content{flex:1;width:100%;max-width:1200px;margin:0 auto;padding:60px 24px}.news-empty{text-align:center;color:#b2bec3;padding:80px 0;font-size:18px}.news-hero-sub{color:#636e72;margin:16px 0 0;font-size:18px}.press-grid{grid-template-columns:repeat(2,1fr);gap:32px;display:grid}.press-card{cursor:pointer;background:#fff;border-radius:16px;transition:transform .3s,box-shadow .3s;overflow:hidden;box-shadow:0 2px 16px #0000000f}.press-card:hover{transform:translateY(-6px);box-shadow:0 12px 32px #0000001f}.press-card-img{justify-content:center;align-items:center;height:180px;display:flex;position:relative}.press-card-icon{font-size:56px}.press-card-badge{color:#fff;background:#ff6b6b;border-radius:20px;padding:4px 12px;font-size:12px;font-weight:700;position:absolute;top:16px;left:16px}.press-card-body{padding:24px}.press-card-date{color:#b2bec3;font-size:13px;font-weight:500}.press-card-body h3{color:#2d3436;margin:10px 0 12px;font-size:18px;font-weight:700;line-height:1.5}.press-card-body p{color:#636e72;margin:0 0 16px;font-size:14px;line-height:1.7}.press-card-link{color:#0984e3;font-size:14px;font-weight:600;transition:color .2s}.press-card:hover .press-card-link{color:#0773c5}@media (width<=768px){.press-grid{grid-template-columns:1fr}}@media (width<=576px){.news-hero h1{font-size:30px}}.about-page{background:#fff;min-height:100vh;font-family:Inter,Noto Sans Thai,sans-serif}.about-hero{text-align:center;background:linear-gradient(135deg,#f0f8ff 0%,#e8f4fd 100%);padding:80px 24px 60px}.about-hero h1{color:#0984e3;margin:0 0 16px;font-size:42px;font-weight:700}.about-hero p{color:#636e72;margin:0;font-size:18px}.about-section{padding:80px 24px}.about-section-inner{grid-template-columns:1fr 1fr;align-items:center;gap:60px;max-width:1100px;margin:0 auto;display:grid}.about-text-block h2{color:#2d3436;margin:0 0 24px;font-size:32px;font-weight:700}.about-text-block p{color:#636e72;margin:0 0 16px;font-size:16px;line-height:1.8}.about-illustration{aspect-ratio:1;justify-content:center;align-items:center;width:100%;display:flex;position:relative}.about-illus-circle{border-radius:50%;position:absolute}.about-illus-circle.c1{background:linear-gradient(135deg,#0984e31f,#00b8941f);width:280px;height:280px}.about-illus-circle.c2{background:linear-gradient(135deg,#0984e333,#74b9ff33);width:200px;height:200px}.about-illus-img{object-fit:cover;z-index:2;border:4px solid #fff;border-radius:50%;width:140px;height:140px;box-shadow:0 10px 30px #0000001a}.about-vm{background:#f8fafc;padding:80px 24px}.about-vm-inner{grid-template-columns:1fr 1fr;gap:40px;max-width:1100px;margin:0 auto;display:grid}.about-vm-card{background:#fff;border-radius:20px;padding:40px;transition:transform .3s;box-shadow:0 4px 20px #0000000d}.about-vm-card:hover{transform:translateY(-4px)}.about-vm-icon{margin-bottom:20px;font-size:48px}.about-vm-card h3{color:#2d3436;margin:0 0 16px;font-size:24px;font-weight:700}.about-vm-card p{color:#636e72;margin:0;font-size:15px;line-height:1.8}.about-values{text-align:center;padding:80px 24px}.about-values h2{color:#2d3436;margin:0 0 48px;font-size:32px;font-weight:700}.about-values-grid{grid-template-columns:repeat(4,1fr);gap:28px;max-width:1100px;margin:0 auto;display:grid}.about-value-card{text-align:center;background:#f8fafc;border-radius:16px;padding:32px 24px;transition:transform .3s,box-shadow .3s}.about-value-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00000014}.about-value-icon{border-radius:14px;justify-content:center;align-items:center;width:56px;height:56px;margin:0 auto 16px;display:flex}.about-value-card h4{color:#2d3436;margin:0 0 10px;font-size:17px;font-weight:700}.about-value-card p{color:#636e72;margin:0;font-size:14px;line-height:1.6}.about-team{text-align:center;background:#f8fafc;padding:80px 24px}.about-team h2{color:#2d3436;margin:0 0 12px;font-size:32px;font-weight:700}.about-team-sub{color:#636e72;margin:0 0 48px;font-size:16px}.about-team-grid{grid-template-columns:repeat(4,1fr);gap:28px;max-width:1000px;margin:0 auto;display:grid}.about-team-card{background:#fff;border-radius:16px;padding:32px 20px;transition:transform .3s;box-shadow:0 2px 12px #0000000d}.about-team-card:hover{transform:translateY(-4px)}.about-team-avatar{border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;margin:0 auto 16px;font-size:32px;display:flex}.about-team-card h4{color:#2d3436;margin:0 0 8px;font-size:16px;font-weight:700}.about-team-card p{color:#636e72;margin:0;font-size:13px;line-height:1.5}@media (width<=992px){.about-section-inner{grid-template-columns:1fr}.about-illustration{max-width:300px;margin:0 auto}.about-vm-inner{grid-template-columns:1fr}.about-values-grid,.about-team-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=576px){.about-hero h1{font-size:30px}.about-values-grid,.about-team-grid{grid-template-columns:1fr;max-width:400px;margin:0 auto}}.contact-page{background:#fff;min-height:100vh;font-family:Inter,Noto Sans Thai,sans-serif}.contact-hero{text-align:center;background:linear-gradient(135deg,#f0f8ff 0%,#e8f4fd 100%);padding:80px 24px 60px}.contact-hero h1{color:#0984e3;margin:0;font-size:42px;font-weight:700}.contact-content{max-width:1100px;margin:0 auto;padding:60px 24px 80px}.contact-inner{grid-template-columns:1fr 1fr;align-items:flex-start;gap:60px;display:grid}.contact-form{flex-direction:column;gap:24px;display:flex}.contact-field{flex-direction:column;gap:8px;display:flex}.contact-field label{color:#2d3436;font-size:15px;font-weight:600}.contact-field input,.contact-field select,.contact-field textarea{color:#2d3436;box-sizing:border-box;background:#f8fafc;border:1px solid #dfe6e9;border-radius:10px;outline:none;width:100%;padding:12px 16px;font-family:Inter,Noto Sans Thai,sans-serif;font-size:15px;transition:border-color .2s,box-shadow .2s}.contact-field input:focus,.contact-field select:focus,.contact-field textarea:focus{background:#fff;border-color:#0984e3;box-shadow:0 0 0 3px #0984e31a}.contact-field textarea{resize:vertical;min-height:120px}.contact-field select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23636e72' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-position:right 16px center;background-repeat:no-repeat;padding-right:40px}.contact-form-subtitle{color:#2d3436;border-top:1px solid #eee;margin:8px 0 0;padding-top:16px;font-size:18px;font-weight:700}.contact-submit-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#0984e3,#74b9ff);border:none;border-radius:12px;align-self:flex-start;padding:14px 32px;font-family:Inter,Noto Sans Thai,sans-serif;font-size:16px;font-weight:600;transition:transform .2s,box-shadow .2s}.contact-submit-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0984e34d}.contact-submit-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.contact-msg{border-radius:10px;padding:14px 18px;font-size:15px;font-weight:500;line-height:1.5}.contact-msg.success{color:#155724;background:#d4edda;border:1px solid #c3e6cb}.contact-msg.error{color:#721c24;background:#f8d7da;border:1px solid #f5c6cb}.contact-info{flex-direction:column;gap:32px;display:flex}.contact-info-block h3{color:#2d3436;margin:0 0 12px;font-size:22px;font-weight:700}.contact-info-block h4{color:#2d3436;margin:0 0 12px;font-size:18px;font-weight:700}.contact-info-block p{color:#636e72;margin:0 0 4px;font-size:15px;line-height:1.8}.contact-social{gap:12px;margin-top:12px;display:flex}.contact-social-icon{color:#fff;background:linear-gradient(135deg,#0984e3,#74b9ff);border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:14px;font-weight:700;text-decoration:none;transition:transform .2s,box-shadow .2s;display:flex}.contact-social-icon:hover{transform:scale(1.1);box-shadow:0 4px 16px #0984e34d}@media (width<=768px){.contact-inner{grid-template-columns:1fr;gap:40px}.contact-info{order:-1}}@media (width<=576px){.contact-hero h1{font-size:30px}}.legal-page{background:#fff;min-height:100vh;font-family:Inter,Noto Sans Thai,sans-serif}.legal-hero{text-align:center;background:linear-gradient(135deg,#f0f8ff 0%,#e8f4fd 100%);padding:80px 24px 60px}.legal-hero h1{color:#0984e3;margin:0;font-size:38px;font-weight:700}.legal-content{max-width:860px;margin:0 auto;padding:60px 24px 80px}.legal-inner{line-height:1.9}.legal-intro{color:#2d3436;background:#f8fafc;border-left:4px solid #0984e3;border-radius:0 12px 12px 0;margin:0 0 40px;padding:24px;font-size:16px;line-height:1.9}.legal-inner h2{color:#2d3436;margin:40px 0 16px;font-size:20px;font-weight:700}.legal-inner h3{color:#0984e3;margin:24px 0 12px;font-size:17px;font-weight:600}.legal-inner p{color:#636e72;text-align:justify;margin:0 0 16px;font-size:15px;line-height:1.9}.legal-inner ol,.legal-inner ul{margin:0 0 24px;padding-left:24px}.legal-inner li{color:#636e72;margin-bottom:8px;font-size:15px;line-height:1.9}.legal-inner li strong{color:#2d3436}.legal-link{color:#0984e3;font-weight:600;text-decoration:none;transition:color .2s}.legal-link:hover{color:#0773c5;text-decoration:underline}.legal-updated{color:#b2bec3;border-top:1px solid #eee;margin-top:48px;padding-top:24px;font-size:14px;font-style:italic}@media (width<=576px){.legal-hero h1{font-size:28px}.legal-intro{padding:16px}}.faq-page{background:#fff;min-height:100vh;font-family:Inter,Noto Sans Thai,sans-serif}.faq-hero{text-align:center;background:linear-gradient(135deg,#f0f8ff 0%,#e8f4fd 100%);padding:80px 24px 60px}.faq-hero h1{color:#0984e3;margin:0 0 12px;font-size:38px;font-weight:700}.faq-hero p{color:#636e72;margin:0;font-size:16px}.faq-content{max-width:860px;margin:0 auto;padding:60px 24px 80px}.faq-inner{flex-direction:column;gap:48px;display:flex}.faq-category{color:#0984e3;border-bottom:2px solid #e8f4fd;margin:0 0 20px;padding-bottom:12px;font-size:22px;font-weight:700}.faq-list{flex-direction:column;gap:12px;display:flex}.faq-item{border:1px solid #eee;border-radius:12px;transition:border-color .2s,box-shadow .2s;overflow:hidden}.faq-item:hover{border-color:#b2d4f5}.faq-item.open{border-color:#0984e3;box-shadow:0 2px 12px #0984e314}.faq-question{cursor:pointer;color:#2d3436;text-align:left;background:#f8fafc;border:none;justify-content:space-between;align-items:center;gap:16px;width:100%;padding:18px 20px;font-family:Inter,Noto Sans Thai,sans-serif;font-size:16px;font-weight:600;transition:background .2s;display:flex}.faq-question:hover{background:#eef6fd}.faq-item.open .faq-question{color:#0984e3;background:#eef6fd}.faq-icon{color:#0984e3;background:#e8f4fd;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:22px;font-weight:700;transition:transform .2s;display:flex}.faq-item.open .faq-icon{color:#fff;background:#0984e3}.faq-answer{padding:16px 20px 20px;animation:.25s ease-out faqSlideDown}.faq-answer p{color:#636e72;margin:0;font-size:15px;line-height:1.9}@keyframes faqSlideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.faq-cta{text-align:center;background:linear-gradient(135deg,#f0f8ff 0%,#e8f4fd 100%);border-radius:16px;margin-top:60px;padding:40px}.faq-cta p{color:#2d3436;margin:0 0 20px;font-size:18px;font-weight:600}.faq-cta-btn{color:#fff;background:linear-gradient(135deg,#0984e3,#74b9ff);border:none;border-radius:12px;padding:14px 36px;font-size:16px;font-weight:600;text-decoration:none;transition:transform .2s,box-shadow .2s;display:inline-block}.faq-cta-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0984e34d}@media (width<=576px){.faq-hero h1{font-size:28px}.faq-question{padding:14px 16px;font-size:15px}.faq-answer{padding:12px 16px 16px}}.cookie-consent-overlay{z-index:9999;font-family:Inter,Noto Sans Thai,sans-serif;animation:.4s ease-out forwards slideUpFade;position:fixed;bottom:30px;left:30px}@keyframes slideUpFade{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.cookie-consent-modal{background:#fff;border:1px solid #f1f5f9;border-radius:16px;width:360px;padding:24px;position:relative;box-shadow:0 10px 40px #00000026}.cookie-consent-close{color:#94a3b8;cursor:pointer;background:0 0;border:none;font-size:24px;transition:color .2s;position:absolute;top:12px;right:16px}.cookie-consent-close:hover{color:#334155}.cookie-consent-content h3{color:#1e293b;margin:0 0 12px;font-size:18px;font-weight:700}.cookie-consent-content p{color:#475569;margin:0 0 20px;font-size:13px;line-height:1.6}.cookie-consent-actions{gap:12px;margin-bottom:20px;display:flex}.cookie-btn-primary{color:#fff;cursor:pointer;text-align:center;background:#0984e3;border:none;border-radius:8px;flex:1;padding:10px 0;font-size:14px;font-weight:600;transition:background .2s}.cookie-btn-primary:hover{background:#0056b3}.cookie-btn-secondary{color:#334155;cursor:pointer;text-align:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;flex:1;padding:10px 0;font-size:14px;font-weight:600;text-decoration:none;transition:background .2s}.cookie-btn-secondary:hover{background:#f1f5f9}.cookie-consent-links{border-top:1px solid #f1f5f9;justify-content:center;gap:16px;padding-top:16px;display:flex}.cookie-consent-links a{color:#0984e3;font-size:12px;text-decoration:none}.cookie-consent-links a:hover{text-decoration:underline}.cookie-setting-item{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:flex-start;gap:12px;padding:12px 0;display:flex}.cookie-setting-item:last-child{border-bottom:none}.cookie-setting-info h4{color:#1e293b;margin:0 0 4px;font-size:14px;font-weight:600}.cookie-setting-info p{color:#64748b;margin:0;font-size:12px;line-height:1.4}.cookie-toggle{flex-shrink:0;width:44px;height:24px;display:inline-block;position:relative}.cookie-toggle input{opacity:0;width:0;height:0}.cookie-toggle-slider{cursor:pointer;background-color:#cbd5e1;border-radius:24px;transition:all .3s;position:absolute;inset:0}.cookie-toggle-slider:before{content:"";background-color:#fff;border-radius:50%;width:18px;height:18px;transition:all .3s;position:absolute;bottom:3px;left:3px}.cookie-toggle input:checked+.cookie-toggle-slider{background-color:#0984e3}.cookie-toggle input:checked+.cookie-toggle-slider:before{transform:translate(20px)}.cookie-toggle.disabled .cookie-toggle-slider{cursor:not-allowed;opacity:.6;background-color:#0984e3}@media (width<=480px){.cookie-consent-overlay{width:100%;bottom:0;left:0;right:0}.cookie-consent-modal{border-bottom:none;border-left:none;border-right:none;border-radius:20px 20px 0 0;width:100%}}
