.login-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1000;display:flex;align-items:flex-end;justify-content:center}.login-modal-backdrop{position:absolute;top:0;left:0;right:0;bottom:0;background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none}.login-modal-content{position:relative;width:min(92vw,460px);background:#fff;border-radius:18px;padding:24px;box-shadow:0 12px 30px #0f172a29;z-index:1001;margin:0 auto calc(10px + env(safe-area-inset-bottom));max-height:min(78svh,640px);overflow-y:auto;overscroll-behavior:contain;transition:margin-bottom .16s ease}.login-modal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.login-modal-title{font-size:20px;font-weight:600;color:#111827}.login-modal-close{background:none;border:none;font-size:24px;color:#9ca3af;cursor:pointer;padding:4px}.login-modal-form{display:flex;flex-direction:column;gap:16px}.login-modal-error{background:#fef2f2;color:#dc2626;padding:10px;border-radius:8px;font-size:14px;text-align:center}.login-modal-error-locked{background:#fff7ed;color:#c2410c}.login-modal-error-rate{background:#eff6ff;color:#1d4ed8}.login-modal-error-disabled,.login-modal-error-conflict{background:#fdf2f8;color:#9d174d}.login-modal-field input{width:100%;padding:14px 16px;border:1px solid #e5e7eb;border-radius:12px;font-size:16px;outline:none;transition:border-color .2s;box-sizing:border-box}.login-modal-pwd-row{position:relative}.login-modal-pwd-toggle{position:absolute;right:10px;top:50%;transform:translateY(-50%);border:none;background:transparent;padding:4px;cursor:pointer;font-size:18px;line-height:1;color:#6b7280}.login-modal-links{display:flex;align-items:center;gap:8px;margin-top:10px;font-size:13px;color:#6b7280;flex-wrap:wrap;row-gap:6px}.login-modal-link-btn{border:none;background:transparent;padding:0;color:#3b82f6;cursor:pointer;font-size:13px;white-space:nowrap;word-break:keep-all}.login-modal-link-dot{color:#d1d5db}.login-modal-link-right{margin-left:auto}.login-modal-code-row{display:grid;grid-template-columns:1fr auto;gap:10px;align-items:center}.login-modal-code-row input{width:100%}.login-modal-code-btn{height:46px;padding:0 12px;border:1px solid #e5e7eb;background:#fff;border-radius:10px;font-size:13px;color:#111827;cursor:pointer;white-space:nowrap}.login-modal-code-btn:disabled{cursor:not-allowed;opacity:.6}.login-modal-method-toggle{display:flex;gap:8px;margin-top:-4px;margin-bottom:-6px}.login-modal-method-chip{flex:1;height:34px;border-radius:999px;border:1px solid #e5e7eb;background:#fff;font-weight:700;color:#111827;cursor:pointer}.login-modal-method-chip.active{border-color:#3b82f6;background:#3b82f614;color:#3b82f6}.login-modal-avatar-card{display:flex;align-items:center;gap:12px;padding:14px;border:1px solid #e5e7eb;border-radius:14px;background:linear-gradient(180deg,#3b82f60f,#3b82f605)}.login-modal-avatar-preview{width:56px;height:56px;border-radius:50%;overflow:hidden;flex:0 0 auto;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#60a5fa,#2563eb);color:#fff;font-size:20px;font-weight:800}.login-modal-avatar-preview img{width:100%;height:100%;object-fit:cover;display:block}.login-modal-avatar-meta{min-width:0;flex:1 1 auto}.login-modal-avatar-title{font-size:14px;font-weight:700;color:#111827}.login-modal-avatar-sub{margin-top:4px;font-size:12px;line-height:1.5;color:#6b7280}.login-modal-avatar-btn{height:36px;padding:0 12px;border:1px solid #bfdbfe;border-radius:999px;background:#fff;color:#2563eb;font-size:13px;font-weight:700;cursor:pointer;white-space:nowrap}.login-modal-agree-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-top:6px}.login-modal-remember-row{margin-top:-12px;margin-bottom:-16px;display:flex;gap:24px;align-items:center;justify-content:flex-end}.login-modal-remember-check{display:inline-flex;align-items:center;gap:8px;cursor:pointer;color:#6b7280;font-size:13px}.login-modal-remember-check input{width:16px;height:16px;margin:0;accent-color:#3b82f6}.login-modal-agree-check{display:inline-flex;align-items:center;gap:8px;cursor:pointer;color:#6b7280;font-size:13px;white-space:nowrap}.login-modal-agree-check input{width:16px;height:16px}.login-modal-field input:focus{border-color:#3b82f6}.login-modal-submit{width:100%;padding:14px;background:#3b82f6;color:#fff;border:none;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;transition:background .2s;margin-top:8px}.login-modal-submit:active{background:#2563eb}.login-modal-submit.loading{opacity:.7;cursor:not-allowed}.login-modal-footer{text-align:center;margin-top:16px;color:#6b7280;font-size:14px}.login-modal-footer-btn{border:none;background:transparent;color:#3b82f6;font-size:14px;cursor:pointer;padding:6px 8px}@media (max-width: 420px){.login-modal-content{padding:20px}.login-modal-links,.login-modal-link-btn,.login-modal-agree-row,.login-modal-agree-check{font-size:12px}.login-modal-links{justify-content:flex-start}.login-modal-link-right{margin-left:0}.login-modal-link-dot{display:none}.login-modal-agree-check{flex:1 1 100%}}.legal-doc-dialog{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2200;display:flex;align-items:center;justify-content:center;padding:20px;background:#00000080;animation:legal-doc-fade-in .2s ease-out}@keyframes legal-doc-fade-in{0%{opacity:0}to{opacity:1}}@keyframes legal-doc-slide-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.legal-doc-card{width:min(800px,100%);height:min(80vh,700px);background:#fff;border-radius:8px;box-shadow:0 10px 25px #00000026;display:flex;flex-direction:column;overflow:hidden;animation:legal-doc-slide-up .2s ease-out}.legal-doc-header{display:flex;align-items:center;justify-content:space-between;padding:16px 24px;background:#fff;border-bottom:1px solid #e5e7eb}.legal-doc-title{font-size:18px;font-weight:600;color:#111827;margin:0}.legal-doc-close{width:32px;height:32px;border:none;background:transparent;color:#6b7280;font-size:24px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .15s}.legal-doc-close:hover{background:#f3f4f6;color:#111827}.legal-doc-body{flex:1;min-height:0;background:#fff}.legal-doc-frame{width:100%;height:100%;border:none;background:#fff}@media (max-width: 640px){.legal-doc-dialog{padding:0;align-items:flex-end}.legal-doc-card{width:100%;height:90vh;border-radius:12px 12px 0 0;animation:legal-doc-slide-up-mobile .25s ease-out}@keyframes legal-doc-slide-up-mobile{0%{transform:translateY(100%)}to{transform:translateY(0)}}.legal-doc-header{padding:14px 20px}.legal-doc-title{font-size:16px}}.support-shell{width:100%;min-height:calc(100vh - 120px);padding:32px 20px;box-sizing:border-box;background:transparent;display:flex;justify-content:center;align-items:flex-start;overscroll-behavior:contain}.support-shell.overlay{min-height:auto;width:auto;padding:0;position:relative;animation:support-fade-in-up .3s cubic-bezier(.16,1,.3,1) forwards}@keyframes support-fade-in-up{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes support-slide-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.support-shell.mobile{min-height:100dvh;height:100dvh;padding:0;background:#f8fafc;display:flex}.support-card{width:min(720px,calc(100vw - 80px));height:min(760px,calc(100vh - 80px));max-width:980px;max-height:calc(100vh - 48px);margin:0 auto;background:#fff;border-radius:20px;box-shadow:0 12px 48px #0000001f,0 4px 16px #00000014;overflow:hidden;border:1px solid rgba(0,0,0,.05);display:flex;flex-direction:column;overscroll-behavior:contain}.support-shell.page .support-card{width:min(760px,calc(100vw - 80px));height:min(760px,calc(100vh - 160px));min-height:680px;max-width:760px}.support-shell.overlay .support-card{width:min(760px,calc(100vw - 40px));height:min(760px,calc(100vh - 80px));max-width:760px;min-height:680px;margin:0}.support-shell.mobile .support-card{width:100%;max-width:none;height:100%;border-radius:0;box-shadow:none;border:none}.support-shell.mobile .support-header{padding-top:calc(16px + env(safe-area-inset-top))}.support-header{padding:16px 20px;background:#ffffffe6;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid #f1f5f9;display:flex;align-items:center;justify-content:space-between;z-index:10;flex-shrink:0}.support-header-info{display:flex;align-items:center;gap:12px}.support-avatar{width:40px;height:40px;background:#f8fafc;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#0f172a}.support-title-group{display:flex;flex-direction:column}.support-title{font-size:16px;font-weight:700;color:#0f172a}.support-subtitle{font-size:12px;color:#64748b;display:flex;align-items:center;gap:6px;margin-top:2px}.support-status-dot{width:6px;height:6px;background:#10b981;border-radius:50%;box-shadow:0 0 0 2px #10b98133;animation:support-pulse 2s infinite}@keyframes support-pulse{0%{box-shadow:0 0 #10b98166}70%{box-shadow:0 0 0 6px #10b98100}to{box-shadow:0 0 #10b98100}}.support-close-btn{width:32px;height:32px;border:none;border-radius:50%;background:transparent;color:#64748b;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:.2s}.support-close-btn:hover{background:#f1f5f9;color:#0f172a}.support-main{display:flex;flex-direction:column;flex:1;min-height:0;background:#fafaf9;overscroll-behavior:contain}.support-messages{flex:1;min-height:0;overflow-y:auto;padding:24px 24px 18px;display:flex;flex-direction:column;gap:16px;overscroll-behavior:contain}.support-message{display:flex;flex-direction:column;max-width:min(78%,520px);align-items:flex-start;animation:support-slide-in .2s ease-out}.support-message.mine{align-self:flex-end;align-items:flex-end}.support-message.system{align-self:center;max-width:100%}.support-bubble{padding:12px 16px;border-radius:16px 16px 16px 4px;background:#fff;box-shadow:0 2px 8px #0000000a;color:#334155;font-size:14px;line-height:1.6;word-break:break-word;overflow-wrap:anywhere}.support-message.mine .support-bubble{background:#0f172a;color:#fff;border-radius:16px 16px 4px;box-shadow:0 4px 12px #0f172a26}.support-message.system .support-bubble{background:transparent;box-shadow:none;padding:0;color:#64748b;font-size:13px;text-align:center}.support-system-card{display:flex;flex-direction:column;align-items:center;gap:4px}.support-system-chip{display:inline-block;padding:2px 8px;background:#e2e8f0;color:#475569;border-radius:999px;font-size:11px;font-weight:600}.support-time{font-size:11px;color:#94a3b8;margin-top:6px;margin-left:4px}.support-message.mine .support-time{margin-left:0;margin-right:4px}.support-biz-card{background:#fff;border-radius:12px;width:260px;overflow:hidden;box-shadow:0 4px 16px #0000000a;border:1px solid rgba(0,0,0,.04)}.support-message.mine .support-biz-card{background:#1e293b;color:#fff;border:1px solid rgba(255,255,255,.1)}.support-biz-card-header{padding:12px 16px;background:#f8fafc;border-bottom:1px solid #f1f5f9;display:flex;justify-content:space-between;align-items:center}.support-message.mine .support-biz-card-header{background:#0f172a;border-bottom:1px solid rgba(255,255,255,.1)}.support-biz-card-title{font-size:14px;font-weight:700;color:#0f172a}.support-message.mine .support-biz-card-title{color:#fff}.support-biz-card-tag{padding:2px 8px;border-radius:999px;background:#e0e7ff;color:#4338ca;font-size:11px;font-weight:600}.support-biz-card-tag.warning{background:#fef3c7;color:#b45309}.support-biz-card-body{padding:16px;display:flex;flex-direction:column;gap:12px}.support-biz-row{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;font-size:13px;color:#64748b}.support-message.mine .support-biz-row{color:#94a3b8}.support-biz-row strong{color:#0f172a;font-weight:600;text-align:right}.support-message.mine .support-biz-row strong{color:#f8fafc}.support-biz-list{display:flex;flex-wrap:wrap;gap:6px}.support-biz-list-item{padding:4px 10px;border-radius:6px;background:#fff7ed;color:#c2410c;font-size:12px;font-weight:600}.support-biz-note{margin:0 16px 16px;padding:12px;background:#f8fafc;border-radius:8px;font-size:12px;color:#475569;line-height:1.5}.support-message.mine .support-biz-note{background:#0f172a;color:#94a3b8}.support-biz-hint{margin:0 16px 16px;font-size:12px;color:#64748b;text-align:center}.support-image-grid{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}.support-image-link{padding:0;border:0;background:transparent;display:block;width:120px;height:120px;border-radius:12px;overflow:hidden;cursor:zoom-in}.support-image-link img{width:100%;height:100%;object-fit:cover;transition:transform .2s}.support-image-link:hover img{transform:scale(1.05)}.support-image-preview-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1200;background:#0f172ad1;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;padding:24px}.support-image-preview-stage{max-width:min(92vw,1200px);max-height:calc(100vh - 48px);display:flex;align-items:center;justify-content:center}.support-image-preview-image{max-width:100%;max-height:calc(100vh - 48px);object-fit:contain;border-radius:18px;box-shadow:0 24px 60px #00000059}.support-image-preview-close{position:absolute;top:18px;right:18px;width:42px;height:42px;border-radius:999px;border:1px solid rgba(255,255,255,.18);background:#ffffff14;color:#fff;font-size:28px;line-height:1;cursor:pointer}.support-bottom-bar{padding:18px 24px 20px;background:#fff;border-top:1px solid #f1f5f9;z-index:10;flex-shrink:0}.support-pending-images{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:12px}.support-plus-wrap{position:relative;display:flex;align-items:center}.support-icon-btn.plus-btn{transition:transform .25s cubic-bezier(.34,1.56,.64,1)}.support-icon-btn.plus-btn.open{transform:rotate(45deg);color:#3b82f6}.support-plus-menu{position:absolute;bottom:calc(100% + 12px);left:0;display:flex;flex-direction:column;gap:8px;min-width:140px;padding:8px;border-radius:16px;background:#fffffff5;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(226,232,240,.8);box-shadow:0 10px 30px #0f172a1a,0 2px 8px #0f172a0a;transform-origin:bottom left;animation:supportPlusMenuFade .2s cubic-bezier(.16,1,.3,1);z-index:20}@keyframes supportPlusMenuFade{0%{opacity:0;transform:scale(.9) translateY(4px)}to{opacity:1;transform:scale(1) translateY(0)}}.support-plus-menu-item{display:flex;align-items:center;gap:12px;width:100%;padding:10px 12px;border:none;border-radius:12px;background:transparent;color:#334155;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s;text-align:left}.support-plus-menu-item:hover{background:#f1f5f9;color:#0f172a}.support-plus-menu-icon{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:10px;background:#fff;color:#64748b;box-shadow:0 2px 6px #0f172a0f}.support-plus-menu-item:hover .support-plus-menu-icon{color:#3b82f6}.support-order-picker{margin-bottom:12px;border:1px solid #dbe5ef;border-radius:16px;background:linear-gradient(180deg,#fff,#fbfdff);box-shadow:0 10px 24px #0f172a0f;overflow:hidden}.support-order-picker-head{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:12px 14px;border-bottom:1px solid #eef2f7}.support-order-picker-title{font-size:14px;font-weight:800;color:#0f172a}.support-order-picker-close{width:28px;height:28px;border:none;border-radius:999px;background:transparent;color:#64748b;font-size:20px;line-height:1;cursor:pointer}.support-order-picker-list{display:flex;flex-direction:column;gap:8px;padding:10px}.support-order-picker-item{display:flex;flex-direction:column;gap:8px;width:100%;padding:12px 14px;border:1px solid #e2e8f0;border-radius:14px;background:#fff;text-align:left;cursor:pointer;transition:.2s ease}.support-order-picker-item:hover{border-color:#bfdbfe;background:#f8fbff;box-shadow:0 6px 16px #2563eb14}.support-order-picker-item:disabled{cursor:default;opacity:.7}.support-order-picker-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.support-order-picker-row.meta{flex-wrap:wrap;justify-content:flex-start;gap:8px 12px;font-size:12px;color:#64748b}.support-order-picker-name{font-size:14px;font-weight:800;color:#0f172a}.support-order-picker-status{flex-shrink:0;padding:4px 10px;border-radius:999px;background:#eff6ff;color:#1d4ed8;font-size:11px;font-weight:700}.support-order-picker-empty{padding:16px 14px 18px;font-size:13px;line-height:1.7;color:#64748b}.support-pending-item{position:relative;width:64px;height:64px;border-radius:10px;overflow:hidden;border:1px solid rgba(0,0,0,.05)}.support-pending-item img{width:100%;height:100%;object-fit:cover}.support-pending-item button{position:absolute;top:4px;right:4px;width:20px;height:20px;border:none;border-radius:50%;background:#0f172a99;color:#fff;font-size:14px;display:flex;align-items:center;justify-content:center;cursor:pointer;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.support-composer-inner{display:flex;align-items:flex-end;gap:12px;background:#f1f5f9;border-radius:20px;padding:8px 12px;transition:background .2s,box-shadow .2s}.support-composer-inner:focus-within{background:#fff;box-shadow:0 0 0 1px #cbd5e1,0 4px 12px #00000008}.support-composer textarea{flex:1;background:transparent;border:none;outline:none;font-size:14px;line-height:22px;padding:5px 0;color:#0f172a;resize:none;min-height:22px;max-height:120px}.support-composer textarea::placeholder{color:#94a3b8}.support-icon-btn{width:32px;height:32px;display:flex;align-items:center;justify-content:center;color:#64748b;background:transparent;border:none;border-radius:50%;cursor:pointer;transition:.2s;flex-shrink:0;padding:0;margin-bottom:0}.support-icon-btn:hover{color:#0f172a;background:#0000000d}.support-send-btn{min-width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:#e2e8f0;color:#94a3b8;border:none;border-radius:50%;cursor:pointer;transition:.2s;flex-shrink:0;padding:0;margin-bottom:0}.support-send-btn.mobile{min-width:56px;width:auto;height:34px;padding:0 14px;border-radius:999px;font-size:13px;font-weight:700;white-space:nowrap;writing-mode:horizontal-tb;text-orientation:mixed;letter-spacing:0}.support-send-btn.active{background:#0f172a;color:#fff;box-shadow:0 4px 12px #0f172a33}.support-send-btn.active:hover{transform:scale(1.05)}.support-empty,.support-error{padding:16px;text-align:center;font-size:13px;color:#64748b;margin:20px}.support-error{color:#ef4444;background:#fef2f2;border-radius:12px}@media (max-width: 768px){.support-card{border-radius:0;width:100%;height:100%;min-height:0;max-width:none;max-height:none}.support-header{padding:12px 16px}.support-messages{padding:16px}.support-message{max-width:92%}.support-bottom-bar{padding:12px 16px;padding-bottom:calc(12px + env(safe-area-inset-bottom))}.support-plus-menu{min-width:120px;bottom:calc(100% + 8px)}.support-biz-card{width:280px}.support-composer-inner{gap:10px;padding:8px 10px}.support-composer textarea{min-width:0;font-size:15px}}.navbar{position:fixed;top:0;left:-2px;right:-2px;height:70px;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:var(--shadow-sm);z-index:1000;border-bottom:1px solid var(--border-color);transform:translateZ(0)}.main-content{padding-bottom:0}@media (max-width: 768px){.mobile-action-bar{display:flex}.main-content{padding-bottom:72px}}.navbar-container{max-width:1400px;margin:0 auto;height:100%;display:flex;align-items:center;justify-content:space-between;padding:0 96px}.navbar-logo{display:flex;align-items:center;text-decoration:none;color:var(--text-primary);transition:var(--transition);position:absolute;left:12px;top:50%;transform:translateY(-50%);z-index:1}.navbar-logo:hover{opacity:.9}.logo-container{display:flex;flex-direction:row;align-items:center;gap:8px;padding-right:0}.logo-text{font-size:28px;font-weight:700;color:var(--primary-color);line-height:1}.logo-icon{width:22px;height:22px;color:var(--primary-color)}.logo-subtitle{font-size:14px;color:var(--text-secondary);font-weight:400;margin-top:2px}.nav-back-button{margin-left:10px;padding:6px 12px;background:#fff;color:var(--text-primary);border:1px solid var(--border-color);border-radius:999px;font-size:14px;line-height:1;transition:var(--transition)}.nav-back-button:hover{background:var(--bg-gray);color:var(--primary-color);transform:translateY(-1px);box-shadow:var(--shadow-sm)}.navbar-menu{display:flex;list-style:none;gap:56px;align-items:center;flex:1;justify-content:center;height:100%}.navbar-item{position:relative;height:100%;display:flex;align-items:center}.navbar-link{color:var(--text-primary);font-size:16px;font-weight:700;padding:0;position:relative;transition:var(--transition);display:inline-flex;align-items:center;justify-content:center;height:44px;line-height:1.2;vertical-align:middle}.navbar-link-btn{-moz-appearance:none;appearance:none;-webkit-appearance:none;background:transparent;border:none;outline:none;margin:0;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;height:44px;padding:0;line-height:1.2;vertical-align:middle;text-align:left;font-size:16px;font-weight:700;color:var(--text-primary)}.navbar-link-btn>span:first-child{display:inline-flex;align-items:center;line-height:1.2}.navbar-link-btn:hover,.navbar-link-btn:focus,.navbar-link-btn:active{background:transparent;box-shadow:none}.navbar-link-caret{display:inline-block;width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:6px solid #64748b;margin-left:6px;vertical-align:middle;transition:transform .18s ease,border-top-color .18s ease;transform-origin:50% 45%;transform:translateY(1px) rotate(0)}.navbar-link-caret.open{transform:translateY(1px) rotate(180deg);border-top-color:#2563eb}.navbar-link:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:var(--primary-color);transition:width .3s cubic-bezier(.4,0,.2,1)}.navbar-link:hover{color:var(--primary-color)}.navbar-link:hover:after{width:100%}.navbar-auth{display:flex;align-items:center;position:absolute;right:12px;top:50%;transform:translateY(-50%)}.auth-buttons{display:flex;gap:10px;align-items:center}.login-btn{padding:8px 14px;background:#fff;color:var(--primary-color);border-radius:999px;font-size:14px;font-weight:700;transition:var(--transition);border:1px solid var(--primary-color)}.register-btn{padding:8px 14px;background:var(--primary-color);color:#fff;border-radius:999px;font-size:14px;font-weight:700;border:1px solid var(--primary-color)}.login-btn:hover,.register-btn:hover{opacity:.92;transform:translateY(-1px);box-shadow:var(--shadow-sm)}.user-menu-wrapper{position:relative}.user-avatar-btn{width:40px;height:40px;border-radius:50%;background:transparent;color:var(--primary-color);display:flex;align-items:center;justify-content:center;border:none;transition:var(--transition)}.user-avatar-btn:hover{transform:scale(1.05)}.user-avatar svg{width:18px;height:18px;display:block}.user-dropdown{position:absolute;top:calc(100% + 10px);right:0;background:#fff;border-radius:8px;box-shadow:var(--shadow-lg);min-width:220px;padding:8px 0;border:1px solid var(--border-color);overflow:hidden;overscroll-behavior:contain}.dropdown-userinfo{padding:10px 16px 6px}.ui-name{font-weight:800;color:#0f172a;font-size:14px}.ui-email{color:#64748b;font-size:12px;margin-top:2px}.dropdown-item{display:block;padding:12px 20px;color:var(--text-primary);font-size:14px;transition:var(--transition);border:none;background:none;width:100%;text-align:left;cursor:pointer}.dropdown-item:hover{background:var(--bg-gray);color:var(--primary-color)}.dropdown-item.logout{color:#ef4444}.dropdown-item.logout:hover{background:#fef2f2}.dropdown-divider{height:1px;background:var(--border-color);margin:8px 0}@media (max-width: 1024px){.navbar-container{padding:0 20px}.navbar-menu{gap:24px}}@media (max-width: 768px){.navbar{display:none}}.menu-btn{display:none;width:40px;height:40px;border-radius:8px;border:1px solid var(--border-color);background:#fff;align-items:center;justify-content:center;gap:3px}.menu-bar{width:18px;height:2px;background:var(--text-primary);display:block}.mobile-menu{display:none}.desktop-user-panel{position:fixed;top:70px;right:12px;width:480px;max-width:80vw;background:transparent;z-index:1000}.dup-card{background:#fff;border:1px solid var(--border-color);border-radius:12px;box-shadow:var(--shadow-lg);padding:12px}.dup-title{font-weight:800;color:#0f172a;margin-bottom:8px}.dup-list{display:grid;gap:8px;max-height:60vh;overflow:auto}.dup-list,.dup-card{overscroll-behavior:contain}.dup-item{display:grid;grid-template-columns:1fr auto;align-items:center;gap:8px;padding:10px;border:1px solid #e5e7eb;border-radius:10px;background:#fff}.dup-main{display:grid;gap:4px}.dup-name{font-weight:700;color:#0f172a}.dup-meta{color:#64748b;font-size:12px}.dup-status{font-size:12px;font-weight:700;padding:2px 8px;border-radius:999px}.dup-status.doing{background:#e0f2fe;color:#0369a1}.dup-status.terminated,.dup-status.pending{background:#fef2f2;color:#dc2626;border:1px solid #fca5a5}.dup-progress{display:grid;gap:8px}.dup-sub{font-weight:700;color:#0f172a}.dup-badge{display:inline-block;font-size:12px;font-weight:700;padding:2px 8px;border-radius:999px}.dup-badge.primary{background:#eff6ff;color:#2563eb;border:1px solid #93c5fd}.dup-badge.danger{background:#fef2f2;color:#dc2626;border:1px solid #fca5a5}.dup-timeline{list-style:none;padding:0;margin:0;display:grid;gap:6px}.dup-timeline li{display:grid;grid-template-columns:10px 1fr auto;align-items:center;gap:6px}.dup-timeline .dot{width:6px;height:6px;border-radius:999px;background:#cbd5e1;display:inline-block}.dup-actions{display:flex;gap:8px;justify-content:flex-end}.btn-primary{height:36px;border:none;border-radius:10px;background:#1e90ff;color:#fff;font-weight:700;padding:0 12px}.btn-danger{height:36px;border:none;border-radius:10px;background:#dc2626;color:#fff;font-weight:700;padding:0 12px}.mini-btn{height:30px;border:1px solid #e5e7eb;border-radius:8px;background:#fff;padding:0 8px}.dup-match-panel{border:1px solid rgba(148,163,184,.24);border-radius:20px;padding:12px;background:radial-gradient(140px 70px at 0% 0%,rgba(59,130,246,.14),transparent 70%),radial-gradient(160px 86px at 100% 100%,rgba(30,64,175,.12),transparent 75%),#fffffff5;backdrop-filter:blur(14px) saturate(120%);-webkit-backdrop-filter:blur(14px) saturate(120%);box-shadow:0 20px 36px #0f172a2e,0 4px 14px #0f172a17}.dup-match-float{position:fixed;z-index:2602;width:360px}.dup-match-grid{display:grid;grid-template-columns:1fr;gap:9px}.dup-match-card{border:1px solid rgba(148,163,184,.36);background:linear-gradient(180deg,#fff,#f8fafc);border-radius:14px;padding:13px 36px 13px 14px;display:grid;gap:4px;text-align:left;color:#0f172a;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease,background .2s ease;position:relative;box-shadow:0 8px 18px #0f172a14;cursor:pointer}.dup-match-card:after{content:"›";position:absolute;right:13px;top:50%;transform:translateY(-50%);font-size:22px;font-weight:700;color:#3341558c}.dup-match-card:active{transform:translateY(1px)}.dup-match-title{font-size:15px;font-weight:900;color:#0f172a;line-height:1.2;letter-spacing:.01em}.dup-match-desc{margin-top:2px;font-size:12px;font-weight:800;opacity:.86;color:#334155;line-height:1.35}.dup-user-quick-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2605;background:#0f172a59;display:flex;align-items:center;justify-content:center;padding:20px}.dup-user-quick-modal{width:min(460px,calc(100vw - 40px));animation:slideUp .24s cubic-bezier(.16,1,.3,1) forwards}.dup-user-quick-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.dup-user-quick-title{font-size:16px;font-weight:800;color:#0f172a}.dup-user-quick-close{width:30px;height:30px;border-radius:8px;border:1px solid rgba(148,163,184,.4);background:#fff;color:#475569;font-size:18px;line-height:1;cursor:pointer}.dup-user-quick-empty{padding:12px;border-radius:10px;background:#f8fafcf2;border:1px solid rgba(226,232,240,.9);color:#334155;font-size:13px}@media (max-width: 768px){.desktop-user-panel{display:none}}.nav-user-center-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a66;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:10000;display:flex;align-items:center;justify-content:center;padding:24px;animation:nav-uc-fade-in .2s ease-out forwards}.nav-user-center-panel{background:#f8fafc;width:100%;max-width:1100px;max-height:calc(100vh - 48px);border-radius:24px;box-shadow:0 20px 40px -10px #0f172a33,0 10px 20px -5px #0f172a1a;overflow-y:auto;position:relative;animation:nav-uc-slide-up .3s cubic-bezier(.16,1,.3,1) forwards;scrollbar-width:none;-ms-overflow-style:none;padding:32px}html.nav-scroll-lock,body.nav-scroll-lock{overflow:hidden!important}@keyframes nav-uc-fade-in{0%{opacity:0}to{opacity:1}}@keyframes nav-uc-slide-up{0%{opacity:0;transform:translateY(20px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.home-page{width:100%;margin:0;padding:0;position:relative;background-color:#fff;min-height:100svh;overflow-x:hidden}.mobile-action-bar{position:fixed;bottom:env(safe-area-inset-bottom);left:0;right:0;display:none;gap:10px;padding:10px 16px calc(10px + env(safe-area-inset-bottom));background:#ffffffe6;-webkit-backdrop-filter:saturate(180%) blur(8px);backdrop-filter:saturate(180%) blur(8px);border-top:1px solid #e5e7eb;z-index:1000}.mobile-action-bar .action-btn{flex:1;height:44px;border-radius:12px;border:1px solid #d1d5db;background:#fff;color:#0f1e35;font-weight:700;text-align:center;line-height:44px;text-decoration:none}.mobile-action-bar .action-btn.primary{background:#1e90ff;color:#fff;border-color:#1e90ff}@media (max-width: 768px){.mobile-action-bar{display:flex}}html{scroll-padding-top:70px;scroll-behavior:auto}.home-content{width:100%;position:relative;display:flex;flex-direction:column;justify-content:center;align-items:stretch;margin:0;padding:92px 0 0;overflow:visible;background-color:transparent;z-index:2;box-sizing:border-box;min-height:100svh}.home-page .g-home-hero{width:100%;max-width:1240px;margin:0;margin-left:min(40px,4vw);padding:0 24px;box-sizing:border-box}.home-page .g-hero-inner{display:grid;grid-template-columns:1fr;gap:26px;align-items:center}.home-page .g-hero-left{padding:10px 0}.home-page .g-hero-title{margin-top:18px;font-size:clamp(36px,4.4vw,64px);letter-spacing:-.02em;line-height:1.05;font-weight:850;color:#fffffff5;text-shadow:0 18px 44px rgba(0,0,0,.38)}.home-page .g-hero-subtitle{margin-top:14px;font-size:17px;line-height:1.75;color:#ffffffc7;max-width:56ch}.home-page .g-hero-list{margin:18px 0 0;padding-left:18px;display:grid;gap:10px;color:#ffffffc7;font-weight:650}.home-page .g-hero-list li{line-height:1.55}@media (max-width: 768px){.home-content{padding-top:82px;padding-bottom:80px}.home-page .g-home-hero{padding:0 16px;margin-left:0}.home-page .g-hero-subtitle{font-size:16px}}.home-hero{text-align:center;color:#fff;padding:100px 20px;box-sizing:border-box;background-color:transparent;z-index:1;position:relative;width:100%;max-width:900px;text-shadow:2px 2px 4px rgba(0,0,0,.8)}.hero-title{font-size:clamp(32px,5.5vw,48px);font-weight:700;margin-bottom:20px;text-shadow:2px 2px 4px rgba(0,0,0,.3);line-height:1.2;color:#f0f0f0}.home-hero .hero-title,.home-hero .hero-subtitle{color:#f0f0f0}.hero-subtitle{font-size:clamp(16px,3.2vw,22px);opacity:.95;line-height:1.6;color:#f0f0f0}@media (max-width: 768px){.hero-title{font-size:32px}.hero-subtitle{font-size:18px}}.about-section{background:linear-gradient(to bottom,#fff 0,#fff calc(100% - 20px),#0f1e35 calc(100% - 20px),#0f1e35);position:relative;width:100%;margin:0;min-height:0;padding:40px 0 20px;z-index:2;display:flow-root;transform:translateZ(0);backface-visibility:hidden;contain:paint;overflow:hidden;border-radius:0!important;scroll-margin-top:70px}.about-section>*:last-child{margin-bottom:0!important}.about-container{max-width:1200px;margin:0 auto;padding:0 20px}.about-title{font-size:36px;font-weight:700;color:#333;text-align:center;margin-bottom:30px}.about-description{font-size:16px;line-height:1.8;color:#666;text-align:center;max-width:900px;margin:0 auto 50px}.about-features{display:flex;justify-content:space-between;gap:30px;margin-bottom:0}.feature-item{flex:1;background-color:#f8f9fa;padding:30px;border-radius:0!important;text-align:center}.feature-title{font-size:20px;font-weight:600;color:#333;margin-bottom:15px}.feature-text{font-size:14px;line-height:1.6;color:#666}.about-services{margin:60px 0 0}.services-title{font-size:28px;font-weight:600;color:#333;text-align:center;margin-bottom:40px}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:25px}@media (max-width: 1024px){.services-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.services-grid{grid-template-columns:1fr}}.service-item{background-color:#f8f9fa;padding:30px;border-radius:0!important;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.service-item:hover{transform:translateY(-5px);box-shadow:0 10px 20px #00000014}.service-name{font-size:18px;font-weight:600;color:#333;margin-bottom:15px}.service-detail{font-size:14px;line-height:1.6;color:#666}.about-success{margin:60px 0}.success-title{font-size:28px;font-weight:600;color:#333;text-align:center;margin-bottom:40px}.success-stories{display:flex;flex-direction:column;gap:30px}.story-item{background-color:#f0f7ff;padding:30px;border-radius:0!important;border-left:4px solid #1890ff}.story-text{font-size:16px;line-height:1.7;color:#333;font-style:italic;margin-bottom:15px}.story-author{font-size:14px;color:#666;text-align:right}.about-contact{background-color:#f0f2f5;padding:40px;border-radius:0!important;text-align:center}.contact-text{font-size:16px;color:#333;margin-bottom:10px}@media (max-width: 992px){.about-features{flex-wrap:wrap}.feature-item{flex:1 1 45%;min-width:280px}}@media (max-width: 768px){.about-section{padding:60px 0}.about-title{font-size:28px}.feature-item{flex:1 1 100%}}.home-page,.home-content,.about-section,.about-container{box-sizing:border-box}.site-footer{background:#f8fafc;border-top:1px solid #e2e8f0;padding:60px 0 24px;position:relative;z-index:10}@media (max-width: 640px){.about-container{padding:0 16px}}.footer-container{max-width:1200px;margin:0 auto;padding:0 24px}.footer-main-block{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:40px;margin-bottom:48px}.footer-brand-area{max-width:400px}.footer-brand-title{display:flex;align-items:center;gap:12px;margin-bottom:16px}.footer-logo{width:36px;height:36px;background:linear-gradient(135deg,#2563eb,#3b82f6);color:#fff;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:700}.footer-brand-name{font-size:20px;font-weight:700;color:#0f172a}.footer-brand-desc{font-size:14px;color:#64748b;line-height:1.6}.footer-contact-area{min-width:300px}.footer-title{font-size:16px;font-weight:600;color:#0f172a;margin-bottom:20px}.footer-contact-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:16px}.contact-item{display:flex;align-items:flex-start;gap:12px;color:#475569;font-size:14px;line-height:1.5}.contact-item svg{color:#94a3b8;flex-shrink:0;margin-top:2px}.footer-bottom{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding-top:24px;border-top:1px solid #e2e8f0;color:#94a3b8;font-size:13px}.footer-beian{color:#94a3b8}@media (max-width: 768px){.footer-main-block{flex-direction:column;gap:32px}.footer-bottom{flex-direction:column;justify-content:center;text-align:center}}.highlight-metrics{margin:60px 0 20px}.metrics-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:20px}.metric-item{background:#f8f9fa;padding:24px;text-align:center}.metric-number{font-size:clamp(20px,4.5vw,24px);font-weight:700;color:#1e90ff}.metric-label{font-size:13px;color:#666;margin-top:6px}@media (max-width: 1024px){.metrics-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 768px){.metrics-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 360px){.metrics-grid{grid-template-columns:1fr}}.process-timeline{margin:40px 0}.timeline-title{font-size:24px;font-weight:600;color:#333;text-align:center;margin-bottom:20px}.timeline-steps{display:flex;align-items:center;justify-content:center;gap:14px;flex-wrap:wrap}.step-item{display:inline-flex;align-items:center;gap:8px;background:#f8f9fa;padding:10px 14px;border-radius:999px;font-size:13px;color:#333}.step-dot{width:8px;height:8px;border-radius:50%;background:#1e90ff;display:inline-block}.step-sep{width:30px;height:2px;background:#e5e7eb;display:none}@media (min-width: 992px){.step-sep{display:inline-block}}html.site-global .home-content,html.home-premium .home-content{min-height:100svh;padding-top:92px;padding-bottom:56px;align-items:stretch;justify-content:center}html.site-global .g-home-hero,html.home-premium .g-home-hero{width:100%;max-width:1240px;margin:0;margin-left:min(40px,4vw);padding:0 24px;box-sizing:border-box}html.site-global .g-hero-inner,html.home-premium .g-hero-inner{display:grid;grid-template-columns:1fr;gap:26px;align-items:center}html.site-global .g-hero-left,html.home-premium .g-hero-left{padding:10px 0}html.site-global .g-hero-kicker,html.home-premium .g-hero-kicker{display:inline-flex;align-items:center;gap:10px;font-size:12px;letter-spacing:.22em;text-transform:uppercase;font-weight:750}html.site-global .g-hero-badge,html.home-premium .g-hero-badge{display:inline-flex;align-items:center;gap:10px;padding:8px 12px;border-radius:999px;background:#ffffffb3;border:1px solid rgba(15,23,42,.12);box-shadow:var(--shadow-sm);font-weight:750;color:#0f172ac7}html.site-global .g-hero-title,html.home-premium .g-hero-title{margin-top:18px;font-size:clamp(36px,4.4vw,64px);letter-spacing:-.02em;line-height:1.05;font-weight:850;color:#fffffff5;text-shadow:0 18px 44px rgba(0,0,0,.38)}html.site-global .g-hero-subtitle,html.home-premium .g-hero-subtitle{margin-top:14px;font-size:17px;line-height:1.75;color:#ffffffc7;max-width:56ch}html.site-global .g-hero-list,html.home-premium .g-hero-list{margin:18px 0 0;padding-left:18px;display:grid;gap:10px;color:#ffffffc7;font-weight:650}html.site-global .g-hero-list li,html.home-premium .g-hero-list li{line-height:1.55}html.site-global .g-hero-actions,html.home-premium .g-hero-actions{margin-top:22px;display:flex;gap:12px;flex-wrap:wrap;align-items:center}html.site-global .g-hero-btn,html.home-premium .g-hero-btn{height:42px;padding:0 18px;border-radius:999px;font-weight:800;font-size:13px;letter-spacing:-.01em}html.site-global .g-hero-btn-primary,html.home-premium .g-hero-btn-primary{background:linear-gradient(135deg,#2563ebfa,#1d4ed8eb);border:1px solid rgba(255,255,255,.18);color:#fffffff5;box-shadow:0 16px 30px #00000038}html.site-global .g-hero-btn-ghost,html.home-premium .g-hero-btn-ghost{background:#ffffff24;border:1px solid rgba(255,255,255,.22);color:#ffffffeb;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}html.site-global .g-hero-panel{padding:16px;border-radius:20px;background:#ffffffbd;border:1px solid rgba(15,23,42,.1);box-shadow:var(--shadow-md);display:grid;gap:10px}html.site-global .g-panel-card{width:100%;text-align:left;padding:14px;border-radius:16px;background:#ffffffe0;border:1px solid rgba(15,23,42,.1);transition:var(--transition)}html.site-global .g-panel-title{font-weight:850;color:#0f172aeb;letter-spacing:-.01em}html.site-global .g-panel-desc{margin-top:6px;font-size:13px;line-height:1.6;color:#0f172aa3}html.site-global .g-panel-steps,html.site-global .g-panel-bullets{margin:10px 0 0;padding-left:18px;display:grid;gap:10px;color:#0f172ab3;font-size:13px;line-height:1.6}html.home-premium .background-slider .background-overlay,html.home-premium.site-global .background-slider .background-overlay{display:none;background:none}html.home-premium .g-hero-kicker{color:#ffffffc7}html.home-premium .g-hero-title{color:#fffffff5;text-shadow:0 18px 44px rgba(0,0,0,.38)}html.home-premium .g-hero-subtitle,html.home-premium .g-hero-list{color:#ffffffc7}@media (max-width: 1024px){html.site-global .g-hero-inner,html.home-premium .g-hero-inner{grid-template-columns:1fr}}@media (max-width: 768px){html.site-global .home-content,html.home-premium .home-content{min-height:100svh;padding-top:82px;padding-bottom:80px}html.site-global .g-home-hero,html.home-premium .g-home-hero{padding:0 16px;margin-left:0}html.site-global .g-hero-subtitle,html.home-premium .g-hero-subtitle{font-size:16px}}html.site-global .about-section{background:#fff;padding:70px 0 26px;contain:none}html.site-global .about-title,html.site-global .services-title,html.site-global .timeline-title{color:#0f172aeb;letter-spacing:-.01em}html.site-global .about-description{color:#0f172a9e}html.site-global .feature-item,html.site-global .service-item,html.site-global .metric-item{border-radius:18px!important;background:#fff;border:1px solid rgba(15,23,42,.1);box-shadow:var(--shadow-sm)}html.site-global .feature-title,html.site-global .service-name{color:#0f172aeb;letter-spacing:-.01em}html.site-global .feature-text,html.site-global .service-detail,html.site-global .metric-label{color:#0f172a9e}html.site-global .metric-number{background:linear-gradient(135deg,#0ea5e9,#6366f1f2);-webkit-background-clip:text;background-clip:text;color:transparent}html.site-global .step-item{border:1px solid rgba(15,23,42,.1);background:#ffffffa6;color:#0f172adb}html.site-global .step-dot{background:#0ea5e9;box-shadow:0 0 0 5px #0ea5e91f}html.site-global .site-footer{background:#ffffffb3;color:#0f172ac7;border-top:1px solid rgba(15,23,42,.08)}html.site-global .footer-logo{background:linear-gradient(135deg,#0ea5e9,#6366f1f2)}html.site-global .footer-title,html.site-global .footer-brand-name{color:#0f172aeb}html.site-global .footer-brand-desc,html.site-global .footer-bottom,html.site-global .footer-list a,html.site-global .contact-item{color:#0f172a9e}html.site-global .footer-list a:hover{color:#0f172aeb}html.site-global .social-item{background:#0f172a0f;color:#0f172ab8}html.site-global .social-item:hover{background:#0f172a1a}html.site-global .footer-bottom{border-top:1px solid rgba(15,23,42,.1)}.g-home-hero{position:relative}.boarding-pass-section{padding:80px 20px 100px;background:radial-gradient(circle at center,rgba(14,165,233,.05) 0%,transparent 60%),#f8fafc;display:flex;justify-content:center;align-items:center}.bp-container{max-width:1000px;width:100%;display:flex;flex-direction:column;align-items:center}.bp-header{text-align:center;margin-bottom:50px;max-width:700px}.bp-title{font-size:36px;font-weight:800;color:#0f172a;margin-bottom:16px;letter-spacing:-.02em}.bp-subtitle{font-size:16px;color:#64748b;line-height:1.6}.bp-ticket{display:flex;background:#fff;border-radius:20px;box-shadow:0 20px 40px -10px #0f172a1a,0 0 0 1px #0f172a0d;overflow:hidden;width:100%;position:relative}.bp-main{flex:1;padding:32px 40px;display:flex;flex-direction:column;justify-content:space-between}.bp-top-bar{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px;border-bottom:1px solid #f1f5f9;padding-bottom:16px}.bp-brand{display:flex;align-items:center;gap:8px;font-weight:800;color:#2563eb;font-size:18px;letter-spacing:.05em}.bp-flight{font-size:14px;color:#64748b;font-weight:600}.bp-flight span{color:#0f172a;font-size:18px;margin-left:6px;font-weight:800}.bp-route{display:flex;justify-content:space-between;align-items:center;margin-bottom:40px}.bp-city{display:flex;flex-direction:column}.bp-city:last-child{text-align:right}.bp-city-code{font-size:42px;font-weight:900;color:#0f172a;letter-spacing:-.03em;line-height:1.1}.bp-city-name{font-size:14px;color:#64748b;font-weight:500;margin-top:4px}.bp-plane-icon{color:#2563eb;opacity:.8;animation:float-plane 3s ease-in-out infinite}@keyframes float-plane{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-4px) scale(1.05)}}.bp-details{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.bp-field label{display:block;font-size:11px;color:#94a3b8;font-weight:700;margin-bottom:6px;text-transform:uppercase;letter-spacing:.05em}.bp-value{font-size:15px;color:#0f172a;font-weight:700}.bp-divider{position:relative;width:2px;background:transparent;display:flex;flex-direction:column;justify-content:center}.bp-line{position:absolute;top:10px;bottom:10px;left:0;border-left:2px dashed #cbd5e1}.bp-notch{width:30px;height:30px;background:#f8fafc;border-radius:50%;position:absolute;left:-14px;box-shadow:inset 0 2px 4px #0f172a0d}.bp-notch.top{top:-15px}.bp-notch.bottom{bottom:-15px;box-shadow:inset 0 -2px 4px #0f172a0d}.bp-stub{width:260px;padding:32px 24px;background:#fafaf9;display:flex;flex-direction:column;justify-content:space-between}.bp-barcode{display:flex;align-items:stretch;height:60px;gap:3px;margin-bottom:24px}.bp-barcode .bar{background:#334155;height:100%}.bp-barcode .w-1{width:2px}.bp-barcode .w-2{width:4px}.bp-barcode .w-3{width:6px}.bp-barcode .w-4{width:8px}.bp-barcode .w-5{width:10px}.bp-stub-info{flex:1}.bp-stub-row{font-size:15px;font-weight:700;color:#0f172a;margin-bottom:12px;display:flex;justify-content:space-between}.bp-stub-row span{color:#94a3b8;font-size:12px}.bp-action-btn{width:100%;padding:14px 0;background:#2563eb;color:#fff;border:none;border-radius:12px;font-size:15px;font-weight:700;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 12px #2563eb4d}.bp-action-btn:hover{background:#1d4ed8;transform:translateY(-2px);box-shadow:0 6px 16px #2563eb66}@media (max-width: 860px){.bp-ticket{flex-direction:column}.bp-divider{width:100%;height:2px;flex-direction:row}.bp-line{left:10px;right:10px;top:0;bottom:auto;border-left:none;border-top:2px dashed #cbd5e1}.bp-notch{left:auto;top:-14px!important;bottom:auto!important}.bp-notch.top{left:-15px}.bp-notch.bottom{right:-15px}.bp-stub{width:100%;flex-direction:row;align-items:center;gap:20px}.bp-barcode{margin-bottom:0;flex:1}.bp-stub-info{display:none}.bp-action-btn{flex:1}.bp-details{grid-template-columns:repeat(2,1fr)}}@media (max-width: 500px){.bp-route{flex-direction:column;gap:20px;text-align:center}.bp-city:last-child{text-align:center}.bp-plane-icon{transform:rotate(90deg);animation:none}.bp-stub{flex-direction:column}.bp-barcode{display:none}.bp-action-btn{width:100%}}html.site-global .boarding-pass-section{background:radial-gradient(circle at center,rgba(14,165,233,.05) 0%,transparent 60%),#fff}.background-slider{position:fixed;top:-2px;right:-2px;bottom:-2px;left:-2px;width:calc(100% + 4px);height:calc(100% + 4px);background-color:transparent;overflow:hidden;z-index:0;pointer-events:none;will-change:transform;backface-visibility:hidden}.background-slider.inline{position:absolute;top:0;right:0;bottom:0;left:0;height:100svh}.bg-parallax{width:100%;height:100%;will-change:transform}.background-slide{position:absolute;left:-2px;right:-2px;top:-2px;bottom:-2px;background-size:cover;background-position:center;background-repeat:no-repeat;will-change:transform;transform:translateZ(0)}.background-ken-burns{width:100%;height:100%;object-fit:cover;object-position:center;will-change:transform}.background-placeholder{background-color:#fff;background-image:none}.background-overlay{position:absolute;width:100%;height:100%;background:none;display:none;pointer-events:none;z-index:1}html.site-global .background-overlay{display:none;background:none}@media (max-width: 768px){.background-slide{background-position:center top}.background-ken-burns{object-position:center top}}*{margin:0;padding:0;box-sizing:border-box}@media (max-width: 768px){*,*:before,*:after{-webkit-tap-highlight-color:transparent}}:root{--primary-color: #2563eb;--primary-hover: #1d4ed8;--secondary-color: #64748b;--text-primary: #1e293b;--text-secondary: #64748b;--bg-white: #ffffff;--bg-gray: #ffffff;--border-color: #e2e8f0;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1);--transition: all .3s cubic-bezier(.4, 0, .2, 1)}html.site-global{--primary-color: #0ea5e9;--primary-hover: #0284c7;--secondary-color: #5b6b86;--text-primary: #0b1220;--text-secondary: #52607a;--bg-white: #ffffff;--bg-gray: #f3f6fb;--border-color: rgba(15, 23, 42, .12);--shadow-sm: 0 1px 0 rgb(2 6 23 / .05), 0 10px 28px rgb(2 6 23 / .06);--shadow-md: 0 1px 0 rgb(2 6 23 / .06), 0 22px 50px rgb(2 6 23 / .1);--shadow-lg: 0 1px 0 rgb(2 6 23 / .08), 0 36px 80px rgb(2 6 23 / .14);--transition: all .22s cubic-bezier(.2, 0, 0, 1)}html,body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--text-primary);background-color:#f4f7f9;margin:0;padding:0;width:100%;min-height:100%;overflow-x:clip}html.site-global,html.site-global body{font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Inter,Roboto,Helvetica Neue,Arial,Noto Sans,"Apple Color Emoji","Segoe UI Emoji";background:#fff;color:var(--text-primary)}html.site-global ::selection{background:#0ea5e938}#root{min-height:100vh;width:100%;position:relative;background-color:transparent;overflow-x:clip}html{scroll-behavior:auto}.page-enter,.page-exit{animation:none!important}@keyframes pageEnter{0%{opacity:0;transform:translate3d(30px,0,0) scale(.98)}to{opacity:1;transform:translateZ(0) scale(1)}}@keyframes pageExit{0%{opacity:1;transform:translateZ(0) scale(1)}to{opacity:0;transform:translate3d(30px,0,0) scale(.98)}}button{cursor:pointer;border:none;outline:none;transition:var(--transition);font-family:inherit}a{text-decoration:none;color:inherit;transition:var(--transition)}input,textarea,select{font-family:inherit;outline:none;transition:var(--transition);font-size:16px}body{margin:0;overflow-x:hidden;width:100%;box-sizing:border-box;position:relative}html{overflow-y:auto;scrollbar-gutter:stable;scrollbar-width:thin;scrollbar-color:rgba(100,150,100,.7) rgba(240,240,240,.5)}html.site-global{scrollbar-color:rgba(15,23,42,.45) rgba(244,246,251,.9)}html.mobile-fullbleed{scrollbar-gutter:auto;scrollbar-width:none}html.mobile-fullbleed::-webkit-scrollbar{width:0;height:0}body.mobile-fullbleed{width:100%;max-width:100vw;overflow-x:hidden;background:#0b1220}html.support-page-open,body.support-page-open{overflow:hidden!important;overscroll-behavior:none!important}html.disable-mobile-animations *,html.disable-mobile-animations *:before,html.disable-mobile-animations *:after{animation:none!important;transition:none!important}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f0f0f080}::-webkit-scrollbar-thumb{background-color:#649664b3;border-radius:4px}::-webkit-scrollbar-thumb:hover{background-color:#508250e6}#root{width:100%;min-height:100vh;box-sizing:border-box;overflow-x:hidden;background-color:transparent}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--bg-gray);border-radius:4px}::-webkit-scrollbar-thumb{background:var(--secondary-color);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--text-secondary)}*{scrollbar-width:thin;scrollbar-color:var(--secondary-color) var(--bg-gray)}@supports (min-height: 100svh){#root{min-height:100svh}}@media (pointer: coarse){html,body{overflow-anchor:none}}@media (max-width: 768px){.uni-detail-page,.uni-detail-page *,.major-detail-page,.major-detail-page *{animation:none!important;transition:none!important}}@media (max-width: 768px){.mobile-route-shell.ios-route-enter{animation:iosRouteEnter .32s cubic-bezier(.25,.1,.25,1);will-change:transform,opacity}}@keyframes iosRouteEnter{0%{opacity:0;transform:translate(32px) scale(.98)}to{opacity:1;transform:translate(0) scale(1)}}.app-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a73;display:flex;align-items:center;justify-content:center;padding:16px;z-index:9999;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.app-modal{width:min(520px,calc(100vw - 28px));background:#fff;border-radius:16px;border:1px solid rgba(15,23,42,.12);box-shadow:0 20px 48px #0f172a2e;padding:20px 20px 18px}.app-modal-title{font-size:17px;font-weight:800;color:#0f172a;letter-spacing:-.01em}.app-modal-desc{margin-top:8px;font-size:14px;color:#475569;font-weight:600;line-height:1.6}.app-modal-actions{margin-top:16px;display:flex;justify-content:flex-end;gap:10px}.app-modal-actions .btn-secondary,.app-modal-actions .btn-primary{height:38px;padding:0 16px;border-radius:10px;font-weight:800;border:1px solid transparent;cursor:pointer}.app-modal-actions .btn-secondary{background:#f1f5f9;color:#0f172a;border-color:#e2e8f0}.app-modal-actions .btn-secondary:hover{background:#e2e8f0}.app-modal-actions .btn-primary{background:linear-gradient(135deg,#3b82f6,#6366f1);color:#fff;box-shadow:0 10px 24px #3b82f647}.app-modal-actions .btn-primary:hover{filter:brightness(1.03)}.app-modal-actions .btn-secondary:disabled,.app-modal-actions .btn-primary:disabled{opacity:.6;cursor:not-allowed;box-shadow:none}@media (max-width: 480px){.app-modal-actions{flex-direction:column}.app-modal-actions .btn-secondary,.app-modal-actions .btn-primary{width:100%}}.cartoon-exclamation{display:inline-block;width:18px;height:18px;margin-left:4px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23f59e0b'%3E%3Cpath d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-2h2v2zm0-4h-2V7h2v6z'/%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;vertical-align:middle;transform:translateY(-1px)}html.site-global ::-webkit-scrollbar-track{background:#f4f6fbf2}html.site-global ::-webkit-scrollbar-thumb{background:#0f172a59}html.site-global ::-webkit-scrollbar-thumb:hover{background:#0f172a8c}html.site-global .navbar{background:#fff;border-bottom:1px solid #e5e7eb;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}html.site-global .page-wrapper{background:#fff;border:1px solid rgba(15,23,42,.1);border-radius:20px;box-shadow:none}html.site-global .page-wrapper.compact,html.site-global .page-wrapper.enable-scroll{background:#fff}html.site-global .apply-page,html.site-global .apply-header,html.site-global .apply-submit-row,html.site-global .plus-two-education-fullscreen,html.site-global .postgraduate-education-fullscreen,html.site-global .smart-school-selection-fullscreen,html.site-global .joint-education-mode-page,html.site-global .major-detail-page,html.site-global .uni-search-page,html.site-global .uni-detail-page{background:#fff!important}@media (max-width: 768px){html.site-global .page-wrapper{background:#fff;border-radius:0;border-left:none;border-right:none;box-shadow:none}}html.site-global .navbar-container{padding:0 72px}html.site-global .navbar-menu{gap:18px;align-items:center}html.site-global .navbar-link{padding:9px 14px;border-radius:999px;font-weight:650}html.site-global .navbar-link:after{display:none}html.site-global .navbar-link:hover{background:#0ea5e91a;color:var(--text-primary)}html.site-global .login-btn{border-color:#0f172a1f;color:var(--text-primary);background:#ffffffb3}html.site-global .navbar-auth{display:flex;align-items:center;gap:10px}html.site-global .lang-toggle{height:34px;padding:0 12px;border-radius:999px;border:1px solid rgba(15,23,42,.12);background:#ffffffb3;color:var(--text-primary);font-weight:750}html.site-global .lang-toggle:hover{background:#0ea5e91a}html.site-global .register-btn{background:linear-gradient(135deg,#0ea5e9,#6366f1f2);border-color:transparent}html.site-global .user-dropdown,html.site-global .dup-card{background:#ffffffeb;border-color:#0f172a1f;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}html.site-global .dup-item{border-color:#0f172a1a;background:#ffffffe0}html.site-global .dup-badge.primary,html.site-global .dup-link-btn,html.site-global .btn-primary,html.site-global .mobile-action-bar .action-btn.primary,html.site-global .apply-back-button{background:var(--primary-color);border-color:var(--primary-color);color:#fff}html.site-global .dup-link-btn{background:#0ea5e91a;color:var(--text-primary);border-color:#0ea5e92e}html.site-global .dup-link-btn:hover{background:#0ea5e924}html.site-global .btn-primary{background:linear-gradient(135deg,#0ea5e9,#6366f1f2)}html.site-global .mobile-action-bar{background:#ffffffbf;border-top-color:#0f172a1a}html.site-global .mobile-action-bar .action-btn{border-color:#0f172a1f;background:#ffffffe6;color:var(--text-primary)}@media (max-width: 1024px){html.site-global .navbar-container{padding:0 18px}}html.site-global .login-container,html.site-global .apply-section,html.site-global .login-mobile-header,html.site-global .uni-search-card,html.site-global .rank-card,html.site-global .favorites-card,html.site-global .progress-card{background:#ffffffc7;border-color:#0f172a1f;box-shadow:var(--shadow-md);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}html.site-global .login-title,html.site-global .section-title,html.site-global .apply-title,html.site-global .about-title{letter-spacing:-.01em}html.site-global .form-group input,html.site-global .form-group select,html.site-global .form-group textarea,html.site-global .apply-page input,html.site-global .apply-page select,html.site-global .apply-page textarea{background:#ffffffeb;border:1px solid rgba(15,23,42,.14);border-radius:14px;color:var(--text-primary)}html.site-global .form-group input:focus,html.site-global .form-group select:focus,html.site-global .form-group textarea:focus,html.site-global .apply-page input:focus,html.site-global .apply-page select:focus,html.site-global .apply-page textarea:focus{outline:none;border-color:#0ea5e98c;box-shadow:0 0 0 4px #0ea5e924}html.site-global .login-primary,html.site-global .submit-button,html.site-global .register-btn,html.site-global .apply-back-button,html.site-global .apply-submit-row .submit-btn,html.site-global .md-cta-btn.primary,html.site-global .md-action-btn.primary{background:linear-gradient(135deg,#0ea5e9,#6366f1f2);border-color:transparent}html.site-global .login-secondary{background:#ffffffdb;border-color:#0f172a1f}@keyframes lang-spin{to{transform:rotate(360deg)}}.navbar,.admin-topbar,.m-home-nav-rect,.login-mobile-header,.je-mobile-header,.plus-two-mobile-header,.postgraduate-mobile-header,.md-mobile-header,.uni-mobile-header,.detail-topbar,.m-tabbar,.mobile-action-bar{background:#fff!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}
