@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:wght@400&display=swap";@font-face{font-family:LINE Seed JP;src:local("LINE Seed JP"),local("LINESeedJP"),local("LINE Seed JP_OTF");font-style:normal;font-weight:400 700;font-display:swap}:root{font-family:LINE Seed JP,system-ui,sans-serif;color:#0f172a;background-color:#f6f7f9}*{box-sizing:border-box}body{margin:0;background:#f6f7f9;font-family:LINE Seed JP,system-ui,sans-serif}.app-shell{min-height:100vh;display:flex;flex-direction:column}.app-header{display:flex;align-items:center;justify-content:space-between;padding:16px 24px;background:#fff;border-bottom:1px solid #e5e7eb}.brand{font-weight:700;letter-spacing:.02em}.nav{display:flex;gap:16px}.nav a{color:#0f172a;text-decoration:none;font-size:14px}.app-main{padding:24px}.route-slide-host{width:100%;overflow-x:hidden}.route-slide{width:100%;position:relative;animation-duration:.22s;animation-timing-function:cubic-bezier(.2,.7,.2,1);animation-fill-mode:both;will-change:left,opacity}.route-slide-forward{animation-name:route-slide-in-forward}.route-slide-back{animation-name:route-slide-in-back}@keyframes route-slide-in-forward{0%{opacity:.75;left:22px}to{opacity:1;left:0}}@keyframes route-slide-in-back{0%{opacity:.75;left:-22px}to{opacity:1;left:0}}@media (prefers-reduced-motion: reduce){.route-slide{animation:none}}.notify-banner{background:#f5f7ff;border-bottom:1px solid #d6defc;color:#1c2b5a;padding:12px 24px;font-size:14px}.flash-message{position:fixed;top:14px;left:50%;transform:translate(-50%);z-index:120;width:calc(100% - 24px);max-width:448px;border-radius:12px;padding:10px 12px;display:flex;align-items:center;gap:8px;box-shadow:0 12px 24px #0f172a2e;opacity:1;transform:translate(-50%) translateY(0);transition:opacity .24s ease,transform .24s ease;animation:flash-slide-in .22s ease-out}.flash-message-text{margin:0;font-size:14px;font-weight:700;letter-spacing:.02em}.flash-message.is-hiding{opacity:0;transform:translate(-50%) translateY(-10px)}.flash-icon-wrap{width:32px;height:32px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.flash-icon-wrap .material-symbols-outlined{font-size:18px}.flash-success{background:#fff;border:1px solid #f3c761;color:#0f172a}.flash-success .flash-icon-wrap{background:#f4f1eb;color:#d97706}.flash-info{background:#eff6ff;border:1px solid #bfdbfe;color:#1d4ed8}.flash-info .flash-icon-wrap{background:#1d4ed81a;color:#1d4ed8}.flash-error{background:#fff;border:1px solid #fecaca;color:#0f172a}.flash-error .flash-icon-wrap{background:#fef2f2;color:#b91c1c}@keyframes flash-slide-in{0%{opacity:0;transform:translate(-50%,-8px)}to{opacity:1;transform:translate(-50%)}}.loading-screen{min-height:max(884px,100dvh);max-width:448px;margin:0 auto;background:#fcfcfc;color:#1e293b;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:24px}.loading-spinner-wrap{width:80px;height:80px;position:relative;margin-bottom:8px}.loading-spinner-track,.loading-spinner-ring{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:999px;border:3px solid transparent}.loading-spinner-track{border-color:#d9770626}.loading-spinner-ring{border-top-color:#d97706;animation:loading-spin 2s linear infinite}.loading-logo{position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:32px;height:32px;background:center/contain no-repeat url(/ts-brand-logo-1.svg)}.loading-screen p{margin:0;color:#64748b;font-size:14px;font-weight:500;letter-spacing:.15em}.loading-dots{display:flex;gap:4px}.loading-dots span{width:4px;height:4px;border-radius:999px;background:#d9770666;animation:loading-dot 1s ease-in-out infinite}.loading-dots span:nth-child(2){animation-delay:.15s}.loading-dots span:nth-child(3){animation-delay:.3s}@keyframes loading-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes loading-dot{0%,to{opacity:.35}50%{opacity:1}}section{background:transparent;border-radius:12px;padding:0}h1{margin-top:0;font-size:22px}.detail-grid{display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.detail-card{border:1px solid #e5e7eb;border-radius:12px;padding:16px;background:#fff;display:flex;flex-direction:column;gap:8px}.detail-item{display:flex;justify-content:space-between;gap:12px;font-size:14px}.detail-label{color:#64748b}.detail-actions{display:flex;flex-direction:column;gap:8px}.image-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px}.image-card{border:1px solid #e5e7eb;border-radius:10px;background:#fff;padding:12px;display:flex;flex-direction:column;gap:8px}.image-thumb{width:100%;height:140px;object-fit:cover;border-radius:8px;background:#f3f4f6}.image-meta{display:flex;justify-content:space-between;font-size:13px}.pager{margin-top:16px;display:flex;gap:12px;align-items:center}.material-symbols-outlined{font-family:Material Symbols Outlined,sans-serif;font-weight:400;font-style:normal;font-size:20px;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr}.j7-root{max-width:448px;margin:0 auto;min-height:100vh;background:#fcfcfc;box-shadow:0 16px 56px #0f172a26;position:relative;overflow:hidden;display:flex;flex-direction:column}.j7-header{position:sticky;top:0;z-index:30;background:#fcfcfceb;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:20px 24px;display:flex;align-items:center;justify-content:space-between}.j7-greeting{margin:0 0 2px;font-size:12px;color:#64748b}.j7-name{margin:0;font-size:20px;font-weight:700;line-height:1.2}.j7-bell{position:relative;width:40px;height:40px;text-decoration:none;border-radius:999px;border:1px solid #f1f5f9;background:#fff;display:grid;place-items:center;box-shadow:0 2px 8px #0f172a0d}.j7-bell-icon{color:#475569}.j7-bell-dot{position:absolute;width:8px;height:8px;border-radius:999px;background:#ef4444;border:2px solid #fff;top:10px;right:10px}.j7-main{flex:1;overflow-y:auto;padding-bottom:112px}.j7-section{padding:16px 24px}.j7-mid{padding-top:24px;padding-bottom:24px}.j7-title-row{display:flex;align-items:center;margin-bottom:16px}.j7-between{justify-content:space-between}.j7-title{margin:0;display:flex;align-items:center;gap:8px;font-size:14px;font-weight:700}.j7-title-bar{width:6px;height:16px;background:#d97706;border-radius:6px}.j7-more{border:none;background:transparent;color:#d97706;font-size:12px;font-weight:500}.j7-featured-card{border:1px solid #f1f5f9;border-radius:24px;padding:20px;background:#fff;position:relative;overflow:hidden}.j7-active-row{display:flex;overflow-x:auto;gap:16px;margin:0 -24px;padding:0 24px 2px;scrollbar-width:none}.j7-active-row::-webkit-scrollbar{display:none}.j7-featured-card-scroll{flex:0 0 calc(100% - 8px)}.j7-featured-bg{position:absolute;right:-28px;top:-28px;width:128px;height:128px;border-radius:0 0 0 100%;background:#d977060d}.j7-featured-inner{position:relative;z-index:1}.j7-badge-row{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px}.j7-badge{font-size:10px;font-weight:700;border-radius:999px;padding:4px 10px;display:inline-flex;align-items:center;gap:4px}.j7-badge-primary{background:#fffbeb;color:#d97706;border:1px solid rgba(217,119,6,.2)}.j7-badge-warning{background:#fffbeb;color:#d97706;border:1px solid #fcd34d}.j7-badge-warning .material-symbols-outlined{font-size:12px}.j7-featured-name{margin:0 0 12px;font-size:20px;line-height:1.35;min-height:54px}.j7-featured-meta p{margin:0 0 8px;display:flex;align-items:center;gap:8px;font-size:14px;color:#64748b}.j7-featured-meta .material-symbols-outlined{color:#d97706;font-size:18px}.j7-featured-cta{margin-top:10px;width:100%;background:#d97706;border-radius:12px;color:#fff;text-decoration:none;display:flex;align-items:center;justify-content:center;gap:4px;padding:12px 0;font-size:14px;font-weight:700}@keyframes j7-live-blink{0%,to{opacity:1;box-shadow:0 0 #d977064d}50%{opacity:.56;box-shadow:0 0 0 6px #d9770600}}.j7-badge-live{animation:j7-live-blink 1.25s ease-in-out infinite}.j7-recommend-row{display:flex;overflow-x:auto;gap:16px;margin:0 -24px;padding:0 24px 2px;scrollbar-width:none}.j7-recommend-row::-webkit-scrollbar{display:none}.j7-recommend-card{display:block;min-width:260px;border-radius:12px;border:1px solid #f1f5f9;overflow:hidden;background:#fff;color:inherit;text-decoration:none}.j7-recommend-image{height:128px;background:linear-gradient(140deg,#d97706,#f59e0b 55%,#fde68a);position:relative}.j7-recruit{position:absolute;top:12px;right:12px;font-size:10px;font-weight:700;color:#fff;background:#d97706;border-radius:4px;padding:4px 8px}.j7-recommend-body{padding:16px}.j7-recommend-body h4{margin:0 0 4px;font-size:14px;font-weight:700}.j7-recommend-body p{margin:0 0 8px;display:flex;gap:4px;align-items:center;font-size:11px;color:#64748b}.j7-recommend-body p .material-symbols-outlined{font-size:14px}.j7-recommend-body div{color:#d97706;font-size:12px;font-weight:700}.j7-history-list{display:flex;flex-direction:column;gap:12px}.j7-history-list li,.j7-history-link{list-style:none;border:1px solid #f1f5f9;border-radius:12px;background:#fff;padding:16px;display:flex;align-items:center;justify-content:space-between;text-decoration:none;color:inherit}.j7-history-left{display:flex;gap:12px;align-items:center}.j7-history-icon{width:48px;height:48px;border-radius:10px;border:1px solid #f1f5f9;background:#f8fafc;display:flex;flex-direction:column;align-items:center;justify-content:center}.j7-history-icon>span:first-child{font-size:10px;font-weight:700;color:#94a3b8}.j7-history-icon .material-symbols-outlined{font-size:22px;color:#f59e0b}.j7-history-text h4{margin:0;font-size:14px;font-weight:700}.j7-history-status-row{margin-top:4px;display:flex;align-items:center}.j7-history-status{font-size:10px;font-weight:700;padding:2px 8px;border-radius:999px}.j7-history-status.joined{color:#15803d;background:#dcfce7;border:1px solid #86efac}.j7-history-status.not-joined{color:#64748b;background:#f1f5f9;border:1px solid #e2e8f0}.j7-history-text div{margin-top:4px;display:flex;align-items:center;gap:6px}.j7-history-text div span{font-size:10px;border-radius:4px;background:#f1f5f9;color:#475569;font-weight:700;padding:2px 6px}.j7-history-text div small{font-size:12px;color:#64748b}.j7-history-cta-row{margin-top:4px;display:flex;align-items:center}.j7-history-cta-row small{font-size:12px;color:#64748b}.j7-right{color:#cbd5e1}.j7-empty{margin:0;font-size:13px;color:#64748b}.j7-nav{position:absolute;bottom:0;width:100%;z-index:40;background:#fffffff5;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-top:1px solid #f1f5f9;padding:12px 24px 28px}.j7-nav-row{display:flex;justify-content:space-between;align-items:center}.j7-nav-item{display:flex;flex-direction:column;align-items:center;gap:2px;text-decoration:none;color:#64748b}.j7-nav-item .material-symbols-outlined{font-size:24px}.j7-nav-item span:last-child{font-size:10px;font-weight:500}.j7-nav-item.active{color:#d97706}.j7-nav-item.active .material-symbols-outlined{font-variation-settings:"FILL" 1}.j7-nav-item.active span:last-child{font-weight:700}.j7-nav-center{position:relative;top:-16px}.j7-nav-center button{width:56px;height:56px;border:none;border-radius:16px;background:#d97706;color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 24px #d9770659}.j7-nav-center button .material-symbols-outlined{font-size:30px}.login-sp-screen{min-height:max(884px,100dvh);background:#fcfcfc;color:#1e293b}.login-sp-panel{max-width:448px;margin:0 auto;min-height:100vh;box-shadow:0 16px 56px #0f172a26;overflow:hidden;display:flex;flex-direction:column;align-items:center;padding:48px 32px;position:relative}.register-panel{padding-top:40px}.login-sp-hero{width:100%;display:flex;flex-direction:column;align-items:center;margin-top:32px;margin-bottom:40px;z-index:10}.login-sp-icon-wrap{width:64px;height:64px;background:#fffbeb;border-radius:16px;display:grid;place-items:center;margin-bottom:24px;box-shadow:0 2px 8px #0f172a0f}.login-sp-icon-wrap .material-symbols-outlined{color:#d97706;font-size:40px;font-variation-settings:"FILL" 1}.login-sp-hero h1{margin:0 0 4px;font-size:24px;font-weight:700}.login-sp-hero p{margin:0;font-size:14px;color:#64748b}.login-sp-form{width:100%;display:flex;flex-direction:column;gap:16px;z-index:10}.register-form{gap:14px}.login-sp-field{display:flex;flex-direction:column;gap:6px}.login-sp-field label{font-size:13px;font-weight:700;margin-left:4px}.login-sp-field input{width:100%;height:48px;padding:0 16px;border-radius:12px;border:1px solid #e5e7eb;background:#fff;font-size:15px;transition:border-color .2s ease}.login-sp-field input::placeholder{color:#94a3b8}.login-sp-field input:focus{outline:none;border-color:#d97706;box-shadow:0 0 0 3px #d977061f}.login-sp-help{text-align:right}.login-sp-help button{border:none;background:transparent;color:#64748b;font-size:12px;cursor:pointer}.login-sp-error{margin:0;font-size:12px;color:#b91c1c}.login-sp-submit{width:100%;height:56px;border:none;border-radius:16px;background:#d97706;color:#fff;font-size:16px;font-weight:700;box-shadow:0 10px 24px #d9770633}.login-sp-divider{display:flex;align-items:center;gap:16px;padding:8px 0}.login-sp-divider div{flex-grow:1;border-top:1px solid #e5e7eb}.login-sp-divider span{font-size:12px;color:#64748b}.login-sp-google{width:100%;height:56px;border-radius:16px;border:1px solid #e5e7eb;background:#fff;display:flex;align-items:center;justify-content:center;gap:12px;font-size:15px;font-weight:700;color:#374151}.login-sp-google svg{width:20px;height:20px;flex:0 0 auto}.login-sp-register{margin-top:4px;text-align:center;display:flex;flex-direction:column;gap:4px}.login-sp-register span{font-size:12px;color:#64748b}.login-sp-register a{font-size:14px;font-weight:700;color:#d97706;text-decoration:none}.login-sp-register a:hover{text-decoration:underline}.register-login-link{margin-top:28px;text-align:center;z-index:10}.register-login-link a{font-size:13px;font-weight:700;color:#d97706;text-decoration:none}.register-login-link a:hover{color:#b45309}.login-sp-terms{width:100%;text-align:center;margin-top:auto;padding-top:32px;font-size:11px;line-height:1.6;color:#64748b;z-index:10}.login-sp-terms a{color:#d97706;font-weight:700;text-decoration:none}.login-sp-terms a:hover{text-decoration:underline}.login-sp-blur{position:absolute;width:256px;height:256px;border-radius:999px;background:#d977060d;filter:blur(36px);pointer-events:none}.login-sp-blur.top-left{top:-80px;left:-80px}.login-sp-blur.bottom-right{right:-80px;bottom:-80px}.tdetail-root{max-width:448px;margin:0 auto;min-height:100vh;background:#fcfcfc;box-shadow:0 16px 56px #0f172a26;overflow:hidden;position:relative;display:flex;flex-direction:column;padding-bottom:0}.tdetail-hero{position:relative;width:100%;height:288px;flex-shrink:0}.tdetail-hero img{width:100%;height:100%;object-fit:cover}.tdetail-hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.82),rgba(0,0,0,.22) 48%,transparent)}.tdetail-back{position:absolute;top:24px;left:20px;z-index:20;width:40px;height:40px;border-radius:999px;border:1px solid rgba(255,255,255,.3);background:#fff3;color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:inline-flex;align-items:center;justify-content:center}.tdetail-back .material-symbols-outlined{font-size:18px}.tdetail-hero-copy{position:absolute;left:0;right:0;bottom:0;z-index:10;padding:24px}.tdetail-status{display:inline-block;border-radius:999px;background:#d97706;color:#fff;font-size:11px;font-weight:700;letter-spacing:.05em;padding:4px 12px;margin-bottom:8px;box-shadow:0 6px 14px #b4530947}.tdetail-hero-copy h1{margin:0;color:#fff;font-size:31px;line-height:1.32;font-weight:700;text-shadow:0 1px 8px rgba(0,0,0,.35)}.tdetail-hero-venue{margin-top:8px;display:inline-flex;align-items:center;gap:2px;color:#ffffffe6;font-size:12px;font-weight:500}.tdetail-hero-venue .material-symbols-outlined{font-size:16px}.tdetail-main{flex:1;overflow-y:auto;position:relative;margin-top:calc(-16px - var(--sheet-offset, 0px));border-radius:24px 24px 0 0;z-index:20;background:#fcfcfc;padding-bottom:124px;transition:margin-top .24s ease;touch-action:pan-y}.tdetail-handle-wrap{display:flex;justify-content:center;padding:8px 0 2px}.tdetail-handle-btn{border:0;background:transparent;padding:4px 12px 8px;touch-action:none}.tdetail-handle{width:48px;height:6px;border-radius:999px;background:#e5e7eb;display:block}.tdetail-root.dragging .tdetail-main{transition:none}.tdetail-root.expanded .tdetail-handle{background:#d1d5db}.tdetail-info{padding:14px 20px 20px}.tdetail-kpis{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.tdetail-kpis article{border-radius:16px;border:1px solid #f1f5f9;background:#fff;box-shadow:0 1px 2px #0000000d;padding:14px 10px;text-align:center;display:flex;flex-direction:column;align-items:center}.tdetail-kpis .icon{width:32px;height:32px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;margin-bottom:8px}.tdetail-kpis .icon .material-symbols-outlined{font-size:20px}.tdetail-kpis .icon.amber{background:#fff7ed;color:#d97706}.tdetail-kpis .icon.blue{background:#eff6ff;color:#3b82f6}.tdetail-kpis .icon.emerald{background:#ecfdf5;color:#059669}.tdetail-kpis small{color:#64748b;font-size:10px;margin-bottom:2px}.tdetail-kpis strong{color:#1e293b;font-size:12px;line-height:1.35;font-weight:700}.tdetail-kpis em{color:#94a3b8;font-size:10px;font-style:normal}.tdetail-tabs-wrap{position:sticky;top:0;z-index:30;border-bottom:1px solid #f1f5f9;background:#fcfcfcf2;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.tdetail-tabs{display:flex;padding:0 8px}.tdetail-tabs button{flex:1;border:none;background:transparent;border-bottom:2px solid transparent;color:#64748b;font-size:14px;font-weight:500;padding:14px 0}.tdetail-tabs button.active{color:#d97706;font-weight:700;border-bottom-color:#d97706}.tdetail-content{padding:24px}.tdetail-sections{display:flex;flex-direction:column;gap:24px}.tdetail-sections section{padding:0;margin:0}.tdetail-sections h2{margin:0 0 12px;display:flex;align-items:center;gap:8px;font-size:14px;font-weight:700;color:#1e293b}.tdetail-sections h2 span{width:4px;height:16px;border-radius:999px;background:#d97706}.tdetail-sections p{margin:0;color:#64748b;font-size:14px;line-height:2}.tdetail-map{width:100%;height:176px;border-radius:16px;border:1px solid #f1f5f9;box-shadow:0 2px 8px #0f172a0f;overflow:hidden;position:relative;background:#f3f4f6}.tdetail-map iframe{width:100%;height:100%;border:0}.tdetail-map div{position:absolute;left:12px;right:12px;bottom:10px;border-radius:12px;border:1px solid #f1f5f9;background:#fffffff0;padding:10px 12px;font-size:12px;color:#1e293b;box-shadow:0 2px 8px #0f172a0f;display:flex;flex-direction:column;gap:2px}.tdetail-map div p{margin:0;font-size:11px;color:#94a3b8;font-weight:500}.tdetail-map div strong{font-size:12px;font-weight:700}.tdetail-sections ul{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:12px}.tdetail-sections ul li{display:flex;align-items:flex-start;gap:10px;color:#64748b;font-size:14px;line-height:1.8}.tdetail-sections ul li .material-symbols-outlined{color:#d97706;font-size:18px;margin-top:2px}.tdetail-dots li:before{content:"•";color:#d97706;font-size:18px;line-height:1;margin-top:2px}.tdetail-rule-card{border-radius:16px;background:#fffbeb;padding:16px;display:flex;flex-direction:column;gap:14px}.tdetail-rule-card article{display:flex;align-items:flex-start;gap:10px}.tdetail-rule-card .material-symbols-outlined{color:#d97706;font-size:20px;margin-top:1px}.tdetail-rule-card h3{margin:0 0 4px;font-size:13px;font-weight:700;color:#1e293b}.tdetail-rule-card p{font-size:12px;line-height:1.7}.tdetail-icons li p{flex:1;margin:0}.tdetail-entry-wrap{position:absolute;left:0;right:0;bottom:16px;z-index:40;padding:0 20px}.tdetail-entry-btn{width:100%;border-radius:16px;background:#d97706;color:#fff;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:16px 0;font-size:15px;font-weight:700;box-shadow:0 14px 30px #d977064d}.tdetail-entry-btn .material-symbols-outlined{font-size:16px}.tdetail-bottom-nav{position:absolute;bottom:0;left:0;right:0;height:88px;z-index:50;filter:drop-shadow(0 -4px 6px rgba(0,0,0,.05))}.tdetail-bottom-shell{position:relative;width:100%;height:100%;border-top:1px solid #f1f5f9;border-radius:32px 32px 0 0;background:#fff;box-shadow:0 -8px 30px #0000000a}.tdetail-center-logo{position:absolute;top:-28px;left:50%;transform:translate(-50%)}.tdetail-center-logo button{width:64px;height:64px;border-radius:999px;border:4px solid #fcfcfc;background:linear-gradient(135deg,#d97706,#f59e0b);color:#fff;box-shadow:0 4px 20px #d9770666;display:inline-flex;align-items:center;justify-content:center}.tdetail-center-logo button span{font-size:32px;line-height:1;font-weight:900;font-style:italic;letter-spacing:-.05em}.tdetail-bottom-row{height:100%;padding:0 8px 16px;display:grid;grid-template-columns:repeat(5,1fr)}.tdetail-bottom-row button,.tdetail-bottom-row div{border:0;background:transparent;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;color:#64748b}.tdetail-bottom-row button .material-symbols-outlined{font-size:24px}.tdetail-bottom-row button small{font-size:10px;font-weight:500}.tdetail-bottom-row button.active{color:#d97706}.tdetail-entry-root{max-width:448px;margin:0 auto;min-height:100vh;background:#fcfcfc;box-shadow:0 16px 56px #0f172a26;overflow:hidden;position:relative;display:flex;flex-direction:column;font-family:Noto Sans JP,sans-serif;color:#1e293b}.tdetail-entry-header{position:sticky;top:0;z-index:30;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fcfcfce6;border-bottom:1px solid #f1f5f9;padding:16px 24px;display:flex;align-items:center;justify-content:space-between}.tdetail-entry-header h1{margin:0;font-size:16px;font-weight:700}.tdetail-entry-circle-btn{width:40px;height:40px;border-radius:999px;border:1px solid #f1f5f9;background:#fff;box-shadow:0 2px 8px #0f172a14;color:#64748b;display:grid;place-items:center}.tdetail-entry-main{flex:1;overflow-y:auto;padding-bottom:64px;background:#fcfcfc}.tdetail-entry-hero-wrap{padding:20px 24px 0}.tdetail-entry-hero{position:relative;border-radius:16px;overflow:hidden;aspect-ratio:16/9;margin-bottom:16px}.tdetail-entry-hero img{width:100%;height:100%;object-fit:cover}.tdetail-entry-hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.6),transparent)}.tdetail-entry-hero-copy{position:absolute;left:16px;bottom:16px;right:16px}.tdetail-entry-status{display:inline-block;padding:4px 8px;border-radius:6px;background:#d97706;color:#fff;font-size:10px;font-weight:700;margin-bottom:6px}.tdetail-entry-hero-copy h2{margin:0;color:#fff;font-size:20px;font-weight:700}.tdetail-entry-meta{border-bottom:1px solid #f1f5f9;display:flex;align-items:center;justify-content:space-around;padding:8px 0 10px}.tdetail-entry-meta div{text-align:center}.tdetail-entry-meta p{margin:0 0 2px;color:#64748b;font-size:10px}.tdetail-entry-meta strong{font-size:12px;font-weight:700}.tdetail-entry-meta .sep{width:1px;height:24px;background:#f1f5f9}.tdetail-entry-review-btn{margin-top:16px;width:100%;text-decoration:none;border:1px solid rgba(217,119,6,.35);border-radius:12px;color:#d97706;font-size:12px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:10px 12px}.tdetail-entry-alert-wrap{padding:16px 24px 0}.tdetail-entry-alert-card{position:relative;overflow:hidden;border:1px solid rgba(217,119,6,.2);background:#fffbeb;border-radius:16px;padding:20px}.tdetail-entry-alert-card.is-submitted{border-color:#10b98147;background:#ecfdf5}.tdetail-entry-alert-card .head{display:flex;align-items:center;gap:8px;margin-bottom:8px}.tdetail-entry-alert-card .head .material-symbols-outlined{color:#d97706;font-size:20px}.tdetail-entry-alert-card.is-submitted .head .material-symbols-outlined{color:#059669}.tdetail-entry-alert-card .head h3{margin:0;font-size:14px;font-weight:700;color:#d97706}.tdetail-entry-alert-card.is-submitted .head h3{color:#047857}.tdetail-entry-alert-card p{margin:0 0 16px;font-size:11px;color:#b45309d9;line-height:1.7}.tdetail-entry-alert-card.is-submitted p{color:#065f46e6}.tdetail-entry-alert-card .submit-btn{position:relative;z-index:1;text-decoration:none;width:100%;border-radius:12px;background:#d97706;color:#fff;display:flex;align-items:center;justify-content:center;gap:8px;padding:12px 8px;font-size:14px;font-weight:700;box-shadow:0 10px 22px #d9770640}.tdetail-entry-alert-card.is-submitted .submit-btn{background:#10b981;box-shadow:0 10px 22px #10b98140}.tdetail-entry-alert-card .bg-icon{position:absolute;right:-16px;bottom:-18px;color:#d9770612;font-size:84px}.tdetail-entry-alert-card.is-submitted .bg-icon{color:#10b98112}.tdetail-entry-tabs{position:sticky;top:73px;z-index:20;display:flex;padding:0 24px;border-bottom:1px solid #f1f5f9;background:#fcfcfc}.tdetail-entry-tabs button{flex:1;border:none;background:transparent;border-bottom:2px solid transparent;padding:16px 0;font-size:12px;font-weight:700;color:#64748b}.tdetail-entry-tabs button.active{color:#d97706;border-bottom-color:#d97706}.tdetail-entry-content{padding:24px}.tdetail-entry-group-head{display:flex;align-items:center;gap:8px;margin-bottom:16px}.tdetail-entry-group-head .bar{width:6px;height:16px;border-radius:999px;background:#d97706}.tdetail-entry-group-head h2{margin:0;font-size:14px;font-weight:700}.tdetail-entry-matches{display:flex;flex-direction:column;gap:12px}.tdetail-entry-match-card{background:#fff;border:1px solid #f1f5f9;border-radius:12px;padding:16px;box-shadow:0 2px 8px #0f172a0a}.tdetail-entry-match-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.tdetail-entry-match-head>span:first-child{font-size:10px;color:#64748b;font-weight:700}.tdetail-entry-chip{border-radius:4px;padding:2px 8px;font-size:10px;font-weight:500;color:#64748b;background:#f1f5f9}.tdetail-entry-chip.live{background:#fffbeb;color:#d97706;font-weight:700}.tdetail-entry-match-row{display:flex;align-items:center;justify-content:space-between;padding:0 8px;gap:8px}.tdetail-entry-match-row .team{width:96px;display:flex;flex-direction:column;align-items:center;gap:4px}.tdetail-entry-match-row .team .logo{width:40px;height:40px;border-radius:999px;border:1px solid #f1f5f9;background:#f8fafc;display:grid;place-items:center;color:#94a3b8}.tdetail-entry-match-row .team span:last-child{width:100%;font-size:11px;font-weight:700;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tdetail-entry-match-row .score{display:flex;align-items:center;gap:12px}.tdetail-entry-match-row .score strong{font-size:32px;font-weight:700;font-style:italic;letter-spacing:-.04em}.tdetail-entry-match-row .score i{font-style:normal;color:#d1d5db;font-weight:300}.tdetail-entry-empty{border:1px dashed #e2e8f0;border-radius:12px;padding:16px;text-align:center;color:#64748b;font-size:12px}.tdetail-entry-panel,.tdetail-entry-overview{padding:24px}.tdetail-entry-panel h3{margin:0 0 12px;font-size:14px;font-weight:700}.tdetail-entry-panel p,.tdetail-entry-panel li{color:#64748b;font-size:13px;line-height:1.7}.tdetail-entry-panel ul{margin:0;padding-left:18px;display:flex;flex-direction:column;gap:8px}.tdlv-root{max-width:448px;margin:0 auto;min-height:100vh;background:#fcfcfc;box-shadow:0 16px 56px #0f172a26;overflow:hidden;position:relative;display:flex;flex-direction:column}.tdlv-header{position:sticky;top:0;z-index:30;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fcfcfce6;display:flex;align-items:center;gap:16px;padding:16px}.tdlv-back{width:40px;height:40px;border:0;border-radius:999px;background:transparent;display:flex;align-items:center;justify-content:center;color:#1e293b}.tdlv-header h1{margin:0;font-size:18px;font-weight:700;letter-spacing:-.01em;color:#1e293b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tdlv-main{flex:1;overflow-y:auto;padding-bottom:128px}.tdlv-rank-section{padding:16px 24px}.tdlv-rank-card{background:#fff;border:1px solid #f3f4f6;border-radius:16px;padding:20px;box-shadow:0 2px 10px #0f172a0a;position:relative}.tdlv-badge{position:absolute;top:16px;right:16px;background:#d97706;color:#fff;font-size:10px;font-weight:700;padding:4px 12px;border-radius:999px}.tdlv-rank-caption{margin:0;font-size:12px;color:#64748b}.tdlv-rank-line{margin-top:4px;display:flex;align-items:baseline;gap:8px}.tdlv-rank-num{font-size:36px;line-height:1;font-weight:900;font-style:italic;color:#d97706}.tdlv-rank-meta{font-size:14px;font-weight:700;color:#1e293b}.tdlv-mini-wrap{margin-top:12px;display:flex;align-items:center;gap:12px}.tdlv-mini-block{display:flex;flex-direction:column;gap:2px}.tdlv-mini-block span{font-size:10px;color:#64748b}.tdlv-mini-block b{font-size:14px;color:#1e293b}.tdlv-mini-sep{width:1px;height:24px;background:#f1f5f9}.tdlv-tabs-wrap{position:sticky;top:72px;z-index:20;background:#fcfcfc;padding:0 24px}.tdlv-tabs{display:flex;overflow-x:auto;scrollbar-width:none;border-bottom:1px solid #f1f5f9}.tdlv-tabs::-webkit-scrollbar{display:none}.tdlv-tabs button{flex:none;white-space:nowrap;padding:12px 16px;border:0;border-bottom:2px solid transparent;background:transparent;color:#64748b;font-size:12px;font-weight:500}.tdlv-tabs button.active{color:#d97706;border-bottom-color:#d97706;font-weight:700}.tdlv-standings-section{padding:24px 16px}.tdlv-standings-card{background:#fff;border:1px solid #f3f4f6;border-radius:12px;box-shadow:0 2px 8px #0f172a0a;overflow:hidden}.tdlv-standings-scroll{overflow-x:auto;scrollbar-width:none}.tdlv-standings-scroll::-webkit-scrollbar{display:none}.tdlv-standings-table{width:100%;min-width:480px;border-collapse:collapse;text-align:left;font-size:11px}.tdlv-standings-table thead tr{background:#f8fafc99;border-bottom:1px solid #f3f4f6}.tdlv-standings-table th{padding:12px 8px;text-align:center;color:#64748b;font-size:10px;font-weight:700}.tdlv-standings-table th:nth-child(2){text-align:left;padding-left:12px}.tdlv-standings-table td{padding:16px 8px;text-align:center;border-bottom:1px solid #f8fafc;color:#1e293b}.tdlv-standings-table td.rank{font-weight:900;font-style:italic;color:#9ca3af}.tdlv-standings-table td.rank.mine{color:#d97706}.tdlv-standings-table td.name{text-align:left;padding-left:12px;font-weight:700;white-space:nowrap;display:flex;align-items:center;gap:4px}.tdlv-standings-table tr.mine{background:#fffbeb;border-top:1px solid #fef3c7;border-bottom:1px solid #fef3c7}.tdlv-standings-table td.name.mine{color:#d97706}.tdlv-standings-table td.name .material-symbols-outlined{font-size:12px;color:#d97706}.tdlv-standings-table td.diff-pos{color:#d97706;font-weight:700}.tdlv-standings-table td.diff-neg{color:#f87171;font-weight:700}.tdlv-standings-table td.diff-zero{color:#9ca3af;font-weight:700}.tdlv-standings-table td.points{font-weight:700}.tdlv-standings-table td.points.mine{color:#d97706;font-weight:900}.tdlv-standings-note{margin:16px 4px 0;color:#64748b;font-size:10px;line-height:1.7}.tdlv-teams-section{padding:16px 24px}.tdlv-teams-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.tdlv-teams-head h2{margin:0;font-size:14px;font-weight:700;color:#1e293b}.tdlv-teams-head span{font-size:10px;color:#64748b}.tdlv-teams-list{display:flex;flex-direction:column;gap:12px}.tdlv-team-card{width:100%;border:1px solid #f3f4f6;border-radius:16px;background:#fff;padding:16px;text-align:left;display:flex;align-items:center;gap:16px}.tdlv-team-card.mine{background:#fffbeb;border-color:#fde68a}.tdlv-team-icon{width:48px;height:48px;border-radius:12px;background:#f9fafb;display:flex;align-items:center;justify-content:center}.tdlv-team-icon.mine{border:1px solid #fcd34d;background:#fff}.tdlv-team-icon .material-symbols-outlined{font-size:30px;color:#9ca3af}.tdlv-team-icon .material-symbols-outlined.mine{color:#d97706}.tdlv-team-copy{min-width:0;flex:1}.tdlv-team-title-row{display:flex;align-items:center;gap:6px;margin-bottom:2px}.tdlv-team-title-row h3{margin:0;font-size:14px;font-weight:700;color:#1e293b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tdlv-team-title-row h3.mine{color:#d97706}.tdlv-team-title-row .my-chip{background:#d97706;color:#fff;font-size:8px;font-weight:700;line-height:1;border-radius:3px;padding:3px 6px}.tdlv-team-copy p{margin:0;font-size:11px;color:#64748b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tdlv-team-copy p.mine{color:#d97706b3}.tdlv-team-chevron{font-size:20px;color:#d1d5db}.tdlv-team-chevron.mine{color:#d9770666}.tdlv-teams-more-wrap{margin-top:24px;display:flex;justify-content:center}.tdlv-teams-more{border:0;border-radius:999px;background:#fffbeb;color:#d97706;font-size:12px;font-weight:700;display:inline-flex;align-items:center;gap:4px;padding:8px 16px}.tdlv-teams-more .material-symbols-outlined{font-size:16px}.tdlv-venue-map-hero{width:100%;height:224px;background:#e5e7eb;position:relative;overflow:hidden}.tdlv-venue-map-grid{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.4;background-image:linear-gradient(to right,rgba(148,163,184,.35) 1px,transparent 1px),linear-gradient(to bottom,rgba(148,163,184,.35) 1px,transparent 1px);background-size:40px 40px}.tdlv-venue-map-center{position:relative;z-index:1;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}.tdlv-venue-map-center .pin{font-size:52px;color:#d97706;font-variation-settings:"FILL" 1;filter:drop-shadow(0 8px 12px rgba(0,0,0,.2))}.tdlv-venue-map-label{margin-top:8px;background:#fff;border:1px solid #f3f4f6;border-radius:8px;box-shadow:0 10px 20px #0f172a1a;padding:8px 12px}.tdlv-venue-map-label p{margin:0;font-size:10px;font-weight:700;color:#1e293b}.tdlv-venue-section{padding:24px}.tdlv-venue-block{margin-bottom:40px}.tdlv-venue-head{display:flex;align-items:center;gap:8px;margin-bottom:16px}.tdlv-venue-head .material-symbols-outlined{color:#d97706;font-size:20px}.tdlv-venue-head h2{margin:0;font-size:14px;font-weight:700;color:#1e293b}.tdlv-venue-details{display:flex;flex-direction:column;gap:24px}.tdlv-venue-details .label{margin:0 0 4px;font-size:10px;font-weight:700;color:#64748b}.tdlv-venue-details .value{margin:0;font-size:14px;font-weight:500;color:#1e293b;line-height:1.6}.tdlv-venue-address-row{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.tdlv-venue-address-row .map-btn{border:1px solid rgba(217,119,6,.2);background:#fffbeb;color:#d97706;border-radius:999px;font-size:10px;font-weight:700;padding:6px 12px;display:inline-flex;align-items:center;gap:4px;white-space:nowrap}.tdlv-venue-address-row .map-btn .material-symbols-outlined{font-size:16px}.tdlv-facilities{display:flex;flex-wrap:wrap;gap:16px}.tdlv-facilities .item{display:flex;flex-direction:column;align-items:center;gap:6px}.tdlv-facilities .icon{width:40px;height:40px;border-radius:12px;background:#f9fafb;display:flex;align-items:center;justify-content:center}.tdlv-facilities .icon .material-symbols-outlined{color:#6b7280;font-size:20px}.tdlv-facilities .item span{font-size:10px;color:#64748b}.tdlv-court-box{background:#f9fafb;border:1px solid #f3f4f6;border-radius:16px;padding:24px}.tdlv-court{width:100%;aspect-ratio:1.5/1;margin:0 auto;border:2px solid rgba(217,119,6,.2);border-radius:8px;background:#ecfdf5b3;position:relative;display:flex;align-items:center;justify-content:center}.tdlv-court .inner{position:absolute;top:16px;right:16px;bottom:16px;left:16px;border:1px solid rgba(217,119,6,.2)}.tdlv-court .midline{position:absolute;top:16px;bottom:16px;left:50%;width:1px;transform:translate(-.5px);background:#d9770633}.tdlv-court .circle{width:48px;height:48px;border:1px solid rgba(217,119,6,.2);border-radius:999px}.tdlv-court .a,.tdlv-court .b,.tdlv-court .c{position:absolute;top:50%;transform:translateY(-50%);display:flex;flex-direction:column;align-items:center;gap:4px}.tdlv-court .a{left:76%;transform:translate(-50%,-50%)}.tdlv-court .b{left:50%;transform:translate(-50%,-50%)}.tdlv-court .c{left:24%;transform:translate(-50%,-50%)}.tdlv-court .badge{width:32px;height:32px;border-radius:4px;background:#d97706;color:#fff;font-size:10px;font-weight:700;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 6px #0f172a26}.tdlv-court .a span,.tdlv-court .b span,.tdlv-court .c span{font-size:8px;font-weight:700;color:#d97706a6}.tdlv-court .entry{position:absolute;left:50%;bottom:0;transform:translate(-50%,50%);border:1px solid #f3f4f6;background:#fff;border-radius:4px;font-size:9px;font-weight:700;color:#1e293b;padding:2px 12px}.tdlv-list-section{padding:24px;display:flex;flex-direction:column;gap:24px}.tdlv-round-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.tdlv-round-title{margin:0;display:flex;align-items:center;gap:8px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#64748b}.tdlv-round-title.next{color:#d97706}.tdlv-round-bar{width:4px;height:12px;border-radius:999px;background:#d1d5db}.tdlv-round-title.next .tdlv-round-bar{background:#d97706}.tdlv-round-time{font-size:10px;color:#64748b}.tdlv-round-time.next{color:#d97706;font-weight:700}.tdlv-match-card{border-radius:12px;overflow:hidden;border:1px solid #f3f4f6;background:#fff;box-shadow:0 2px 8px #0f172a0a}.tdlv-match-card.next{background:#fffbeb4d;border-color:#d9770633;box-shadow:0 0 0 1px #d977061a}.tdlv-match-row{display:flex;align-items:center;padding:16px}.tdlv-match-row.muted{opacity:.75}.tdlv-team-col{flex:1;text-align:center}.tdlv-team-col.right{text-align:center}.tdlv-team-caption{margin-bottom:4px;font-size:10px;color:#64748b}.tdlv-team-caption.next{color:#d97706;font-weight:700}.tdlv-team-name{font-size:14px;font-weight:700;color:#1e293b}.tdlv-team-name.primary{color:#d97706}.tdlv-team-name.opp-muted{color:#1e293b}.tdlv-score-col{padding:0 16px;text-align:center}.tdlv-score-line{display:flex;align-items:center;gap:12px;font-size:28px;font-style:italic;font-weight:900;color:#1e293b;line-height:1}.tdlv-score-line .dash{font-size:14px;font-style:normal;color:#d1d5db}.tdlv-score-line .opp{color:#9ca3af}.tdlv-vs{font-size:28px;line-height:1;font-weight:900;color:#d1d5db}.tdlv-result{margin-top:4px;font-size:10px;font-weight:700}.tdlv-result.win{color:#22c55e}.tdlv-result.loss{color:#94a3b8}.tdlv-result.draw{color:#64748b}.tdlv-footer{display:flex;justify-content:space-between;align-items:center;padding:8px 16px;border-top:1px solid #f8fafc;background:#f8fafc99;font-size:10px;color:#64748b}.tdlv-footer.next{color:#d97706;font-weight:700;border-top-color:#d977061a;background:#d9770614}.tdlv-footer.muted{justify-content:flex-start}.tdlv-footer span{display:inline-flex;align-items:center;gap:4px}.tdlv-footer button{border:0;background:transparent;color:#d97706;font-size:10px;font-weight:700;padding:0}.tdlv-footer .material-symbols-outlined{font-size:12px}.tdlv-empty{background:#fff;border:1px dashed #cbd5e1;border-radius:12px;padding:16px;font-size:12px;color:#64748b}.tdlv-panel{margin:24px;background:#fff;border:1px solid #f1f5f9;border-radius:12px;padding:16px}.tdlv-panel h3{margin:0 0 12px;font-size:14px}.tdlv-panel p,.tdlv-panel li{font-size:13px;color:#475569}.tdlv-nav{position:absolute;bottom:0;width:100%;z-index:40;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-top:1px solid #f1f5f9;padding:12px 24px 28px}.tdlv-nav-row{display:flex;justify-content:space-between;align-items:center}.tdlv-nav-row a{color:#64748b;text-decoration:none;display:flex;flex-direction:column;align-items:center;gap:2px}.tdlv-nav-row a span:last-child{font-size:10px;font-weight:500}.tdlv-nav-row a.active{color:#d97706}.tdlv-nav-row a.active .material-symbols-outlined{font-variation-settings:"FILL" 1}.tdlv-nav-row a.active span:last-child{font-weight:700}.tdlv-nav-center{position:relative;top:-16px}.tdlv-nav-center button{width:56px;height:56px;border:0;border-radius:16px;background:#d97706;color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 24px #d977064d}.tdlv-nav-center .material-symbols-outlined{font-size:30px}.pastres-root{max-width:448px;margin:0 auto;min-height:100vh;background:#fcfcfc;box-shadow:0 16px 56px #0f172a26;overflow:hidden;position:relative;display:flex;flex-direction:column;padding-bottom:0}.pastres-hero{position:relative;width:100%;height:312px;flex-shrink:0}.pastres-hero img{width:100%;height:100%;object-fit:cover}.pastres-hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.84),rgba(0,0,0,.24) 52%,transparent)}.pastres-back{position:absolute;top:24px;left:20px;z-index:20;width:40px;height:40px;border-radius:999px;border:1px solid rgba(255,255,255,.3);background:#fff3;color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:inline-flex;align-items:center;justify-content:center}.pastres-page-label{position:absolute;top:22px;left:0;right:0;text-align:center;z-index:15;color:#fffffff2;font-size:16px;font-weight:700;pointer-events:none}.pastres-back .material-symbols-outlined{font-size:18px}.pastres-hero-copy{position:absolute;left:0;right:0;bottom:0;z-index:10;padding:24px}.pastres-status{display:inline-block;border-radius:999px;background:#d97706;color:#fff;font-size:11px;font-weight:700;letter-spacing:.05em;padding:4px 12px;margin-bottom:8px;box-shadow:0 6px 14px #b4530947}.pastres-hero-copy h1{margin:0;color:#fff;font-size:34px;line-height:1.28;font-weight:700;text-shadow:0 1px 8px rgba(0,0,0,.35)}.pastres-hero-copy p{margin:8px 0 0;color:#ffffffdb;font-size:11px;font-weight:600;letter-spacing:.1em}.pastres-hero-venue{margin-top:8px;display:inline-flex;align-items:center;gap:2px;color:#ffffffe6;font-size:12px;font-weight:500}.pastres-hero-venue .material-symbols-outlined{font-size:16px}.pastres-main{flex:1;overflow-y:auto;position:relative;margin-top:calc(-16px - var(--sheet-offset, 0px));border-radius:24px 24px 0 0;z-index:20;background:#fcfcfc;padding-bottom:148px;transition:margin-top .24s ease;touch-action:pan-y}.pastres-root.dragging .pastres-main{transition:none}.pastres-handle-wrap{display:flex;justify-content:center;padding:8px 0 2px}.pastres-handle-btn{border:0;background:transparent;padding:4px 12px 8px;touch-action:none}.pastres-handle{width:48px;height:6px;border-radius:999px;background:#d1d5db;display:block}.pastres-tabs-wrap{position:sticky;top:0;z-index:30;border-bottom:1px solid #f1f5f9;background:#fcfcfcf2;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.pastres-tabs{display:flex;padding:0 8px}.pastres-tabs button{flex:1;border:none;background:transparent;border-bottom:2px solid transparent;color:#64748b;font-size:14px;font-weight:500;padding:14px 0}.pastres-tabs button.active{color:#d97706;font-weight:700;border-bottom-color:#d97706}.pastres-content{padding:20px}.pastres-section-stack{display:flex;flex-direction:column;gap:18px}.pastres-summary-head{display:flex;align-items:flex-end;justify-content:space-between}.pastres-summary-head h2,.pastres-block h3,.pastres-matches-head h3{margin:0;display:flex;align-items:center;gap:8px;font-size:16px;font-weight:700;color:#0f172a}.pastres-summary-head h2 span,.pastres-block h3 span,.pastres-matches-head h3 span{width:4px;height:16px;border-radius:999px;background:#d97706}.pastres-summary-head small{font-size:11px;font-weight:600;color:#64748b}.pastres-medal-block{border-radius:20px;border:1px solid #f1f5f9;background:#fff;box-shadow:0 1px 2px #0f172a0f;padding:18px;display:flex;align-items:center;gap:14px}.pastres-medal-icon{width:54px;height:54px;border-radius:999px;background:#fffbeb;display:grid;place-items:center}.pastres-medal-icon .material-symbols-outlined{color:#d97706;font-size:32px;font-variation-settings:"FILL" 1}.pastres-medal-copy{display:flex;align-items:flex-end;gap:6px}.pastres-medal-copy strong{color:#d97706;font-size:30px;line-height:1;font-weight:700;letter-spacing:.03em}.pastres-medal-copy em{font-style:normal;background:#d97706;color:#fff;font-size:10px;font-weight:700;border-radius:999px;padding:2px 8px;margin-bottom:4px}.pastres-medal-block p{margin:0 0 0 auto;font-size:11px;color:#64748b;font-weight:600}.pastres-stats-card{border-radius:24px;border:1px solid #f1f5f9;background:#fff;box-shadow:0 1px 2px #0f172a0f;overflow:hidden}.pastres-stats-top{padding:22px 18px;display:flex;align-items:center;gap:20px;border-bottom:1px solid #f8fafc}.pastres-rate-ring{width:96px;height:96px;position:relative}.pastres-rate-ring svg{width:100%;height:100%;display:block}.pastres-circle-bg{fill:none;stroke:#f3f4f6;stroke-width:2.8}.pastres-circle{fill:none;stroke-width:2.8;stroke-linecap:round;stroke:#d97706}.pastres-rate-copy{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-content:center;text-align:center}.pastres-rate-copy strong{font-size:18px;font-weight:700}.pastres-rate-copy span{font-size:8px;color:#64748b;font-weight:500;letter-spacing:.08em}.pastres-record{flex:1;display:flex;flex-direction:column;gap:12px}.pastres-record h4{margin:0 0 4px;font-size:10px;color:#64748b;letter-spacing:.08em}.pastres-record-line{display:flex;align-items:baseline;gap:4px}.pastres-record-line strong{font-size:30px;line-height:1}.pastres-record-line span{font-size:10px;color:#64748b;margin-right:8px}.pastres-record-bar{width:100%;height:4px;border-radius:999px;background:#f3f4f6;overflow:hidden;display:flex;gap:1px}.pastres-record-bar>div:nth-child(1){background:#d97706}.pastres-record-bar>div:nth-child(2){background:#94a3b8}.pastres-record-bar>div:nth-child(3){background:#cbd5e1}.pastres-stats-bottom{padding:20px 18px 10px;background:#f9fafb4d;display:flex;align-items:flex-end;justify-content:space-between}.pastres-stats-bottom p{margin:0 0 4px;font-size:9px;color:#64748b;letter-spacing:.08em}.pastres-stats-bottom strong{font-size:28px;line-height:1}.pastres-stats-bottom>div:nth-child(2) span{padding:2px 8px;border-radius:999px;background:#d977061a;color:#d97706;font-size:9px;font-weight:700}.pastres-gfga-bar{margin:0 18px 18px;height:16px;display:flex;gap:4px;align-items:center}.pastres-gfga-bar>div:nth-child(1){height:8px;border-radius:999px 0 0 999px;background:#d97706}.pastres-gfga-bar>span{width:1px;height:16px;background:#cbd5e1}.pastres-gfga-bar>div:nth-child(3){height:8px;border-radius:0 999px 999px 0;background:#cbd5e1}.pastres-block,.pastres-league{border-radius:20px;border:1px solid #f1f5f9;background:#fff;box-shadow:0 1px 2px #0f172a0d;padding:16px}.pastres-matches-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.pastres-matches-head small{color:#64748b;font-size:10px;font-weight:500}.pastres-match-list{display:flex;flex-direction:column;gap:10px}.pastres-match-card{background:#fff;border:1px solid #f1f5f9;border-radius:14px;padding:14px;box-shadow:0 1px 2px #0f172a0d}.pastres-match-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.pastres-match-top span{font-size:10px;font-weight:700;color:#64748b;letter-spacing:.02em}.pastres-match-top em{font-style:normal;font-size:9px;font-weight:700;padding:2px 8px;border-radius:999px}.pastres-match-top em.win{background:#d977061a;color:#d97706}.pastres-match-top em.draw{background:#f3f4f6;color:#6b7280}.pastres-match-top em.loss{background:#f3f4f6;color:#9ca3af}.pastres-score-row{display:flex;align-items:center;justify-content:space-between}.pastres-score-row b{flex:1;font-size:14px;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pastres-score-row b:last-child{text-align:right}.pastres-score-row b.muted{color:#9ca3af}.pastres-score-row div{display:flex;align-items:center;gap:12px;padding:0 12px}.pastres-score-row div strong{font-size:24px;font-weight:700;font-style:italic}.pastres-score-row.plain div strong{font-style:normal;font-size:21px}.pastres-score-row div strong.muted{color:#9ca3af}.pastres-score-row div span{color:#d1d5db;font-weight:500}.pastres-empty{margin:0;border:1px solid #f1f5f9;border-radius:12px;padding:14px;font-size:13px;color:#64748b;background:#fff}.pastres-league-scroll{overflow-x:auto;-ms-overflow-style:none;scrollbar-width:none}.pastres-league-scroll::-webkit-scrollbar{display:none}.pastres-league table{width:100%;min-width:560px;border-collapse:collapse;font-size:13px}.pastres-league th{text-align:center;color:#64748b;font-size:11px;font-weight:700;padding:10px 8px;border-bottom:1px solid #f1f5f9}.pastres-league th:nth-child(2){text-align:left}.pastres-league td{text-align:center;padding:14px 8px;border-bottom:1px solid #f8fafc}.pastres-league td:nth-child(2){text-align:left;font-weight:700}.pastres-league tbody tr.focus{background:#fffbeb80}.pastres-league tbody tr td:nth-child(2) em{display:inline-block;margin-left:8px;padding:1px 6px;border-radius:4px;font-size:9px;font-style:normal;font-weight:700;background:#d97706;color:#fff}.pastres-league td.plus{color:#d97706;font-weight:700}.pastres-league td.minus{color:#94a3b8}.pastres-league td.point{font-size:16px;font-weight:700}.pastres-nav{position:absolute;bottom:0;width:100%;padding:12px 24px 32px;border-top:1px solid #f1f5f9;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#fffffff2}.pastres-nav-row{display:flex;align-items:center;justify-content:space-between}.pastres-nav-item{display:flex;flex-direction:column;align-items:center;gap:4px;color:#64748b;text-decoration:none}.pastres-nav-item .material-symbols-outlined{font-size:23px}.pastres-nav-item span:last-child{font-size:10px;font-weight:500}.pastres-nav-center{position:relative;top:-16px}.pastres-nav-center button{width:56px;height:56px;border-radius:16px;border:none;background:#d97706;color:#fff;box-shadow:0 10px 24px #d977064d;display:grid;place-items:center}.pastres-nav-center .material-symbols-outlined{font-size:32px}.mp-root{max-width:448px;margin:0 auto;min-height:100vh;background:#fcfcfc;box-shadow:0 16px 56px #0f172a26;position:relative;overflow:hidden;display:flex;flex-direction:column}.mp-header{padding:48px 24px 32px;display:flex;flex-direction:column;align-items:center}.mp-avatar-wrap{position:relative;margin-bottom:16px}.mp-avatar{width:96px;height:96px;border-radius:999px;overflow:hidden;border:2px solid #fffbeb;box-shadow:0 4px 12px #0f172a1a}.mp-avatar img{width:100%;height:100%;object-fit:cover}.mp-camera{position:absolute;right:0;bottom:0;width:32px;height:32px;border:2px solid #fff;border-radius:999px;background:#d97706;color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #0f172a26}.mp-camera .material-symbols-outlined{font-size:14px}.mp-header h1{margin:0 0 4px;font-size:20px;font-weight:700;color:#1e293b}.mp-header p{margin:0 0 16px;font-size:14px;color:#64748b}.mp-edit-btn{border:1px solid #e5e7eb;border-radius:999px;background:#fff;color:#64748b;font-size:12px;font-weight:500;padding:6px 20px}.mp-main{flex:1;overflow-y:auto;padding-bottom:128px}.mp-section{padding:0 24px 16px;display:flex;flex-direction:column;gap:8px}.mp-stat-card,.mp-link-card,.mp-logout{width:100%;border:1px solid #f9fafb;border-radius:12px;background:#fff;padding:16px;display:flex;align-items:center;justify-content:space-between;text-decoration:none;color:#1e293b}.mp-stat-card .left,.mp-link-card .left,.mp-logout .left{display:flex;align-items:center;gap:16px}.mp-stat-card .left .material-symbols-outlined,.mp-link-card .left .material-symbols-outlined{color:#d97706}.mp-stat-card .left span:last-child,.mp-link-card .left span:last-child{font-size:14px;font-weight:500}.mp-stat-card .right{display:flex;align-items:baseline;gap:4px}.mp-stat-card .right strong{color:#d97706;font-size:20px}.mp-stat-card .right small{color:#64748b;font-size:10px}.mp-divider{margin:8px 0 4px;width:100%;height:1px;background:#f3f4f6}.mp-link-card .chevron{font-size:20px;color:#d1d5db}.mp-logout{margin-top:16px;border-color:#f3f4f6;color:#ef4444}.mp-logout .material-symbols-outlined,.mp-logout span{color:#ef4444}.mp-logout .left span:last-child{font-size:14px;font-weight:500}.mp-nav{position:fixed;bottom:0;width:100%;max-width:448px;z-index:40;background:#fffffff2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-top:1px solid #f1f5f9;padding:12px 24px 28px}.mp-nav-row{display:flex;justify-content:space-between;align-items:center}.mp-nav-item{color:#64748b;text-decoration:none;display:flex;flex-direction:column;align-items:center;gap:2px}.mp-nav-item span:last-child{font-size:10px;font-weight:500}.mp-nav-item.active{color:#d97706}.mp-nav-item.active .material-symbols-outlined{font-variation-settings:"FILL" 1}.mp-nav-item.active span:last-child{font-weight:700}.mp-nav-center{position:relative;top:-16px}.mp-nav-center button{width:56px;height:56px;border:0;border-radius:16px;background:#d97706;color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 24px #d9770659}.mp-nav-center .material-symbols-outlined{font-size:30px}.help-root{max-width:448px;margin:0 auto;min-height:100vh;background:#fcfcfc;box-shadow:0 16px 56px #0f172a26;position:relative;overflow:hidden;display:flex;flex-direction:column}.help-header{position:sticky;top:0;z-index:30;background:#fcfcfccc;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:48px 24px 16px;border-bottom:1px solid rgba(243,244,246,.7);display:flex;align-items:center}.help-header button{width:40px;height:40px;margin-left:-8px;border:0;background:transparent;color:#1e293b;display:flex;align-items:center;justify-content:flex-start}.help-header button .material-symbols-outlined{font-size:24px}.help-header h1{margin:0;flex:1;text-align:center;padding-right:32px;font-size:18px;font-weight:700;color:#1e293b}.help-main{flex:1;overflow-y:auto;padding-bottom:128px}.help-section{padding:32px 24px 0}.help-section.contact{margin-top:16px}.help-title-row{display:flex;align-items:center;gap:8px;margin-bottom:24px}.help-title-row .bar{width:4px;height:20px;border-radius:999px;background:#d97706}.help-title-row h2{margin:0;font-size:16px;font-weight:700;color:#1e293b}.help-faq-list{display:flex;flex-direction:column;gap:12px}.help-policy-link{display:flex;align-items:center;gap:8px;text-decoration:none;background:#fff;border:1px solid #f3f4f6;border-radius:12px;color:#1e293b;padding:12px 14px;margin-bottom:14px}.help-policy-link-bottom{margin-top:14px;margin-bottom:0}.help-policy-link .material-symbols-outlined:first-child{color:#d97706;font-size:18px}.help-policy-link span:nth-child(2){flex:1;font-size:13px;font-weight:700}.help-policy-link .material-symbols-outlined:last-child{color:#cbd5e1}.help-faq-item{border:1px solid #f3f4f6;border-radius:12px;overflow:hidden;background:#fff}.help-faq-item summary{list-style:none;cursor:pointer;padding:16px;display:flex;align-items:center;justify-content:space-between;gap:16px}.help-faq-item summary::-webkit-details-marker{display:none}.help-faq-item summary span:first-child{font-size:14px;font-weight:500;color:#1e293b;line-height:1.5;padding-right:12px}.help-faq-item summary .material-symbols-outlined{color:#9ca3af;transition:transform .2s}.help-faq-item[open] summary .material-symbols-outlined{transform:rotate(180deg)}.help-faq-body{border-top:1px solid #f9fafb;padding:12px 16px 16px;color:#64748b;font-size:12px;line-height:1.7}.help-contact-card{border:1px solid rgba(217,119,6,.1);background:#fffbeb;border-radius:24px;padding:32px}.help-contact-top{text-align:center;margin-bottom:32px}.help-mail-icon{width:64px;height:64px;margin:0 auto 16px;border-radius:999px;background:#d977061a;display:flex;align-items:center;justify-content:center}.help-mail-icon .material-symbols-outlined{color:#d97706;font-size:32px}.help-contact-top h3{margin:0 0 12px;color:#1e293b;font-size:14px;font-weight:700}.help-contact-top p{margin:0;color:#64748b;font-size:12px;line-height:1.7}.help-mail-btn{width:100%;text-decoration:none;border-radius:16px;background:#d97706;color:#fff;font-size:14px;font-weight:700;padding:16px;display:flex;align-items:center;justify-content:center;gap:8px;box-shadow:0 12px 24px #d9770633}.help-mail-btn .material-symbols-outlined{font-size:20px}.help-contact-foot{margin-top:32px;border-top:1px solid rgba(217,119,6,.1);padding-top:24px}.help-contact-foot p{margin:0;text-align:center;color:#64748b;font-size:10px;line-height:1.9}.help-contact-foot p span{opacity:.7}.help-nav{position:fixed;bottom:0;width:100%;max-width:448px;z-index:40;background:#fffffff2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-top:1px solid #f1f5f9;padding:12px 24px 28px}.help-nav-row{display:flex;justify-content:space-between;align-items:center}.help-nav-item{color:#64748b;text-decoration:none;display:flex;flex-direction:column;align-items:center;gap:2px}.help-nav-item span:last-child{font-size:10px;font-weight:500}.help-nav-item.active{color:#d97706}.help-nav-item.active .material-symbols-outlined{font-variation-settings:"FILL" 1}.help-nav-item.active span:last-child{font-weight:700}.help-nav-center{position:relative;top:-16px}.help-nav-center button{width:56px;height:56px;border:0;border-radius:16px;background:#d97706;color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 24px #d9770659}.help-nav-center .material-symbols-outlined{font-size:30px}.pay-root{max-width:448px;margin:0 auto;min-height:100vh;background:#fcfcfc;box-shadow:0 16px 56px #0f172a26;position:relative;overflow:hidden;display:flex;flex-direction:column}.pay-header{position:sticky;top:0;z-index:50;background:#fcfcfccc;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid #f1f5f9;padding:16px;display:flex;align-items:center;justify-content:space-between}.pay-header button{width:40px;height:40px;border:0;background:transparent;color:#1e293b;display:flex;align-items:center;justify-content:flex-start}.pay-header h1{margin:0;font-size:17px;font-weight:700;color:#1e293b}.pay-header-spacer{width:40px}.pay-main{flex:1;overflow-y:auto;padding:16px 24px 136px}.pay-section-title{margin-bottom:12px}.pay-section-title p{margin:0;color:#64748b;font-size:11px;font-weight:700;letter-spacing:.04em}.pay-section-title.with-action{display:flex;align-items:center;justify-content:space-between;margin-top:28px}.pay-section-title.with-action h2{margin:0;color:#64748b;font-size:11px;font-weight:700;letter-spacing:.04em}.pay-section-title.with-action button{border:0;background:transparent;color:#d97706;font-size:10px;font-weight:500}.pay-card{background:linear-gradient(110deg,#0f172a,#1e293b);border-radius:16px;padding:24px;position:relative;overflow:hidden;color:#fff}.pay-card-glow{position:absolute;top:0;right:0;width:128px;height:128px;border-radius:999px;background:#ffffff0d;transform:translate(50%,-50%)}.pay-card-top{position:relative;z-index:1;margin-bottom:32px;display:flex;justify-content:space-between;align-items:flex-start}.pay-card-chip-wrap{width:40px;height:28px;border-radius:8px;border:1px solid rgba(255,255,255,.1);background:#fbbf241f;display:flex;align-items:center;justify-content:center}.pay-card-chip{width:24px;height:16px;border-radius:3px;background:#fbbf2440}.pay-card-top strong{margin:0;color:#fff;font-size:24px;font-weight:700;font-style:italic}.pay-card-number{position:relative;z-index:1;margin-bottom:24px}.pay-card-number p:first-child{margin:0 0 4px;color:#fff9;font-size:10px}.pay-card-number div{display:flex;gap:16px;font-size:24px;letter-spacing:.2em;font-weight:500;color:#fff}.pay-card-bottom{position:relative;z-index:1;display:flex;justify-content:space-between;align-items:flex-end}.pay-card-bottom p:first-child{margin:0 0 2px;color:#ffffff73;font-size:10px;text-transform:uppercase}.pay-card-bottom p:nth-of-type(2){margin:0;color:#fff;font-size:12px;font-weight:500}.pay-card-bottom button{border:1px solid rgba(255,255,255,.25);background:transparent;color:#fffc;border-radius:999px;font-size:10px;padding:4px 12px}.pay-history-list{display:flex;flex-direction:column;gap:8px}.pay-history-item{background:#fff;border:1px solid #f3f4f6;border-radius:12px;padding:16px;display:flex;align-items:center;justify-content:space-between;gap:12px}.pay-history-left{min-width:0;display:flex;align-items:center;gap:12px}.pay-history-icon{width:40px;height:40px;border-radius:999px;background:#fffbeb;color:#d97706;display:grid;place-items:center;flex:0 0 auto}.pay-history-icon .material-symbols-outlined{font-size:24px}.pay-history-left h3{margin:0 0 2px;color:#0f172a;font-size:14px;font-weight:700}.pay-history-left p{margin:0;color:#64748b;font-size:10px}.pay-history-right{text-align:right;flex:0 0 auto}.pay-history-right strong{display:block;color:#0f172a;font-size:14px}.pay-history-right span{font-size:10px;color:#22c55e}.pay-add-btn{margin:20px auto 0;width:100%;border:2px dashed #e5e7eb;border-radius:16px;background:#fff;color:#64748b;font-size:13px;font-weight:700;padding:18px 16px;display:flex;align-items:center;justify-content:center;gap:8px}.pay-empty{min-height:calc(100vh - 116px);padding-top:24px;padding-bottom:16px;display:flex;flex-direction:column;align-items:center}.pay-empty-icon{position:relative;margin:0 0 32px;width:96px;height:96px;border-radius:999px;background:#fffbeb;display:grid;place-items:center}.pay-empty-icon .material-symbols-outlined{color:#d97706;font-size:48px}.pay-empty-plus{position:absolute;right:-2px;bottom:-2px;width:34px;height:34px;border-radius:999px;background:#fff;color:#d97706;display:grid;place-items:center}.pay-empty h2{margin:0 0 10px;font-size:20px;color:#1e293b;font-weight:700}.pay-empty p{margin:0;color:#64748b;font-size:14px;line-height:1.7;text-align:center}.pay-primary-btn{margin-top:40px;width:100%;border:0;border-radius:12px;background:#d97706;color:#fff;font-weight:700;font-size:16px;padding:16px;display:inline-flex;align-items:center;justify-content:center;gap:8px;box-shadow:0 12px 28px #d9770633}.pay-empty-note{margin-top:36px!important;display:flex!important;align-items:center;gap:6px;color:#64748b!important;font-size:11px!important}.pay-empty-note .material-symbols-outlined{font-size:14px}.pay-nav{position:fixed;bottom:0;width:100%;max-width:448px;z-index:40;background:#fffffff2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-top:1px solid #f1f5f9;padding:12px 24px 28px}.pay-nav-row{display:flex;justify-content:space-between;align-items:center}.pay-nav-item{color:#64748b;text-decoration:none;display:flex;flex-direction:column;align-items:center;gap:2px}.pay-nav-item span:last-child{font-size:10px;font-weight:500}.pay-nav-item.active{color:#d97706}.pay-nav-item.active .material-symbols-outlined{font-variation-settings:"FILL" 1}.pay-nav-item.active span:last-child{font-weight:700}.pay-nav-center{position:relative;top:-16px}.pay-nav-center button{width:56px;height:56px;border:0;border-radius:16px;background:#d97706;color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 24px #d9770659}.pay-nav-center .material-symbols-outlined{font-size:30px}.legal-root{max-width:448px;margin:0 auto;min-height:100vh;background:#fcfcfc;box-shadow:0 16px 56px #0f172a26;position:relative;overflow:hidden;display:flex;flex-direction:column}.legal-header{position:sticky;top:0;z-index:30;background:#fcfcfccc;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid #f3f4f6}.legal-header-row{height:64px;padding:0 16px;display:flex;align-items:center}.legal-header-row button{width:40px;height:40px;border:0;border-radius:999px;background:transparent;color:#1e293b;display:flex;align-items:center;justify-content:center}.legal-header-row button .material-symbols-outlined{font-size:22px}.legal-header-row h1{flex:1;margin:0 40px 0 0;text-align:center;color:#1e293b;font-size:17px;font-weight:700;letter-spacing:.01em}.legal-tabs{display:flex;width:100%;padding:0 16px}.legal-tabs button{flex:1;border:0;border-bottom:2px solid transparent;background:transparent;color:#64748b;font-size:14px;font-weight:700;padding:12px 8px}.legal-tabs button.active{color:#d97706;border-bottom-color:#d97706}.legal-main{flex:1;overflow-y:auto;padding:32px 24px}.legal-article h2{margin:0 0 10px;color:#111827;font-size:20px;font-weight:700;line-height:1.35}.legal-updated{margin:0 0 32px;color:#64748b;font-size:12px}.legal-sections{display:flex;flex-direction:column;gap:30px}.legal-section h3{margin:0 0 12px;padding-left:10px;border-left:4px solid #d97706;color:#111827;font-size:16px;font-weight:700;line-height:1.35}.legal-body{color:#475569;font-size:14px;line-height:1.65}.legal-body p{margin:0}.legal-body ul{margin:8px 0 0;padding-left:18px}.legal-body li{margin:0 0 6px}.legal-body ul.bullet-dot{list-style:none;padding-left:0}.legal-body ul.bullet-dot li{position:relative;padding-left:16px}.legal-body ul.bullet-dot li:before{content:"・";position:absolute;left:0;color:#d97706;font-weight:700}.legal-highlight{margin-top:12px;border-radius:12px;border:1px solid rgba(217,119,6,.2);background:#fffbeb99;color:#64748b;padding:14px 16px;font-size:13px;line-height:1.65}.legal-spacer{height:80px}.legal-blob{position:absolute;width:256px;height:256px;background:#d977060d;filter:blur(48px);border-radius:999px;pointer-events:none}.legal-blob.left{top:-80px;left:-80px}.legal-blob.right{right:-80px;bottom:-80px}.legal-fade{position:absolute;bottom:0;left:0;right:0;height:48px;background:linear-gradient(to top,#fcfcfc,#fcfcfc00);pointer-events:none}.tm-root{max-width:448px;margin:0 auto;min-height:100vh;background:#f8fafc;box-shadow:0 16px 56px #0f172a26;border-left:1px solid #f1f5f9;border-right:1px solid #f1f5f9;display:flex;flex-direction:column;overflow:hidden;position:relative}.tm-header{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;padding:16px 20px;background:#f8fafccc;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid #e5e7eb}.tm-header .left{display:flex;align-items:center;gap:12px}.tm-header button{border:0;background:transparent;color:#64748b;padding:0;display:inline-flex;align-items:center;justify-content:center}.tm-header .settings{color:#d97706}.tm-header h1{margin:0;color:#1e293b;font-size:18px;font-weight:700;letter-spacing:-.02em}.tm-main{flex:1;overflow-y:auto;padding:20px 20px 116px;display:flex;flex-direction:column;gap:24px}.tm-team-hero{border-radius:24px;padding:20px;background:#fff;border:1px solid #e2e8f0;box-shadow:0 1px 2px #0f172a0d;position:relative;overflow:hidden}.tm-team-hero .bg-shape{position:absolute;width:128px;height:128px;right:-30px;top:-30px;border-radius:999px;background:#d977060f}.tm-team-hero .hero-edit{position:absolute;top:14px;right:14px;z-index:2;border-radius:999px;border:1px solid rgba(217,119,6,.28);color:#d97706;background:#ffffffe0;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);font-size:12px;font-weight:700;line-height:1;display:inline-flex;align-items:center;gap:4px;padding:8px 12px}.tm-team-hero .hero-edit .material-symbols-outlined{font-size:16px}.tm-team-hero .content{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center}.tm-team-hero .logo-ring{width:96px;height:96px;border-radius:999px;padding:4px;background:linear-gradient(135deg,#d97706,#fffbeb);box-shadow:0 12px 20px #0f172a1f;margin-top:8px;margin-bottom:14px}.tm-team-hero .logo-ring img{width:100%;height:100%;border-radius:999px;object-fit:cover;border:4px solid #fff;background:#fff}.tm-team-hero h2{margin:0;font-size:28px;line-height:1.15;font-weight:700;color:#0f172a;text-align:center}.tm-team-hero .sub-row{margin-top:6px;margin-bottom:16px;display:flex;align-items:center;gap:8px}.tm-team-hero .sub-row>span:first-child{font-size:14px;color:#64748b}.tm-team-hero .verified{font-size:10px;line-height:1;font-weight:700;padding:4px 8px;border-radius:999px;background:#dcfce7;color:#047857;border:1px solid #bbf7d0}.tm-team-hero .meta-card{width:100%;border-radius:12px;background:#f8fafc;border:1px solid #f1f5f9;padding:12px}.tm-team-hero .meta-item{display:flex;align-items:flex-start;gap:10px}.tm-team-hero .meta-item+.meta-item{margin-top:10px}.tm-team-hero .meta-item .material-symbols-outlined{margin-top:1px;font-size:16px;color:#d97706;width:20px;height:20px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#d977061f}.tm-team-hero .meta-item small{display:block;margin:0 0 2px;font-size:10px;color:#64748b;font-weight:500}.tm-team-hero .meta-item p{margin:0;font-size:13px;color:#1e293b;line-height:1.55}.tm-team-hero .stats-row{width:100%;margin-top:14px;padding-top:14px;border-top:1px solid #e2e8f0;display:flex;align-items:center;justify-content:center;gap:30px}.tm-team-hero .stats-row div{text-align:center}.tm-team-hero .stats-row strong{display:block;font-size:28px;line-height:1;font-weight:700;color:#0f172a}.tm-team-hero .stats-row div:first-child strong{color:#d97706}.tm-team-hero .stats-row small{display:block;margin-top:3px;font-size:12px;color:#64748b}.tm-invite{border-radius:14px;padding:20px;background:linear-gradient(90deg,#d97706,#b45309);color:#fff;box-shadow:0 10px 18px #b453093d;position:relative;overflow:hidden}.tm-invite:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;opacity:.1;background-image:radial-gradient(circle at 1px 1px,rgba(255,255,255,.8) 1px,transparent 0);background-size:14px 14px}.tm-invite .row{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:14px}.tm-invite h3{margin:0;font-size:24px;line-height:1.2;font-weight:700;letter-spacing:-.02em}.tm-invite p{margin:6px 0 12px;font-size:13px;line-height:1.45;color:#ffffffeb}.tm-invite .code-pill{width:fit-content;border-radius:10px;display:flex;align-items:center;gap:8px;padding:8px 12px;background:#ffffff3d;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.tm-invite .code-pill span{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:16px;line-height:1;font-weight:800;letter-spacing:.08em}.tm-invite .code-pill button{border:0;background:transparent;color:#ffffffd6;width:20px;height:20px;padding:0}.tm-invite .code-pill button:hover{color:#fff}.tm-copy-icon{font-size:12px;line-height:1;font-weight:700}.tm-invite .qr{flex-shrink:0;padding:8px;border-radius:10px;background:#fff;box-shadow:0 2px 6px #0f172a24}.tm-invite .qr .material-symbols-outlined{color:#d97706;font-size:42px}.tm-request-card{border-radius:12px;border:1px solid #fcd9a7;background:#fffbeb;padding:12px 14px;display:flex;align-items:center;justify-content:space-between;gap:12px}.tm-request-card h3{margin:0;color:#1e293b;font-size:15px;line-height:1.2;font-weight:700}.tm-request-card p{margin:4px 0 0;color:#b45309;font-size:12px;line-height:1.2;font-weight:700}.tm-request-card button{border:0;border-radius:999px;background:#d97706;color:#fff;min-height:34px;padding:0 12px;font-size:12px;font-weight:700}.tm-title-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.tm-title-row h3{margin:0;font-size:18px;line-height:1.2;font-weight:700;color:#1e293b}.tm-title-row button{border:0;padding:0;background:transparent;color:#d97706;font-size:14px;font-weight:500}.tm-title-row.only-title{margin-bottom:12px}.tm-members{display:flex;flex-direction:column;gap:10px}.tm-inline-message{margin:0 0 10px;border-radius:10px;border:1px solid rgba(217,119,6,.24);background:#fffbeb;color:#b45309;font-size:12px;line-height:1.4;padding:8px 10px}.tm-empty{margin:0;border-radius:12px;border:1px solid #e2e8f0;background:#fff;color:#64748b;font-size:13px;line-height:1.45;padding:12px}.tm-member-card{border-radius:12px;border:1px solid #f1f5f9;background:#fff;box-shadow:0 1px 2px #0f172a0d;padding:12px;display:flex;align-items:center;justify-content:space-between;gap:12px}.tm-member-card .left{display:flex;align-items:center;gap:12px;min-width:0}.tm-member-card .avatar-wrap{position:relative}.tm-member-card .avatar-wrap img{width:40px;height:40px;border-radius:999px;object-fit:cover;border:1px solid #e5e7eb}.tm-member-card .cp{position:absolute;right:-2px;bottom:-4px;border-radius:999px;border:2px solid #fff;background:#d97706;color:#fff;font-size:10px;line-height:1;font-weight:700;padding:2px 5px}.tm-member-card .name{color:#1e293b;font-size:14px;font-weight:500}.tm-member-card .role{margin-top:2px;color:#64748b;font-size:12px}.tm-member-card button{border:0;background:transparent;color:#9ca3af;padding:6px}.tm-member-actions{position:relative}.tm-member-menu,.tm-permission-menu{position:absolute;right:2px;top:calc(100% + 6px);z-index:20;min-width:130px;border-radius:10px;border:1px solid #e2e8f0;background:#fff;box-shadow:0 10px 20px #0f172a29;overflow:hidden}.tm-member-menu button,.tm-permission-menu button{width:100%;text-align:left;padding:9px 12px;border:0;border-bottom:1px solid #f1f5f9;background:transparent;color:#1e293b;font-size:12px;font-weight:500}.tm-member-menu button:last-child,.tm-permission-menu button:last-child{border-bottom:0}.tm-member-menu button:disabled,.tm-permission-menu button:disabled{color:#94a3b8}.tm-member-menu button:hover:not(:disabled),.tm-permission-menu button:hover:not(:disabled){background:#f8fafc}.tm-permission-menu{right:138px}.tm-add-member{margin-top:14px;width:100%;border-radius:12px;border:1px dashed rgba(217,119,6,.42);background:transparent;color:#d97706;padding:12px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-size:14px;font-weight:500}.tm-next-card{border-radius:12px;border:1px solid #e2e8f0;background:#fff;box-shadow:0 1px 2px #0f172a0d;padding:14px}.tm-next-card .meta-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.tm-next-card .meta-row .left{display:flex;align-items:center;gap:8px}.tm-next-card .entry{border-radius:4px;background:#fffbeb;color:#d97706;font-size:10px;font-weight:700;padding:3px 8px;letter-spacing:.03em}.tm-next-card .venue{font-size:12px;color:#64748b}.tm-next-card h4{margin:0;font-size:18px;line-height:1.3;font-weight:700;color:#1e293b}.tm-next-card p{margin:8px 0 14px;display:flex;align-items:center;gap:4px;color:#64748b;font-size:12px}.tm-next-card p .material-symbols-outlined{font-size:14px}.tm-next-card .actions{display:flex;align-items:center;gap:8px}.tm-next-card .actions a{flex:1;border-radius:8px;background:#d97706;color:#fff;text-decoration:none;font-size:14px;font-weight:700;text-align:center;padding:8px 0}.tm-next-card .actions button{border:1px solid #e5e7eb;border-radius:8px;background:#fff;color:#64748b;width:46px;height:36px;display:inline-flex;align-items:center;justify-content:center}.tm-past-list{display:flex;flex-direction:column;gap:10px}.tm-past-card{display:block;text-decoration:none;border-radius:12px;border:1px solid #e2e8f0;background:#fff;box-shadow:0 1px 2px #0f172a0d;padding:12px}.tm-past-head{display:flex;align-items:center;justify-content:space-between;color:#94a3b8}.tm-past-date{font-size:11px;font-weight:600}.tm-past-head .material-symbols-outlined{font-size:18px}.tm-past-card h4{margin:6px 0 8px;color:#1e293b;font-size:15px;line-height:1.35;font-weight:700}.tm-past-meta{display:flex;align-items:center;gap:10px}.tm-past-meta span:first-child{border-radius:999px;background:#fffbeb;color:#b45309;border:1px solid #fde68a;font-size:11px;font-weight:700;padding:3px 8px}.tm-past-meta span:last-child{color:#64748b;font-size:12px;font-weight:500}.tm-nav{position:sticky;bottom:0;z-index:30;background:#fff;border-top:1px solid #e5e7eb;padding:8px 8px 0}.tm-nav-row{height:56px;display:flex;align-items:center;justify-content:space-around}.tm-nav-item{width:64px;color:#64748b;text-decoration:none;display:flex;flex-direction:column;align-items:center;gap:2px}.tm-nav-item span:last-child{font-size:10px;font-weight:500}.tm-nav-item.active{color:#d97706}.tm-nav-item.active .material-symbols-outlined{font-variation-settings:"FILL" 1}.tn-root{max-width:448px;margin:0 auto;min-height:100vh;background:#f8fafc;box-shadow:0 16px 56px #0f172a26;border-left:1px solid #f1f5f9;border-right:1px solid #f1f5f9;display:flex;flex-direction:column;overflow:hidden}.tn-header{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;padding:16px 20px;background:#f8fafccc;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid #e5e7eb}.tn-header h1{margin:0;font-size:18px;font-weight:700;color:#1e293b}.tn-header button{border:0;background:transparent;color:#64748b}.tn-main{flex:1;overflow-y:auto;padding:20px 20px 96px;display:flex;flex-direction:column;gap:20px}.tn-hero{margin-top:16px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.tn-hero .icon-wrap{width:80px;height:80px;border-radius:999px;background:linear-gradient(135deg,#d97706,#fcd34d);display:flex;align-items:center;justify-content:center;margin-bottom:24px;box-shadow:0 10px 16px #d9770633}.tn-hero .icon-wrap .material-symbols-outlined{font-size:40px;color:#fff}.tn-hero h2{margin:0 0 8px;font-size:28px;line-height:1.3;font-weight:700;color:#1e293b}.tn-hero p{margin:0;font-size:14px;color:#64748b;max-width:280px;line-height:1.7}.tn-card{border:1px solid #f1f5f9;border-radius:16px;background:#fff;padding:24px;box-shadow:0 1px 2px #0000000d}.tn-card .head{display:flex;align-items:center;gap:12px;margin-bottom:16px}.tn-card .head .icon{width:40px;height:40px;border-radius:999px;display:flex;align-items:center;justify-content:center}.tn-card .head .icon.login{background:#d977061a;color:#d97706}.tn-card .head .icon.create{background:#f3f4f6;color:#64748b}.tn-card .head h3{margin:0;font-size:20px;font-weight:700;color:#1e293b}.tn-card .head p{margin:0;font-size:12px;color:#64748b}.tn-card .form-wrap{display:flex;flex-direction:column;gap:12px}.tn-card .input-wrap{position:relative}.tn-card .input-wrap .material-symbols-outlined{position:absolute;left:14px;top:50%;transform:translateY(-50%);font-size:20px;color:#9ca3af}.tn-card .input-wrap input{width:100%;border:1px solid #e5e7eb;border-radius:12px;background:#f9fafb;color:#1e293b;font-size:14px;padding:14px 14px 14px 44px;outline:none}.tn-card .input-wrap input:focus{border-color:#d97706;box-shadow:0 0 0 1px #d97706}.tn-card .join-btn{width:100%;border:0;border-radius:12px;background:#d97706;color:#fff;font-size:14px;font-weight:700;padding:14px;box-shadow:0 4px 10px #d9770633}.tn-card .join-btn:disabled{opacity:.7}.tn-card .create-btn{width:100%;border:2px solid #d97706;border-radius:12px;background:#fff;color:#d97706;font-size:14px;font-weight:700;padding:14px;display:flex;align-items:center;justify-content:center;gap:8px}.tn-card .msg{margin:0;font-size:12px}.tn-card .msg.success{color:#15803d}.tn-card .msg.error{color:#dc2626}.td-root{max-width:448px;margin:0 auto;min-height:100vh;background:#fcfcfc;box-shadow:0 16px 56px #0f172a26;position:relative;overflow:hidden;display:flex;flex-direction:column}.td-header{position:sticky;top:0;z-index:30;background:#fcfcfceb;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid #f1f5f9;padding:16px 24px;display:flex;align-items:center;justify-content:space-between}.td-header button{width:40px;height:40px;border-radius:999px;border:1px solid #f1f5f9;background:#fff;display:grid;place-items:center;box-shadow:0 2px 8px #0f172a0d}.td-header h1{margin:0;font-size:16px;font-weight:700}.td-main{flex:1;overflow-y:auto;padding-bottom:96px}.td-top{padding:20px 24px}.td-hero{position:relative;border-radius:16px;overflow:hidden;aspect-ratio:16/9;margin-bottom:16px}.td-hero-image{width:100%;height:100%;background:linear-gradient(125deg,#94a3b8,#475569 48%,#1e293b)}.td-hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0000 42%,#0000009e)}.td-hero-copy{position:absolute;left:16px;right:16px;bottom:14px}.td-closed{display:inline-block;padding:2px 8px;border-radius:4px;font-size:10px;font-weight:700;color:#fff;background:#d97706;margin-bottom:4px}.td-hero-copy h2{margin:0;color:#fff;font-size:18px;font-weight:700}.td-summary{border-bottom:1px solid #f1f5f9;display:flex;align-items:center;justify-content:space-around;padding:8px 0}.td-summary div{text-align:center}.td-summary p{margin:0 0 2px;font-size:10px;color:#64748b}.td-summary b{font-size:12px}.td-divider{width:1px;height:24px;background:#f1f5f9}.td-notice-wrap{padding:0 24px;margin-bottom:16px}.td-notice{position:relative;overflow:hidden;border:1px solid rgba(217,119,6,.2);border-radius:16px;background:#fffbeb;padding:20px}.td-notice-title{display:flex;align-items:center;gap:8px;margin-bottom:8px}.td-notice-title .material-symbols-outlined{color:#d97706}.td-notice-title h3{margin:0;color:#d97706;font-size:14px;font-weight:700}.td-notice p{margin:0 0 16px;color:#b45309db;font-size:11px;line-height:1.6}.td-notice-cta{width:100%;display:inline-flex;align-items:center;justify-content:center;gap:8px;background:#d97706;color:#fff;border-radius:12px;padding:12px 0;text-decoration:none;font-size:14px;font-weight:700}.td-watermark{position:absolute;right:-14px;bottom:-18px;font-size:110px;color:#d9770614}.td-tabs{position:sticky;top:73px;z-index:20;display:flex;border-bottom:1px solid #f1f5f9;background:#fcfcfc;padding:0 24px}.td-tabs button{flex:1;border:none;background:transparent;padding:16px 0;font-size:12px;font-weight:700;color:#64748b;border-bottom:2px solid transparent}.td-tabs button.active{color:#d97706;border-bottom-color:#d97706}.td-content{padding:24px}.td-sec-head{display:flex;align-items:center;gap:8px;margin-bottom:16px}.td-sec-head span{width:6px;height:16px;border-radius:6px;background:#d1d5db}.td-sec-head h3{margin:0;font-size:14px;font-weight:700}.td-match-list{display:flex;flex-direction:column;gap:12px}.td-match-card{border-radius:12px;border:1px solid #f1f5f9;background:#fff;padding:16px;box-shadow:0 1px 2px #0f172a08}.td-match-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.td-match-top span{font-size:10px;font-weight:700;color:#64748b}.td-match-top em{font-style:normal;padding:2px 8px;border-radius:4px;background:#f1f5f9;color:#64748b;font-size:10px}.td-match-top em.live{background:#fffbeb;color:#d97706;font-weight:700}.td-score-row{display:flex;align-items:center;justify-content:space-between;padding:0 8px}.td-team{width:96px;display:flex;flex-direction:column;gap:4px;align-items:center}.td-team-icon{width:40px;height:40px;border-radius:999px;border:1px solid #f1f5f9;background:#f8fafc;display:grid;place-items:center}.td-team-icon .material-symbols-outlined{color:#94a3b8}.td-team>span{width:100%;font-size:11px;text-align:center;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.td-score{display:flex;align-items:center;gap:12px}.td-score b{font-size:32px;font-weight:700;font-style:italic;line-height:1}.td-score span{color:#cbd5e1}.td-overview h3{margin:0 0 10px;font-size:14px}.td-overview p{margin:0 0 8px;font-size:13px;color:#334155}.td-overview a{display:inline-block;margin:4px 8px 4px 0;color:#d97706;text-decoration:none;font-size:13px}.td-empty{margin:0;font-size:13px;color:#64748b}.td-bottom-nav{position:fixed;bottom:0;width:min(448px,100%);background:#fffffff2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-top:1px solid #f1f5f9;padding:12px 24px 28px;z-index:40;display:flex;justify-content:space-between}.td-bottom-nav a{display:flex;flex-direction:column;align-items:center;gap:2px;text-decoration:none;color:#64748b}.td-bottom-nav a span:last-child{font-size:10px;font-weight:700}.td-bottom-nav a.active{color:#d97706}.tnew-root{max-width:448px;margin:0 auto;min-height:100vh;background:#f8fafc;box-shadow:0 16px 56px #0f172a26;border-left:1px solid #f1f5f9;border-right:1px solid #f1f5f9;display:flex;flex-direction:column;position:relative;overflow:hidden}.tnew-header{position:sticky;top:0;z-index:20;background:#f8fafccc;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid #e5e7eb;padding:16px 20px;display:flex;align-items:center;justify-content:space-between}.tnew-header .left{display:flex;align-items:center;gap:12px}.tnew-header h1{margin:0;font-size:18px;font-weight:700;color:#1e293b}.tnew-header button{border:0;background:transparent;color:#64748b;display:flex;align-items:center;justify-content:center}.tnew-main{flex:1;overflow-y:auto;padding:24px 24px 112px}.tnew-form{display:flex;flex-direction:column;gap:32px}.tnew-logo-section{display:flex;flex-direction:column;align-items:center;position:relative}.tnew-logo-wrap{width:96px;height:96px;border-radius:999px;background:#f3f4f6;border:2px dashed #d1d5db;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;color:#9ca3af;position:relative;overflow:hidden}.tnew-logo-wrap .material-symbols-outlined{font-size:30px}.tnew-logo-wrap small{font-size:10px;font-weight:500}.tnew-logo-wrap img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.tnew-logo-edit{position:absolute;right:calc(50% - 52px);bottom:38px;width:32px;height:32px;border-radius:999px;background:#d97706;color:#fff;border:2px solid #fff;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 10px #d9770659}.tnew-logo-edit .material-symbols-outlined{font-size:14px}.tnew-logo-section p{margin:12px 0 0;text-align:center;color:#64748b;font-size:12px;line-height:1.5}.tnew-fields{display:flex;flex-direction:column;gap:24px}.tnew-fields .field{display:flex;flex-direction:column;gap:6px}.tnew-fields label{font-size:14px;font-weight:700;color:#1e293b}.tnew-fields label span{color:#ef4444;margin-left:4px}.tnew-fields input,.tnew-fields textarea,.tnew-fields select{width:100%;border:1px solid #e5e7eb;border-radius:12px;background:#fff;color:#1e293b;font-size:14px;outline:none}.tnew-fields input,.tnew-fields select{padding:14px 16px}.tnew-fields textarea{resize:none;min-height:112px;padding:14px 16px}.tnew-fields input:focus,.tnew-fields textarea:focus,.tnew-fields select:focus{border-color:#d97706;box-shadow:0 0 0 1px #d97706}.tnew-fields .select-wrap{position:relative}.tnew-fields .select-wrap select{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-left:44px;padding-right:40px}.tnew-fields .select-wrap .icon-left,.tnew-fields .select-wrap .icon-right{position:absolute;top:50%;transform:translateY(-50%);color:#9ca3af;font-size:20px;pointer-events:none}.tnew-fields .select-wrap .icon-left{left:14px}.tnew-fields .select-wrap .icon-right{right:12px}.tnew-submit-area{padding-top:8px;display:flex;flex-direction:column;gap:14px}.tnew-submit-area .check-row{display:flex;align-items:flex-start;gap:10px;cursor:pointer}.tnew-submit-area .check-row input{margin-top:2px;width:18px;height:18px;accent-color:#d97706}.tnew-submit-area .check-row span{color:#1e293b;font-size:14px;font-weight:500;line-height:1.4}.tnew-error{margin:0;color:#dc2626;font-size:12px}.tnew-submit-area button{width:100%;border:0;border-radius:12px;background:#d97706;color:#fff;font-size:16px;font-weight:700;padding:16px;box-shadow:0 14px 30px #d9770647}.tnew-submit-area button:disabled{opacity:.7}.tml-root{max-width:448px;margin:0 auto;min-height:100vh;background:#f8fafc;box-shadow:0 16px 56px #0f172a26;border-left:1px solid #f1f5f9;border-right:1px solid #f1f5f9;display:flex;flex-direction:column;overflow:hidden;position:relative}.tml-header{position:sticky;top:0;z-index:30;height:60px;padding:0 20px;display:flex;align-items:center;justify-content:space-between;background:#f8fafcf2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid #e5e7eb}.tml-header .left{display:flex;align-items:center;gap:12px}.tml-header .left button{border:0;background:transparent;color:#64748b;display:flex;align-items:center;justify-content:center}.tml-header h1{margin:0;font-size:18px;font-weight:700;color:#1e293b}.tml-header .team-pill{font-size:12px;font-weight:700;color:#64748b;border:1px solid #e5e7eb;border-radius:6px;background:#fff;padding:4px 8px}.tml-toolbar{position:sticky;top:60px;z-index:20;background:#f8fafc;padding:12px 20px;border-bottom:1px solid #f1f5f9;display:flex;flex-direction:column;gap:12px;box-shadow:0 4px 20px -12px #0000001a}.tml-toolbar .search-wrap{position:relative}.tml-toolbar .search-wrap .material-symbols-outlined{position:absolute;left:10px;top:50%;transform:translateY(-50%);color:#64748b}.tml-toolbar .search-wrap input{width:100%;border:1px solid #e5e7eb;border-radius:12px;background:#fff;color:#1e293b;font-size:14px;padding:10px 14px 10px 40px;outline:none;box-shadow:0 1px 2px #0000000a}.tml-toolbar .search-wrap input:focus{border-color:#d97706;box-shadow:0 0 0 2px #d9770633}.tml-toolbar .add-btn{width:100%;border:0;border-radius:12px;background:linear-gradient(90deg,#d97706,#b45309);color:#fff;font-size:14px;font-weight:700;padding:12px;display:flex;align-items:center;justify-content:center;gap:8px;box-shadow:0 10px 20px #d9770633}.tml-main{flex:1;overflow-y:auto;padding:20px}.tml-meta{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;padding:0 4px}.tml-meta>span{font-size:12px;font-weight:700;color:#64748b;display:inline-flex;align-items:center;gap:8px}.tml-meta>span b{font-size:14px;font-weight:700;color:#d97706;background:#d977061a;border-radius:999px;padding:2px 8px}.tml-meta>button{border:0;background:transparent;color:#d97706;font-size:12px;font-weight:500;display:inline-flex;align-items:center;gap:4px}.tml-meta>button .material-symbols-outlined{font-size:14px}.tml-sort-menu{margin:-4px 0 12px;border:1px solid #e5e7eb;border-radius:12px;background:#fff;overflow:hidden;box-shadow:0 6px 18px #0f172a14}.tml-sort-menu button{width:100%;border:0;border-bottom:1px solid #f1f5f9;background:#fff;color:#1e293b;padding:12px 14px;display:flex;align-items:center;justify-content:space-between;font-size:13px;text-align:left}.tml-sort-menu button:last-child{border-bottom:0}.tml-sort-menu button.active{background:#fffbeb;color:#d97706;font-weight:700}.tml-sort-menu button .material-symbols-outlined{font-size:16px}.tml-list{display:flex;flex-direction:column;gap:12px;padding-bottom:96px}.tml-inline-message{margin:-4px 2px 12px;font-size:12px;color:#64748b}.tml-card{position:relative;display:flex;align-items:center;justify-content:space-between;gap:12px;border-radius:16px;border:1px solid #f1f5f9;background:#fff;padding:12px;box-shadow:0 1px 2px #0000000a}.tml-card.featured{position:relative;border-color:#fcd9a7;padding-left:16px}.tml-card.featured:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;border-radius:16px 0 0 16px;background:#d97706}.tml-card .left{display:flex;align-items:center;gap:12px;min-width:0}.tml-card .avatar-wrap{position:relative;width:48px;height:48px;border-radius:999px;flex-shrink:0}.tml-card .avatar-wrap img{width:100%;height:100%;border-radius:999px;object-fit:cover;border:1px solid #e5e7eb}.tml-card.featured .avatar-wrap img{border-width:2px;border-color:#d9770640}.tml-card .avatar-wrap .fallback{width:100%;height:100%;border-radius:999px;border:1px solid #e5e7eb;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700}.tml-card .avatar-wrap .fallback .material-symbols-outlined{font-size:22px}.tml-card .avatar-wrap .fallback.tone-slate{background:#f8fafc;color:#94a3b8}.tml-card .avatar-wrap .fallback.tone-indigo{background:#eef2ff;color:#6366f1;border-color:#c7d2fe}.tml-card .avatar-wrap .fallback.tone-emerald{background:#ecfdf5;color:#10b981;border-color:#a7f3d0}.tml-card .avatar-wrap .fallback.tone-rose{background:#fff1f2;color:#f43f5e;border-color:#fecdd3}.tml-card .avatar-wrap .fallback.tone-amber{background:#fffbeb;color:#d97706;border-color:#fde68a}.tml-card .avatar-wrap .fallback.tone-sky{background:#f0f9ff;color:#0ea5e9;border-color:#bae6fd}.tml-card .avatar-wrap .fallback.tone-violet{background:#f5f3ff;color:#8b5cf6;border-color:#ddd6fe}.tml-card .avatar-wrap .fallback.tone-lime{background:#f7fee7;color:#65a30d;border-color:#d9f99d}.tml-card .mini-badge{position:absolute;right:-4px;top:-4px;border-radius:999px;font-size:10px;font-weight:700;padding:2px 6px;border:2px solid #fff;box-shadow:0 1px 4px #00000026}.tml-card .mini-badge.cp{background:#d97706;color:#fff}.tml-card .mini-badge.vice{background:#f3f4f6;color:#64748b;border-width:1px;border-color:#d1d5db}.tml-card .name-row{display:flex;align-items:center;gap:8px}.tml-card .name-row strong{font-size:16px;color:#1e293b;white-space:nowrap}.tml-card .name-row .role-label{font-size:10px;font-weight:700;color:#d97706;background:#d977061a;padding:2px 6px;border-radius:6px}.tml-card .sub-row{margin-top:2px;display:flex;align-items:center;gap:8px;color:#64748b;font-size:12px}.tml-card .sub-row .pos{font-size:10px;font-weight:700;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;background:#f3f4f6;color:#64748b;border:1px solid #e5e7eb;border-radius:6px;padding:2px 6px}.tml-card .sub-row .pos.gk{background:#fffbeb;border-color:#fde68a;color:#b45309}.tml-card .more-btn{border:0;background:transparent;color:#64748b;border-radius:999px;width:36px;height:36px;display:flex;align-items:center;justify-content:center}.tml-card-actions{position:relative}.tml-action-menu{position:absolute;right:0;top:42px;min-width:132px;border:1px solid #e5e7eb;border-radius:12px;background:#fff;box-shadow:0 12px 24px #0f172a1f;overflow:hidden;z-index:80}.tml-action-menu.up{top:auto;bottom:42px}.tml-action-menu>button{width:100%;border:0;border-bottom:1px solid #f1f5f9;background:#fff;color:#1e293b;font-size:13px;text-align:left;padding:10px 12px;display:flex;align-items:center;gap:8px}.tml-action-menu>button:last-of-type{border-bottom:0}.tml-action-menu>button .material-symbols-outlined{font-size:16px}.tml-action-menu>button.edit{color:#2563eb}.tml-action-menu>button.danger{color:#dc2626}.tml-action-menu>button.permission{color:#b45309}.tml-permission-menu{border-top:1px solid #e5e7eb;background:#fffbeb}.tml-permission-menu button{width:100%;border:0;border-bottom:1px solid #fde7c4;background:transparent;color:#b45309;font-size:12px;text-align:left;padding:8px 12px;display:flex;align-items:center;gap:8px}.tml-permission-menu button .material-symbols-outlined{font-size:15px}.tml-permission-menu button:last-child{border-bottom:0}.tml-delete-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:60;background:#0006;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);display:flex;align-items:center;justify-content:center;padding:24px}.tml-delete-modal{width:100%;max-width:320px;border-radius:24px;background:#fff;box-shadow:0 24px 48px #0f172a33;padding:28px;text-align:center}.tml-delete-modal h2{margin:0 0 20px;font-size:18px;font-weight:700;color:#1e293b}.tml-delete-modal .member-preview{display:flex;flex-direction:column;align-items:center;margin-bottom:16px}.tml-delete-modal .member-preview .avatar-wrap{width:80px;height:80px;border-radius:999px;overflow:hidden;border:2px solid rgba(217,119,6,.1);margin-bottom:10px}.tml-delete-modal .member-preview .avatar-wrap img{width:100%;height:100%;object-fit:cover}.tml-delete-modal .member-preview .avatar-wrap .fallback{width:100%;height:100%;border-radius:999px;display:flex;align-items:center;justify-content:center}.tml-delete-modal .member-preview .name{margin:0;font-size:14px;font-weight:700}.tml-delete-modal .member-preview .number{margin:2px 0 0;font-size:10px;color:#64748b}.tml-delete-modal .warning-box{margin:0 0 20px;border-radius:8px;background:#fef2f2;color:#ef4444;font-size:11px;font-weight:500;padding:10px 12px}.tml-delete-modal .actions{display:grid;gap:10px}.tml-delete-modal .actions button{width:100%;border-radius:12px;font-size:14px;padding:12px}.tml-delete-modal .actions .danger{border:0;background:#ef4444;color:#fff;font-weight:700}.tml-delete-modal .actions .cancel{border:1px solid #e5e7eb;background:#fff;color:#64748b;font-weight:500}.tmadd-root{min-height:100dvh;background:#f8fafc;color:#1e293b;font-family:Lexend,Noto Sans JP,LINE Seed JP,sans-serif}.tmadd-shell{max-width:448px;margin:0 auto;min-height:100dvh;background:#f8fafc;border-left:1px solid #f1f5f9;border-right:1px solid #f1f5f9;box-shadow:0 16px 56px #0f172a26;display:flex;flex-direction:column}.tmadd-header{position:sticky;top:0;z-index:20;background:#f8fafcd6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid #e2e8f0;padding:14px 20px}.tmadd-head-left{display:flex;align-items:center;gap:10px}.tmadd-head-left button{border:0;width:32px;height:32px;border-radius:999px;background:transparent;color:#64748b;display:grid;place-items:center}.tmadd-head-left h1{margin:0;font-size:18px;line-height:1.25;font-weight:700;letter-spacing:-.01em}.tmadd-main{flex:1;overflow-y:auto;padding:20px 20px 120px;display:grid;gap:18px}.tmadd-note{border:1px solid rgba(217,119,6,.25);background:#fff;border-radius:12px;padding:14px;display:flex;gap:10px}.tmadd-note .material-symbols-outlined{color:#d97706;font-size:20px;margin-top:1px}.tmadd-note p{margin:0;color:#64748b;font-size:13px;line-height:1.65}.tmadd-form{display:grid;gap:14px}.tmadd-form label,.tmadd-position legend{display:block;font-size:14px;font-weight:700;color:#1e293b}.tmadd-form label span{color:#ef4444;margin-left:4px}.tmadd-form label small,.tmadd-position legend small{font-size:12px;font-weight:500;color:#64748b}.tmadd-form input,.tmadd-form select{margin-top:6px;width:100%;height:48px;border:1px solid #d1d5db;border-radius:12px;background:#fff;color:#1e293b;font-size:14px;padding:0 14px;outline:none}.tmadd-form input::placeholder{color:#9ca3af}.tmadd-form input:focus,.tmadd-form select:focus{border-color:#d97706;box-shadow:0 0 0 2px #d977062e}.tmadd-postal-row{margin-top:6px;display:flex;gap:8px}.tmadd-postal-input{position:relative;flex:1}.tmadd-postal-input i{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#64748b;font-size:14px;font-style:normal}.tmadd-postal-input input{margin-top:0;padding-left:28px}.tmadd-postal-row>button{flex-shrink:0;border:1px solid #d97706;border-radius:12px;background:#fff;color:#d97706;font-size:13px;font-weight:700;padding:0 14px}.tmadd-postal-row>button:active{background:#d97706;color:#fff}.tmadd-select-wrap{margin-top:6px;position:relative}.tmadd-select-wrap select{margin-top:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-right:40px}.tmadd-select-wrap .material-symbols-outlined{position:absolute;right:12px;top:50%;transform:translateY(-50%);color:#64748b}.tmadd-form hr{border:0;border-top:1px solid #f1f5f9;margin:2px 0}.tmadd-position{margin:0;padding:0;border:0}.tmadd-position legend{margin-bottom:10px}.tmadd-position{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.tmadd-position label{margin:0}.tmadd-position label input{display:none}.tmadd-position label span{display:flex;align-items:center;justify-content:center;height:46px;border:1px solid #e5e7eb;border-radius:10px;background:#fff;color:#64748b;font-size:14px;font-weight:700;margin:0}.tmadd-position label.active span{border-color:#d97706;background:#d97706;color:#fff}.tmadd-error{margin:0;color:#b91c1c;font-size:12px;font-weight:700}.tmadd-submit-wrap{padding-top:8px}.tmadd-submit-wrap button{width:100%;border:0;border-radius:12px;height:56px;background:#d97706;color:#fff;font-size:18px;font-weight:700;box-shadow:0 12px 26px #d977064d}.tmadd-submit-wrap button:disabled{opacity:.65}.tmadd-nav{position:sticky;bottom:0;z-index:30;border-top:1px solid #e5e7eb;background:#fff;padding:8px 8px calc(env(safe-area-inset-bottom,20px) + 4px)}.tmadd-nav-row{height:56px;display:flex;align-items:center;justify-content:space-around}.tmadd-nav-item{width:64px;text-decoration:none;color:#64748b;display:flex;flex-direction:column;align-items:center;gap:2px}.tmadd-nav-item .material-symbols-outlined{font-size:24px}.tmadd-nav-item span:last-child{font-size:10px;font-weight:500}.tmadd-nav-item.active{color:#d97706}.tmadd-nav-item.active .material-symbols-outlined{font-variation-settings:"FILL" 1}.tmadd-nav-center{position:relative;top:-20px}.tmadd-nav-center button{width:56px;height:56px;border:1px solid #e5e7eb;border-radius:999px;background:#fff;color:#1e293b;box-shadow:0 8px 18px #0f172a1f;display:flex;align-items:center;justify-content:center}.tmadd-nav-center button .material-symbols-outlined{width:28px;height:28px;font-size:0;color:transparent;background:center/contain no-repeat url(/ts-brand-logo-1.svg)}.tmed-root{max-width:448px;margin:0 auto;min-height:100vh;background:#f8fafc;box-shadow:0 16px 56px #0f172a26;border-left:1px solid #f1f5f9;border-right:1px solid #f1f5f9;display:flex;flex-direction:column;overflow:hidden;position:relative}.tmed-header{position:sticky;top:0;z-index:20;border-bottom:1px solid #e5e7eb;background:#f8fafccc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:16px 20px;display:flex;align-items:center;justify-content:space-between}.tmed-header .left{display:flex;align-items:center;gap:12px}.tmed-header button{border:0;background:transparent;color:#64748b;display:flex;align-items:center}.tmed-header h1{margin:0;color:#1e293b;font-size:18px;font-weight:700}.tmed-header .spacer{width:24px}.tmed-main{flex:1;overflow-y:auto}.tmed-note{padding:12px 20px;border-bottom:1px solid rgba(217,119,6,.1);background:#fffbeb80}.tmed-note p{margin:0;font-size:11px;font-weight:500;color:#b45309;text-align:center}.tmed-body{padding:24px 24px 140px;display:flex;flex-direction:column;gap:28px}.tmed-avatar-block{display:flex;justify-content:center}.tmed-avatar-block .avatar-wrap{position:relative}.tmed-avatar-block .avatar-wrap.clickable{cursor:pointer}.tmed-avatar-block .avatar-wrap.disabled{cursor:default}.tmed-avatar-block .ring{width:112px;height:112px;border-radius:999px;padding:4px;background:linear-gradient(135deg,#d97706,#fffbeb);box-shadow:0 8px 18px #b453093d}.tmed-avatar-block .ring img{width:100%;height:100%;border-radius:999px;object-fit:cover;border:4px solid #fff;background:#fff}.tmed-avatar-block .camera-btn{position:absolute;right:4px;bottom:4px;width:34px;height:34px;border-radius:999px;background:#d97706;color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 14px #b4530940}.tmed-avatar-block .avatar-wrap.disabled .camera-btn{opacity:.45}.tmed-avatar-block .camera-btn .material-symbols-outlined{font-size:16px}.tmed-form{display:flex;flex-direction:column;gap:18px}.tmed-form .field label{display:block;margin:0 0 6px 4px;color:#64748b;font-size:12px;font-weight:700}.tmed-form .field input,.tmed-form .field select{width:100%;height:50px;border-radius:12px;border:1px solid #e5e7eb;background:#fff;color:#1e293b;font-size:16px;padding:0 14px;outline:none;transition:border-color .2s,box-shadow .2s}.tmed-form .field input:focus,.tmed-form .field select:focus{border-color:#d97706;box-shadow:0 0 0 3px #d977061f}.tmed-form .field input:disabled,.tmed-form .field select:disabled{background:#f8fafc;border-color:#e2e8f0;color:#94a3b8}.tmed-form .grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.tmed-form .select-wrap{position:relative}.tmed-form .select-wrap select{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-right:40px}.tmed-form .select-wrap .material-symbols-outlined{position:absolute;right:10px;top:50%;transform:translateY(-50%);pointer-events:none;color:#64748b}.tmed-form .error-text{margin:-4px 2px 0;color:#ef4444;font-size:12px;font-weight:500}.tmed-form .actions{padding-top:10px;display:flex;flex-direction:column;align-items:center;gap:18px}.tmed-form .save-btn{width:100%;border:0;border-radius:16px;background:#d97706;color:#fff;font-size:16px;font-weight:700;padding:14px;box-shadow:0 10px 20px #d9770633;transition:transform .2s,background-color .2s}.tmed-form .save-btn:hover{background:#b45309}.tmed-form .save-btn:active{transform:scale(.98)}.tmed-form .save-btn:disabled{opacity:.6}.tmed-form .delete-btn{border:0;background:transparent;color:#ef4444e0;font-size:14px;font-weight:500;display:inline-flex;align-items:center;gap:4px}.tmed-form .delete-btn .material-symbols-outlined{font-size:16px}.ted-root{max-width:448px;margin:0 auto;min-height:100vh;background:#f8fafc;box-shadow:0 16px 56px #0f172a26;border-left:1px solid #f1f5f9;border-right:1px solid #f1f5f9;display:flex;flex-direction:column;overflow:hidden;position:relative}.ted-header{position:sticky;top:0;z-index:20;border-bottom:1px solid #e5e7eb;background:#f8fafccc;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.ted-header-row{padding:16px 20px;display:flex;align-items:center;gap:12px}.ted-header-row button{border:0;background:transparent;color:#64748b;padding:0;display:inline-flex;align-items:center}.ted-header-row h1{flex:1;margin:0;text-align:center;transform:translate(-16px);color:#1e293b;font-size:18px;font-weight:700;letter-spacing:-.02em}.ted-main{flex:1;overflow-y:auto;padding:20px 20px 124px}.ted-avatar-section{padding-top:14px;display:flex;flex-direction:column;align-items:center}.ted-avatar-picker{position:relative;cursor:pointer}.ted-avatar-shell{width:112px;height:112px;padding:4px;border-radius:999px;border:2px dashed rgba(217,119,6,.5);transition:border-color .2s}.ted-avatar-picker:hover .ted-avatar-shell{border-color:#d97706}.ted-avatar-shell img{width:100%;height:100%;border-radius:999px;object-fit:cover;background:#fff}.ted-camera{position:absolute;right:0;bottom:0;width:36px;height:36px;border-radius:999px;background:#d97706;color:#fff;box-shadow:0 8px 18px #b453094d;border:2px solid #f8fafc;display:inline-flex;align-items:center;justify-content:center}.ted-camera .material-symbols-outlined{font-size:20px}.ted-avatar-section p{margin:12px 0 0;font-size:14px;font-weight:500;color:#d97706}.ted-form{margin-top:28px;display:flex;flex-direction:column;gap:20px}.ted-field label{display:block;margin:0 0 8px;color:#64748b;font-size:14px;font-weight:700}.ted-field label span{font-size:12px;font-weight:400;color:#94a3b8;margin-left:4px}.ted-field input,.ted-field select,.ted-field textarea{width:100%;border-radius:12px;border:1px solid #e5e7eb;background:#fff;color:#1e293b;outline:none;font-size:16px;transition:border-color .2s,box-shadow .2s}.ted-field input,.ted-field select{height:50px;padding:0 16px}.ted-field textarea{padding:12px 16px;resize:none;line-height:1.6}.ted-field input:focus,.ted-field select:focus,.ted-field textarea:focus{border-color:#d97706;box-shadow:0 0 0 3px #d9770626}.ted-disabled-wrap{position:relative}.ted-disabled-wrap input{border-color:#f1f5f9;background:#f8fafc;color:#94a3b8;cursor:not-allowed;padding-right:44px}.ted-disabled-wrap .material-symbols-outlined{position:absolute;right:16px;top:50%;transform:translateY(-50%);font-size:18px;color:#94a3b8}.ted-select-wrap{position:relative}.ted-location-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.ted-select-wrap select{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-right:44px;cursor:pointer}.ted-select-wrap .material-symbols-outlined{pointer-events:none;position:absolute;right:14px;top:50%;transform:translateY(-50%);color:#94a3b8}@media (max-width: 360px){.ted-location-grid{grid-template-columns:1fr}}.ted-label-row{display:flex;align-items:flex-end;justify-content:space-between}.ted-label-row small{color:#94a3b8;font-size:12px}.ted-error{margin:0;color:#dc2626;font-size:13px;font-weight:500}.ted-submit-wrap{padding-top:10px}.ted-submit-wrap button{width:100%;border:0;border-radius:16px;height:56px;background:#d97706;color:#fff;font-size:18px;font-weight:700;box-shadow:0 10px 20px #b453094d;transition:transform .2s,background-color .2s}.ted-submit-wrap button:hover{background:#b45309}.ted-submit-wrap button:active{transform:scale(.98)}.ted-submit-wrap button:disabled{opacity:.6}.mpe-root{max-width:448px;margin:0 auto;min-height:100vh;background:#fcfcfc;box-shadow:0 16px 56px #0f172a26;overflow:hidden;display:flex;flex-direction:column;position:relative}.mpe-header{position:sticky;top:0;z-index:50;background:#fcfcfccc;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid #f1f5f9;padding:16px;display:flex;align-items:center;justify-content:space-between}.mpe-header button{width:40px;height:40px;border:0;background:transparent;color:#1e293b;display:flex;align-items:center;justify-content:flex-start}.mpe-header h1{margin:0;font-size:16px;font-weight:700;color:#1e293b}.mpe-header .spacer{width:40px}.mpe-main{flex:1;overflow-y:auto;padding-bottom:32px}.mpe-avatar-section{display:flex;justify-content:center;padding:32px 0 24px}.mpe-avatar-wrap{position:relative;width:128px;height:128px;border-radius:999px}.mpe-avatar-wrap img{width:100%;height:100%;object-fit:cover;border-radius:999px;border:4px solid #fff;box-shadow:0 12px 24px #0f172a1f}.mpe-avatar-wrap button{position:absolute;right:4px;bottom:4px;width:40px;height:40px;border:4px solid #fff;border-radius:999px;background:#d97706;color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 20px #d9770659}.mpe-form{padding:0 24px;display:flex;flex-direction:column;gap:24px}.mpe-group{display:flex;flex-direction:column;gap:8px}.mpe-group h2{margin:0 0 8px;padding-left:4px;color:#64748b;font-size:11px;font-weight:700;letter-spacing:.08em}.mpe-group label{font-size:12px;color:#64748b;padding-left:4px}.mpe-group input{border:1px solid #f1f5f9;border-radius:12px;background:#fff;color:#1e293b;padding:12px 16px;font-size:14px;box-shadow:0 1px 2px #0f172a0a;outline:none}.mpe-group input:focus{border-color:#d97706;box-shadow:0 0 0 1px #d97706}.mpe-group select{width:100%;border:1px solid #f1f5f9;border-radius:12px;background:#fff;color:#1e293b;padding:12px 40px 12px 16px;font-size:14px;box-shadow:0 1px 2px #0f172a0a;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.mpe-group select:focus{border-color:#d97706;box-shadow:0 0 0 1px #d97706}.mpe-group label small{color:#64748b;font-size:12px;font-weight:400}.mpe-postal-row{display:flex;gap:12px}.mpe-postal-input{flex:1;position:relative}.mpe-postal-input i{position:absolute;left:16px;top:50%;transform:translateY(-50%);font-style:normal;font-size:13px;font-weight:700;color:#64748b;pointer-events:none}.mpe-postal-input input{width:100%;padding-left:36px}.mpe-postal-row>button{border:1px solid #d97706;border-radius:12px;background:#fff;color:#d97706;font-size:14px;font-weight:700;padding:0 18px;min-width:112px;white-space:nowrap}.mpe-postal-row>button:disabled{opacity:.65}.mpe-select-wrap{position:relative}.mpe-select-wrap>span{position:absolute;right:12px;top:50%;transform:translateY(-50%);color:#64748b;pointer-events:none}.mpe-msg{margin:0;font-size:12px}.mpe-msg.ok{color:#16a34a}.mpe-msg.ng{color:#dc2626}.mpe-fixed-submit{margin-top:12px;padding:0 0 8px}.mpe-fixed-submit button{width:100%;border:0;border-radius:16px;background:#d97706;color:#fff;font-size:16px;font-weight:700;padding:16px;box-shadow:0 12px 28px #d9770633}.mpe-fixed-submit button:disabled{opacity:.75}.tsrch-root{max-width:448px;margin:0 auto;min-height:100vh;background:#fcfcfc;box-shadow:0 16px 56px #0f172a26;position:relative;overflow:hidden;display:flex;flex-direction:column}.tsrch-header{position:sticky;top:0;z-index:30;background:#fcfcfcf2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:24px 0 8px}.tsrch-head-inner{padding:0 24px;margin-bottom:16px}.tsrch-head-inner h1{margin:0 0 16px;font-size:22px;font-weight:700;color:#1e293b;letter-spacing:-.02em}.tsrch-search-wrap{position:relative}.tsrch-search-wrap .material-symbols-outlined{position:absolute;left:16px;top:50%;transform:translateY(-50%);color:#9ca3af}.tsrch-search-wrap input{width:100%;border:0;border-radius:12px;background:#f3f4f6;font-size:14px;padding:12px 16px 12px 44px;color:#1e293b}.tsrch-search-wrap input:focus{outline:none;box-shadow:0 0 0 2px #d9770633}.tsrch-filters{display:flex;gap:8px;overflow-x:auto;padding:0 24px 8px;scrollbar-width:none}.tsrch-filters::-webkit-scrollbar{display:none}.tsrch-filters button{white-space:nowrap;border-radius:999px;border:1px solid #e5e7eb;background:#fff;color:#64748b;font-size:12px;font-weight:500;padding:6px 16px}.tsrch-filters button.active{background:#d97706;border-color:#d97706;color:#fff;font-weight:700}.tsrch-main{flex:1;overflow-y:auto;padding:8px 24px 120px}.tsrch-empty{margin:24px 0 0;color:#64748b;font-size:14px}.tsrch-list{display:grid;gap:24px}.tsrch-card{border-radius:16px;overflow:hidden;border:1px solid #f3f4f6;background:#fff;box-shadow:0 1px 2px #0f172a0d;text-decoration:none;color:inherit;transition:transform .15s ease}.tsrch-card:active{transform:scale(.98)}.tsrch-card-image{position:relative;height:176px}.tsrch-card-image img{width:100%;height:100%;object-fit:cover}.tsrch-card-image.few img{filter:grayscale(20%)}.tsrch-status{position:absolute;top:16px;left:16px;border-radius:6px;background:#d97706;color:#fff;font-size:10px;font-weight:700;padding:4px 10px;box-shadow:0 1px 2px #0f172a1f}.tsrch-status.few{background:#6b7280}.tsrch-card-body{padding:20px}.tsrch-card-body h3{margin:0 0 12px;font-size:18px;line-height:1.5;font-weight:700;color:#1e293b}.tsrch-meta{display:grid;gap:8px}.tsrch-meta p{margin:0;display:flex;align-items:center;gap:8px;font-size:13px;color:#64748b}.tsrch-meta .material-symbols-outlined{color:#d97706;font-size:18px}.tsrch-nav{position:absolute;bottom:0;width:100%;padding:12px 24px 32px;border-top:1px solid #f3f4f6;background:#fffffff2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:40}.tsrch-nav-row{display:flex;align-items:center;justify-content:space-between}.tsrch-nav-item{display:inline-flex;flex-direction:column;align-items:center;gap:4px;color:#64748b;text-decoration:none;font-size:10px;font-weight:500}.tsrch-nav-item.active{color:#d97706;font-weight:700}.tsrch-nav-item.active .material-symbols-outlined{font-variation-settings:"FILL" 1}.tsrch-nav-center{position:relative;top:-16px}.tsrch-nav-center button{width:56px;height:56px;border:0;border-radius:16px;background:#d97706;color:#fff;box-shadow:0 10px 20px #d977064d;display:grid;place-items:center}.tsrch-nav-center .material-symbols-outlined{font-size:30px}.entry-root{max-width:448px;margin:0 auto;min-height:100vh;background:#fcfcfc;box-shadow:0 16px 56px #0f172a26;position:relative;overflow:hidden;display:flex;flex-direction:column}.entry-root.entry-loading{align-items:center;justify-content:center;color:#64748b}.entry-header{position:sticky;top:0;z-index:50;background:#fcfcfce6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid #f1f5f9;padding:16px 24px;display:flex;align-items:center;justify-content:space-between}.entry-header button{width:40px;height:40px;border:0;background:transparent;color:#1e293b;display:flex;align-items:center;justify-content:flex-start}.entry-header h1{margin:0;font-size:17px;font-weight:700}.entry-header-spacer{width:40px}.entry-progress{padding:24px 20px 20px;position:relative;display:flex;justify-content:space-between;gap:4px}.entry-progress-track{position:absolute;left:36px;right:36px;top:50%;transform:translateY(-50%);height:1px;background:#e5e7eb;z-index:0}.entry-progress-item{position:relative;z-index:1;flex:1;min-width:0;text-align:center;display:flex;flex-direction:column;align-items:center;gap:6px}.entry-progress-badge{width:32px;height:32px;border-radius:999px;background:#f8fafc;color:#94a3b8;border:1px solid #e2e8f0;display:grid;place-items:center;font-size:12px;font-weight:700}.entry-progress-item p{margin:0;font-size:10px;line-height:1.2;color:#94a3b8;font-weight:500;white-space:nowrap}.entry-progress-item.active .entry-progress-badge{border-color:#d97706;background:#d97706;color:#fff;box-shadow:0 12px 20px #d9770647}.entry-progress-item.active p{color:#d97706;font-weight:700}.entry-main{flex:1;overflow-y:auto;padding:0 24px 180px}.entry-form{display:flex;flex-direction:column}.entry-field-group{margin-bottom:30px}.entry-label{margin-bottom:14px;display:block;color:#64748b;font-size:11px;font-weight:700;letter-spacing:.04em}.entry-select-wrap{position:relative}.entry-select-wrap select{width:100%;height:56px;border:1px solid #f3f4f6;border-radius:16px;background:#fff;color:#0f172a;padding:0 44px 0 16px;font-size:14px;font-weight:500;-webkit-appearance:none;-moz-appearance:none;appearance:none}.entry-select-wrap .material-symbols-outlined{position:absolute;top:50%;right:16px;transform:translateY(-50%);color:#64748b;font-size:20px;pointer-events:none}.entry-inline-note{margin:10px 2px 0;color:#ef4444;font-size:11px}.entry-radio-grid,.entry-payment-wrap{display:grid;gap:12px}.entry-radio-row{cursor:pointer;display:flex;gap:12px;align-items:flex-start;border:1px solid #f3f4f6;border-radius:16px;background:#fff;padding:16px;transition:border-color .2s ease,background .2s ease}.entry-radio-row input{margin-top:2px;width:16px;height:16px;accent-color:#d97706}.entry-radio-row:has(input:checked){border-color:#d97706;background:#fffbeb}.entry-radio-content{min-width:0}.entry-radio-content .entry-radio-title{color:#1e293b;font-size:14px;font-weight:700;display:block}.entry-radio-content .entry-radio-caption{margin-top:4px;display:block;color:#64748b;font-size:10px;line-height:1.5}.entry-profile-block{border-radius:16px;border:1px dashed #e2e8f0;background:#f8fafc;padding:20px}.entry-text-field{margin-bottom:14px}.entry-text-field:last-of-type{margin-bottom:10px}.entry-text-field label{margin:0 0 6px;display:block;color:#94a3b8;font-size:11px;font-weight:700}.entry-text-field input{width:100%;border:0;border-bottom:1px solid #e2e8f0;background:transparent;padding:6px 0;font-size:14px;font-weight:500;color:#1e293b}.entry-profile-block p{margin:0;color:#64748b;font-size:10px;display:flex;align-items:center;gap:6px}.entry-payment-wrap{gap:12px}.icon-row{display:flex;align-items:center;gap:8px}.entry-payment-main .material-symbols-outlined{color:#d97706}.entry-success{color:#16a34a;margin:4px 4px 0;font-size:12px}.entry-error{color:#dc2626;margin:4px 4px 0;font-size:12px}.entry-footer{position:absolute;bottom:0;left:0;width:100%;padding:28px 24px 40px;z-index:40;border-top:1px solid rgba(148,163,184,.2);background:linear-gradient(to top,#fcfcfc,#fcfcfc00)}.entry-total-row{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:16px}.entry-total-row span{font-size:10px;color:#64748b}.entry-total-row div span{display:block;font-size:10px;font-weight:700;color:#64748b;margin-bottom:4px}.entry-total-row strong{display:block;margin:0;color:#d97706;font-size:32px;line-height:1;font-weight:900;letter-spacing:-.02em}.entry-footer>button{width:100%;border:0;background:#d97706;color:#fff;border-radius:16px;padding:16px 0;display:flex;align-items:center;justify-content:center;gap:8px;font-size:16px;font-weight:700;box-shadow:0 12px 28px #d9770652}.entry-footer>button:hover{background:#b45309}.entry-footer>button[disabled]{opacity:.6;cursor:not-allowed}.entry-footer .material-symbols-outlined{font-size:22px}.entry-confirm-root{max-width:448px;margin:0 auto;min-height:100vh;background:#fcfcfc;box-shadow:0 16px 56px #0f172a26;position:relative;overflow:hidden;display:flex;flex-direction:column}.entry-confirm-header{padding:24px 20px 16px;display:flex;align-items:center;justify-content:space-between;background:#fff;border-bottom:1px solid #f3f4f6}.entry-confirm-header button{width:40px;height:40px;border-radius:999px;border:0;display:grid;place-items:center;background:#f8fafc;color:#1e293b}.entry-confirm-header h1{margin:0;font-size:16px;font-weight:700;color:#1e293b}.entry-confirm-header-spacer{width:40px}.entry-confirm-progress{padding:24px;background:#fff;position:relative;display:flex;justify-content:space-between}.entry-confirm-progress-track{position:absolute;top:40px;left:64px;right:64px;height:2px;background:#f3f4f6}.entry-confirm-progress-track>div{width:50%;height:100%;background:#d97706}.entry-confirm-progress-item{z-index:1;display:flex;flex-direction:column;align-items:center;gap:8px}.entry-confirm-progress-badge{width:32px;height:32px;border-radius:999px;display:grid;place-items:center;background:#f1f5f9;color:#94a3b8;font-size:12px;font-weight:700}.entry-confirm-progress-item.done .entry-confirm-progress-badge{background:#d97706;color:#fff}.entry-confirm-progress-item.done .entry-confirm-progress-badge .material-symbols-outlined{font-size:16px}.entry-confirm-progress-item.active .entry-confirm-progress-badge{background:#d97706;color:#fff;box-shadow:0 0 0 4px #fffbeb}.entry-confirm-progress-item p{margin:0;font-size:10px;color:#9ca3af;font-weight:500}.entry-confirm-progress-item.active p{color:#d97706;font-weight:700}.entry-confirm-main{flex:1;overflow-y:auto;padding:24px 24px 208px}.entry-confirm-title{text-align:center;margin-bottom:28px}.entry-confirm-title h2{margin:0 0 4px;font-size:18px;font-weight:700}.entry-confirm-title p{margin:0;font-size:12px;color:#64748b}.entry-confirm-card{border:1px solid #f3f4f6;border-radius:24px;background:#fff;overflow:hidden}.entry-confirm-card-body{padding:24px}.entry-confirm-card-body hr{border:0;border-top:1px solid #f8fafc;margin:20px 0}.entry-confirm-row label{display:block;margin:0 0 4px;font-size:11px;font-weight:700;color:#9ca3af;letter-spacing:.08em}.entry-confirm-row p{margin:0;font-size:15px;font-weight:700;color:#0f172a}.entry-confirm-inline{display:flex;align-items:center;gap:8px}.entry-confirm-inline span{padding:2px 8px;border-radius:6px;background:#fffbeb;color:#d97706;font-size:10px;font-weight:700}.entry-confirm-row-group{display:grid;gap:16px}.entry-confirm-payment{display:flex;align-items:center;gap:8px}.entry-confirm-payment .material-symbols-outlined{color:#d97706;font-size:20px}.entry-confirm-total{background:#f8fafc99;border-top:1px solid #f3f4f6;padding:24px;display:flex;align-items:center;justify-content:space-between}.entry-confirm-total span{font-size:12px;font-weight:700}.entry-confirm-total strong{font-size:32px;font-weight:900;color:#d97706}.entry-confirm-note{margin:24px 8px 0;display:flex;align-items:flex-start;gap:8px}.entry-confirm-note .material-symbols-outlined{font-size:16px;color:#d97706;margin-top:1px}.entry-confirm-note p{margin:0;font-size:10px;line-height:1.65;color:#64748b}.entry-confirm-error{margin:12px 8px 0;color:#dc2626;font-size:12px}.entry-confirm-footer{position:absolute;bottom:0;left:0;width:100%;padding:40px 24px 32px;z-index:50}.entry-confirm-footer-actions{display:grid;gap:16px}.entry-confirm-footer-actions>button{width:100%;border:0;border-radius:16px;height:56px;display:flex;align-items:center;justify-content:center;gap:8px;font-size:16px;font-weight:700}.entry-confirm-footer-actions>button:first-child{background:#d97706;color:#fff;box-shadow:0 12px 28px #d977064d}.entry-confirm-footer-actions>button:first-child:disabled{opacity:.65}.entry-confirm-footer-actions>button.secondary{height:auto;background:transparent;color:#64748b;font-size:14px;font-weight:500}.entry-confirm-empty{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:24px}.entry-confirm-empty h1{margin:0 0 8px;font-size:18px}.entry-confirm-empty p{margin:0 0 20px;color:#64748b;font-size:12px}.entry-confirm-empty button{border:0;background:#d97706;color:#fff;padding:12px 16px;border-radius:12px;font-weight:700}.entry-complete-root{max-width:448px;margin:0 auto;min-height:100vh;background:#fcfcfc;box-shadow:0 16px 56px #0f172a26;position:relative;overflow:hidden;display:flex;flex-direction:column}.entry-complete-header{padding:24px 20px 16px;display:flex;align-items:center;justify-content:space-between;background:#fff;border-bottom:1px solid #f3f4f6}.entry-complete-header h1{margin:0;font-size:16px;font-weight:700;color:#1e293b}.entry-complete-spacer{width:40px}.entry-complete-progress{padding:24px;background:#fff;position:relative;display:flex;justify-content:space-between}.entry-complete-progress-track{position:absolute;top:40px;left:64px;right:64px;height:2px;background:#f3f4f6}.entry-complete-progress-track>div{width:100%;height:100%;background:#d97706}.entry-complete-progress-item{z-index:1;display:flex;flex-direction:column;align-items:center;gap:8px}.entry-complete-progress-badge{width:32px;height:32px;border-radius:999px;display:grid;place-items:center;background:#f1f5f9;color:#94a3b8;font-size:12px;font-weight:700}.entry-complete-progress-item.done .entry-complete-progress-badge{background:#d97706;color:#fff}.entry-complete-progress-item.done .entry-complete-progress-badge .material-symbols-outlined{font-size:16px}.entry-complete-progress-item.active .entry-complete-progress-badge{background:#d97706;color:#fff;box-shadow:0 0 0 4px #fffbeb}.entry-complete-progress-item p{margin:0;font-size:10px;color:#9ca3af;font-weight:500}.entry-complete-progress-item.active p{color:#d97706;font-weight:700}.entry-complete-main{flex:1;overflow-y:auto;padding:48px 24px 208px}.entry-complete-center{text-align:center}.entry-complete-icon-wrap{width:96px;height:96px;margin:0 auto 32px;border-radius:999px;background:#fffbeb;display:grid;place-items:center}.entry-complete-icon-wrap .material-symbols-outlined{font-size:56px;color:#d97706;font-variation-settings:"wght" 600}.entry-complete-title{margin-bottom:40px}.entry-complete-title h2{margin:0 0 12px;font-size:28px;line-height:1.4;font-weight:700;letter-spacing:-.01em}.entry-complete-title p{margin:0;font-size:12px;color:#64748b;line-height:1.65}.entry-complete-card{border:1px solid #f3f4f6;border-radius:24px;background:#fff;padding:24px;text-align:left}.entry-complete-card hr{border:0;border-top:1px solid #f8fafc;margin:20px 0}.entry-complete-row label{display:block;margin-bottom:4px;font-size:11px;font-weight:700;color:#9ca3af;letter-spacing:.08em}.entry-complete-row p{margin:0;font-size:16px;font-weight:700;color:#0f172a}.entry-complete-receipt{display:inline-flex;align-items:center;background:#f8fafc;border-radius:10px;padding:6px 12px;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:15px;font-weight:700;color:#1e293b}.entry-complete-note{margin-top:36px;padding:0 16px}.entry-complete-note p{margin:0;font-size:11px;color:#64748b;line-height:1.8}.entry-complete-footer{position:absolute;bottom:0;left:0;width:100%;padding:40px 24px;z-index:50}.entry-complete-footer-actions{display:grid;gap:12px}.entry-complete-footer-actions .primary,.entry-complete-footer-actions .secondary{width:100%;height:56px;border-radius:16px;display:flex;align-items:center;justify-content:center;gap:8px;font-size:16px;font-weight:700;text-decoration:none}.entry-complete-footer-actions .primary{border:0;background:#d97706;color:#fff;box-shadow:0 12px 28px #d977064d}.entry-complete-footer-actions .secondary{border:2px solid rgba(217,119,6,.2);background:#fff;color:#d97706}.entry-review-root{max-width:448px;margin:0 auto;min-height:100vh;background:#fcfcfc;box-shadow:0 16px 56px #0f172a26;overflow:hidden;display:flex;flex-direction:column;position:relative}.entry-review-header{position:sticky;top:0;z-index:30;display:flex;align-items:center;gap:16px;padding:16px 24px;background:#fcfcfce6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid #f1f5f9}.entry-review-header button{width:40px;height:40px;border-radius:999px;border:1px solid #f1f5f9;background:#fff;color:#64748b;display:inline-flex;align-items:center;justify-content:center}.entry-review-header h1{margin:0;color:#1e293b;font-size:16px;line-height:1.2;font-weight:700;letter-spacing:-.01em}.entry-review-main{flex:1;overflow-y:auto;padding:24px 24px 180px}.entry-review-receipt{border-radius:16px;border:2px dashed #e5e7eb;background:#fff;padding:24px;text-align:center}.entry-review-receipt p{margin:0 0 4px;color:#64748b;font-size:10px;line-height:1;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.entry-review-receipt strong{color:#1e293b;font-size:30px;line-height:1.2;letter-spacing:.08em}.entry-review-block{margin-top:24px}.entry-review-head{display:flex;align-items:center;gap:8px;margin-bottom:14px}.entry-review-head .material-symbols-outlined{color:#d97706;font-size:20px}.entry-review-head h2{margin:0;color:#64748b;font-size:11px;line-height:1;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.entry-review-body{padding-left:28px}.entry-review-body .title,.entry-review-body span{color:#1e293b;font-size:14px;line-height:1.45;font-weight:700}.entry-review-body label{display:block;margin:0 0 2px;color:#64748b;font-size:10px;line-height:1;font-weight:500}.inline-grid{margin-top:12px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.entry-review-team-row{display:flex;align-items:flex-end;justify-content:space-between;gap:8px}.entry-review-team-row em{border-radius:6px;background:#fffbeb;color:#d97706;font-style:normal;font-size:10px;line-height:1;font-weight:700;padding:4px 8px}.entry-review-body.stack{display:flex;flex-direction:column;gap:14px}.entry-review-main>hr{margin:24px 0 0;border:0;border-top:1px solid #f1f5f9}.entry-review-payment-card{margin-left:28px;border-radius:12px;background:#f9fafb;padding:14px;display:flex;flex-direction:column;gap:12px}.entry-review-payment-card>div{display:flex;align-items:center;justify-content:space-between;gap:8px}.entry-review-payment-card span{font-size:12px;font-weight:600}.entry-review-payment-card .status{display:inline-flex;align-items:center;gap:4px;font-size:12px;font-weight:700}.entry-review-payment-card .status .material-symbols-outlined{font-size:16px}.entry-review-payment-card .status.ok{color:#10b981}.entry-review-payment-card .status.pending{color:#64748b}.entry-review-payment-card .total-row{border-top:1px solid #e5e7eb;padding-top:8px}.entry-review-payment-card .total-row strong{color:#d97706;font-size:18px;line-height:1.2;font-weight:700}.entry-review-footer{position:fixed;bottom:0;width:100%;max-width:448px;z-index:40;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-top:1px solid #f1f5f9;padding:16px 24px calc(24px + env(safe-area-inset-bottom,0px))}.entry-review-footer .roster-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.entry-review-footer .roster-row .left{display:inline-flex;align-items:center;gap:6px;color:#1e293b;font-size:12px;font-weight:700}.entry-review-footer .roster-row .left .material-symbols-outlined{color:#9ca3af;font-size:18px}.entry-review-footer .badge{border-radius:6px;font-size:10px;line-height:1;font-weight:700;padding:4px 8px}.entry-review-footer .badge.ng{color:#ef4444;background:#fef2f2}.entry-review-footer .badge.ok{color:#10b981;background:#ecfdf5}.entry-review-footer .submit-btn{width:100%;min-height:52px;border-radius:12px;background:#d97706;color:#fff;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-size:14px;font-weight:700;box-shadow:0 12px 28px #d9770640}.entry-review-empty{max-width:448px;margin:0 auto;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;text-align:center;padding:24px}.entry-review-empty h1{margin:0;color:#1e293b;font-size:20px;line-height:1.3;font-weight:700}.entry-review-empty p{margin:0;color:#64748b;font-size:14px;line-height:1.6}.entry-review-empty button{border-radius:999px;border:1px solid #e5e7eb;background:#fff;color:#334155;min-height:40px;padding:0 18px;font-size:13px;font-weight:700}.roster-submit-root{max-width:448px;margin:0 auto;min-height:100vh;background:#fcfcfc;box-shadow:0 16px 56px #0f172a26;overflow:hidden;display:flex;flex-direction:column;position:relative}.roster-submit-header{position:sticky;top:0;z-index:30;display:flex;align-items:center;gap:16px;padding:20px 24px;background:#fcfcfce6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.roster-submit-header button{width:40px;height:40px;border-radius:999px;border:1px solid #f1f5f9;background:#fff;color:#64748b;display:inline-flex;align-items:center;justify-content:center}.roster-submit-header h1{margin:0;color:#1e293b;font-size:18px;line-height:1.2;font-weight:700;letter-spacing:-.01em}.roster-submit-main{flex:1;overflow-y:auto;padding:0 24px 180px}.roster-submit-main.submitted{padding-bottom:190px}.roster-submit-tournament{margin:8px 0 14px;border-radius:12px;border:1px solid rgba(217,119,6,.12);background:#fffbeb;padding:14px}.roster-submit-tournament p{margin:0 0 4px;font-size:10px;line-height:1;font-weight:700;letter-spacing:.08em;color:#d97706;text-transform:uppercase}.roster-submit-tournament h2{margin:0;color:#1e293b;font-size:16px;line-height:1.35;font-weight:700}.roster-submitted-summary{margin:8px 0 14px;border-radius:16px;border:1px solid #f1f5f9;background:#fff;box-shadow:0 2px 8px #0f172a0d;padding:16px}.roster-submitted-summary .top{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.roster-submitted-summary .top p{margin:0 0 4px;color:#d97706;font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.roster-submitted-summary .top h2{margin:0;color:#1e293b;font-size:18px;line-height:1.35;font-weight:700}.roster-submitted-summary .status{display:flex;flex-direction:column;align-items:flex-end;gap:4px}.roster-submitted-summary .status span{display:inline-flex;align-items:center;gap:6px;border-radius:999px;background:#10b9811f;color:#10b981;font-size:11px;font-weight:700;padding:4px 10px}.roster-submitted-summary .status small{color:#64748b;font-size:10px;font-weight:600}.submitted-count{margin-top:14px;padding-top:12px;border-top:1px solid #f8fafc;display:flex;align-items:center;gap:12px}.submitted-count .avatars{display:flex;align-items:center;margin-left:2px}.submitted-count .avatars img,.submitted-count .avatars em{width:26px;height:26px;border-radius:999px;border:2px solid #fff;box-shadow:0 1px 2px #0f172a0f}.submitted-count .avatars img+img,.submitted-count .avatars img+em,.submitted-count .avatars em+img,.submitted-count .avatars em+em{margin-left:-8px}.submitted-count .avatars em{font-style:normal;background:#f3f4f6;color:#64748b;display:inline-flex;align-items:center;justify-content:center;font-size:9px;font-weight:700}.submitted-count p{margin:0;color:#64748b;font-size:12px;font-weight:600}.roster-submitted-list{display:flex;flex-direction:column;gap:12px}.roster-submitted-card{border-radius:16px;border:1px solid #f1f5f9;background:#fff;overflow:hidden;box-shadow:0 2px 8px #0f172a0a}.roster-submitted-card .head{padding:14px;display:flex;align-items:center;justify-content:space-between;gap:10px}.roster-submitted-card .head .left{min-width:0;display:flex;align-items:center;gap:12px}.roster-submitted-card .avatar{width:44px;height:44px;border-radius:999px;border:1px solid #e5e7eb;background:#f8fafc;display:grid;place-items:center}.roster-submitted-card .avatar span{font-size:15px;font-weight:700;color:#64748b}.roster-submitted-card h4{margin:0 0 2px;color:#1e293b;font-size:14px;font-weight:700}.roster-submitted-card p{margin:0;color:#64748b;font-size:11px}.roster-submitted-card .chip{border-radius:6px;font-size:10px;font-weight:700;padding:4px 8px}.roster-submitted-card .chip.member{background:#fffbeb;color:#d97706}.roster-submitted-card .chip.guest{background:#f3f4f6;color:#64748b}.roster-submitted-card .meta{border-top:1px solid #f8fafc;padding:12px 14px 14px;display:flex;flex-direction:column;gap:8px}.roster-submitted-card .meta>div{display:flex;align-items:flex-start;gap:10px}.roster-submitted-card .meta small{width:58px;flex-shrink:0;color:#64748b;font-size:11px;font-weight:500}.roster-submitted-card .meta span{color:#1e293b;font-size:11px;line-height:1.5;font-weight:600}.roster-submit-section{margin:20px 0}.roster-submit-section-head{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:14px}.roster-submit-section-head .left{display:flex;align-items:center;gap:8px}.roster-submit-section-head .bar{width:6px;height:16px;border-radius:999px;background:#d97706}.roster-submit-section-head h3{margin:0;color:#1e293b;font-size:14px;line-height:1.2;font-weight:700}.roster-submit-section-head small{color:#64748b;font-size:11px;line-height:1;font-weight:700}.roster-submit-section-head .count{border-radius:999px;background:#f3f4f6;color:#64748b;font-size:10px;line-height:1;font-weight:700;padding:4px 8px}.roster-submit-member-list{display:flex;flex-direction:column;gap:10px}.roster-submit-member-card{border-radius:12px;border:1px solid #f1f5f9;background:#fff;padding:14px;display:flex;align-items:center;justify-content:space-between;gap:10px}.roster-submit-member-card .left{min-width:0;display:flex;align-items:center;gap:12px}.roster-submit-member-card .avatar-wrap{position:relative}.roster-submit-member-card img{width:44px;height:44px;border-radius:999px;object-fit:cover;border:1px solid #e5e7eb}.roster-submit-member-card .status-dot{position:absolute;right:-2px;bottom:-2px;width:14px;height:14px;border-radius:999px;border:2px solid #fff}.roster-submit-member-card .status-dot.ok{background:#22c55e}.roster-submit-member-card .status-dot.warn{background:#ef4444}.roster-submit-member-card h4{margin:0 0 2px;color:#1e293b;font-size:14px;line-height:1.2;font-weight:700;display:inline-flex;align-items:center;gap:6px}.roster-submit-member-card h4 .submitted-chip{font-style:normal;border-radius:999px;background:#10b9811f;color:#10b981;font-size:10px;line-height:1;font-weight:700;padding:3px 8px}.roster-submit-member-card p{margin:0;color:#64748b;font-size:11px;line-height:1.3;font-weight:500}.roster-submit-member-card p.warn-text{color:#ef4444;font-weight:700;display:inline-flex;align-items:center;gap:2px}.roster-submit-member-card p.warn-text .material-symbols-outlined{font-size:12px}.roster-submit-member-card input[type=checkbox]{width:20px;height:20px}.roster-submit-show-more{margin-top:12px;width:100%;border-radius:12px;border:1px solid #f1f5f9;background:#f9fafb;color:#64748b;min-height:46px;display:inline-flex;align-items:center;justify-content:center;gap:4px;font-size:12px;font-weight:700}.roster-submit-manual-form{border-radius:16px;border:1px solid #f1f5f9;background:#fff;box-shadow:0 1px 2px #0f172a0d;padding:16px;display:flex;flex-direction:column;gap:12px}.roster-submit-manual-form .grid-two{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.roster-submit-manual-form label{display:block;margin-bottom:4px;color:#64748b;font-size:10px;line-height:1;font-weight:700}.roster-submit-manual-form input,.roster-submit-manual-form textarea{width:100%;border-radius:8px;border:1px solid #e5e7eb;background:#f9fafb;color:#1e293b;font-size:14px;padding:10px 12px}.roster-submit-manual-form input:focus,.roster-submit-manual-form textarea:focus{outline:2px solid rgba(217,119,6,.35);border-color:#d97706}.roster-submit-manual-form textarea{resize:vertical;min-height:56px}.roster-submit-manual-form .add-manual-btn{margin-top:4px;border-radius:12px;border:2px dashed rgba(217,119,6,.3);background:transparent;color:#d97706;min-height:46px;display:inline-flex;align-items:center;justify-content:center;gap:6px;font-size:14px;font-weight:700}.roster-submit-manual-added{margin-top:12px}.roster-submit-manual-added .label{margin:0 0 8px;color:#64748b;font-size:11px;line-height:1.2;font-weight:700}.selected-chip-wrap{border-radius:12px;border:1px solid #e5e7eb;background:#f3f4f673;padding:10px;display:flex;flex-wrap:wrap;gap:8px}.selected-chip-wrap .empty{color:#94a3b8;font-size:12px;line-height:1.3;font-weight:500}.selected-chip{border-radius:999px;border:1px solid #e5e7eb;background:#fff;min-height:34px;padding:0 10px;display:inline-flex;align-items:center;gap:4px}.selected-chip span{color:#1e293b;font-size:12px;font-weight:700}.selected-chip button{width:20px;height:20px;border:0;border-radius:999px;background:transparent;color:#9ca3af;display:inline-flex;align-items:center;justify-content:center}.selected-chip button .material-symbols-outlined{font-size:15px}.selected-chip-actions{display:inline-flex;align-items:center;gap:2px}.selected-chip-actions button.danger{color:#ef4444}.roster-submit-error{margin:8px 0 0;border-radius:10px;border:1px solid rgba(239,68,68,.25);background:#fef2f2;color:#ef4444;font-size:12px;line-height:1.4;font-weight:600;padding:10px 12px}.roster-submit-footer{position:absolute;bottom:0;left:0;right:0;z-index:40;border-top:1px solid #f1f5f9;background:#fffffff2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:16px 24px 40px}.roster-submit-footer button{width:100%;height:56px;border:0;border-radius:16px;background:#d97706;color:#fff;box-shadow:0 12px 28px #d9770647;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-size:16px;line-height:1;font-weight:700}.roster-submit-footer .resubmit-link{width:100%;height:56px;border:2px solid #d97706;border-radius:16px;color:#d97706;background:#fff;display:inline-flex;align-items:center;justify-content:center;gap:8px;text-decoration:none;font-size:16px;line-height:1;font-weight:700}.roster-submit-footer .resubmit-link .material-symbols-outlined{font-size:18px}.roster-submit-footer .deadline-note{margin:10px 0 0;text-align:center;color:#64748b;font-size:10px;font-weight:600}.roster-submit-footer button:disabled{opacity:.5;box-shadow:none}.roster-submit-footer button .material-symbols-outlined{font-size:18px}.ntf-root{max-width:448px;margin:0 auto;min-height:100vh;background:#fcfcfc;box-shadow:0 16px 56px #0f172a26;position:relative;overflow:hidden;display:flex;flex-direction:column}.ntf-header{position:sticky;top:0;z-index:30;background:#fcfcfce6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:20px 16px;display:flex;align-items:center}.ntf-header button{width:40px;height:40px;border:0;border-radius:999px;background:transparent;color:#1e293b;display:flex;align-items:center;justify-content:flex-start}.ntf-header h1{margin:0 40px 0 0;flex:1;text-align:center;font-size:18px;font-weight:700;letter-spacing:-.01em}.ntf-main{flex:1;overflow-y:auto;padding-bottom:112px}.ntf-list{border-top:1px solid #f3f4f6;border-bottom:1px solid #f3f4f6}.ntf-row{width:100%;border:0;background:#fff;padding:20px 24px;display:flex;align-items:flex-start;gap:16px;text-align:left;position:relative;border-bottom:1px solid #f3f4f6}.ntf-row:last-child{border-bottom:0}.ntf-row.unread{background:#fffbeb59}.ntf-dot{position:absolute;left:8px;top:50%;transform:translateY(-50%);width:8px;height:8px;border-radius:999px;background:#d97706}.ntf-icon-wrap{width:48px;height:48px;flex-shrink:0;border-radius:999px;border:1px solid #f3f4f6;background:#f8fafc;display:grid;place-items:center;box-shadow:0 1px 2px #0f172a0f}.ntf-icon-wrap .material-symbols-outlined{color:#9ca3af}.ntf-icon-wrap .material-symbols-outlined.hot{color:#d97706}.ntf-text{min-width:0;flex:1}.ntf-title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:8px;margin-bottom:4px}.ntf-title-row h3{margin:0;font-size:14px;font-weight:700;color:#1e293b;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ntf-title-row span{font-size:10px;color:#64748b;flex-shrink:0}.ntf-text p{margin:0;font-size:12px;line-height:1.6;color:#64748b;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.ntf-error{margin:12px 24px 0;color:#dc2626;font-size:12px}.ntf-empty{margin:0;padding:24px;color:#64748b;font-size:13px}.ntf-load-more{padding:40px 0;text-align:center}.ntf-load-more button{border:0;border-radius:999px;background:#fffbeb;color:#d97706;font-size:12px;font-weight:500;padding:8px 24px}.ntf-nav{position:absolute;bottom:0;width:100%;padding:12px 24px 32px;border-top:1px solid #f3f4f6;background:#fffffff2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:40}.ntf-nav-row{display:flex;align-items:center;justify-content:space-between}.ntf-nav-item{display:inline-flex;flex-direction:column;align-items:center;gap:4px;color:#64748b;text-decoration:none;font-size:10px;font-weight:500}.ntf-nav-center{position:relative;top:-16px}.ntf-nav-center button{width:56px;height:56px;border:0;border-radius:16px;background:#d97706;color:#fff;box-shadow:0 10px 20px #d977064d;display:grid;place-items:center}.ntf-nav-center .material-symbols-outlined{font-size:30px}.j7-nav,.tm-nav,.mp-nav,.help-nav,.pay-nav,.tsrch-nav,.ntf-nav,.pastres-nav,.tdlv-nav,.td-bottom-nav{position:fixed;left:50%;bottom:0;width:100%;max-width:448px;transform:translate(-50%);padding:8px 8px 0;border-top:1px solid #e5e7eb;background:#fff;-webkit-backdrop-filter:none;backdrop-filter:none;z-index:40}.j7-nav-row,.tm-nav-row,.mp-nav-row,.help-nav-row,.pay-nav-row,.tsrch-nav-row,.ntf-nav-row,.pastres-nav-row,.tdlv-nav-row{height:56px;display:flex;align-items:center;justify-content:space-around}.j7-nav-item,.tm-nav-item,.mp-nav-item,.help-nav-item,.pay-nav-item,.tsrch-nav-item,.ntf-nav-item,.pastres-nav-item,.tdlv-nav-row a,.td-bottom-nav a{width:64px;color:#64748b;text-decoration:none;display:flex;flex-direction:column;align-items:center;gap:2px}.j7-nav-item .material-symbols-outlined,.tm-nav-item .material-symbols-outlined,.mp-nav-item .material-symbols-outlined,.help-nav-item .material-symbols-outlined,.pay-nav-item .material-symbols-outlined,.tsrch-nav-item .material-symbols-outlined,.ntf-nav-item .material-symbols-outlined,.pastres-nav-item .material-symbols-outlined,.tdlv-nav-row a .material-symbols-outlined,.td-bottom-nav a .material-symbols-outlined{font-size:24px}.j7-nav-item span:last-child,.tm-nav-item span:last-child,.mp-nav-item span:last-child,.help-nav-item span:last-child,.pay-nav-item span:last-child,.tsrch-nav-item span:last-child,.ntf-nav-item span:last-child,.pastres-nav-item span:last-child,.tdlv-nav-row a span:last-child,.td-bottom-nav a span:last-child{font-size:10px;font-weight:500}.j7-nav-item.active,.tm-nav-item.active,.mp-nav-item.active,.help-nav-item.active,.pay-nav-item.active,.tsrch-nav-item.active,.ntf-nav-item.active,.pastres-nav-item.active,.tdlv-nav-row a.active,.td-bottom-nav a.active{color:#d97706}.j7-nav-item.active .material-symbols-outlined,.tm-nav-item.active .material-symbols-outlined,.mp-nav-item.active .material-symbols-outlined,.help-nav-item.active .material-symbols-outlined,.pay-nav-item.active .material-symbols-outlined,.tsrch-nav-item.active .material-symbols-outlined,.ntf-nav-item.active .material-symbols-outlined,.pastres-nav-item.active .material-symbols-outlined,.tdlv-nav-row a.active .material-symbols-outlined,.td-bottom-nav a.active .material-symbols-outlined{font-variation-settings:"FILL" 1}.j7-nav-center,.tm-nav-center,.mp-nav-center,.help-nav-center,.pay-nav-center,.tsrch-nav-center,.ntf-nav-center,.pastres-nav-center,.tdlv-nav-center{position:relative;top:-20px}.j7-nav-center button,.tm-nav-center button,.mp-nav-center button,.help-nav-center button,.pay-nav-center button,.tsrch-nav-center button,.ntf-nav-center button,.pastres-nav-center button,.tdlv-nav-center button{width:56px;height:56px;border:1px solid #e5e7eb;border-radius:999px;background:#fff;color:#1e293b;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 18px #0f172a1f}.j7-nav-center button .material-symbols-outlined,.tm-nav-center button .material-symbols-outlined,.mp-nav-center button .material-symbols-outlined,.help-nav-center button .material-symbols-outlined,.pay-nav-center button .material-symbols-outlined,.tsrch-nav-center button .material-symbols-outlined,.ntf-nav-center button .material-symbols-outlined,.pastres-nav-center button .material-symbols-outlined,.tdlv-nav-center button .material-symbols-outlined{width:28px;height:28px;font-size:0;color:transparent;background:center/contain no-repeat url(/ts-brand-logo-1.svg)}.adash-root{max-width:448px;margin:0 auto;min-height:max(884px,100dvh);background:#f8f9fa;color:#0f172a;font-family:LINE Seed JP,system-ui,sans-serif;position:relative;padding-bottom:112px}.adash-header{position:sticky;top:0;z-index:20;background:#f8f9faf5;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-bottom:1px solid #e5e7eb}.adash-header-row{padding:12px 16px;display:flex;align-items:center;justify-content:space-between}.adash-welcome{margin:0 0 2px;font-size:12px;font-weight:500;color:#64748b}.adash-title{margin:0;font-size:24px;line-height:1.25;font-weight:700;color:#0f172a}.adash-settings{border:0;background:transparent;width:40px;height:40px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;color:#0f172a}.adash-settings:active{background:#eef2f7}.adash-settings .material-symbols-outlined{font-size:26px}.adash-search-wrap{margin:0 16px 16px;position:relative}.adash-search-wrap .material-symbols-outlined{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#64748b;font-size:20px}.adash-search-wrap input{width:100%;border:0;border-radius:999px;background:#fff;color:#0f172a;padding:12px 14px 12px 40px;box-shadow:0 1px 2px #0f172a14;outline:none}.adash-search-wrap input::placeholder{color:#64748b}.adash-search-wrap input:focus{box-shadow:0 0 0 2px #1e3a8a52}.adash-main{padding-top:16px;display:flex;flex-direction:column;gap:24px}.adash-section-head{padding:0 16px;display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.adash-section-head h3,.adash-task-section h3{margin:0;font-size:20px;font-weight:700;color:#0f172a}.adash-section-head a{text-decoration:none;font-size:14px;font-weight:500;color:#1e3a8a}.adash-tournament-scroll{display:flex;gap:16px;overflow-x:auto;padding:0 16px 8px;scroll-snap-type:x mandatory;-ms-overflow-style:none;scrollbar-width:none}.adash-tournament-scroll::-webkit-scrollbar{display:none}.adash-empty{margin:0;background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:12px;color:#64748b;font-size:12px;min-width:220px}.adash-tournament-card{scroll-snap-align:center;min-width:85vw;max-width:320px;background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;box-shadow:0 1px 2px #0f172a14}.adash-tournament-media{height:128px;position:relative}.adash-tournament-media img{width:100%;height:100%;object-fit:cover}.adash-media-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#00000094,#0000)}.adash-chip{position:absolute;left:16px;bottom:12px;padding:4px 8px;border-radius:6px;font-size:12px;font-weight:700;color:#fff}.adash-chip.is-primary{background:#1e3a8ae6}.adash-chip.is-success{background:#059669eb}.adash-tournament-body{padding:16px;display:flex;flex-direction:column;gap:12px}.adash-meta{margin:0 0 4px;color:#64748b;font-size:12px}.adash-tournament-body h4{margin:0;font-size:16px;font-weight:700;color:#0f172a}.adash-progress-head{display:flex;justify-content:space-between;font-size:12px;margin-bottom:6px}.adash-progress-head span{color:#64748b}.adash-progress-head strong{color:#0f172a}.adash-progress-track{width:100%;height:8px;border-radius:999px;overflow:hidden;background:#e5e7eb}.adash-progress-fill{height:100%;background:#1e3a8a;border-radius:999px}.adash-card-foot{border-top:1px solid #f1f5f9;margin-top:4px;padding-top:10px;display:flex;align-items:center;justify-content:space-between}.adash-card-foot>div{display:flex;flex-direction:column;gap:2px}.adash-card-foot span{font-size:12px;color:#64748b}.adash-card-foot strong{font-size:14px;color:#0f172a}.adash-card-foot button{border:0;background:transparent;color:#64748b;width:32px;height:32px;border-radius:999px}.adash-card-foot button .material-symbols-outlined{font-size:20px}.adash-kpi-grid{padding:0 16px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.adash-kpi-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 1px 2px #0f172a14;padding:16px;display:flex;flex-direction:column;gap:4px}.adash-kpi-label{font-size:12px;color:#64748b;display:inline-flex;align-items:center;gap:4px}.adash-kpi-label .material-symbols-outlined{font-size:16px;color:#1e3a8a}.adash-kpi-value{font-size:30px;line-height:1.2;color:#0f172a}.adash-kpi-trend{font-size:10px;color:#059669;display:inline-flex;align-items:center;gap:2px}.adash-kpi-trend .material-symbols-outlined{font-size:12px}.adash-task-section{padding:0 16px;margin-bottom:24px}.adash-task-list{margin-top:12px;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;background:#fff;box-shadow:0 1px 2px #0f172a14}.adash-task-item{border:0;width:100%;text-align:left;background:#fff;padding:16px;display:flex;align-items:center;justify-content:space-between}.adash-task-item+.adash-task-item{border-top:1px solid #f1f5f9}.adash-task-left{display:flex;align-items:center;gap:12px}.adash-task-icon{width:40px;height:40px;border-radius:999px;display:flex;align-items:center;justify-content:center}.adash-task-icon.primary{color:#1e3a8a;background:#1e3a8a1f}.adash-task-icon.amber{color:#b45309;background:#fef3c7}.adash-task-icon.slate{color:#475569;background:#f1f5f9}.adash-task-left p{margin:0 0 2px;font-size:14px;font-weight:700;color:#0f172a}.adash-task-left small{display:block;margin:0;font-size:12px;color:#64748b}.adash-task-right{display:flex;align-items:center;gap:8px}.adash-count{font-size:12px;font-weight:700;border-radius:999px;padding:4px 10px}.adash-count.primary{background:#1e3a8ae6;color:#fff}.adash-count.amber{background:#fef3c7;color:#92400e}.adash-count.slate{background:#f1f5f9;color:#334155}.adash-task-right .material-symbols-outlined{color:#cbd5e1;font-size:20px}.adash-bottom-nav{position:fixed;bottom:0;left:0;right:0;z-index:40;background:#fff;border-top:1px solid #e5e7eb;padding:8px 24px 20px}.adash-bottom-nav-inner{max-width:448px;margin:0 auto;display:flex;align-items:center;justify-content:space-between}.adash-nav-btn{min-width:48px;text-decoration:none;color:#9ca3af;display:flex;flex-direction:column;align-items:center;gap:2px}.adash-nav-btn .material-symbols-outlined{font-size:24px}.adash-nav-btn span:last-child{font-size:10px;font-weight:500}.adash-nav-btn.is-active{color:#1e3a8a;font-weight:700}.adash-nav-btn.is-active .material-symbols-outlined{font-variation-settings:"FILL" 1}.adash-nav-notify{position:relative}.adash-notify-dot{position:absolute;top:0;right:4px;width:8px;height:8px;border-radius:999px;background:#ef4444;border:1px solid #ffffff}@media (min-width: 768px){.adash-tournament-card{min-width:320px}}.adlogin-root{min-height:max(884px,100dvh);background:#f8f9fa;color:#0f172a;display:flex;align-items:center;justify-content:center;padding:32px 24px}.adlogin-panel{width:100%;max-width:360px;display:flex;flex-direction:column;align-items:center}.adlogin-head{text-align:center;margin-bottom:40px}.adlogin-logo{width:64px;height:64px;margin:0 auto 24px;border-radius:16px;background:#1e3a8a;color:#fff;font-size:32px;font-weight:700;line-height:1;display:grid;place-items:center;box-shadow:0 12px 28px #1e3a8a47}.adlogin-head h1{margin:0;font-size:32px;line-height:1.15;color:#0f172a;letter-spacing:-.01em}.adlogin-head p{margin:8px 0 0;font-size:14px;color:#64748b}.adlogin-form{width:100%;display:flex;flex-direction:column;gap:20px}.adlogin-field label{display:block;margin-bottom:6px;font-size:14px;font-weight:700;color:#0f172a}.adlogin-input-wrap{position:relative}.adlogin-input-wrap>.material-symbols-outlined{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#64748b;font-size:20px}.adlogin-input-wrap input{width:100%;height:56px;padding:0 40px;border:1px solid #e5e7eb;border-radius:12px;background:#fff;color:#0f172a;font-size:16px;box-shadow:0 1px 2px #0f172a14;outline:none}.adlogin-input-wrap input::placeholder{color:#64748b99}.adlogin-input-wrap input:focus{border-color:#1e3a8a;box-shadow:0 0 0 2px #1e3a8a33}.adlogin-toggle{position:absolute;right:6px;top:50%;transform:translateY(-50%);border:0;background:transparent;width:36px;height:36px;border-radius:999px;color:#64748b;display:grid;place-items:center}.adlogin-toggle .material-symbols-outlined{font-size:20px}.adlogin-error{margin:-4px 0 0;color:#b91c1c;font-size:12px;font-weight:600}.adlogin-submit{margin-top:8px;width:100%;border:0;border-radius:12px;height:56px;background:#1e3a8a;color:#fff;font-size:16px;font-weight:700;box-shadow:0 8px 22px #1e3a8a40}.adlogin-divider{margin:24px 0;width:100%;position:relative;text-align:center}.adlogin-divider:before{content:"";position:absolute;top:50%;left:0;right:0;height:1px;background:#e5e7eb}.adlogin-divider span{position:relative;z-index:1;padding:0 12px;background:#f8f9fa;color:#64748b;font-size:14px}.adlogin-google-btn{width:100%;height:56px;border:1px solid #dadce0;border-radius:12px;background:#fff;color:#3c4043;font-size:16px;font-weight:500;display:flex;align-items:center;justify-content:center;gap:12px}.adlogin-google-btn img{width:20px;height:20px}.adlogin-foot-links{margin-top:32px;display:flex;flex-direction:column;align-items:center;gap:16px}.adlogin-foot-links button{border:0;background:transparent;color:#1e3a8a;font-size:14px;font-weight:500;padding:0}.adlogin-foot-links p{margin:0;color:#64748b;font-size:14px;display:flex;align-items:center;gap:4px}.adlogin-foot-links a{color:#1e3a8a;font-weight:700;text-decoration:none}.adlogin-copyright{margin-top:32px;color:#64748b;font-size:12px;text-align:center}.adtour-root{max-width:448px;margin:0 auto;min-height:max(884px,100dvh);background:#f6f6f8;color:#0f172a;font-family:LINE Seed JP,system-ui,sans-serif;position:relative;padding-bottom:92px}.adtour-header{position:sticky;top:0;z-index:30;padding:24px 16px 16px;border-bottom:1px solid #e2e8f0;background:#ffffffd9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.adtour-head-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.adtour-head-top h1{margin:0;font-size:32px;line-height:1;font-weight:700;letter-spacing:-.02em}.adtour-create-btn{border:0;border-radius:999px;background:#1e3a8a;color:#fff;display:inline-flex;align-items:center;gap:4px;font-size:13px;font-weight:700;padding:8px 14px;box-shadow:0 6px 16px #1e3a8a38}.adtour-create-btn .material-symbols-outlined{font-size:18px}.adtour-search{position:relative}.adtour-search .material-symbols-outlined{position:absolute;top:50%;left:10px;transform:translateY(-50%);color:#94a3b8;font-size:20px}.adtour-search input{width:100%;height:44px;border:0;border-radius:12px;background:#f1f5f9;color:#0f172a;font-size:14px;outline:none;padding:0 14px 0 40px}.adtour-search input::placeholder{color:#64748b}.adtour-search input:focus{box-shadow:0 0 0 2px #1e3a8a33}.adtour-main{padding:16px}.adtour-filter-row{display:flex;gap:8px;overflow-x:auto;padding-bottom:14px;-ms-overflow-style:none;scrollbar-width:none}.adtour-filter-row button{border:1px solid #e2e8f0;background:#fff;color:#64748b;border-radius:999px;padding:8px 18px;white-space:nowrap;font-size:13px;font-weight:500}.adtour-filter-row button.active{border-color:#1e3a8a;background:#1e3a8a;color:#fff;box-shadow:0 8px 18px #1e3a8a33}.adtour-list{display:flex;flex-direction:column;gap:12px}.adtour-info{margin:0;border-radius:12px;padding:14px;background:#fff;border:1px solid #e2e8f0;color:#64748b;font-size:13px}.adtour-info.is-error{color:#b91c1c}.adtour-card{background:#fff;border:1px solid #f1f5f9;border-radius:12px;padding:16px;box-shadow:0 1px 2px #0f172a0d}.adtour-card.is-finished{opacity:.78}.adtour-card-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.adtour-card-head .material-symbols-outlined{color:#cbd5e1}.adtour-chip{display:inline-flex;align-items:center;gap:5px;border-radius:6px;padding:3px 8px;font-size:10px;font-weight:700;letter-spacing:.06em}.adtour-chip.recruiting{color:#1e3a8a;background:#1e3a8a1f}.adtour-chip.ongoing{color:#059669;background:#10b9811f}.adtour-chip.ongoing i{width:6px;height:6px;border-radius:999px;background:#10b981;animation:adtour-pulse 1.3s ease-in-out infinite}.adtour-chip.finished{color:#64748b;background:#e2e8f0}.adtour-card h3{margin:0 0 10px;font-size:22px;line-height:1.25;font-weight:700}.adtour-card.is-finished h3{color:#64748b;font-style:italic;text-decoration:line-through;text-decoration-color:#cbd5e1}.adtour-meta{display:flex;flex-direction:column;gap:8px}.adtour-meta p{margin:0;color:#64748b;font-size:13px;display:flex;align-items:center;gap:6px}.adtour-meta .material-symbols-outlined{font-size:18px}.adtour-foot{margin-top:14px;padding-top:14px;border-top:1px solid #f1f5f9;display:flex;align-items:center;justify-content:space-between;gap:10px}.adtour-foot small{display:block;margin-bottom:2px;color:#94a3b8;font-size:10px;font-weight:700;letter-spacing:.06em}.adtour-foot strong{color:#0f172a;font-size:18px}.adtour-foot strong span{color:#64748b;font-size:12px;font-weight:400}.adtour-progress-track{width:96px;height:8px;border-radius:999px;background:#e2e8f0;overflow:hidden}.adtour-progress-fill{height:100%;border-radius:999px;background:#1e3a8a}.adtour-live-tag{padding:6px 10px;border-radius:8px;font-size:11px;font-weight:700;color:#047857;background:#ecfdf5}.adtour-nav{position:fixed;bottom:0;left:0;right:0;max-width:448px;margin:0 auto;z-index:50;border-top:1px solid #e2e8f0;background:#ffffffe6;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);padding:0 24px}.adtour-nav-row{height:64px;display:flex;align-items:center;justify-content:space-between}.adtour-nav-item{text-decoration:none;color:#94a3b8;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;min-width:46px;font-size:10px;font-weight:500}.adtour-nav-item.active{color:#1e3a8a;font-weight:700}.adtour-nav-notify{position:relative}.adtour-nav-notify .dot{position:absolute;right:10px;top:8px;width:8px;height:8px;border-radius:999px;background:#ef4444;border:1px solid #fff}@keyframes adtour-pulse{0%,to{opacity:.4;transform:scale(1)}50%{opacity:1;transform:scale(1.25)}}.adntf-root{max-width:448px;margin:0 auto;min-height:max(884px,100dvh);background:#f8f9fa;color:#0f172a;font-family:LINE Seed JP,system-ui,sans-serif;padding-bottom:96px}.adntf-header{position:sticky;top:0;z-index:50;background:#f8f9faf5;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-bottom:1px solid #e5e7eb}.adntf-header-row{padding:12px 16px;display:flex;align-items:center;justify-content:space-between}.adntf-header-row h1{margin:0;font-size:22px;font-weight:700;color:#0f172a}.adntf-settings-btn{width:40px;height:40px;border:0;border-radius:999px;background:transparent;color:#0f172a;display:grid;place-items:center}.adntf-settings-btn .material-symbols-outlined{font-size:26px}.adntf-tabs{padding:0 16px;display:flex;border-bottom:1px solid #e5e7eb}.adntf-tabs button{flex:1;border:0;background:transparent;height:42px;color:#64748b;font-size:14px;font-weight:500}.adntf-tabs button.active{color:#1e3a8a;font-weight:700;border-bottom:2px solid #1e3a8a}.adntf-main{padding:16px;display:flex;flex-direction:column;gap:12px}.adntf-create-btn{height:48px;border-radius:12px;text-decoration:none;background:#1e3a8a;color:#fff;font-size:15px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;gap:6px;box-shadow:0 6px 16px #1e3a8a38}.adntf-create-btn .material-symbols-outlined{font-size:20px}.adntf-info{margin:0;background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:12px;font-size:12px;color:#64748b}.adntf-info.is-error{color:#b91c1c}.adntf-list{display:flex;flex-direction:column;gap:12px}.adntf-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 1px 2px #0f172a14;padding:14px}.adntf-card.is-important{border-left:4px solid #1e3a8a}.adntf-card-top{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:8px}.adntf-top-left{display:flex;align-items:center;gap:8px}.adntf-important{border-radius:999px;padding:2px 8px;background:#1e3a8a1f;color:#1e3a8a;font-size:10px;font-weight:700}.adntf-date{font-size:11px;color:#64748b}.adntf-status{display:inline-flex;align-items:center;gap:2px;font-size:11px;font-weight:600}.adntf-status .material-symbols-outlined{font-size:14px}.adntf-status.sent{color:#059669}.adntf-status.draft{color:#64748b}.adntf-card h3{margin:0 0 4px;color:#0f172a;font-size:14px;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.adntf-card p{margin:0 0 8px;color:#64748b;font-size:12px;line-height:1.45;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.adntf-scope{border-top:1px solid #f1f5f9;padding-top:8px;display:inline-flex;align-items:center;gap:6px;color:#64748b;font-size:12px}.adntf-scope .material-symbols-outlined{font-size:14px}.adntf-nav{position:fixed;bottom:0;left:0;right:0;z-index:40;max-width:448px;margin:0 auto;background:#fff;border-top:1px solid #e5e7eb;padding:8px 24px 20px}.adntf-nav-row{display:flex;justify-content:space-between;align-items:center}.adntf-nav-item{min-width:48px;text-decoration:none;color:#9ca3af;display:flex;flex-direction:column;align-items:center;gap:2px}.adntf-nav-item .material-symbols-outlined{font-size:24px}.adntf-nav-item span:last-child{font-size:10px;font-weight:500}.adntf-nav-item.active{color:#1e3a8a}.adntf-nav-item.active .material-symbols-outlined{font-variation-settings:"FILL" 1}.adntf-nav-item.active span:last-child{font-weight:700}.adtour-root{--tour-primary: #1e3a8a;max-width:448px;margin:0 auto;min-height:max(884px,100dvh);background:#f8f9fa;color:#0f172a;font-family:LINE Seed JP,system-ui,sans-serif;padding-bottom:96px}.adtour-head{position:sticky;top:0;z-index:50;background:#f8f9faf5;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);border-bottom:1px solid #e5e7eb}.adtour-head-top{padding:12px 16px;display:flex;align-items:center;justify-content:space-between;gap:8px}.adtour-head-left{display:flex;align-items:center;gap:8px;min-width:0}.adtour-back-btn{border:0;background:transparent;width:36px;height:36px;margin-left:-8px;border-radius:999px;color:#0f172a;display:grid;place-items:center}.adtour-head-left h1{margin:0;font-size:18px;font-weight:700;line-height:1.2}.adtour-create-btn{border:0;border-radius:999px;background:#172554;color:#fff;font-size:11px;font-weight:700;display:inline-flex;align-items:center;gap:2px;padding:6px 10px;white-space:nowrap}.adtour-create-btn .material-symbols-outlined{font-size:16px}.adtour-search-wrap{padding:0 16px 12px;position:relative}.adtour-search-wrap .material-symbols-outlined{position:absolute;left:28px;top:50%;transform:translateY(-50%);color:#64748b;font-size:20px}.adtour-search-wrap input{width:100%;height:42px;border:0;border-radius:8px;background:#fff;box-shadow:0 1px 2px #0f172a14;color:#0f172a;outline:none;font-size:14px;padding:0 12px 0 40px}.adtour-search-wrap input:focus{box-shadow:0 0 0 2px #1e3a8a33}.adtour-filter-row{padding:0 16px 12px;display:flex;gap:8px;overflow-x:auto;scrollbar-width:none}.adtour-filter-row::-webkit-scrollbar{display:none}.adtour-filter-row button{flex:0 0 auto;border:1px solid #e5e7eb;border-radius:999px;background:#fff;color:#64748b;font-size:12px;font-weight:500;padding:6px 16px}.adtour-filter-row button.active{background:var(--tour-primary);border-color:var(--tour-primary);color:#fff;font-weight:700}.adtour-main{padding:8px 16px 0;display:flex;flex-direction:column;gap:14px}.adtour-empty{margin:0;background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:12px;color:#64748b;font-size:12px}.adtour-card{border-radius:12px;overflow:hidden;border:1px solid #e5e7eb;background:#fff;box-shadow:0 1px 2px #0f172a14}.adtour-card.finished{background:#f8fafc;opacity:.92}.adtour-hero{position:relative;height:128px}.adtour-hero img,.adtour-solid-bg{width:100%;height:100%;object-fit:cover}.adtour-solid-bg{background:#1e293b}.adtour-hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#172554e6,#17255400);mix-blend-mode:multiply}.adtour-badge-wrap{position:absolute;right:12px;top:12px}.adtour-badge{border-radius:6px;background:#fffffff2;color:#172554;padding:4px 10px;font-size:12px;font-weight:700;box-shadow:0 1px 2px #0f172a26}.adtour-badge.is-amber{background:#f59e0b;color:#fff}.adtour-hero-copy{position:absolute;left:16px;bottom:10px;color:#fff}.adtour-hero-copy p{margin:0 0 2px;font-size:12px;opacity:.92}.adtour-hero-copy h3{margin:0;font-size:16px;line-height:1.25;font-weight:700}.adtour-card-body{padding:14px;display:flex;flex-direction:column;gap:12px}.adtour-progress-box{display:flex;flex-direction:column;gap:6px}.adtour-progress-top{display:flex;align-items:flex-end;justify-content:space-between;font-size:12px}.adtour-progress-top>span{color:#64748b}.adtour-progress-top b{font-size:22px;line-height:1;color:var(--tour-primary)}.adtour-progress-top small{color:#64748b;font-size:12px;font-weight:500}.adtour-track{width:100%;height:8px;border-radius:999px;overflow:hidden;background:#f1f5f9}.adtour-fill{height:100%;border-radius:999px}.adtour-live-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.adtour-live-grid p{margin:0 0 4px;font-size:10px;color:#64748b}.adtour-live-grid strong{font-size:14px;color:#0f172a}.adtour-live-grid strong.is-live-text{color:#059669}.adtour-card-foot{display:grid;grid-template-columns:1fr auto;gap:14px;border-top:1px solid #f1f5f9;padding-top:12px;align-items:center}.adtour-card-foot p{margin:0 0 2px;color:#64748b;font-size:10px}.adtour-card-foot strong{margin:0;font-size:14px;color:#0f172a}.adtour-link-btn,.adtour-live-cta{border:0;background:transparent;color:var(--tour-primary);font-size:12px;font-weight:700;display:inline-flex;align-items:center;gap:4px}.adtour-link-btn .material-symbols-outlined{font-size:16px}.adtour-live-cta{color:#fff;background:var(--tour-primary);border-radius:6px;padding:8px 12px}.adtour-finished-body{padding:14px}.adtour-finished-top{display:flex;justify-content:space-between;gap:12px}.adtour-finished-meta{display:flex;align-items:center;gap:8px;margin-bottom:4px}.adtour-finished-chip{border-radius:4px;background:#e5e7eb;color:#6b7280;font-size:10px;font-weight:700;padding:2px 8px}.adtour-finished-meta span:last-child{font-size:12px;color:#64748b}.adtour-finished-top h3{margin:0;font-size:14px;font-weight:700}.adtour-finished-revenue{text-align:right}.adtour-finished-revenue p{margin:0 0 2px;font-size:10px;color:#64748b}.adtour-finished-revenue strong{font-size:14px;color:#64748b}.adtour-finished-foot{margin-top:10px;padding-top:10px;border-top:1px solid #e5e7eb;display:flex;align-items:center;justify-content:space-between;gap:8px}.adtour-finished-foot>span{font-size:12px;color:#64748b}.adtour-finished-foot button{border:0;background:transparent;color:#64748b;font-size:12px;display:inline-flex;align-items:center}.adtour-finished-foot .material-symbols-outlined{font-size:16px}.adtour-nav{position:fixed;bottom:0;left:0;right:0;z-index:40;max-width:448px;margin:0 auto;background:#fff;border-top:1px solid #e5e7eb}.adtour-nav-row{display:flex;align-items:center;justify-content:space-between}.adtour-nav-item{min-width:48px;text-decoration:none;color:#9ca3af;display:flex;flex-direction:column;align-items:center;gap:2px}.adtour-nav-item .material-symbols-outlined{font-size:24px}.adtour-nav-item span:last-child{font-size:10px;font-weight:500}.adtour-nav-item.active{color:var(--tour-primary)}.adtour-nav-item.active .material-symbols-outlined{font-variation-settings:"FILL" 1}.adtour-nav-item.active span:last-child{font-weight:700}.atd-root{max-width:448px;margin:0 auto;min-height:max(884px,100dvh);background:#f8f9fa;color:#0f172a;font-family:LINE Seed JP,system-ui,sans-serif;padding-bottom:96px}.atd-header{position:sticky;top:0;z-index:50;background:#f8f9faf5;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);border-bottom:1px solid #e5e7eb}.atd-header-row{padding:12px 16px;display:flex;align-items:center;justify-content:space-between}.atd-header-left{display:flex;align-items:center;gap:8px}.atd-header-left h1{margin:0;font-size:18px;font-weight:700}.atd-header-actions{display:flex;align-items:center;gap:4px}.atd-icon-btn{width:36px;height:36px;border:0;border-radius:999px;background:transparent;color:#64748b;display:grid;place-items:center}.atd-icon-btn.is-danger{color:#ef4444cc}.atd-main{display:flex;flex-direction:column;gap:14px;padding:8px 16px 0}.atd-summary-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;box-shadow:0 1px 2px #0f172a14}.atd-hero{position:relative;height:160px}.atd-hero img{width:100%;height:100%;object-fit:cover}.atd-hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#172554e6,#17255400);mix-blend-mode:multiply}.atd-status-chip{position:absolute;top:12px;right:12px;background:#fffffff2;color:#172554;font-size:12px;font-weight:700;border-radius:6px;padding:4px 10px}.atd-hero-copy{position:absolute;left:16px;bottom:12px;color:#fff}.atd-hero-copy h2{margin:0;font-size:24px;line-height:1.2;font-weight:700}.atd-hero-copy p{margin:4px 0 0;font-size:12px;opacity:.9}.atd-facts{padding:8px 16px 10px;display:flex;flex-direction:column}.atd-fact{padding:14px 0;display:flex;align-items:flex-start;gap:12px;border-top:1px solid #f1f5f9}.atd-fact:first-child{border-top:0}.atd-fact-icon{width:40px;height:40px;border-radius:8px;background:#1e3a8a1a;color:#172554;display:grid;place-items:center;flex:0 0 auto}.atd-fact-icon .material-symbols-outlined{font-size:22px}.atd-fact-body{min-width:0;flex:1}.atd-fact-body small{display:block;margin-bottom:4px;font-size:11px;font-weight:700;color:#64748b;letter-spacing:.04em}.atd-fact-body strong{display:block;font-size:14px;color:#0f172a;line-height:1.5}.atd-fact-body strong span{color:#64748b;font-size:12px;font-weight:400}.atd-fact-body>span{display:block;margin-top:2px;font-size:12px;color:#64748b}.atd-fact-head{display:flex;align-items:center;justify-content:space-between}.atd-fact-head em{font-style:normal;color:#172554;font-size:12px;font-weight:700}.atd-count-row{display:flex;align-items:baseline;gap:6px;margin-bottom:6px}.atd-count-row strong{font-size:20px;line-height:1;color:#172554}.atd-count-row span{font-size:12px;color:#64748b}.atd-progress-track{height:8px;border-radius:999px;overflow:hidden;background:#e5e7eb}.atd-progress-fill{height:100%;border-radius:999px;background:#172554}.atd-panel{background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;box-shadow:0 1px 2px #0f172a14}.atd-tabs{position:sticky;top:60px;z-index:20;display:flex;border-bottom:1px solid #e5e7eb;background:#fff}.atd-tabs button{flex:1;border:0;background:transparent;height:46px;color:#64748b;font-size:14px;font-weight:500}.atd-tabs button.active{color:#172554;font-weight:700;border-bottom:2px solid #172554}.atd-tabs button.active span{margin-left:4px;font-size:12px;font-weight:400;color:#172554cc;background:#eff6ff;border-radius:999px;padding:2px 6px}.atd-panel-body{padding:8px}.atd-team-search{position:relative;margin:0 4px 8px}.atd-team-search .material-symbols-outlined{position:absolute;left:10px;top:50%;transform:translateY(-50%);color:#64748b;font-size:18px}.atd-team-search input{width:100%;height:40px;border:1px solid #e5e7eb;border-radius:8px;background:#f8fafc;color:#0f172a;font-size:14px;outline:none;padding:0 10px 0 34px}.atd-team-search input:focus{border-color:#172554;box-shadow:0 0 0 1px #17255433}.atd-team-list{display:flex;flex-direction:column}.atd-team-row{border:0;width:100%;background:#fff;text-align:left;display:flex;align-items:center;gap:10px;padding:12px;border-top:1px solid #f1f5f9}.atd-team-row:first-child{border-top:0}.atd-team-row.pending{background:#fefce859}.atd-team-logo{width:40px;height:40px;border-radius:999px;display:grid;place-items:center;font-size:12px;font-weight:700;flex:0 0 auto}.atd-team-logo.blue{background:#dbeafe;color:#1d4ed8}.atd-team-logo.red{background:#fee2e2;color:#b91c1c}.atd-team-logo.gray{background:#e5e7eb;color:#6b7280}.atd-team-logo.indigo{background:#e0e7ff;color:#3730a3}.atd-team-logo.emerald{background:#d1fae5;color:#047857}.atd-team-main{min-width:0;flex:1}.atd-team-top{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:2px}.atd-team-top h4{margin:0;font-size:14px;font-weight:700;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.atd-tag{font-size:10px;font-weight:500;border-radius:999px;padding:2px 8px;white-space:nowrap}.atd-tag.approved{background:#ecfdf5;color:#15803d;border:1px solid rgba(22,163,74,.2)}.atd-tag.pending{background:#fefce8;color:#a16207;border:1px solid rgba(202,138,4,.2)}.atd-team-main p{margin:0;font-size:12px;color:#64748b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.atd-team-row>.material-symbols-outlined{color:#cbd5e1;font-size:20px;flex:0 0 auto}.atd-nav{position:fixed;bottom:0;left:0;right:0;z-index:40;max-width:448px;margin:0 auto;background:#fff;border-top:1px solid #e5e7eb;padding:8px 24px 20px}.atd-nav-row{display:flex;align-items:center;justify-content:space-between}.atd-nav-item{min-width:48px;text-decoration:none;color:#9ca3af;display:flex;flex-direction:column;align-items:center;gap:2px}.atd-nav-item .material-symbols-outlined{font-size:24px}.atd-nav-item span:last-child{font-size:10px;font-weight:500}.atd-nav-item.active{color:#172554}.atd-nav-item.active .material-symbols-outlined{font-variation-settings:"FILL" 1}.atd-nav-item.active span:last-child{font-weight:700}.adpay-root{max-width:448px;margin:0 auto;min-height:max(884px,100dvh);background:#f8f9fa;color:#0f172a;font-family:LINE Seed JP,system-ui,sans-serif;padding-bottom:96px}.adpay-header{position:sticky;top:0;z-index:50;background:#f8f9faf5;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);border-bottom:1px solid #e5e7eb}.adpay-header-row{padding:12px 16px;display:flex;align-items:center;gap:8px}.adpay-header-row h1{margin:0;font-size:22px;font-weight:700;flex:1}.adpay-filter-btn{border:0;background:transparent;width:36px;height:36px;border-radius:999px;color:#0f172a;display:grid;place-items:center}.adpay-search-wrap{position:relative;padding:0 16px 12px}.adpay-search-wrap .material-symbols-outlined{position:absolute;left:28px;top:50%;transform:translateY(-50%);color:#64748b;font-size:20px}.adpay-search-wrap input{width:100%;height:42px;border:0;border-radius:8px;background:#fff;box-shadow:0 1px 2px #0f172a14;color:#0f172a;outline:none;font-size:14px;padding:0 10px 0 40px}.adpay-search-wrap input:focus{box-shadow:0 0 0 2px #17255433}.adpay-filter-row{padding:0 16px 12px;display:flex;gap:8px;overflow-x:auto;scrollbar-width:none}.adpay-filter-row::-webkit-scrollbar{display:none}.adpay-filter-row button{flex:0 0 auto;border:1px solid #e5e7eb;border-radius:999px;background:#fff;color:#64748b;font-size:12px;font-weight:500;padding:6px 16px}.adpay-filter-row button.active{border-color:#172554;background:#172554;color:#fff;font-weight:700}.adpay-main{padding:8px 16px 0;display:flex;flex-direction:column;gap:14px}.adpay-summary{position:relative;overflow:hidden;border-radius:12px;background:#172554;color:#fff;padding:20px;box-shadow:0 12px 28px #17255447}.adpay-summary .bg-icon{position:absolute;top:0;right:0;padding:12px;opacity:.1}.adpay-summary .bg-icon .material-symbols-outlined{font-size:92px}.adpay-summary p{margin:0 0 4px;color:#bfdbfe;font-size:12px;font-weight:500}.adpay-summary h2{margin:0 0 24px;font-size:36px;line-height:1;font-weight:700;letter-spacing:-.02em}.adpay-summary-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;padding-top:14px;border-top:1px solid rgba(30,58,138,.5)}.adpay-summary-grid small{display:inline-flex;align-items:center;gap:5px;font-size:10px;color:#bfdbfe}.adpay-summary-grid .dot{width:6px;height:6px;border-radius:999px}.adpay-summary-grid .dot.amber{background:#f59e0b}.adpay-summary-grid .dot.red{background:#f87171}.adpay-summary-grid strong{display:block;margin-top:2px;font-size:28px;line-height:1}.adpay-summary-grid strong span{color:#bfdbfe;font-size:12px;font-weight:400}.adpay-list-head{padding:0 4px;display:flex;align-items:center;justify-content:space-between}.adpay-list-head h3{margin:0;font-size:14px;font-weight:700}.adpay-list-head button{border:0;background:transparent;color:#172554;font-size:12px;font-weight:500}.adpay-list{margin-top:8px;display:flex;flex-direction:column;gap:10px}.adpay-item{border:1px solid #f1f5f9;background:#fff;border-radius:12px;box-shadow:0 1px 2px #0f172a14;padding:14px}.adpay-item.pending,.adpay-item.refund{position:relative;overflow:hidden}.adpay-item.pending:before,.adpay-item.refund:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px}.adpay-item.pending:before{background:#9ca3af}.adpay-item.refund:before{background:#ef4444}.adpay-item-main{display:flex;justify-content:space-between;gap:10px}.adpay-meta{display:flex;align-items:center;gap:8px;margin-bottom:4px}.adpay-status{font-size:10px;font-weight:700;border-radius:6px;padding:2px 8px}.adpay-status.done{background:#eff6ff;color:#172554}.adpay-status.pending{background:#f3f4f6;color:#4b5563}.adpay-status.refund{background:#fef2f2;color:#dc2626}.adpay-date{font-size:10px;color:#64748b}.adpay-item h4{margin:0 0 2px;font-size:14px;font-weight:700;color:#0f172a}.adpay-item p{margin:0;color:#64748b;font-size:12px}.adpay-amount{text-align:right;min-width:92px}.adpay-amount strong{display:block;font-size:20px;color:#0f172a}.adpay-item.refund .adpay-amount strong{color:#dc2626}.adpay-amount>div{margin-top:2px;display:inline-flex;align-items:center;gap:2px;color:#64748b;font-size:10px}.adpay-amount .material-symbols-outlined{font-size:10px}.adpay-item-foot{margin-top:10px;padding-top:10px;border-top:1px solid #f1f5f9;display:flex;justify-content:flex-end}.adpay-item-foot button{border:0;border-radius:6px;padding:6px 12px;font-size:12px;font-weight:700;color:#172554;background:#eff6ff}.adpay-item-foot button.danger{color:#dc2626;background:#fef2f2}.adpay-nav{position:fixed;bottom:0;left:0;right:0;z-index:40;max-width:448px;margin:0 auto;background:#fff;border-top:1px solid #e5e7eb;padding:8px 24px 20px}.adpay-nav-row{display:flex;justify-content:space-between;align-items:center}.adpay-nav-item{min-width:48px;text-decoration:none;color:#9ca3af;display:flex;flex-direction:column;align-items:center;gap:2px}.adpay-nav-item .material-symbols-outlined{font-size:24px}.adpay-nav-item span:last-child{font-size:10px;font-weight:500}.adpay-nav-item.active{color:#172554}.adpay-nav-item.active .material-symbols-outlined{font-variation-settings:"FILL" 1}.adpay-nav-item.active span:last-child{font-weight:700}.adcreate-root{max-width:448px;margin:0 auto;min-height:max(884px,100dvh);background:#f8f9fa;color:#0f172a;font-family:LINE Seed JP,system-ui,sans-serif;padding-bottom:128px}.adcreate-header{position:sticky;top:0;z-index:50;background:#f8f9faf5;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);border-bottom:1px solid #e5e7eb}.adcreate-header-row{padding:12px 16px;display:flex;align-items:center;justify-content:space-between}.adcreate-left{display:flex;align-items:center;gap:4px}.adcreate-left h1{margin:0;font-size:24px;font-weight:700}.adcreate-icon-btn{width:36px;height:36px;border:0;border-radius:999px;background:transparent;color:#64748b;display:grid;place-items:center}.adcreate-main{padding:24px 16px 0}.adcreate-form{display:flex;flex-direction:column;gap:28px}.adcreate-section h2{margin:0 0 12px;color:#1e3a8a;font-size:13px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;display:inline-flex;align-items:center;gap:6px}.adcreate-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 1px 2px #0f172a14;padding:20px;display:flex;flex-direction:column;gap:16px}.adcreate-card label{display:block;color:#0f172a;font-size:14px;font-weight:700}.adcreate-card .req{color:#ef4444}.adcreate-card input,.adcreate-card select,.adcreate-card textarea{width:100%;margin-top:6px;border:1px solid #e2e8f0;border-radius:10px;background:#f8fafc;color:#0f172a;outline:none;font-size:14px;font-weight:500;padding:12px}.adcreate-card input:focus,.adcreate-card select:focus,.adcreate-card textarea:focus{border-color:#1e3a8a;box-shadow:0 0 0 2px #1e3a8a2e}.adcreate-card textarea{resize:vertical;line-height:1.55}.adcreate-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:12px}.suffix-wrap,.prefix-wrap{position:relative}.suffix-wrap span{position:absolute;right:12px;top:50%;transform:translateY(-50%);color:#64748b;font-size:13px}.prefix-wrap span{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#64748b;font-size:13px}.prefix-wrap input{padding-left:26px}.suffix-wrap input{padding-right:34px}.adcreate-group-head{display:flex;align-items:center;justify-content:space-between;gap:8px}.adcreate-group-head label{font-size:14px}.adcreate-group-head button{border:0;border-radius:6px;background:#eff6ff;color:#1e3a8a;font-size:12px;font-weight:700;display:inline-flex;align-items:center;gap:4px;padding:6px 10px}.adcreate-group-head .material-symbols-outlined{font-size:16px}.adcreate-groups{display:flex;flex-direction:column;gap:10px}.adcreate-group-card{border:1px solid #e2e8f0;border-radius:10px;background:#f8fafc;padding:14px;position:relative;display:flex;flex-direction:column;gap:10px}.adcreate-group-card .close-btn{position:absolute;right:6px;top:6px;border:0;background:transparent;color:#64748b}.adcreate-stars-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:6px}.adcreate-stars-head label{font-size:11px;color:#64748b;text-transform:uppercase;letter-spacing:.06em}.adcreate-stars-head span{font-size:12px;color:#1e3a8a;font-weight:600}.adcreate-stars .star-row{display:flex;align-items:center;gap:2px}.adcreate-stars .star-row button{border:0;background:transparent;color:#cbd5e1;padding:0;width:30px;height:30px}.adcreate-stars .star-row .material-symbols-outlined{font-size:28px}.adcreate-stars .star-row .material-symbols-outlined.filled{color:#1e3a8a;font-variation-settings:"FILL" 1}.adcreate-stars p{margin:4px 0 0;color:#64748b;font-size:10px}.adcreate-rules>label{margin-bottom:8px}.adcreate-rule-list{display:grid;gap:8px}.adcreate-rule-list .rule-item{border:1px solid #e2e8f0;border-radius:10px;background:#f8fafc;padding:10px;display:flex;align-items:center;gap:10px;cursor:pointer}.adcreate-rule-list .rule-item input{width:18px;height:18px;margin:0;padding:0}.adcreate-rule-list .rule-item span{font-size:14px;font-weight:500}.adcreate-error{margin:-8px 0 0;color:#b91c1c;font-size:12px;font-weight:700}.adcreate-actions button{width:100%;border:0;border-radius:12px;background:#1e3a8a;color:#fff;font-size:16px;font-weight:700;padding:14px 16px;display:inline-flex;align-items:center;justify-content:center;gap:6px;box-shadow:0 12px 24px #1e3a8a33}.adcreate-actions button:disabled{opacity:.6}.adcreate-actions p{margin:10px 0 0;text-align:center;font-size:12px;color:#64748b}.adcreate-actions a{color:#1e3a8a;margin-left:2px}.adcreate-nav{position:fixed;bottom:0;left:0;right:0;z-index:40;max-width:448px;margin:0 auto;background:#fff;border-top:1px solid #e5e7eb;padding:8px 24px 20px}.adcreate-nav-row{display:flex;align-items:center;justify-content:space-between}.adcreate-nav-item{min-width:48px;text-decoration:none;color:#9ca3af;display:flex;flex-direction:column;align-items:center;gap:2px}.adcreate-nav-item .material-symbols-outlined{font-size:24px}.adcreate-nav-item span:last-child{font-size:10px;font-weight:500}.adcreate-nav-item.active{color:#1e3a8a}.adcreate-nav-item.active .material-symbols-outlined{font-variation-settings:"FILL" 1}.adcreate-nav-item.active span:last-child{font-weight:700}.adteam-root{max-width:448px;margin:0 auto;min-height:100dvh;background:#f1f5f9;padding-bottom:116px}.adteam-header{position:sticky;top:0;z-index:40;background:#ffffffd1;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(229,231,235,.8);padding:16px 20px 20px}.adteam-header-row{display:flex;align-items:flex-start;justify-content:space-between}.adteam-header-row p{margin:0 0 4px;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.16em;color:#1e3a8a}.adteam-header-row h1{margin:0;font-size:36px;line-height:1.05;letter-spacing:-.02em;font-weight:800;color:#0f172a}.adteam-settings-btn{width:44px;height:44px;border:0;border-radius:999px;background:transparent;color:#0f172a}.adteam-search-row{margin-top:14px;display:flex;gap:12px;align-items:center}.adteam-search-wrap{position:relative;flex:1}.adteam-search-wrap .material-symbols-outlined{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:#94a3b8;font-size:20px}.adteam-search-wrap input{width:100%;border:0;border-radius:14px;background:#f1f5f9f2;font-size:14px;color:#0f172a;padding:12px 14px 12px 42px}.adteam-search-wrap input:focus{outline:2px solid rgba(30,58,138,.18)}.adteam-add-btn{width:46px;height:46px;border:0;border-radius:12px;background:#1e3a8a;color:#fff;box-shadow:0 14px 30px #1e3a8a3d}.adteam-main{padding:24px 20px 12px;display:grid;gap:28px}.adteam-summary-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.adteam-summary-card{border:1px solid #f1f5f9;background:#fff;border-radius:18px;box-shadow:0 4px 20px #0f172a0a;padding:18px 16px;text-align:left}.adteam-summary-card>span{display:inline-flex;align-items:center;gap:6px;margin-bottom:8px;color:#475569;font-size:12px;font-weight:700}.adteam-summary-card>span .material-symbols-outlined{color:#1e3a8a;font-size:16px}.adteam-summary-card>div{display:inline-flex;align-items:baseline;gap:4px}.adteam-summary-card strong{font-size:34px;line-height:1;color:#0f172a}.adteam-summary-card small{color:#64748b;font-size:12px;font-weight:600}.adteam-pending-card{border-color:#fed7aa;background:#fff7ed}.adteam-pending-card>span{color:#b45309}.adteam-pending-card>span .material-symbols-outlined,.adteam-pending-card strong,.adteam-pending-card small{color:#ea580c}.adteam-list-head{padding:0 4px;display:flex;align-items:center;justify-content:space-between}.adteam-list-head h3{margin:0;color:#475569;font-size:13px;letter-spacing:.08em;font-weight:800}.adteam-list-head>button,.adteam-sort>button{border:0;display:inline-flex;align-items:center;gap:2px;color:#1e3a8a;background:#1e3a8a0f;border-radius:999px;font-size:12px;font-weight:800;padding:6px 10px}.adteam-list-head>button .material-symbols-outlined,.adteam-sort>button .material-symbols-outlined{font-size:14px}.adteam-sort{position:relative}.adteam-sort-menu{position:absolute;top:calc(100% + 8px);right:0;min-width:132px;padding:6px;border-radius:12px;background:#fff;border:1px solid #e2e8f0;box-shadow:0 12px 30px #0f172a1f;display:grid;gap:2px;z-index:10}.adteam-sort-menu button{border:0;background:transparent;text-align:left;border-radius:8px;font-size:12px;font-weight:700;color:#334155;padding:7px 10px}.adteam-sort-menu button.active{color:#1e3a8a;background:#1e3a8a14}.adteam-list{display:grid;gap:10px}.adteam-empty{margin:8px 0 0;text-align:center;color:#64748b;font-size:13px;font-weight:600}.adteam-card{border:1px solid #f1f5f9;background:#fff;border-radius:18px;box-shadow:0 4px 20px #0f172a0a;padding:16px}.adteam-card.is-disabled{opacity:.72}.adteam-card-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.adteam-card-top>span:last-child{color:#94a3b8;font-size:10px;font-weight:800}.adteam-chip{border-radius:8px;padding:4px 10px;font-size:10px;font-weight:800;letter-spacing:.06em;border:1px solid transparent}.adteam-chip.is-pending{color:#b45309;background:#ffedd5;border-color:#fed7aa}.adteam-chip.is-approved{color:#475569;background:#f8fafc;border-color:#e2e8f0}.adteam-chip.is-suspended{color:#dc2626;background:#fef2f2;border-color:#fecaca}.adteam-card-main{display:flex;align-items:center;gap:12px;margin-bottom:14px}.adteam-avatar{width:56px;height:56px;border-radius:16px;background:#dbeafe;color:#1e3a8a;font-size:22px;font-weight:800;display:grid;place-items:center}.adteam-avatar.is-disabled{background:#f1f5f9;color:#94a3b8}.adteam-card-copy{flex:1;min-width:0}.adteam-card-copy h4{margin:0 0 5px;color:#0f172a;font-size:18px;line-height:1.2;letter-spacing:-.01em;font-weight:800}.adteam-card-copy p{margin:0;display:inline-flex;align-items:center;gap:2px;color:#475569;font-size:12px;font-weight:700}.adteam-card-copy p .material-symbols-outlined{font-size:16px}.adteam-card-copy p small{color:#94a3b8;font-size:10px;font-weight:600;margin-left:2px}.adteam-right{color:#cbd5e1}.adteam-card-foot{border-top:1px solid #f8fafc;padding-top:14px;display:grid;grid-template-columns:1fr 1fr;gap:12px}.adteam-card-foot>div{display:inline-flex;align-items:center;gap:5px;min-width:0}.adteam-card-foot .material-symbols-outlined{color:#1e3a8a66;font-size:18px}.adteam-card-foot strong{color:#475569;font-size:12px;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.adteam-card-foot strong small{color:#94a3b8;font-size:10px;font-weight:600}.adteam-suspended-text{border-top:1px solid #f8fafc;padding-top:10px;color:#dc2626c2;font-size:12px;font-weight:700;display:inline-flex;align-items:center;gap:4px}.adteam-suspended-text .material-symbols-outlined{font-size:16px}.adteam-all-btn{width:100%;margin-top:2px;border:0;background:transparent;color:#1e3a8a;font-size:14px;font-weight:800;padding:10px 0 4px}.adteam-nav{position:fixed;bottom:0;left:0;right:0;z-index:50;max-width:448px;margin:0 auto;background:#fff;border-top:1px solid #e2e8f0;box-shadow:0 -4px 12px #00000008;padding:10px 20px calc(env(safe-area-inset-bottom,24px) + 4px)}.adteam-nav-row{display:flex;align-items:center;justify-content:space-between}.adteam-nav-item{min-width:66px;text-decoration:none;color:#9ca3af;display:flex;flex-direction:column;align-items:center;gap:2px;position:relative}.adteam-nav-item .material-symbols-outlined{font-size:26px}.adteam-nav-item>span:last-of-type{font-size:10px;font-weight:800;letter-spacing:-.01em}.adteam-nav-item.active{color:#1e3a8a}.adteam-nav-item.active .material-symbols-outlined{font-variation-settings:"FILL" 1}.adteam-nav-item.active i{position:absolute;top:0;right:10px;width:6px;height:6px;border-radius:999px;background:#1e3a8a}
