.page{min-height:100%;display:flex;align-items:center;justify-content:center;padding:20px 20px 80px}.home-page{animation:fadeIn .5s ease-out;position:relative}.home-header{position:absolute;top:20px;right:20px;display:flex;align-items:center;gap:12px}.btn-logout{background:rgba(255,255,255,.18);color:#fff;border:1px solid rgba(255,255,255,.35);padding:9px 18px;border-radius:var(--radius-full);font-size:14px;font-weight:500;cursor:pointer;transition:all .25s ease;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.btn-logout:hover{background:rgba(255,255,255,.3);transform:translateY(-1px)}.btn-match-history-header{background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.35);color:#fff;padding:9px 16px;border-radius:var(--radius-full);font-size:14px;font-weight:600;cursor:pointer;transition:all .25s ease;display:inline-flex;align-items:center;gap:8px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.btn-match-history-header:hover{background:rgba(255,255,255,.22);transform:translateY(-1px)}.home-content{text-align:center;color:#fff;max-width:420px;width:100%}.logo{margin-bottom:24px}.logo-icon{font-size:72px;display:block;margin-bottom:12px;animation:bounce 2s infinite;filter:drop-shadow(0 8px 16px rgba(0,0,0,.2))}.home-content h1{font-size:46px;font-weight:800;margin:0;text-shadow:0 4px 12px rgba(0,0,0,.25);letter-spacing:-.5px}.tagline{font-size:17px;opacity:.92;margin-bottom:36px;line-height:1.6;font-weight:400}.btn-primary,.btn-ai-chat,.btn-drift-bottle,.btn-secondary,.btn-secondary-with-badge,.btn-end,.btn-send{border:none;cursor:pointer;display:inline-flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;transition:all .25s cubic-bezier(.4,0,.2,1);font-weight:700;position:relative;overflow:hidden;width:100%}.btn-primary:before,.btn-ai-chat:before,.btn-drift-bottle:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.25),transparent);transform:translate(-100%);transition:transform .6s}.btn-primary:hover:before,.btn-ai-chat:hover:before,.btn-drift-bottle:hover:before{transform:translate(100%)}.btn-primary{background:white;color:var(--primary);padding:20px 52px;font-size:21px;border-radius:var(--radius-full);box-shadow:0 12px 32px #00000038}.btn-primary:hover{transform:translateY(-4px) scale(1.02);box-shadow:0 18px 48px #00000047;color:var(--primary-dark)}.btn-primary small{font-size:13px;opacity:.75;font-weight:500}.match-buttons{display:flex;flex-direction:column;gap:16px;margin-bottom:18px;width:100%}.btn-ai-chat{background:var(--grad-primary);color:#fff;border:2px solid rgba(255,255,255,.35);padding:20px 52px;font-size:21px;border-radius:var(--radius-full);box-shadow:0 12px 32px #00000038}.btn-ai-chat:hover{transform:translateY(-4px) scale(1.02);box-shadow:0 18px 48px #00000047;filter:brightness(1.08)}.btn-ai-chat small{font-size:13px;opacity:.9;font-weight:500}.btn-drift-bottle{background:linear-gradient(135deg,#38bdf8 0%,#0ea5e9 100%);color:#fff;border:2px solid rgba(255,255,255,.35);padding:20px 52px;font-size:21px;border-radius:var(--radius-full);box-shadow:0 12px 32px #00000038}.btn-drift-bottle:hover{transform:translateY(-4px) scale(1.02);box-shadow:0 18px 48px #00000047;filter:brightness(1.08)}.btn-drift-bottle small{font-size:13px;opacity:.9;font-weight:500}.btn-arrow{transition:transform .3s ease}.btn-primary:hover .btn-arrow{transform:translate(5px)}.features{display:flex;justify-content:center;gap:32px;margin-top:46px}.feature{display:flex;flex-direction:row;align-items:center;gap:8px;opacity:.95;white-space:nowrap;background:rgba(255,255,255,.12);padding:10px 16px;border-radius:var(--radius-full);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.feature-icon{font-size:22px}.feature span:last-child{font-size:14px;font-weight:500}.matching-page{animation:fadeIn .3s ease-out;background:var(--grad-primary)!important}.matching-content{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#fff}.matching-animation{position:relative;width:160px;height:160px;margin:0 auto 34px}.pulse-ring{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);border:2px solid rgba(255,182,193,.6);border-radius:50%;box-shadow:0 0 20px #ffb6c140;animation:pulse-ring 2.4s ease-out infinite}.pulse-ring.ring-1{width:70px;height:70px;animation-delay:0s}.pulse-ring.ring-2{width:110px;height:110px;animation-delay:.5s}.pulse-ring.ring-3{width:150px;height:150px;animation-delay:1s}@keyframes pulse-ring{0%{transform:translate(-50%,-50%) scale(1);opacity:.9}to{transform:translate(-50%,-50%) scale(1.6);opacity:0}}.matching-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:44px;color:#ffe4e6;text-shadow:0 0 20px rgba(255,182,193,.8)}.heart-bubble{position:absolute;font-size:18px;opacity:0;animation:heart-float 2.8s ease-in-out infinite}.heart-bubble-1{top:20%;left:20%;animation-delay:0s}.heart-bubble-2{top:15%;right:18%;animation-delay:.4s}.heart-bubble-3{bottom:18%;left:24%;animation-delay:.8s}@keyframes heart-float{0%{transform:translate(0) scale(.8);opacity:0}20%{opacity:1}50%{transform:translateY(-28px) scale(1.1);opacity:.95}to{transform:translateY(-56px) scale(1);opacity:0}}.matching-content h2{font-size:30px;margin-bottom:10px;font-weight:700;text-shadow:0 2px 8px rgba(0,0,0,.2)}.matching-content p{opacity:.85;margin-bottom:36px;font-size:15px}.matching-content .btn-secondary{width:auto;min-width:140px;padding:10px 36px;margin-top:8px}@media (max-width: 480px){.matching-content .btn-secondary{min-width:120px;padding:9px 28px;font-size:14px}}.btn-secondary{background:rgba(255,255,255,.18);color:#fff;border:2px solid rgba(255,255,255,.45);padding:11px 28px;font-size:15px;border-radius:var(--radius-full);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.btn-secondary:hover{background:rgba(255,255,255,.3);border-color:#fff;transform:translateY(-2px)}.btn-secondary-with-badge{background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.35);color:#fff;padding:14px 26px;font-size:16px;border-radius:var(--radius-full);display:flex;flex-direction:row;align-items:center;justify-content:center;gap:10px;width:100%;box-sizing:border-box;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);font-weight:600}.btn-secondary-with-badge:hover{background:rgba(255,255,255,.22);border-color:#ffffff8c;transform:translateY(-2px)}.match-history-button-wrapper,.drift-bottle-button-wrapper{display:flex;justify-content:center;margin-top:14px;width:100%;max-width:280px;margin-left:auto;margin-right:auto}.unread-badge-inline{background:linear-gradient(135deg,#ff4757,#ff6b81);color:#fff;font-size:11px;font-weight:700;min-width:22px;height:22px;border-radius:11px;display:inline-flex;align-items:center;justify-content:center;padding:0 6px;box-shadow:0 2px 8px #ff475773;animation:pulse-badge 2s infinite}.admin-entrance{position:fixed;bottom:20px;left:50%;transform:translate(-50%);z-index:100}.admin-button-wrapper{display:flex;justify-content:center;margin-top:12px;width:100%;max-width:280px;margin-left:auto;margin-right:auto}.btn-admin-entrance{background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.3);color:#ffffffe6;padding:10px 20px;border-radius:24px;font-size:14px;font-weight:600;cursor:pointer;transition:all .25s ease;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.btn-admin-entrance:hover{background:rgba(255,255,255,.22);color:#fff;transform:translateY(-2px)}.btn-text-link{background:transparent;color:#ffffffd9;border:none;padding:8px 16px;font-size:14px;cursor:pointer;display:block;margin:16px auto 0;text-align:center;transition:all .3s ease;text-decoration:underline;text-underline-offset:3px}.btn-text-link:hover{color:#fff}.unread-badge-home{position:absolute;top:-4px;right:-8px;background:linear-gradient(135deg,#ff4757,#ff6b81);color:#fff;font-size:11px;font-weight:700;min-width:18px;height:18px;border-radius:9px;display:flex;align-items:center;justify-content:center;padding:0 5px;box-shadow:0 2px 8px #ff475773;animation:pulse-badge 2s infinite}@keyframes pulse-badge{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.loading-page,.error-page{flex-direction:column;gap:20px;color:#fff;text-align:center}.loading-spinner{width:48px;height:48px;border:4px solid rgba(255,255,255,.25);border-top-color:#fff;border-radius:50%;animation:spin 1s linear infinite}.chat-page{height:100%;flex:none;display:flex;flex-direction:column;overflow:hidden;animation:fadeIn .3s ease-out;padding:0;align-items:stretch;justify-content:flex-start}.chat-page .chat-container{padding-bottom:0}.chat-page .input-container{position:fixed;bottom:calc(var(--tabbar-height) + env(safe-area-inset-bottom,6px));left:50%;transform:translate(-50%);z-index:101;width:100%;max-width:520px;box-sizing:border-box;padding:10px 14px;background:rgba(248,250,252,.85);border-top:1px solid #e2e8f0;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.chat-page .messages-container{padding-bottom:calc(var(--tabbar-height) + 70px + env(safe-area-inset-bottom,6px))}.chat-container{width:100%;flex:1;min-height:0;background:var(--bg-card);display:flex;flex-direction:column;overflow:hidden}.chat-header{display:flex;justify-content:space-between;align-items:center;padding:max(16px,env(safe-area-inset-top,16px)) 22px 16px;background:var(--grad-primary);color:#fff;box-shadow:0 2px 12px #0000001f}.chat-info{display:flex;align-items:center;gap:10px;flex:1;min-width:0}.chat-header-left{display:flex;align-items:center;min-width:0}.chat-header-meta{display:flex;align-items:center;justify-content:flex-end;min-width:0;margin-right:16px}.chat-username{font-weight:700;font-size:16px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;letter-spacing:.2px}.chat-info-tags{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.chat-tag{font-size:11px;font-weight:500;padding:1px 7px;border-radius:8px;background:rgba(255,255,255,.2);white-space:nowrap;letter-spacing:.3px}.online-dot{width:11px;height:11px;border-radius:50%;transition:all .3s ease;flex-shrink:0;box-shadow:0 0 0 2px #ffffff40}.chat-status{font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0;font-size:15px;letter-spacing:.2px}.chat-typing-status{display:inline-flex;align-items:center;gap:8px}.chat-typing-status .typing-dots{display:inline-flex;gap:4px}.chat-typing-status .typing-dots span{width:5px;height:5px;background:rgba(255,255,255,.85);border-radius:50%;animation:typing-dot 1.4s infinite}.chat-typing-status .typing-dots span:nth-child(1){animation-delay:0s}.chat-typing-status .typing-dots span:nth-child(2){animation-delay:.2s}.chat-typing-status .typing-dots span:nth-child(3){animation-delay:.4s}.online-dot.online{background:#4ade80;animation:pulse 2s infinite}.online-dot.offline{background:var(--text-tertiary)}.btn-end{background:rgba(255,255,255,.18);color:#fff;border:1px solid rgba(255,255,255,.35);width:34px;height:34px;border-radius:50%;font-size:14px;font-weight:600;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);flex-direction:row;display:inline-flex;align-items:center;justify-content:center;padding:0;cursor:pointer;transition:all .25s ease}.btn-end:hover{background:rgba(239,68,68,.9);border-color:#ef4444e6;transform:translateY(-1px) scale(1.05)}.btn-chat-action svg,.btn-end svg{width:16px;height:16px;display:block}.status-bar{background:var(--grad-warm);color:#92400e;padding:10px 20px;text-align:center;font-size:14px;font-weight:500;animation:slideDown .3s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.messages-container{flex:1;overflow-y:auto;padding:22px;background:var(--bg-page)}.loading-history{text-align:center;padding:10px;color:#94a3b8;font-size:12px;display:flex;align-items:center;justify-content:center;gap:8px}.loading-spinner-small{width:14px;height:14px;border:2px solid #e2e8f0;border-top-color:#3b82f6;border-radius:50%;animation:spin .8s linear infinite}.load-more-hint{text-align:center;padding:12px 8px;color:#94a3b8;font-size:12px;cursor:pointer;transition:all .3s ease;-webkit-user-select:none;user-select:none}.load-more-hint:hover{color:#64748b;background:rgba(148,163,184,.1);border-radius:8px}.load-more-hint.no-more{color:#cbd5e1;cursor:default}.load-more-hint.no-more:hover{background:transparent}.scroll-to-bottom-btn{position:sticky;bottom:16px;left:50%;transform:translate(-50%);z-index:10;padding:8px 16px;border:none;border-radius:20px;background:linear-gradient(135deg,var(--primary) 0%,var(--accent) 100%);color:#fff;font-size:13px;font-weight:500;box-shadow:0 4px 12px #667eea59;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:6px;margin:8px auto}.scroll-to-bottom-btn:hover{filter:brightness(1.06);transform:translate(-50%) translateY(-2px);box-shadow:0 6px 16px #667eea73}.new-message-banner{position:sticky;bottom:110px;left:50%;transform:translate(-50%);z-index:12;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 14px;margin:0 auto 8px;width:min(92%,360px);background:rgba(59,130,246,.96);color:#fff;border-radius:24px;box-shadow:0 12px 32px #0f172a2e;cursor:pointer}.new-message-banner:hover{transform:translate(-50%) translateY(-1px)}.new-message-banner-text{font-size:13px;font-weight:600;line-height:1.3}.new-message-banner-action{border:none;padding:8px 14px;border-radius:999px;background:#fff;color:#2563eb;font-weight:700;cursor:pointer}.new-message-banner-action:hover{background:#f8fafc}.welcome-message{text-align:center;padding:44px 20px;color:#94a3b8}.welcome-icon{font-size:52px;display:block;margin-bottom:12px}.message{margin-bottom:18px;animation:slideUp .35s ease-out}.message-me+.message-me,.message-other+.message-other{margin-top:-10px}.message-me{text-align:right;display:flex;flex-direction:column;align-items:flex-end}.message-other{text-align:left;display:flex;flex-direction:column;align-items:flex-start}.message-bubble{display:inline-block;max-width:65%;padding:12px 18px;border-radius:20px;font-size:15px;line-height:1.55;word-wrap:break-word;box-shadow:0 2px 8px #0000000f;position:relative;text-align:left}.message-me .message-bubble{background:var(--grad-primary);color:#fff;border-bottom-right-radius:5px}.message-other .message-bubble{background:white;color:#1e293b;border-bottom-left-radius:5px}.message-time{display:inline-block;font-size:11px;color:#94a3b8;margin-top:5px}.message-meta{display:flex;align-items:center;gap:6px;margin-top:5px}.message-me .message-meta{justify-content:flex-end}.message-other .message-meta{justify-content:flex-start}.message-read-status{font-size:11px;padding:1px 4px;border-radius:4px;font-weight:600}.message-read-status.read{color:#10b981}.message-read-status.unread{color:#94a3b8}.typing-indicator{display:flex;align-items:center;gap:8px;padding:10px 16px;font-size:13px;color:#94a3b8;animation:slideUp .3s ease-out}.typing-dots{display:flex;gap:4px}.typing-dots span{width:6px;height:6px;background:#94a3b8;border-radius:50%;animation:typing-dot 1.4s infinite}.typing-dots span:nth-child(1){animation-delay:0s}.typing-dots span:nth-child(2){animation-delay:.2s}.typing-dots span:nth-child(3){animation-delay:.4s}@keyframes typing-dot{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-4px)}}.input-container{padding:10px 14px;background:#f7f7f7;border-top:1px solid #e2e8f0}.chat-input-bar{display:flex;align-items:flex-end;gap:10px}.chat-text-input{flex:1;padding:11px 16px;border:1px solid #e2e8f0;border-radius:20px;font-size:16px;outline:none;background:white;min-height:42px;max-height:120px;line-height:20px;transition:all .2s ease;resize:none;font-family:inherit;overflow-y:auto;display:block}.chat-text-input:focus{border-color:var(--primary-light);box-shadow:0 0 0 3px #667eea1f}.btn-emoji-inline{width:40px;height:40px;border:none;background:transparent;border-radius:50%;cursor:pointer;font-size:22px;display:flex;align-items:center;justify-content:center;transition:all .2s ease;flex-shrink:0}.btn-emoji-inline:hover{transform:scale(1.12);background:#e2e8f0}.btn-emoji-inline.active{background:#e2e8f0}.emoji-container{position:relative;display:flex;align-items:center}.btn-more-inline{width:40px;height:40px;border:none;background:transparent;border-radius:50%;cursor:pointer;font-size:26px;font-weight:300;display:flex;align-items:center;justify-content:center;transition:all .2s ease;flex-shrink:0;color:#666}.btn-more-inline:hover{background:#e2e8f0}.btn-more-inline.active{background:rgba(102,126,234,.15);color:var(--primary)}.btn-send{width:40px;height:40px;border:none;background:var(--grad-primary);color:#fff;font-size:12px;font-weight:700;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;padding:0;transition:all .2s ease;box-shadow:0 2px 8px #667eea4d}.btn-send:hover:not(:disabled){transform:scale(1.08);box-shadow:0 4px 12px #667eea66}.btn-send:disabled{opacity:.5;cursor:not-allowed}@media (max-width: 600px){.page{padding:0}.home-content h1{font-size:34px}.features{flex-direction:row;flex-wrap:wrap;gap:12px;justify-content:center}.feature{flex-direction:column;gap:4px;font-size:12px;padding:8px 12px}.feature-icon{font-size:20px}.chat-page{padding:0}.chat-container{border-radius:0}.message-bubble{max-width:78%}}.image-bubble,.video-bubble{padding:4px!important;background:transparent!important;border:none!important;box-shadow:none!important}.message-video{border-radius:12px;display:block;box-shadow:0 2px 8px #00000014}.file-bubble{display:inline-flex!important;align-items:center;gap:12px;min-width:180px;cursor:pointer}.file-icon{font-size:28px;flex-shrink:0;line-height:1}.file-info{display:flex;flex-direction:column;gap:3px;min-width:0;text-align:left}.file-name{font-size:14px;font-weight:600;line-height:1.3;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.file-size{font-size:12px;opacity:.7}.message-image{border-radius:12px;cursor:pointer;transition:transform .2s ease;box-shadow:0 2px 8px #00000014}.message-image:hover{transform:scale(1.02)}.audio-bubble{padding:10px 16px!important;min-width:180px;max-width:200px;cursor:pointer;background:var(--grad-primary)!important;border-radius:22px!important}.audio-bubble:hover{opacity:.92}.audio-player{display:flex;align-items:center;gap:8px;color:#fff}.audio-icon{font-size:18px;flex-shrink:0}.audio-wave{display:flex;align-items:center;gap:2px;flex:1}@keyframes wave{0%{height:6px}to{height:18px}}.audio-duration{font-size:12px;opacity:.9;flex-shrink:0}.message-audio{display:none}.emoji-bubble{background:transparent!important;border:none!important;padding:4px 8px!important}.message-emoji{font-size:34px;line-height:1}.dice-bubble{background:transparent!important;border:none!important;padding:4px 8px!important}.dice-face{width:56px;height:56px;background:linear-gradient(145deg,#ffffff,#eef1f6);border-radius:14px;box-shadow:0 3px 8px #0000002e,inset 0 1px 2px #fffc;display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(3,1fr);padding:9px;gap:2px;box-sizing:border-box}.dice-face.rolling{animation:dice-shake .09s linear infinite}@keyframes dice-shake{0%{transform:rotate(-8deg) scale(1.02)}50%{transform:rotate(8deg) scale(1.05)}to{transform:rotate(-8deg) scale(1.02)}}.dice-pip{border-radius:50%;background:transparent}.dice-pip.on{background:#1e293b;box-shadow:inset 0 1px 1px #0006}.btn-media{width:40px;height:40px;border:none;background:transparent;border-radius:50%;cursor:pointer;font-size:20px;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.btn-media:hover:not(:disabled){background:#e9ecef;transform:scale(1.1)}.btn-media:disabled{opacity:.5;cursor:not-allowed}.btn-media.recording{background:#ff4757;animation:pulse 1s infinite}@keyframes pulse{0%{box-shadow:0 0 #ff4757b3}70%{box-shadow:0 0 0 10px #ff475700}to{box-shadow:0 0 #ff475700}}.emoji-picker-container{position:relative}.btn-emoji{width:40px;height:40px;border:none;background:transparent;border-radius:50%;cursor:pointer;font-size:20px;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.btn-emoji:hover:not(:disabled){background:#e9ecef;transform:scale(1.1)}.btn-emoji:disabled{opacity:.5;cursor:not-allowed}.emoji-picker{position:absolute;bottom:50px;left:50%;transform:translate(-50%);background:white;border:1px solid var(--border);border-radius:14px;padding:12px;box-shadow:var(--shadow-card-hover);display:grid;grid-template-columns:repeat(8,1fr);gap:4px;max-height:200px;overflow-y:auto;z-index:100;width:280px}.emoji-item{width:32px;height:32px;border:none;background:transparent;border-radius:4px;cursor:pointer;font-size:20px;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.emoji-item:hover{background:#f8f9fa;transform:scale(1.2)}.uploading-banner{display:flex;align-items:center;gap:8px;padding:6px 4px 10px;font-size:13px;color:#64748b}.uploading-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.uploading-spinner{width:48px;height:48px;border:4px solid #f3f3f3;border-top-color:#667eea;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.more-menu-container{position:relative}.more-menu{position:absolute;bottom:100%;right:0;margin-bottom:8px;background:white;border:1px solid var(--border);border-radius:16px;padding:12px;box-shadow:var(--shadow-card-hover);display:grid;grid-template-columns:repeat(4,1fr);gap:12px;z-index:1000;min-width:280px}.more-menu-item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;padding:12px 8px;border:none;background:#f8f9fa;border-radius:14px;cursor:pointer;transition:all .2s ease;font-size:11px;color:#495057;font-weight:600}.more-menu-item:hover{background:#e9ecef;transform:translateY(-2px)}.more-menu-item .menu-icon{font-size:24px}.more-menu-item .menu-hint{font-size:9px;color:var(--danger);font-weight:500;line-height:1;margin-top:-2px}.more-menu-item.recording{background:var(--grad-danger);color:#fff;animation:pulse 1s infinite}.emoji-picker-panel{background:var(--bg-page);border-top:1px solid #e0e0e0;padding:12px;animation:slideUp .2s ease-out}.emoji-picker-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px;padding:0 4px}.emoji-picker-title{font-size:14px;color:#666;font-weight:600}.emoji-picker-close{background:none;border:none;font-size:16px;color:#999;cursor:pointer;padding:6px;border-radius:6px;transition:all .2s ease;display:inline-flex;align-items:center;justify-content:center}.emoji-picker-close:hover{background:#e0e0e0;color:#666}.emoji-picker-close svg{display:block}.emoji-picker-grid{display:grid;grid-template-columns:repeat(8,1fr);gap:6px;max-height:200px;overflow-y:auto;scrollbar-width:none}.chat-text-input::-webkit-scrollbar{display:none}.emoji-picker-grid .emoji-item{width:36px;height:36px;border:none;background:white;border-radius:8px;cursor:pointer;font-size:22px;display:flex;align-items:center;justify-content:center;transition:all .2s ease;box-shadow:0 1px 2px #0000000d}.emoji-picker-grid .emoji-item:hover{background:#e8f4fd;transform:scale(1.1)}.emoji-picker-grid .emoji-item:active{transform:scale(.95)}@media (max-width: 480px){.chat-input-bar{gap:8px}.chat-text-input{padding:9px 14px;font-size:15px;min-height:38px}.btn-emoji-inline{width:36px;height:36px;font-size:20px}.btn-more-inline{width:36px;height:36px;font-size:24px}.emoji-picker-grid{grid-template-columns:repeat(6,1fr);gap:4px}.emoji-picker-grid .emoji-item{width:32px;height:32px;font-size:20px}.more-menu{grid-template-columns:repeat(3,1fr);gap:8px;padding:10px;min-width:240px}.more-menu-item{padding:10px 6px}}.image-preview-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,.85);display:flex;align-items:center;justify-content:center;z-index:3000;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);animation:fadeIn .2s ease}.image-preview-body{position:relative;max-width:90vw;max-height:90vh;display:flex;align-items:center;justify-content:center}.image-preview-img{max-width:90vw;max-height:90vh;border-radius:12px;box-shadow:0 8px 40px #00000080;object-fit:contain;animation:zoomIn .25s ease}.message-system{display:flex;justify-content:center;margin:8px 0}.message-system-notice{display:flex;justify-content:center;width:100%}.message-system-notice span{font-size:12px;color:#94a3b8;background:rgba(148,163,184,.12);padding:3px 12px;border-radius:10px;line-height:1.5}.message-from-bottle{display:flex;flex-direction:column;margin-bottom:4px;padding:4px 10px;background:rgba(255,193,7,.12);border-left:3px solid #ffc107;border-radius:4px;font-size:12px;color:#8c6d00;max-width:240px}.message-from-bottle .bottle-tag-label{font-weight:600;margin-bottom:2px;white-space:nowrap}.message-from-bottle .bottle-tag-preview{color:#6b5b00;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.message-from-tree-hole{display:flex;flex-direction:column;margin-bottom:4px;padding:4px 10px;background:rgba(76,175,80,.12);border-left:3px solid #4caf50;border-radius:4px;font-size:12px;color:#2e5c30;max-width:240px}.message-from-tree-hole .tree-hole-tag-label{font-weight:600;margin-bottom:2px;white-space:nowrap}.message-from-tree-hole .tree-hole-tag-preview{color:#1b3d1d;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.message-from-dating{display:flex;flex-direction:column;margin-bottom:4px;padding:4px 10px;background:rgba(233,30,99,.12);border-left:3px solid #e91e63;border-radius:4px;font-size:12px;color:#880e4f;max-width:240px}.message-from-dating .dating-tag-label{font-weight:600;margin-bottom:2px;white-space:nowrap}.message-from-dating .dating-tag-preview{color:#6a1b3d;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.media-placeholder{display:inline-flex;align-items:center;gap:6px;cursor:pointer;min-width:80px;justify-content:center}.media-placeholder-text{font-weight:500}.media-placeholder.destroyed{cursor:default;opacity:.7;background:#f1f5f9;color:#94a3b8}.media-preview{position:relative;display:inline-flex;flex-direction:column;gap:4px;padding:6px;cursor:pointer;overflow:hidden}.media-countdown-bar{position:relative;width:100%;height:18px;background:rgba(0,0,0,.05);border-radius:9px;overflow:hidden;flex-shrink:0}.media-countdown-progress{position:absolute;top:0;left:0;height:100%;background:linear-gradient(90deg,#f97316,#ef4444);border-radius:9px;transition:width 1s linear}.media-countdown-text{position:relative;z-index:1;display:block;width:100%;text-align:center;font-size:11px;color:#1e293b;line-height:18px;font-weight:600}.media-recall-btn{position:absolute;top:4px;right:4px;z-index:2;padding:2px 8px;font-size:11px;color:#fff;background:rgba(239,68,68,.85);border:none;border-radius:10px;cursor:pointer;opacity:0;transition:opacity .2s ease}.media-preview:hover .media-recall-btn{opacity:1}.video-call-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0f172a;z-index:1000;display:flex;align-items:center;justify-content:center}.video-call-remote{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;background:#1e293b}.video-call-local{position:absolute;top:20px;right:20px;width:120px;height:160px;object-fit:cover;border-radius:12px;border:2px solid rgba(255,255,255,.3);background:#334155;z-index:1001}.video-call-status{position:absolute;top:20px;left:20px;color:#fff;font-size:14px;background:rgba(0,0,0,.35);padding:6px 12px;border-radius:20px;z-index:1001}.video-call-actions{position:absolute;bottom:40px;left:50%;transform:translate(-50%);z-index:1001}.video-call-end{width:64px;height:64px;border-radius:50%;background:#ef4444;color:#fff;border:none;font-size:15px;font-weight:700;cursor:pointer;box-shadow:0 4px 16px #ef444466}.incoming-call-card{text-align:center;color:#fff;padding:40px}.incoming-call-avatar{width:96px;height:96px;border-radius:50%;background:var(--grad-primary);display:flex;align-items:center;justify-content:center;font-size:40px;font-weight:700;margin:0 auto 20px}.incoming-call-name{font-size:24px;font-weight:700;margin-bottom:8px}.incoming-call-status{font-size:15px;opacity:.85;margin-bottom:40px}.incoming-call-actions{display:flex;gap:32px;justify-content:center}.incoming-call-accept,.incoming-call-reject{width:72px;height:72px;border-radius:50%;border:none;font-size:15px;font-weight:700;color:#fff;cursor:pointer}.incoming-call-accept{background:#22c55e;box-shadow:0 4px 16px #22c55e66}.incoming-call-reject{background:#ef4444;box-shadow:0 4px 16px #ef444466}.image-preview-close{position:absolute;top:-16px;right:-16px;width:36px;height:36px;border-radius:50%;background:rgba(255,255,255,.2);color:#fff;border:1px solid rgba(255,255,255,.3);font-size:18px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1}.image-preview-close:hover{background:rgba(255,255,255,.4);transform:scale(1.1)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes zoomIn{0%{transform:scale(.8);opacity:0}to{transform:scale(1);opacity:1}}.tab-page{height:100%;display:flex;flex-direction:column;background:#f5f5f7;padding:0;padding-bottom:calc(var(--tabbar-height) + env(safe-area-inset-bottom,6px));align-items:stretch;overflow:hidden}.tab-page>.discover-page,.tab-page>.chat-list-page,.tab-page>.me-page,.tab-page>.bottle-page-inner,.tab-page>.th-page-inner,.tab-page>.ec-page-inner{flex:1;min-height:0;overflow-y:auto;overflow-x:hidden;padding-bottom:0;background:transparent}.page-container{max-width:520px;margin:0 auto;width:100%;box-shadow:0 0 40px #00000014;min-height:100%;position:relative}@media (min-width: 600px){.tab-bar{box-shadow:0 -2px 20px #00000014}}.chat-header-actions{display:flex;align-items:center;gap:8px}.btn-chat-action{background:rgba(255,255,255,.18);color:#fff;border:1px solid rgba(255,255,255,.35);width:34px;height:34px;border-radius:50%;font-size:16px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;padding:0;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.chat-action-menu-container{position:relative}.btn-chat-options{width:36px;height:36px;font-size:20px;line-height:1;color:#fff;background:rgba(255,255,255,.18);border:1px solid rgba(255,255,255,.35)}.btn-chat-options.active,.btn-chat-options:hover{background:rgba(255,255,255,.3);transform:scale(1.05)}.chat-action-menu{position:absolute;right:0;top:calc(100% + 10px);min-width:160px;background:rgba(255,255,255,.96);border-radius:18px;box-shadow:0 18px 40px #0000002e;border:1px solid rgba(0,0,0,.08);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);overflow:hidden;z-index:30}.chat-action-menu-item{width:100%;padding:12px 16px;border:none;background:transparent;color:#111;font-size:14px;font-weight:600;text-align:left;cursor:pointer;display:flex;align-items:center;gap:10px;transition:background .2s ease}.chat-action-menu-item:hover{background:rgba(0,0,0,.04)}.chat-action-menu-item .menu-item-icon{display:inline-flex;align-items:center;justify-content:center;width:18px;min-width:18px;font-size:16px}.btn-chat-action:hover{background:rgba(255,255,255,.3);transform:scale(1.05)}.ai-badge{display:inline-flex;align-items:center;gap:3px;padding:2px 8px;background:var(--grad-match);color:#fff;border-radius:10px;font-size:11px;font-weight:700;flex-shrink:0;letter-spacing:.3px}.drawing-board-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.6);z-index:1000;display:flex;align-items:center;justify-content:center}.drawing-board-modal{background:white;border-radius:16px;padding:16px;width:340px;max-width:90vw;box-shadow:0 8px 32px #0003}.drawing-board-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;font-size:16px;font-weight:600;color:#1f2937}.drawing-board-close{width:28px;height:28px;border-radius:50%;background:#f3f4f6;color:#6b7280;border:none;font-size:16px;cursor:pointer;display:flex;align-items:center;justify-content:center}.drawing-board-close:hover{background:#e5e7eb}.drawing-board-toolbar{display:flex;align-items:center;gap:8px;margin-bottom:12px;padding:8px;background:#f9fafb;border-radius:8px}.drawing-board-toolbar input[type=color]{width:32px;height:32px;border:none;border-radius:6px;cursor:pointer;padding:0}.drawing-board-toolbar button{width:28px;height:28px;border:1px solid #e5e7eb;border-radius:6px;background:white;color:#374151;font-size:14px;cursor:pointer;display:flex;align-items:center;justify-content:center}.drawing-board-toolbar button:hover{background:#f3f4f6}.drawing-board-toolbar button:active{background:#e5e7eb}.drawing-board-toolbar span{font-size:13px;color:#6b7280;min-width:40px;text-align:center}.drawing-board-toolbar button:last-child{width:auto;padding:0 10px;font-size:13px}.drawing-board-canvas{width:300px;height:300px;border:2px solid #e5e7eb;border-radius:8px;cursor:crosshair;touch-action:none;background:white}.drawing-board-actions{display:flex;gap:12px;margin-top:12px}.drawing-board-actions button{flex:1;padding:10px 16px;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;border:1px solid #e5e7eb;background:white;color:#374151}.drawing-board-actions button:hover{background:#f9fafb}.drawing-board-actions button.primary{background:var(--grad-primary);color:#fff;border:none}.drawing-board-actions button.primary:hover{opacity:.9}.drawing-board-actions button.primary:disabled{opacity:.6;cursor:not-allowed}.auth-page{min-height:100vh;min-height:100dvh;display:flex;align-items:center;justify-content:center;background:var(--grad-primary);padding:20px;overflow-y:auto;-webkit-overflow-scrolling:touch;box-sizing:border-box}@media (max-width: 480px),(max-height: 700px){.auth-page{align-items:flex-start}}.auth-page:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 20% 30%,rgba(255,255,255,.14) 0%,transparent 35%),radial-gradient(circle at 80% 70%,rgba(255,255,255,.1) 0%,transparent 35%);pointer-events:none}.auth-container{background:rgba(255,255,255,.98);border-radius:28px;padding:44px 42px;width:100%;max-width:420px;box-shadow:0 32px 80px #0000004d;animation:slideUp .35s ease-out;position:relative;z-index:1;border:1px solid rgba(255,255,255,.6)}@keyframes slideUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.auth-header{text-align:center;margin-bottom:32px}.auth-header h1{font-size:30px;margin-bottom:10px;font-weight:800;display:inline-flex;align-items:center;gap:10px;justify-content:center}.auth-icon{font-size:36px;line-height:1}.auth-title{background:var(--grad-primary);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}.auth-header p{color:var(--text-secondary);font-size:14px}.auth-form{display:flex;flex-direction:column;gap:18px}.auth-error{background:#fef2f2;border:1.5px solid #fecaca;color:#dc2626;padding:12px 16px;border-radius:14px;font-size:14px;text-align:center;font-weight:600}.form-group{display:flex;flex-direction:column;gap:7px}.form-group.half{flex:1}.form-row{display:flex;gap:12px}.form-group label{font-size:14px;font-weight:600;color:var(--text)}.form-group input,.form-group select{padding:13px 17px;border:2px solid #e5e7eb;border-radius:14px;font-size:15px;transition:all .2s ease;background:#f8fafc;outline:none;color:var(--text)}.form-group input:focus,.form-group select:focus{border-color:var(--primary);background:#fff;box-shadow:0 0 0 4px #667eea1f}.form-group input:disabled,.form-group select:disabled{background:#f3f4f6;cursor:not-allowed}.form-group input::placeholder{color:#9ca3af}.field-hint{font-size:12.5px;margin:2px 0 0;font-weight:500;line-height:1.4}.field-hint-ok{color:#059669}.field-hint-error{color:#dc2626}.form-group input[aria-invalid=true]{border-color:#dc2626}.username-input-row{display:flex;gap:10px}.username-input-row input{flex:1}.btn-random-name{padding:0 16px;border:none;border-radius:14px;background:var(--grad-primary);color:#fff;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap}.btn-random-name:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #667eea59}.btn-random-name:disabled{opacity:.6;cursor:not-allowed}.captcha-input-row{display:flex;gap:10px;align-items:stretch}.captcha-input-row input{flex:1;min-width:0}.captcha-image{padding:0;border:2px solid #e5e7eb;border-radius:14px;background:#f0f2f5;cursor:pointer;overflow:hidden;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .2s ease;line-height:0}.captcha-image:hover:not(:disabled){border-color:var(--primary);box-shadow:0 0 0 4px #667eea1f}.captcha-image:disabled{opacity:.6;cursor:not-allowed}.captcha-image svg{display:block;border-radius:12px}.auth-btn{padding:15px 24px;border-radius:16px;font-size:16px;font-weight:700;cursor:pointer;transition:all .25s cubic-bezier(.4,0,.2,1);border:none;position:relative;overflow:hidden}.auth-btn:disabled{opacity:.6;cursor:not-allowed}.auth-btn.primary{background:var(--grad-primary);color:#fff;box-shadow:0 8px 22px #667eea59}.auth-btn.primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 12px 28px #667eea73}.auth-btn.secondary{background:transparent;color:var(--primary);border:2px solid rgba(102,126,234,.4);font-weight:700}.auth-btn.secondary:hover:not(:disabled){background:rgba(102,126,234,.06);border-color:var(--primary);transform:translateY(-1px)}.auth-footer{margin-top:26px;text-align:center;display:flex;flex-direction:column;gap:14px}.auth-footer p{color:var(--text-secondary);font-size:14px}@media (max-width: 480px){.auth-container{padding:32px 24px;border-radius:24px}.auth-header h1{font-size:26px}.form-row{flex-direction:column;gap:16px}.username-input-row{flex-direction:column}.captcha-input-row{flex-direction:row}.btn-random-name{padding:12px;font-size:14px}}.subscribe-page{height:100dvh;background:linear-gradient(135deg,#667eea 0%,#764ba2 50%,#f093fb 100%);display:flex;flex-direction:column;max-width:520px;margin:0 auto;width:100%;box-shadow:0 0 40px #00000014;overflow-y:auto;-webkit-overflow-scrolling:touch}.subscribe-container{flex:1;background:#fff;border-radius:24px 24px 0 0;padding:24px 20px 32px;margin-top:-16px;position:relative;z-index:1}.success-container{margin-top:16px;border-radius:24px;flex:0}.subscribe-decoration{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;overflow:hidden;z-index:0}.deco-ball{position:absolute;border-radius:50%;background:rgba(255,255,255,.12);animation:float 6s ease-in-out infinite}.deco-1{width:180px;height:180px;top:-60px;right:-40px;animation-delay:0s}.deco-2{width:120px;height:120px;bottom:40%;left:-40px;animation-delay:2s}.deco-3{width:80px;height:80px;top:50%;right:20px;animation-delay:4s}.deco-4{width:50px;height:50px;bottom:20%;right:15%;animation-delay:1s}@keyframes float{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-15px) rotate(5deg)}}.subscribe-hero{text-align:center;margin-bottom:28px}.hero-icon{font-size:48px;margin-bottom:12px;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.subscribe-hero h1{font-size:24px;font-weight:800;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0 0 8px}.subscribe-hero p{color:#6b7280;font-size:14px;margin:0;line-height:1.5}.subscribe-form{display:flex;flex-direction:column;gap:22px}.form-section{display:flex;flex-direction:column;gap:10px}.section-label{font-size:14px;font-weight:700;color:#374151;display:flex;align-items:center;gap:6px}.label-icon{font-size:16px}.label-hint{font-size:12px;font-weight:500;color:#9ca3af;margin-left:auto}.email-input{padding:14px 18px;border:2px solid #e5e7eb;border-radius:16px;font-size:16px;transition:all .25s ease;background:#f9fafb;outline:none;color:#1f2937}.email-input:focus{border-color:#667eea;background:#fff;box-shadow:0 0 0 4px #667eea26}.email-input::placeholder{color:#9ca3af}.checking-hint{font-size:12px;color:#9ca3af;margin-top:6px;display:block}.time-period-selector{display:flex;align-items:center;gap:12px;margin-bottom:12px}.time-input-group{flex:1;display:flex;flex-direction:column;gap:6px}.time-input-group label{font-size:12px;color:#6b7280;font-weight:500}.time-input-group select{padding:12px 14px;border:2px solid #e5e7eb;border-radius:12px;font-size:15px;font-weight:600;color:#1f2937;background:#f9fafb;cursor:pointer;transition:all .25s ease;outline:none}.time-input-group select:focus{border-color:#667eea;background:#fff;box-shadow:0 0 0 3px #667eea26}.time-separator{font-size:14px;color:#9ca3af;font-weight:500;margin-top:20px}.time-presets{display:flex;flex-wrap:wrap;gap:8px}.preset-btn{padding:8px 14px;border:1px solid #e5e7eb;border-radius:20px;font-size:13px;font-weight:500;color:#6b7280;background:#f9fafb;cursor:pointer;transition:all .2s ease}.preset-btn:hover{border-color:#667eea;color:#667eea}.preset-btn.active{background:linear-gradient(135deg,rgba(102,126,234,.1),rgba(118,75,162,.1));border-color:#667eea;color:#667eea}.subscription-detail-card{background:#f9fafb;border-radius:16px;padding:20px;margin-bottom:24px}.detail-row{display:flex;align-items:flex-start;justify-content:space-between;padding:12px 0;border-bottom:1px solid #e5e7eb}.detail-row:last-child{border-bottom:none}.detail-label{font-size:14px;font-weight:600;color:#4b5563;flex-shrink:0}.detail-value{font-size:14px;color:#1f2937;font-weight:500;text-align:right;word-break:break-all}.detail-events{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:6px;max-width:200px}.event-tag{padding:4px 10px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-size:12px;font-weight:600;border-radius:12px}.subscription-actions{display:flex;gap:12px;margin-bottom:20px}.btn-modify{flex:1;padding:14px 20px;border-radius:14px;font-size:15px;font-weight:600;color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border:none;cursor:pointer;transition:all .25s ease;box-shadow:0 4px 12px #667eea4d}.btn-modify:hover{transform:translateY(-1px);box-shadow:0 6px 16px #667eea66}.btn-delete{flex:1;padding:14px 20px;border-radius:14px;font-size:15px;font-weight:600;color:#dc2626;background:#fef2f2;border:2px solid #fecaca;cursor:pointer;transition:all .25s ease}.btn-delete:hover:not(:disabled){background:#fee2e2;border-color:#fca5a5}.btn-delete:disabled{opacity:.6;cursor:not-allowed}.gender-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.gender-card{display:flex;flex-direction:column;align-items:center;gap:6px;padding:14px 8px;border:2px solid #e5e7eb;border-radius:16px;background:#f9fafb;cursor:pointer;transition:all .25s ease}.gender-card:hover{border-color:#667eea;background:rgba(102,126,234,.05)}.gender-card.active{border-color:#667eea;background:linear-gradient(135deg,rgba(102,126,234,.1),rgba(118,75,162,.1));box-shadow:0 0 0 3px #667eea33}.gender-icon{font-size:24px}.gender-label{font-size:13px;font-weight:600;color:#4b5563}.gender-card.active .gender-label{color:#667eea}.events-list{display:flex;flex-direction:column;gap:10px}.event-card{display:flex;align-items:center;padding:14px 16px;border:2px solid #e5e7eb;border-radius:16px;background:#f9fafb;cursor:pointer;transition:all .25s ease;animation:fadeInUp .4s ease-out both}@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.event-card:hover{border-color:#667eea;background:rgba(102,126,234,.03)}.event-card.active{border-color:#667eea;background:linear-gradient(135deg,rgba(102,126,234,.08),rgba(118,75,162,.05))}.event-card input[type=checkbox]{display:none}.event-content{display:flex;align-items:center;gap:12px;flex:1}.event-icon{font-size:28px;width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014}.event-info{display:flex;flex-direction:column;gap:2px}.event-label{font-size:15px;font-weight:700;color:#1f2937}.event-desc{font-size:12px;color:#6b7280}.event-check{width:24px;height:24px;border-radius:50%;border:2px solid #d1d5db;display:flex;align-items:center;justify-content:center;transition:all .2s ease;font-size:14px;font-weight:700;color:#fff}.event-card.active .event-check{background:linear-gradient(135deg,#667eea,#764ba2);border-color:#667eea}.btn-subscribe{display:flex;align-items:center;justify-content:center;gap:10px;padding:16px 24px;border-radius:16px;font-size:17px;font-weight:700;color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border:none;cursor:pointer;transition:all .3s ease;box-shadow:0 8px 24px #667eea66;margin-top:8px}.btn-subscribe:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 12px 32px #667eea80}.btn-subscribe:active:not(:disabled){transform:translateY(0)}.btn-subscribe:disabled{opacity:.7;cursor:not-allowed}.loading-spinner-small{width:18px;height:18px;border:3px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}.subscribe-tip{text-align:center;color:#9ca3af;font-size:13px;margin-top:16px}.subscribe-success-card{text-align:center;padding:24px 0}.success-icon{font-size:64px;margin-bottom:20px;animation:bounce .6s ease}@keyframes bounce{0%{transform:scale(0)}50%{transform:scale(1.2)}to{transform:scale(1)}}.subscribe-success-card h2{font-size:22px;font-weight:800;color:#1f2937;margin:0 0 12px}.success-email{font-size:15px;color:#667eea;font-weight:600;background:rgba(102,126,234,.1);padding:10px 20px;border-radius:25px;display:inline-block;margin-bottom:12px}.success-hint{color:#6b7280;font-size:14px;margin-bottom:28px}.success-steps{display:flex;align-items:center;justify-content:center;gap:10px;margin-bottom:28px}.step{display:flex;flex-direction:column;align-items:center;gap:6px}.step-num{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-size:14px;font-weight:700;display:flex;align-items:center;justify-content:center}.step span:last-child{font-size:12px;color:#6b7280}.step-arrow{color:#d1d5db;font-size:16px;margin-top:-16px}.btn-back-home{padding:14px 32px;border-radius:25px;font-size:15px;font-weight:600;color:#667eea;background:transparent;border:2px solid #667eea;cursor:pointer;transition:all .25s ease}.btn-back-home:hover{background:#667eea;color:#fff}.loading-animation{position:relative;width:100px;height:100px;margin:40px auto 24px}.loading-circle{position:absolute;top:0;right:0;bottom:0;left:0;border:4px solid rgba(102,126,234,.2);border-top-color:#667eea;border-radius:50%;animation:spin 1s linear infinite}.loading-icon{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;font-size:36px}.success-features{display:flex;justify-content:center;gap:16px;margin-bottom:28px;flex-wrap:wrap}.feature-item{display:flex;flex-direction:column;align-items:center;gap:6px;padding:12px 16px;background:linear-gradient(135deg,rgba(102,126,234,.08),rgba(118,75,162,.05));border-radius:16px;border:1px solid rgba(102,126,234,.15)}.feature-icon{font-size:24px}.feature-item span:last-child{font-size:13px;font-weight:600;color:#4b5563}.error-icon{font-size:64px;margin-bottom:20px}.error-suggestion{background:#fef2f2;border-radius:16px;padding:16px 20px;margin-bottom:28px;text-align:left}.error-suggestion p{color:#dc2626;font-weight:600;margin:0 0 8px;font-size:14px}.error-suggestion ul{margin:0;padding-left:20px;color:#6b7280;font-size:13px}.error-suggestion li{margin:4px 0}.confetti{position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;overflow:hidden}.confetti-piece{position:absolute;width:10px;height:10px;top:-20px;left:var(--x);background:linear-gradient(135deg,#667eea,#764ba2,#f093fb,#ffd1ff);animation:confettiFall 3s ease-out var(--delay) forwards;border-radius:2px}@keyframes confettiFall{0%{transform:translateY(0) rotate(0);opacity:1}to{transform:translateY(100vh) rotate(720deg);opacity:0}}.goodbye-icon{font-size:64px;margin-bottom:20px;animation:wave 1s ease-in-out infinite}@keyframes wave{0%,to{transform:rotate(0)}25%{transform:rotate(20deg)}75%{transform:rotate(-20deg)}}.goodbye-message{background:#f0f9ff;border-radius:16px;padding:14px 18px;margin-bottom:28px}.goodbye-message p{color:#0369a1;font-size:14px;margin:0}@media (max-width: 480px){.subscribe-container{padding:24px 18px 28px;border-radius:24px 24px 0 0}.subscribe-hero h1{font-size:20px}.gender-grid{grid-template-columns:repeat(2,1fr)}.event-icon{font-size:24px;width:40px;height:40px}.event-label{font-size:14px}.event-desc{font-size:11px}.success-steps{gap:8px}.step-num{width:28px;height:28px;font-size:12px}.success-features{gap:10px}.feature-item{padding:10px 12px}}.btn-delete-rect{flex:1;padding:14px 20px;border-radius:12px;font-size:15px;font-weight:600;color:#ef4444;background:linear-gradient(135deg,#fef2f2 0%,#fee2e2 100%);border:1.5px solid #fecaca;cursor:pointer;transition:all .25s ease}.btn-delete-rect:hover:not(:disabled){background:linear-gradient(135deg,#fee2e2 0%,#fecaca 100%);border-color:#fca5a5;transform:translateY(-1px)}.btn-delete-rect:active:not(:disabled){transform:translateY(0)}.btn-delete-rect:disabled{opacity:.6;cursor:not-allowed}.email-display{background:#f3f4f6;border-radius:12px;padding:14px 16px;display:flex;flex-direction:column;gap:6px}.email-value{font-size:16px;color:#1f2937;font-weight:500}.email-hint{font-size:12px;color:#9ca3af}.page-header{padding:max(36px,calc(14px + env(safe-area-inset-top,0px))) 20px 18px;color:#fff;position:relative}.page-header-main{display:flex;align-items:center;gap:12px}.page-header-title-wrap{flex:1;min-width:0}.page-header-title{margin:0;font-size:22px;font-weight:800;letter-spacing:.2px}.page-header-subtitle{margin:4px 0 0;font-size:13px;opacity:.85;font-weight:500}.page-header-side{display:flex;align-items:center;flex-shrink:0}.page-header-extra{margin-top:14px}.ph-back-btn{display:inline-flex;align-items:center;gap:2px;padding:8px 14px;background:rgba(255,255,255,.2);border:none;border-radius:var(--radius-full);color:#fff;font-size:14px;font-weight:600;cursor:pointer;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);transition:background .2s ease,transform .2s ease;-webkit-tap-highlight-color:transparent}.ph-back-btn:hover{background:rgba(255,255,255,.32);transform:translate(-2px)}.ph-back-btn:active{transform:scale(.96)}.match-history-page{display:flex;flex-direction:column;height:100vh;height:100dvh;background:var(--bg-page);overscroll-behavior:none;-webkit-overflow-scrolling:touch}.match-history-content{flex:1;overflow-y:auto;padding:18px;overscroll-behavior-y:contain;-webkit-overflow-scrolling:touch}.loading-state{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;color:var(--text-secondary)}.spinner{width:42px;height:42px;border:3px solid var(--border);border-top-color:#00d4ff;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:16px}.error-state{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;color:var(--text-secondary);text-align:center}.error-state button{margin-top:16px;padding:11px 26px;background:var(--grad-match);border:none;border-radius:var(--radius-full);color:#fff;cursor:pointer;font-size:14px;font-weight:700;transition:all .25s ease;box-shadow:0 4px 16px #00d4ff4d}.error-state button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #00d4ff66}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;text-align:center;color:var(--text-secondary)}.empty-icon{font-size:64px;margin-bottom:16px;opacity:.5}.empty-state p{margin:0;font-size:16px}.empty-hint{font-size:14px!important;margin-top:8px!important;color:var(--text-tertiary)}.match-list{display:flex;flex-direction:column;gap:12px}.match-item{display:flex;align-items:center;padding:16px 18px;background:#fff;border-radius:var(--radius-md);cursor:pointer;transition:all .25s cubic-bezier(.4,0,.2,1);border:1px solid transparent;box-shadow:var(--shadow-card)}.match-item:hover{transform:translateY(-3px);box-shadow:var(--shadow-card-hover)}.match-item.selected{border-color:#00d4ff80;background:rgba(0,212,255,.05)}.match-item.unread{background:rgba(0,212,255,.05)}.match-avatar-wrapper{position:relative;margin-right:16px;flex-shrink:0}.match-avatar{width:58px;height:58px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:28px;border:3px solid #fff;transition:all .25s ease;box-shadow:0 0 0 2px #fff,0 4px 12px #00000026}.match-item:hover .match-avatar{transform:scale(1.06)}.online-status{position:absolute;bottom:2px;right:2px;width:15px;height:15px;border-radius:50%;border:2px solid #fff;transition:all .3s ease}.online-status.online{background:var(--success);box-shadow:0 0 8px #10b98180}.online-status.offline{background:var(--text-tertiary)}.match-info{flex:1;min-width:0}.match-header-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.match-user-info{display:flex;align-items:center;gap:10px}.match-username{font-weight:700;font-size:16px;color:var(--text)}.status-text{font-size:11px;padding:3px 9px;border-radius:12px;font-weight:600}.status-text.online{background:rgba(16,185,129,.15);color:var(--success)}.status-text.offline{background:rgba(148,163,184,.18);color:var(--text-tertiary)}.match-time{font-size:12px;color:var(--text-tertiary)}.match-preview-row{display:flex;align-items:center;justify-content:space-between}.match-preview{font-size:14px;color:var(--text-secondary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1;margin-right:8px}.unread-badge{background:linear-gradient(135deg,#ff4757,#ff6b81);color:#fff;font-size:12px;font-weight:700;min-width:22px;height:22px;border-radius:11px;display:flex;align-items:center;justify-content:center;padding:0 6px;flex-shrink:0;box-shadow:0 2px 8px #ff475766}.match-actions{display:flex;gap:10px;margin-left:12px;align-items:center}.btn-continue{display:flex;align-items:center;gap:6px;padding:10px 17px;background:var(--grad-match);border:none;border-radius:var(--radius-full);color:#fff;font-size:13px;font-weight:700;cursor:pointer;transition:all .25s cubic-bezier(.4,0,.2,1);box-shadow:0 3px 10px #00d4ff4d}.btn-continue:hover{transform:translateY(-2px);box-shadow:0 5px 18px #00d4ff66}.btn-continue:active{transform:translateY(0)}.btn-continue.offline{background:linear-gradient(135deg,#ffa502 0%,#ff7f50 100%);box-shadow:0 3px 10px #ffa5024d}.btn-continue.offline:hover{box-shadow:0 5px 18px #ffa50266}.ai-badge{position:absolute;top:-4px;left:-4px;background:linear-gradient(135deg,#7c3aed 0%,#a78bfa 100%);color:#fff;font-size:10px;font-weight:700;padding:2px 7px;border-radius:10px;border:2px solid #fff}.btn-continue .btn-text{white-space:nowrap}.btn-delete{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:rgba(255,71,87,.1);border:1px solid rgba(255,71,87,.3);border-radius:50%;color:#ff4757;font-size:16px;cursor:pointer;transition:all .25s cubic-bezier(.4,0,.2,1)}.btn-delete:hover{background:rgba(255,71,87,.18);transform:scale(1.1) rotate(5deg);box-shadow:0 2px 12px #ff47574d}.btn-delete:active{transform:scale(.95)}.btn-delete .btn-icon{display:flex;align-items:center;justify-content:center}.load-more-hint{text-align:center;padding:20px;color:var(--text-tertiary);font-size:14px;transition:all .3s ease}.load-more-hint .loading-text{display:flex;align-items:center;justify-content:center;gap:8px}.spinner-small{width:16px;height:16px;border:2px solid var(--border);border-top-color:#00d4ff;border-radius:50%;animation:spin 1s linear infinite}.load-more-hint.no-more{color:var(--text-tertiary);opacity:.7}@media (min-width: 768px){.match-history-content{max-width:640px;margin:0 auto;width:100%}}.audio-bubble{display:inline-flex;align-items:center;gap:10px;padding:10px 16px;min-width:200px;max-width:260px;background:var(--grad-primary);border-radius:22px;-webkit-user-select:none;user-select:none}.audio-bubble:hover{opacity:.95}.audio-play-btn{flex-shrink:0;width:34px;height:34px;border:none;border-radius:50%;background:rgba(255,255,255,.22);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s ease,transform .2s ease;padding:0}.audio-play-btn:hover{background:rgba(255,255,255,.35);transform:scale(1.06)}.audio-play-btn:focus-visible{outline:2px solid #fff;outline-offset:2px}.audio-icon{font-size:16px;line-height:1}.audio-body{display:flex;flex-direction:column;gap:4px;flex:1;min-width:0;color:#fff}.audio-wave{display:flex;align-items:center;gap:2px;height:16px}.audio-wave span{width:3px;height:12px;background:rgba(255,255,255,.6);border-radius:2px;animation:none}.audio-bubble.playing .audio-wave span{animation:wave .5s ease-in-out infinite alternate}.audio-bubble.playing .audio-wave span:nth-child(1){animation-delay:0s}.audio-bubble.playing .audio-wave span:nth-child(2){animation-delay:.1s}.audio-bubble.playing .audio-wave span:nth-child(3){animation-delay:.2s}.audio-bubble.playing .audio-wave span:nth-child(4){animation-delay:.3s}.audio-bubble.playing .audio-wave span:nth-child(5){animation-delay:.4s}@keyframes wave{0%{height:6px}to{height:16px}}.audio-progress{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;height:4px;border-radius:2px;background:linear-gradient(to right,#fff var(--progress, 0%),rgba(255,255,255,.3) var(--progress, 0%));cursor:pointer;outline:none;margin:0}.audio-progress::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:10px;height:10px;border-radius:50%;background:#fff;cursor:pointer;box-shadow:0 1px 3px #0000004d}.audio-progress::-moz-range-thumb{width:10px;height:10px;border:none;border-radius:50%;background:#fff;cursor:pointer;box-shadow:0 1px 3px #0000004d}.audio-progress:focus-visible{outline:2px solid rgba(255,255,255,.7);outline-offset:2px}.audio-duration{font-size:11px;font-weight:500;opacity:.9;font-variant-numeric:tabular-nums;white-space:nowrap}.bottle-page-inner{flex:1;min-height:0;display:flex;flex-direction:column;overflow:hidden}.bottle-container{width:100%;flex:1;min-height:0;display:flex;flex-direction:column;overflow:hidden;position:relative;background:radial-gradient(circle at 82% 8%,rgba(255,223,128,.9) 0%,rgba(255,223,128,0) 22%),radial-gradient(circle at 12% 88%,rgba(255,255,255,.18) 0%,rgba(255,255,255,0) 28%),var(--grad-bottle-bg)}.bottle-header{display:flex;align-items:center;justify-content:center;padding:16px 20px;background:rgba(255,255,255,.2);color:#fff;font-weight:600;font-size:17px;position:relative;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.2)}.bottle-header .ph-back-btn{position:absolute;left:16px;top:50%;transform:translateY(-50%)}.bottle-header .ph-back-btn:hover{transform:translateY(-50%) translate(-2px)}.bottle-home{flex:1;padding:40px 24px 28px;display:flex;flex-direction:column;align-items:center;overflow-y:auto;position:relative}.bottle-home:before{content:"";position:absolute;left:0;right:0;bottom:0;height:38%;background:linear-gradient(180deg,rgba(246,211,101,0) 0%,#f6d365 55%,#e6b530 100%);pointer-events:none;z-index:0}.bottle-title{margin:0 0 8px;font-size:28px;color:#fff;text-shadow:0 2px 8px rgba(0,56,128,.3);position:relative;z-index:1}.bottle-subtitle{color:#ffffffeb;font-size:14px;margin-bottom:32px;text-shadow:0 1px 4px rgba(0,56,128,.25);position:relative;z-index:1}.bottle-actions{display:flex;flex-direction:row;justify-content:center;gap:14px;width:100%;max-width:520px;position:relative;z-index:1;margin-top:auto;margin-bottom:24px}.bottle-card{flex:1 1 0;min-width:0;background:rgba(255,255,255,.85);border:1px solid rgba(255,255,255,.6);border-radius:var(--radius-md);padding:14px 10px;display:flex;flex-direction:column;align-items:center;gap:10px;cursor:pointer;transition:all .25s ease;box-shadow:var(--shadow-card);text-align:center;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.bottle-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-card-hover);background:rgba(255,255,255,.97);border-color:#ffffffd9}.bottle-card-title{display:block;width:100%;font-size:15px;font-weight:700;color:#0f4c81;white-space:nowrap;text-align:center;line-height:1.2}.bottle-card-bottom{display:flex;align-items:center;justify-content:center;gap:8px;width:100%}.bottle-card-icon{font-size:26px;line-height:1;flex-shrink:0}.bottle-card-quota{font-size:11px;color:#0f4c81;background:rgba(15,76,129,.1);padding:3px 9px;border-radius:12px;flex-shrink:0;white-space:nowrap}.bottle-rules{margin-top:0;padding-bottom:8px;font-size:12px;color:#ffffffe0;text-align:center;line-height:1.6;position:relative;z-index:1;text-shadow:0 1px 3px rgba(0,56,128,.25)}.bottle-panel{flex:1;display:flex;flex-direction:column;padding:20px 24px 24px;overflow-y:auto}.bottle-panel-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.bottle-panel-header-center{justify-content:center}.bottle-back,.bottle-refresh{background:#f1f5f9;border:none;color:#475569;padding:8px 14px;border-radius:20px;font-size:13px;cursor:pointer;transition:all .2s ease}.bottle-back:hover,.bottle-refresh:hover{background:#e2e8f0}.bottle-panel-title{font-size:17px;font-weight:600;color:#1e293b}.bottle-panel-quota{font-size:12px;color:#667eea;background:rgba(102,126,234,.1);padding:4px 10px;border-radius:12px}.bottle-textarea{width:100%;min-height:140px;padding:14px;border:1px solid #e2e8f0;border-radius:var(--radius-sm);font-size:15px;line-height:1.6;resize:vertical;outline:none;box-sizing:border-box;font-family:inherit}.bottle-textarea:focus{border-color:#a5b4fc;box-shadow:0 0 0 3px #667eea1f}.bottle-textarea-footer{display:flex;align-items:center;justify-content:space-between;margin-top:12px;font-size:13px;color:#94a3b8}.btn-bottle-primary{background:var(--grad-primary);color:#fff;border:none;padding:11px 24px;border-radius:24px;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 12px #667eea4d}.btn-bottle-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 16px #667eea66}.btn-bottle-primary:disabled{opacity:.6;cursor:not-allowed}.btn-bottle-secondary{background:#f1f5f9;color:#475569;border:none;padding:11px 20px;border-radius:24px;font-size:15px;font-weight:500;cursor:pointer;transition:all .2s ease}.btn-bottle-secondary:hover{background:#e2e8f0}.btn-bottle-text{background:transparent;border:none;color:#667eea;font-size:13px;font-weight:600;cursor:pointer;padding:0;margin-top:8px}.btn-bottle-text:hover{text-decoration:underline}.bottle-btns{display:flex;gap:10px}.bottle-empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#64748b}.bottle-empty-icon{font-size:56px;margin-bottom:14px}.bottle-compliance{padding:10px 14px;background:rgba(255,255,255,.75);border-radius:var(--radius-sm);font-size:12px;color:#4b6a8a;line-height:1.5;margin:12px 0}.bottle-detail{flex:1;display:flex;flex-direction:column}.bottle-detail-content{background:linear-gradient(135deg,#f0f9ff 0%,#e0f2fe 100%);border:1px solid #bae6fd;border-radius:16px;padding:22px;text-align:center;margin-bottom:18px}.bottle-detail-content.small{padding:16px}.bottle-detail-icon{font-size:36px;display:block;margin-bottom:10px}.bottle-detail-content p{margin:0 0 10px;font-size:16px;color:#1e293b;line-height:1.6;word-break:break-word}.bottle-detail-meta{font-size:12px;color:#64748b}.bottle-list{display:flex;flex-direction:column;gap:12px}.bottle-list-item{background:#f8fafc;border:1px solid #e2e8f0;border-radius:var(--radius-md);padding:16px;display:flex;align-items:center;justify-content:space-between;cursor:pointer;transition:all .2s ease}.bottle-list-item:hover{background:#fff;border-color:#c7d2fe;transform:translateY(-2px);box-shadow:var(--shadow-card-hover)}.bottle-list-content{display:flex;flex-direction:column;gap:6px;min-width:0;flex:1}.bottle-list-text{font-size:15px;color:#1e293b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bottle-list-meta{font-size:12px;color:#94a3b8}.bottle-list-arrow{color:#94a3b8;font-size:18px;margin-left:12px}.bottle-reply-detail{flex:1;display:flex;flex-direction:column;overflow-y:auto}.bottle-reply-list{display:flex;flex-direction:column;gap:12px;margin-top:14px}.bottle-reply-item{background:#f8fafc;border:1px solid #e2e8f0;border-radius:var(--radius-sm);padding:14px}.bottle-reply-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.bottle-reply-user{font-weight:600;color:#667eea;font-size:14px}.bottle-reply-time{font-size:12px;color:#94a3b8}.bottle-reply-content{margin:0;font-size:15px;color:#1e293b;line-height:1.5;word-break:break-word}.bottle-empty-text{text-align:center;color:#94a3b8;padding:24px 0}.bottle-type-switch{display:flex;gap:10px;margin-bottom:14px}.bottle-type-switch button{flex:1;padding:10px;background:#f1f5f9;border:2px solid transparent;border-radius:12px;font-size:14px;font-weight:600;color:#64748b;cursor:pointer;transition:all .2s ease}.bottle-type-switch button.active{background:#eef2ff;border-color:#667eea;color:#667eea}.bottle-audio-area{flex:1;min-height:140px;display:flex;align-items:center;justify-content:center;background:#f8fafc;border:1px dashed #cbd5e1;border-radius:var(--radius-sm);padding:20px}.bottle-record-btn{display:flex;align-items:center;justify-content:center;gap:8px;padding:14px 32px;background:var(--grad-primary);color:#fff;border:none;border-radius:28px;font-size:16px;font-weight:700;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 12px #667eea4d}.bottle-record-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 16px #667eea66}.bottle-record-btn:disabled{opacity:.6;cursor:not-allowed}.bottle-record-btn.recording{background:linear-gradient(135deg,#ef4444 0%,#b91c1c 100%);animation:pulse-red 1.2s infinite}@keyframes pulse-red{0%{box-shadow:0 0 #ef444466}70%{box-shadow:0 0 0 14px #ef444400}to{box-shadow:0 0 #ef444400}}.bottle-audio-preview{display:flex;flex-direction:column;align-items:center;gap:14px;width:100%}.bottle-audio-retry{background:#f1f5f9;border:none;color:#475569;padding:8px 18px;border-radius:18px;font-size:13px;font-weight:600;cursor:pointer}.bottle-audio-retry:hover{background:#e2e8f0}.bottle-masonry{column-count:2;column-gap:14px}.bottle-masonry-item{break-inside:avoid;margin-bottom:14px;border-radius:16px;padding:16px;cursor:pointer;transition:all .25s ease;border:1px solid rgba(255,255,255,.4);box-shadow:0 4px 12px #0000000d;display:flex;flex-direction:column;gap:8px}.bottle-masonry-item:hover{transform:translateY(-3px);box-shadow:0 8px 20px #0000001a}.bottle-masonry-item .bottle-list-text{display:block;font-weight:600;font-size:15px;line-height:1.5;word-break:break-word;white-space:normal;margin:0}.bottle-masonry-item .bottle-list-meta{display:block;font-size:12px;opacity:.75;line-height:1.5}.bottle-color-0{background:linear-gradient(135deg,#fef3c7 0%,#fde68a 100%);color:#92400e}.bottle-color-0 .bottle-list-meta{color:#92400e}.bottle-color-1{background:linear-gradient(135deg,#dbeafe 0%,#bfdbfe 100%);color:#1e40af}.bottle-color-1 .bottle-list-meta{color:#1e40af}.bottle-color-2{background:linear-gradient(135deg,#d1fae5 0%,#a7f3d0 100%);color:#065f46}.bottle-color-2 .bottle-list-meta{color:#065f46}.bottle-color-3{background:linear-gradient(135deg,#fce7f3 0%,#fbcfe8 100%);color:#9d174d}.bottle-color-3 .bottle-list-meta{color:#9d174d}.bottle-color-4{background:linear-gradient(135deg,#e9d5ff 0%,#d8b4fe 100%);color:#6b21a8}.bottle-color-4 .bottle-list-meta{color:#6b21a8}.bottle-color-5{background:linear-gradient(135deg,#ccfbf1 0%,#99f6e4 100%);color:#0f766e}.bottle-color-5 .bottle-list-meta{color:#0f766e}@media (max-width: 600px){.bottle-masonry{column-count:1}}.bottle-page-inner{padding:0}.bottle-container{border-radius:0}.bottle-actions{gap:10px;max-width:none}.bottle-card{min-width:0;padding:12px 8px;border-radius:16px;gap:8px}.bottle-card-title{font-size:13px}.bottle-card-icon{font-size:22px}.bottle-card-quota{font-size:10px;padding:2px 7px}} .th-page-inner{flex:1;min-height:0;display:flex;flex-direction:column;overflow:hidden}.th-container{width:100%;flex:1;min-height:0;display:flex;flex-direction:column;overflow:hidden;position:relative;background:radial-gradient(circle at 85% 5%,rgba(253,230,138,.55) 0%,rgba(253,230,138,0) 24%),radial-gradient(circle at 8% 92%,rgba(255,255,255,.4) 0%,rgba(255,255,255,0) 26%),var(--grad-treehole-bg)}.th-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;background:rgba(255,255,255,.25);color:#5b3a0e;font-weight:700;font-size:17px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.3)}.th-title{flex:1;text-align:center}.th-header .ph-back-btn{background:rgba(255,255,255,.5);color:#5b3a0e}.th-header .ph-back-btn:hover{background:rgba(255,255,255,.7)}.th-header-right{width:72px;flex-shrink:0}.th-body{flex:1;min-height:0;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:14px}.th-actions-bar{display:flex;gap:10px}.th-new-btn{flex:1;padding:13px;border:none;border-radius:14px;background:var(--grad-treehole);color:#5b3a0e;font-size:15px;font-weight:700;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 14px #fda08566}.th-new-btn:hover{transform:translateY(-1px);box-shadow:0 6px 18px #fda08580}.th-refresh-btn{padding:13px 18px;border:none;border-radius:14px;background:rgba(255,255,255,.6);color:#5b3a0e;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease}.th-refresh-btn:hover:not(:disabled){background:rgba(255,255,255,.85)}.th-editor{background:rgba(255,255,255,.85);border-radius:var(--radius-md);padding:14px;display:flex;flex-direction:column;gap:10px;box-shadow:var(--shadow-card)}.th-textarea{width:100%;min-height:90px;padding:12px;border:2px solid #f3e3c3;border-radius:var(--radius-sm);font-size:15px;font-family:inherit;resize:vertical;outline:none;background:white;box-sizing:border-box}.th-textarea:focus{border-color:#fda085}.th-preview-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.th-preview{position:relative;display:block}.th-preview img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:10px;display:block}.th-preview-add{aspect-ratio:1;border:2px dashed #e5d3ae;border-radius:10px;background:#fdf8ef;color:#c9a86a;font-size:26px;cursor:pointer;transition:all .2s ease}.th-preview-add:hover:not(:disabled){border-color:#fda085;color:#fda085}.th-preview-audios{display:flex;flex-direction:column;gap:6px}.th-preview-audio{max-width:100%}.th-preview-remove{position:absolute;top:-8px;right:-8px;width:24px;height:24px;border-radius:50%;border:none;background:#ef4444;color:#fff;cursor:pointer;font-size:13px;line-height:1;z-index:2}.th-editor-footer{display:flex;align-items:center;justify-content:space-between;gap:10px}.th-editor-tools{display:flex;gap:8px}.th-tool-btn{width:40px;height:40px;border-radius:12px;border:2px solid #f3e3c3;background:white;font-size:19px;cursor:pointer;transition:all .2s ease}.th-tool-btn:hover:not(:disabled){border-color:#fda085}.th-tool-btn.recording{background:#fee2e2;border-color:#ef4444;animation:th-pulse 1s infinite}@keyframes th-pulse{0%,to{opacity:1}50%{opacity:.55}}.th-editor-right{display:flex;align-items:center;gap:10px}.th-count{font-size:12px;color:#a1917a}.th-submit-btn{padding:10px 22px;border:none;border-radius:12px;background:var(--grad-treehole);color:#5b3a0e;font-size:14px;font-weight:700;cursor:pointer;transition:all .2s ease}.th-submit-btn:disabled{opacity:.5;cursor:not-allowed}.th-list{column-count:2;column-gap:14px}.th-card{background:rgba(255,255,255,.9);border-radius:var(--radius-md);padding:16px;cursor:pointer;box-shadow:var(--shadow-card);transition:all .2s ease;display:flex;flex-direction:column;gap:8px;break-inside:avoid;margin-bottom:14px;width:100%}.th-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-card-hover)}.th-card-color-0{background:linear-gradient(135deg,#fef3c7 0%,#fde68a 100%)}.th-card-color-1{background:linear-gradient(135deg,#dbeafe 0%,#bfdbfe 100%)}.th-card-color-2{background:linear-gradient(135deg,#d1fae5 0%,#a7f3d0 100%)}.th-card-color-3{background:linear-gradient(135deg,#fce7f3 0%,#fbcfe8 100%)}.th-card-color-4{background:linear-gradient(135deg,#e9d5ff 0%,#d8b4fe 100%)}.th-card-color-5{background:linear-gradient(135deg,#ccfbf1 0%,#99f6e4 100%)}.th-card-header{display:flex;align-items:center;justify-content:space-between}.th-card-user{font-size:15px;font-weight:700;color:#4338ca}.th-card-time{font-size:12px;color:#a1917a}.th-card-body{display:flex;flex-direction:column;gap:8px}.th-text{margin:0;font-size:15px;color:#1e293b;line-height:1.6;white-space:pre-wrap;word-break:break-word}.th-images{display:grid;grid-template-columns:repeat(3,1fr);gap:6px}.th-images.single{grid-template-columns:1fr}.th-image{width:100%;aspect-ratio:1;object-fit:cover;border-radius:10px;cursor:zoom-in;display:block;background:#f3e9d7}.th-images.single .th-image{aspect-ratio:auto;max-height:260px}.th-audios{display:flex;flex-direction:column;gap:6px}.th-status-badge{display:inline-block;margin-left:8px;padding:1px 8px;border-radius:8px;font-size:11px;font-weight:700;line-height:1.4}.th-status-pending{background:#fef3c7;color:#92400e}.th-status-approved{background:#d1fae5;color:#065f46}.th-status-rejected{background:#fee2e2;color:#991b1b}.th-compliance{padding:10px 14px;background:rgba(255,255,255,.75);border-radius:var(--radius-sm);font-size:12px;color:#78716c;line-height:1.5;margin-bottom:12px}.th-comment-count{font-size:13px;color:#78716c}.th-detail-hole{background:rgba(255,255,255,.92);border-radius:var(--radius-md);padding:16px;display:flex;flex-direction:column;gap:8px;box-shadow:var(--shadow-card)}.th-comments-section{display:flex;flex-direction:column;gap:12px}.th-comments-title{font-size:15px;font-weight:700;color:#5b3a0e}.th-reply-banner{display:flex;align-items:center;justify-content:space-between;padding:8px 14px;background:rgba(255,255,255,.7);border-radius:10px;font-size:13px;color:#78716c}.th-reply-banner button{border:none;background:none;cursor:pointer;color:#a1917a;font-size:14px}.th-comments-list{display:flex;flex-direction:column;gap:10px}.th-comment{background:rgba(255,255,255,.85);border-radius:var(--radius-md);padding:12px 14px;display:flex;flex-direction:column;gap:6px}.th-comment-nested{background:rgba(255,255,255,.6);border-left:3px solid #fda085}.th-comment-header{display:flex;align-items:center;justify-content:space-between}.th-comment-user{font-size:14px;font-weight:700;color:#0f766e;display:flex;align-items:center;gap:6px}.th-owner-badge{padding:1px 7px;background:var(--grad-treehole);color:#5b3a0e;border-radius:8px;font-size:11px;font-weight:700}.th-comment-time{font-size:12px;color:#a1917a}.th-reply-to{font-size:12px;color:#78716c}.th-reply-to span{color:#4338ca;font-weight:600}.th-comment-body{display:flex;flex-direction:column;gap:6px}.th-comment-deleted{font-size:13px;color:#a1917a;font-style:italic}.th-comment-actions{display:flex;gap:14px;margin-top:2px}.th-action-btn{border:none;background:none;color:#0f766e;font-size:13px;font-weight:600;cursor:pointer;padding:0}.th-action-btn:hover{text-decoration:underline}.th-action-danger{color:#dc2626}.th-empty{text-align:center;padding:60px 20px;color:#5b3a0e}.th-empty-icon{font-size:52px;margin-bottom:12px}.th-empty-text{text-align:center;color:#a1917a;font-size:14px;padding:20px 0}.th-load-more{padding:12px;border:none;border-radius:12px;background:rgba(255,255,255,.7);color:#5b3a0e;font-size:14px;font-weight:600;cursor:pointer}.th-load-more:hover:not(:disabled){background:rgba(255,255,255,.9)}.th-card .audio-bubble,.th-detail-hole .audio-bubble,.th-comment .audio-bubble,.th-editor .audio-bubble{background:#fef3c7}.th-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,.92);z-index:1000;display:flex;align-items:center;justify-content:center;animation:th-fade-in .2s ease}@keyframes th-fade-in{0%{opacity:0}to{opacity:1}}.th-lightbox-img{max-width:94vw;max-height:92vh;object-fit:contain;border-radius:8px;-webkit-user-select:none;user-select:none}.th-lightbox-close{position:absolute;top:max(16px,env(safe-area-inset-top,0px));right:16px;width:40px;height:40px;border-radius:50%;border:none;background:rgba(255,255,255,.15);color:#fff;font-size:20px;cursor:pointer;z-index:2}.th-lightbox-close:hover{background:rgba(255,255,255,.3)}.th-lightbox-nav{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;border-radius:50%;border:none;background:rgba(255,255,255,.15);color:#fff;font-size:28px;line-height:1;cursor:pointer;z-index:2}.th-lightbox-nav:hover{background:rgba(255,255,255,.3)}.th-lightbox-nav.prev{left:12px}.th-lightbox-nav.next{right:12px}.th-lightbox-counter{position:absolute;bottom:max(16px,env(safe-area-inset-bottom,0px));left:50%;transform:translate(-50%);color:#fff;font-size:14px;background:rgba(0,0,0,.4);padding:4px 14px;border-radius:12px}@media (max-width: 600px){.th-list{column-count:1}}@media (max-width: 480px){.th-body{padding:12px}}.ec-page-inner{flex:1;min-height:0;display:flex;flex-direction:column;overflow:hidden}.ec-container{width:100%;flex:1;min-height:0;display:flex;flex-direction:column;overflow:hidden;position:relative;background:radial-gradient(circle at 85% 5%,rgba(253,230,138,.55) 0%,rgba(253,230,138,0) 24%),radial-gradient(circle at 8% 92%,rgba(255,255,255,.4) 0%,rgba(255,255,255,0) 26%),var(--grad-treehole-bg)}.ec-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;background:rgba(255,255,255,.25);color:#5b3a0e;font-weight:700;font-size:17px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.3)}.ec-header .ph-back-btn{background:rgba(255,255,255,.5);color:#5b3a0e}.ec-header-right{width:72px;flex-shrink:0}.ec-tabs{display:flex;padding:12px 16px 0;gap:12px}.ec-tabs button{flex:1;padding:10px;border:none;border-radius:14px;background:rgba(255,255,255,.5);color:#5b3a0e;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease}.ec-tabs button.active{background:var(--grad-treehole);color:#5b3a0e}.ec-body{flex:1;min-height:0;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:14px}.ec-actions-bar{display:flex;gap:10px}.ec-new-btn{width:calc(100% - 32px);max-width:520px;margin:0 auto;padding:14px;border:none;border-radius:14px;background:var(--grad-treehole);color:#5b3a0e;font-size:15px;font-weight:700;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 14px #fda08566;flex-shrink:0}.ec-new-btn:hover{transform:translateY(-1px);box-shadow:0 6px 18px #fda08580}.ec-composer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,.6);z-index:1000;display:flex;align-items:flex-end;justify-content:center;padding:0 16px calc(var(--tabbar-height, 60px) + env(safe-area-inset-bottom,6px) + 12px);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.ec-composer-panel{width:100%;max-width:520px;background:rgba(255,255,255,.97);border-radius:20px 20px 0 0;padding:18px;display:flex;flex-direction:column;gap:12px;box-shadow:0 -4px 24px #00000026;animation:ec-slide-up .25s ease-out}@keyframes ec-slide-up{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}.ec-composer-header{display:flex;align-items:center;justify-content:space-between;font-size:16px;font-weight:700;color:#1e293b}.ec-composer-close{background:#f1f5f9;border:none;width:34px;height:34px;border-radius:50%;cursor:pointer;font-size:16px;color:#64748b;transition:all .2s ease}.ec-composer-close:hover{background:#e2e8f0}.ec-compliance{padding:10px 14px;background:rgba(255,255,255,.75);border-radius:var(--radius-sm);font-size:12px;color:#78716c;line-height:1.5}.ec-image-add{width:100%;min-height:140px;border:2px dashed #e5d3ae;border-radius:var(--radius-sm);background:#fdf8ef;color:#c9a86a;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease}.ec-image-add:hover:not(:disabled){border-color:#fda085;color:#fda085}.ec-preview{position:relative;display:inline-block;max-width:100%}.ec-preview img{max-width:100%;max-height:260px;border-radius:10px;display:block}.ec-preview-remove{position:absolute;top:-8px;right:-8px;width:24px;height:24px;border-radius:50%;border:none;background:#ef4444;color:#fff;cursor:pointer;font-size:13px;line-height:1;z-index:2}.ec-submit-btn{padding:11px 24px;border:none;border-radius:24px;background:var(--grad-treehole);color:#5b3a0e;font-size:15px;font-weight:700;cursor:pointer;transition:all .2s ease}.ec-submit-btn:disabled{opacity:.5;cursor:not-allowed}.ec-list{column-count:2;column-gap:14px}.ec-card{break-inside:avoid;margin-bottom:14px;border-radius:var(--radius-md);overflow:hidden;box-shadow:var(--shadow-card);transition:all .2s ease;background:rgba(255,255,255,.9)}.ec-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-card-hover)}.ec-card-image-wrapper{display:block;cursor:zoom-in;line-height:0}.ec-card-image{width:100%;display:block;border-radius:var(--radius-md) var(--radius-md) 0 0}.ec-card-info{padding:12px;display:flex;flex-direction:column;gap:8px}.ec-card-header{display:flex;align-items:center;justify-content:space-between}.ec-card-user{font-size:14px;font-weight:700;color:#4338ca}.ec-card-time{font-size:12px;color:#a1917a}.ec-status-badge{display:inline-block;margin-left:6px;padding:1px 6px;border-radius:8px;font-size:11px;font-weight:700}.ec-status-pending{background:#fef3c7;color:#92400e}.ec-status-approved{background:#d1fae5;color:#065f46}.ec-status-rejected{background:#fee2e2;color:#991b1b}.ec-card-actions{display:flex;align-items:center;justify-content:space-between;gap:10px}.ec-like-btn{border:none;background:#f1f5f9;color:#64748b;padding:8px 14px;border-radius:20px;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:6px}.ec-like-btn:hover:not(.liked){background:#fee2e2;color:#ef4444}.ec-like-btn.liked{background:#fee2e2;color:#ef4444}.ec-delete-btn{border:none;background:transparent;color:#dc2626;font-size:13px;font-weight:600;cursor:pointer;padding:0}.ec-delete-btn:hover{text-decoration:underline}.ec-card-color-0{background:linear-gradient(135deg,#fef3c7 0%,#fde68a 100%)}.ec-card-color-1{background:linear-gradient(135deg,#dbeafe 0%,#bfdbfe 100%)}.ec-card-color-2{background:linear-gradient(135deg,#d1fae5 0%,#a7f3d0 100%)}.ec-card-color-3{background:linear-gradient(135deg,#fce7f3 0%,#fbcfe8 100%)}.ec-card-color-4{background:linear-gradient(135deg,#e9d5ff 0%,#d8b4fe 100%)}.ec-card-color-5{background:linear-gradient(135deg,#ccfbf1 0%,#99f6e4 100%)}.ec-empty{text-align:center;padding:60px 20px;color:#5b3a0e}.ec-empty-icon{font-size:52px;margin-bottom:12px}.ec-load-more{padding:12px;border:none;border-radius:12px;background:rgba(255,255,255,.7);color:#5b3a0e;font-size:14px;font-weight:600;cursor:pointer}.ec-load-more:hover:not(:disabled){background:rgba(255,255,255,.9)}.ec-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,.92);z-index:1000;display:flex;align-items:center;justify-content:center}.ec-lightbox-img{max-width:94vw;max-height:92vh;object-fit:contain;border-radius:8px}.ec-lightbox-close{position:absolute;top:max(16px,env(safe-area-inset-top,0px));right:16px;width:40px;height:40px;border-radius:50%;border:none;background:rgba(255,255,255,.15);color:#fff;font-size:20px;cursor:pointer;z-index:2}@media (max-width: 600px){.ec-list{column-count:1}}@media (max-width: 480px){.ec-body{padding:12px}}.dating-home-page{display:flex;flex-direction:column;min-height:100%;background:#f8fafc}.dating-stats{display:grid;grid-template-columns:1fr 1fr;gap:12px}.dating-stat-card{background:rgba(255,255,255,.18);border:1px solid rgba(255,255,255,.25);border-radius:var(--radius-md);padding:14px;text-align:center;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.dating-stat-value{font-size:28px;font-weight:800;line-height:1}.dating-stat-label{font-size:12px;margin-top:6px;opacity:.9}.dating-tabs{display:flex;gap:12px;padding:16px 16px 0}.dating-tab{flex:1;padding:12px;border:none;border-radius:var(--radius-md);background:white;color:var(--text-secondary);font-size:14px;font-weight:700;cursor:pointer;box-shadow:var(--shadow-card);transition:all .2s ease}.dating-tab.active{background:var(--grad-dating);color:#fff}.dating-list{display:flex;flex-direction:column;gap:12px;padding:16px}.dating-card{background:white;border-radius:var(--radius-md);padding:16px;box-shadow:var(--shadow-card);cursor:pointer;transition:all .2s ease;border:2px solid transparent}.dating-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-card-hover)}.dating-card.joined{border-color:#f43f5e}.dating-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:10px}.dating-theme{font-size:16px;font-weight:700;color:#1e293b;line-height:1.4;flex:1;padding-right:12px}.dating-status-badge{padding:4px 10px;border-radius:20px;font-size:11px;font-weight:700;white-space:nowrap}.dating-status-badge.open{background:#fef2f2;color:#e11d48}.dating-status-badge.joined{background:#f0fdf4;color:#16a34a}.dating-status-badge.pending{background:#fef3c7;color:#92400e}.dating-status-badge.rejected{background:#fee2e2;color:#991b1b}.dating-meta{display:flex;flex-direction:column;gap:6px}.dating-meta-row{display:flex;align-items:center;gap:8px;font-size:13px;color:#64748b}.dating-meta-icon{font-size:15px}.dating-countdown{color:#e11d48;font-weight:700}.dating-empty{text-align:center;padding:48px 20px;color:#94a3b8}.dating-empty-icon{font-size:52px;display:block;margin-bottom:12px}.dating-empty-title{font-size:16px;font-weight:700;color:#475569;margin-bottom:4px}.dating-empty-hint{font-size:13px;margin:0}.dating-fab{position:fixed;bottom:calc(var(--tabbar-height) + 20px + env(safe-area-inset-bottom,6px));left:50%;transform:translate(-50%);width:56px;height:56px;border-radius:50%;border:none;background:var(--grad-dating);color:#fff;font-size:28px;font-weight:300;cursor:pointer;box-shadow:0 6px 20px #e11d4866;transition:all .2s ease;display:flex;align-items:center;justify-content:center;z-index:50}.dating-fab:hover{transform:translate(-50%) scale(1.06);box-shadow:0 8px 28px #e11d4880}.dating-loading{text-align:center;padding:40px;color:#94a3b8}.dating-loading-spinner{width:32px;height:32px;border:3px solid #e2e8f0;border-top-color:#f43f5e;border-radius:50%;animation:spin .8s linear infinite;margin:0 auto 12px}@keyframes spin{to{transform:rotate(360deg)}}.dating-form-page{display:flex;flex-direction:column;min-height:100%;background:var(--bg-page)}.dating-form-body{padding:20px 16px 100px;display:flex;flex-direction:column;gap:20px}.dating-form-group{display:flex;flex-direction:column;gap:8px}.dating-form-label{font-size:14px;font-weight:700;color:#334155}.dating-form-input,.dating-form-textarea,.dating-form-select{padding:14px 16px;border:1px solid #e2e8f0;border-radius:var(--radius-sm);font-size:15px;background:white;outline:none;transition:all .2s ease;font-family:inherit}.dating-form-input:focus,.dating-form-textarea:focus,.dating-form-select:focus{border-color:#f43f5e;box-shadow:0 0 0 3px #f43f5e1f}.dating-form-textarea{min-height:100px;resize:vertical;line-height:1.5}.dating-form-hint{font-size:12px;color:#94a3b8}.dating-form-error{color:#e11d48;font-size:13px;font-weight:600}.dating-form-actions{display:flex;gap:12px;margin-top:8px}.dating-form-submit{flex:1;padding:16px;border:none;border-radius:14px;background:var(--grad-dating);color:#fff;font-size:16px;font-weight:700;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 14px #e11d4859}.dating-form-submit:disabled{opacity:.6;cursor:not-allowed}.dating-form-submit:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #e11d4873}.dating-form-cancel{flex:1;padding:16px;border:1px solid #e2e8f0;border-radius:14px;background:white;color:#64748b;font-size:16px;font-weight:700;cursor:pointer;transition:all .2s ease}.dating-form-cancel:hover{background:#f1f5f9}.dating-detail-page{display:flex;flex-direction:column;min-height:100%;background:var(--bg-page)}.dating-detail-body{padding:20px 16px 100px;display:flex;flex-direction:column;gap:20px}.dating-info-card,.dating-participants-card{background:white;border-radius:var(--radius-md);padding:18px;box-shadow:var(--shadow-card)}.dating-info-title,.dating-participants-title{font-size:14px;font-weight:700;color:#94a3b8;margin-bottom:14px;text-transform:uppercase;letter-spacing:.5px}.dating-info-row{display:flex;align-items:center;gap:12px;padding:10px 0;border-bottom:1px solid #f1f5f9;font-size:15px;color:#334155}.dating-info-row:last-child{border-bottom:none}.dating-info-icon{font-size:18px;width:28px;text-align:center}.dating-info-label{color:#64748b;width:80px;flex-shrink:0}.dating-info-value{font-weight:600;flex:1}.dating-info-value.dating-countdown{color:#e11d48}.dating-participant-list{display:flex;flex-direction:column;gap:10px}.dating-participant-item{display:flex;align-items:center;gap:12px;padding:10px 0;border-bottom:1px solid #f1f5f9}.dating-participant-item:last-child{border-bottom:none}.dating-participant-avatar{width:38px;height:38px;border-radius:50%;background:var(--grad-dating);color:#fff;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:700;flex-shrink:0}.dating-participant-name{font-size:15px;font-weight:600;color:#334155;flex:1}.dating-participant-status{font-size:12px;font-weight:700;padding:4px 10px;border-radius:20px}.dating-participant-status.completed{background:#f0fdf4;color:#16a34a}.dating-participant-status.no_show{background:#fef2f2;color:#dc2626}.dating-participant-status.joined{background:#eff6ff;color:#2563eb}.dating-detail-actions{display:flex;gap:12px;margin-top:8px}.dating-btn-primary{flex:1;padding:16px;border:none;border-radius:14px;background:var(--grad-dating);color:#fff;font-size:16px;font-weight:700;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 14px #e11d4859}.dating-btn-primary:disabled{opacity:.6;cursor:not-allowed}.dating-btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #e11d4873}.dating-btn-secondary{flex:1;padding:16px;border:1px solid #e2e8f0;border-radius:14px;background:white;color:#64748b;font-size:16px;font-weight:700;cursor:pointer;transition:all .2s ease}.dating-btn-secondary:hover{background:#f1f5f9}.dating-btn-danger{flex:1;padding:16px;border:1px solid #fecaca;border-radius:14px;background:#fef2f2;color:#dc2626;font-size:16px;font-weight:700;cursor:pointer;transition:all .2s ease}.dating-btn-danger:hover{background:#fee2e2}.tab-bar{position:fixed;bottom:0;left:50%;transform:translate(-50%);z-index:100;display:flex;justify-content:space-around;align-items:center;padding:6px 0 max(10px,env(safe-area-inset-bottom,6px));background:rgba(255,255,255,.95);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-top:1px solid rgba(0,0,0,.06);box-sizing:border-box;width:100%;max-width:520px;height:calc(var(--tabbar-height) + env(safe-area-inset-bottom,6px))}.tab-item{display:flex;flex-direction:column;align-items:center;gap:1px;padding:4px 16px;background:none;border:none;cursor:pointer;transition:all .2s ease;position:relative;-webkit-tap-highlight-color:transparent}.tab-icon{font-size:22px;position:relative;line-height:1}.tab-label{font-size:11px;color:var(--text-tertiary);font-weight:500;transition:color .2s ease}.tab-item.active .tab-label{background:var(--grad-primary);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent;font-weight:700}.tab-item.active .tab-icon{transform:scale(1.12)}.tab-badge{position:absolute;top:-5px;right:-8px;min-width:18px;height:18px;padding:0 5px;background:#ff3b30;color:#fff;font-size:11px;font-weight:700;border-radius:9px;display:flex;align-items:center;justify-content:center;border:2px solid #fff;box-sizing:border-box;line-height:1;box-shadow:0 2px 6px #ff3b3059}.discover-page{display:flex;flex-direction:column}.discover-content{padding:16px}.feature-cards{display:flex;flex-direction:column;gap:12px}.feature-card{display:flex;align-items:center;gap:16px;padding:20px;border:none;border-radius:var(--radius-md);cursor:pointer;transition:all .2s ease;text-align:left;width:100%;box-shadow:var(--shadow-card)}.feature-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-card-hover)}@media (hover: none){.feature-card:hover{transform:none;box-shadow:var(--shadow-card)}}.feature-card:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.feature-card:active{transform:scale(.98)}.match-card{background:linear-gradient(135deg,#eef2ff,#e0e7ff)}.discover-page .bottle-card{background:linear-gradient(135deg,#ecfdf5,#d1fae5);flex-direction:row;align-items:center;text-align:left}.private-channel-card{background:linear-gradient(135deg,#fce7f3,#fbcfe8)}.tree-hole-card{background:linear-gradient(135deg,#fef3c7,#fde68a)}.eye-catcher-card{background:linear-gradient(135deg,#dbeafe,#bfdbfe)}.dating-card{background:linear-gradient(135deg,#fff1f2,#ffe4e6)}.games-card{background:linear-gradient(135deg,#fef3c7,#fde68a)}.pc-active-badge{display:inline-block;margin-left:8px;padding:2px 8px;background:#ec4899;color:#fff;border-radius:10px;font-size:11px;font-weight:600;vertical-align:middle}.feature-card-disabled{opacity:.55;filter:grayscale(.7);cursor:not-allowed}.feature-card-disabled:active{transform:none}.feature-card:disabled{cursor:not-allowed}.feature-card-icon{font-size:36px;flex-shrink:0}.feature-card-text{display:flex;flex-direction:column;gap:4px}.guest-hint{display:inline-block;margin-left:8px;padding:2px 8px;background:#f59e0b;color:#fff;border-radius:10px;font-size:11px;font-weight:600;vertical-align:middle}.feature-card-title{font-size:17px;font-weight:700;color:var(--text)}.feature-card-desc{font-size:13px;color:var(--text-secondary)}.header-action-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:none;border-radius:50%;background:rgba(255,255,255,.2);cursor:pointer;transition:all .2s ease;position:relative}.header-action-btn:hover{background:rgba(255,255,255,.3)}.header-action-btn:active{transform:scale(.95)}.header-action-icon{font-size:20px}.header-action-badge{position:absolute;top:-4px;right:-4px;min-width:18px;height:18px;padding:0 5px;background:#ef4444;color:#fff;font-size:11px;font-weight:700;border-radius:9px;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 4px #0003}.subscribe-card{background:linear-gradient(135deg,#fef3c7,#fde68a)}.header-bell-btn{background:rgba(255,255,255,.25);border:none;border-radius:50%;width:38px;height:38px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.header-bell-btn:hover{background:rgba(255,255,255,.35);transform:scale(1.05)}.header-bell-btn:active{transform:scale(.95)}.bell-icon{font-size:20px}.chat-list-page{display:flex;flex-direction:column}.chat-inner-tabs{display:flex;gap:6px;padding:4px;background:rgba(255,255,255,.16);border-radius:var(--radius-full);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.chat-inner-tab{flex:1;position:relative;padding:9px 0;background:none;border:none;border-radius:var(--radius-full);color:#ffffffbf;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;text-align:center}.chat-inner-tab.active{background:#fff;color:var(--primary);box-shadow:0 2px 8px #0000001f}.tab-red-dot{position:absolute;top:4px;right:12px;width:8px;height:8px;border-radius:50%;background:#ef4444;box-shadow:0 0 0 2px #ffffffe6;pointer-events:none}.chat-inner-tab:not(.active) .tab-red-dot{box-shadow:0 0 0 2px #ef444440}.chat-list-body{padding:4px 0 12px}.chat-list-loading,.chat-list-empty{text-align:center;padding:60px 20px;color:var(--text-tertiary)}.empty-icon{font-size:48px;display:block;margin-bottom:12px}.chat-list-empty p{margin:4px 0;font-size:15px;color:var(--text-secondary)}.empty-hint{font-size:13px!important;color:var(--text-tertiary)}.guest-empty-card{margin:28px 16px;background:#fff;border-radius:var(--radius-lg);box-shadow:var(--shadow-card);padding:44px 24px;text-align:center;display:flex;flex-direction:column;align-items:center}.guest-empty-icon{width:76px;height:76px;border-radius:50%;background:linear-gradient(135deg,#eef2ff,#e0e7ff);display:flex;align-items:center;justify-content:center;font-size:36px;margin-bottom:18px}.guest-empty-title{margin:0 0 6px;font-size:17px;font-weight:700;color:var(--text)}.guest-empty-hint{margin:0 0 22px;font-size:13px;color:var(--text-tertiary);line-height:1.5}.guest-login-btn{border:none;background:var(--grad-primary);color:#fff;font-size:15px;font-weight:700;padding:13px 44px;border-radius:var(--radius-full);cursor:pointer;box-shadow:0 6px 18px #667eea66;transition:transform .15s ease,box-shadow .2s ease}.guest-login-btn:hover{transform:translateY(-2px);box-shadow:0 10px 24px #667eea80}.guest-login-btn:active{transform:scale(.97)}.chat-list-items{display:flex;flex-direction:column;gap:10px;margin:12px 16px}.chat-list-item{display:flex;align-items:center;gap:12px;padding:14px 16px;border:none;background:none;width:100%;text-align:left;cursor:pointer;transition:background .15s ease}.chat-list-item:active{background:#f8fafc}@media (hover: hover){.chat-list-item-wrapper:hover,.friend-request-entry:hover{box-shadow:var(--shadow-card-hover);transform:translateY(-2px)}.chat-list-item-wrapper .btn-delete-item{opacity:1}}.chat-list-item:focus-visible,.friend-request-entry:focus-visible,.btn-delete-item:focus-visible{outline:2px solid var(--primary);outline-offset:-2px}.chat-list-skeleton{display:flex;flex-direction:column;gap:10px;margin:12px 16px}.skeleton-item{display:flex;align-items:center;gap:12px;padding:14px 16px;background:#fff;border-radius:var(--radius-md);box-shadow:var(--shadow-card)}.skeleton-avatar{width:48px;height:48px;border-radius:50%;flex-shrink:0}.skeleton-lines{flex:1;display:flex;flex-direction:column;gap:8px}.skeleton-line{height:12px;border-radius:6px}.skeleton-line.short{width:45%}.skeleton-line.long{width:75%}.skeleton-avatar,.skeleton-line{background:linear-gradient(90deg,#eef1f6 25%,#e2e8f0 50%,#eef1f6 75%);background-size:200% 100%;animation:shimmer 1.4s infinite}.chat-avatar{width:48px;height:48px;border-radius:50%;background:var(--grad-primary);color:#fff;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:700;flex-shrink:0;position:relative;overflow:hidden;box-shadow:0 0 0 2px #fff,0 4px 10px #667eea4d}.chat-avatar img{width:100%;height:100%;object-fit:cover}.online-dot-small{position:absolute;bottom:4px;right:4px;width:12px;height:12px;background:#4ade80;border:2.5px solid white;border-radius:50%;z-index:10;box-shadow:0 0 0 2px #ffffffe6}.chat-info-row{flex:1;min-width:0}.chat-name-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:4px;gap:8px}.chat-partner-name{font-size:15px;font-weight:600;color:var(--text);display:flex;align-items:center;gap:4px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.ai-tag-mini{font-size:10px;background:linear-gradient(135deg,#7c3aed,#a78bfa);color:#fff;padding:1px 6px;border-radius:8px;font-weight:700;flex-shrink:0}.friend-online-text,.chat-time{font-size:12px;color:var(--text-tertiary);flex-shrink:0}.chat-preview-row{display:flex;align-items:center;justify-content:space-between;gap:8px}.chat-last-msg{font-size:13px;color:var(--text-secondary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0}.chat-unread-badge{min-width:20px;height:20px;padding:0 6px;background:#ff3b30;color:#fff;font-size:11px;font-weight:700;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 0 0 2px #fff}.friend-request-entry{display:flex;align-items:center;gap:12px;padding:14px 16px;margin:12px 16px 0;background:white;border:none;border-radius:var(--radius-md);width:calc(100% - 32px);text-align:left;cursor:pointer;box-shadow:var(--shadow-card);transition:box-shadow .2s ease,transform .2s ease,background .15s ease}.friend-request-entry:active{background:#f8fafc}.friend-request-avatar{width:48px;height:48px;border-radius:50%;background:var(--grad-warm);display:flex;align-items:center;justify-content:center;font-size:22px;flex-shrink:0;box-shadow:0 0 0 2px #fff,0 4px 10px #f59e0b4d}.friend-request-info{flex:1}.friend-request-text{font-size:15px;font-weight:600;color:var(--text)}.friend-request-badge{min-width:22px;height:22px;padding:0 7px;background:#ff3b30;color:#fff;font-size:12px;font-weight:700;border-radius:11px;display:flex;align-items:center;justify-content:center;box-shadow:0 0 0 2px #fff}.chat-list-item-wrapper{display:flex;align-items:stretch;position:relative;background:#fff;border-radius:var(--radius-md);box-shadow:var(--shadow-card);overflow:hidden;transition:box-shadow .2s ease,transform .2s ease}.chat-list-item-wrapper .chat-list-item{flex:1;min-width:0}.btn-delete-item{width:48px;display:flex;align-items:center;justify-content:center;background:none;border:none;color:var(--text-tertiary);font-size:15px;cursor:pointer;transition:all .15s ease;flex-shrink:0;padding:0;opacity:1}@media (hover: hover){.btn-delete-item{opacity:1}}.btn-delete-item:hover{background:#fef2f2;color:var(--danger)}.btn-delete-item:active{background:#fee2e2}.me-page{display:flex;flex-direction:column}.me-profile-card{margin:-18px 16px 14px;background:white;border-radius:var(--radius-lg);padding:22px 20px;display:flex;align-items:center;gap:16px;box-shadow:var(--shadow-card-hover);position:relative;z-index:1}.me-profile-card-clickable{cursor:pointer}.me-profile-card-clickable:active{transform:translateY(1px)}.me-avatar{width:72px;height:72px;border-radius:50%;background:var(--grad-primary);display:flex;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden;box-shadow:0 0 0 3px #fff,0 6px 16px #667eea59}.me-avatar-guest{background:linear-gradient(135deg,#94a3b8 0%,#64748b 100%);box-shadow:0 0 0 3px #fff,0 6px 16px #64748b4d}.me-avatar span{font-size:32px;font-weight:800;color:#fff}.me-avatar img{width:100%;height:100%;object-fit:cover}.me-profile-info{flex:1;min-width:0}.me-username{margin:0 0 8px;font-size:21px;font-weight:800;color:var(--text)}.me-meta{display:flex;flex-wrap:wrap;gap:6px}.me-meta-pill{font-size:12px;font-weight:600;color:var(--primary);background:linear-gradient(135deg,#eef2ff,#e0e7ff);padding:3px 10px;border-radius:var(--radius-full)}.me-bio{margin:10px 0 0;font-size:13px;color:var(--text-tertiary);line-height:1.5}.me-menu{margin:0 16px;background:white;border-radius:var(--radius-md);overflow:hidden;box-shadow:var(--shadow-card)}.me-menu-item{display:flex;align-items:center;gap:12px;padding:15px 16px;border:none;background:none;width:100%;text-align:left;cursor:pointer;border-bottom:1px solid var(--border);transition:background .15s ease}.me-menu-item:last-child{border-bottom:none}.me-menu-item:active{background:#f8fafc}.me-menu-switch{justify-content:space-between}.me-menu-switch-pill{display:inline-flex;align-items:center;justify-content:center;min-width:48px;padding:6px 10px;border-radius:999px;border:1px solid rgba(148,163,184,.4);background:#f8fafc;color:var(--text);font-size:13px;font-weight:700}.me-menu-switch-pill.on{background:#dcfce7;border-color:#86efac;color:#157a1f}.me-menu-switch-pill.off{background:#fee2e2;border-color:#fca5a5;color:#b91c1c}.me-menu-icon{width:38px;height:38px;border-radius:12px;background:linear-gradient(135deg,#eef2ff,#e0e7ff);display:flex;align-items:center;justify-content:center;font-size:18px;flex-shrink:0}.me-menu-text{flex:1;font-size:15px;font-weight:600;color:var(--text)}.me-menu-arrow{font-size:20px;color:var(--text-tertiary)}.me-logout-btn{display:block;margin:20px 16px;padding:14px;width:calc(100% - 32px);background:white;border:1.5px solid #fecaca;border-radius:var(--radius-md);color:var(--danger);font-size:15px;font-weight:700;cursor:pointer;transition:all .2s ease;box-shadow:var(--shadow-card)}.me-logout-btn:hover{background:#fef2f2;border-color:#fca5a5}.me-logout-btn:active{background:#fee2e2}.sub-page{min-height:100dvh;height:100dvh;background:var(--bg-page);display:flex;flex-direction:column;max-width:520px;margin:0 auto;width:100%;box-shadow:0 0 40px #00000014;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch}.sub-page-header{display:flex;align-items:center;justify-content:space-between;padding:16px;background:white;border-bottom:1px solid #f1f5f9;position:sticky;top:0;z-index:10}.sub-page-header h2{margin:0;font-size:17px;font-weight:700;color:#1e293b}.sub-back-btn{background:none;border:none;font-size:15px;color:#667eea;font-weight:600;cursor:pointer;padding:4px 0}.sub-header-spacer{width:48px}.sub-page-body{flex:1;padding:16px;padding-bottom:calc(24px + env(safe-area-inset-bottom,0px))}.sub-empty{text-align:center;padding:60px 20px;color:#94a3b8;font-size:15px}.form-group label{display:block;font-size:13px;font-weight:600;color:#475569;margin-bottom:6px}.avatar-picker-card{background:white;border:1px solid #e2e8f0;border-radius:20px;padding:16px;box-shadow:0 12px 30px #0f172a0d;margin-bottom:12px}.avatar-preview-row{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.avatar-preview{width:80px;height:80px;border-radius:22px;background:#f8fafc;border:1px solid #e2e8f0;display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0;box-shadow:inset 0 0 0 1px #94a3b814}.avatar-preview img{width:100%;height:100%;object-fit:cover}.avatar-placeholder{font-size:32px;color:#64748b}.avatar-preview-actions{display:flex;flex-direction:row;flex-wrap:wrap;gap:10px;flex:1}.avatar-upload-btn,.avatar-clear-btn{border:none;border-radius:14px;padding:12px 16px;font-size:14px;font-weight:700;cursor:pointer;transition:all .2s ease;min-width:120px}.avatar-upload-btn{background:linear-gradient(135deg,#667eea,#5a67d8);color:#fff}.avatar-upload-btn:disabled{opacity:.6;cursor:not-allowed}.avatar-clear-btn{background:#f8fafc;color:#475569;border:1px solid #cbd5e1}.avatar-help-text{margin-top:10px;color:#64748b;font-size:13px;line-height:1.6}.form-group input,.form-group select,.form-group textarea{width:100%;padding:12px 14px;border:2px solid #e2e8f0;border-radius:12px;font-size:15px;color:#1e293b;background:white;outline:none;transition:border-color .2s ease;box-sizing:border-box}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#667eea}.form-group textarea{resize:vertical;min-height:80px}.sub-save-btn{display:block;width:100%;padding:14px;background:var(--grad-primary);color:#fff;border:none;border-radius:14px;font-size:16px;font-weight:700;cursor:pointer;margin-top:24px;transition:all .2s ease}.sub-save-btn:active{transform:scale(.98)}.sub-save-btn:disabled{opacity:.6;cursor:not-allowed}.sub-list{background:white;border-radius:16px;overflow:hidden;box-shadow:var(--shadow-card)}.sub-list-item{display:flex;align-items:center;gap:12px;padding:14px 16px;border-bottom:1px solid #f1f5f9}.sub-list-item:last-child{border-bottom:none}.sub-list-avatar{width:42px;height:42px;border-radius:50%;background:var(--grad-primary);color:#fff;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:700;flex-shrink:0}.sub-list-avatar.blocked{background:#94a3b8}.sub-list-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.sub-list-name{font-size:15px;font-weight:600;color:#1e293b}.sub-list-time{font-size:12px;color:#94a3b8}.sub-list-actions{display:flex;gap:8px;flex-shrink:0}.sub-accept-btn{padding:6px 14px;background:var(--grad-primary);color:#fff;border:none;border-radius:20px;font-size:13px;font-weight:600;cursor:pointer;transition:all .15s ease}.sub-reject-btn{padding:6px 14px;background:#f1f5f9;color:#64748b;border:none;border-radius:20px;font-size:13px;font-weight:600;cursor:pointer;transition:all .15s ease}.sub-unblock-btn{padding:6px 14px;background:#f1f5f9;color:#64748b;border:none;border-radius:20px;font-size:13px;font-weight:600;cursor:pointer;flex-shrink:0;transition:all .15s ease}@media (hover: hover){.sub-accept-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #667eea59}.sub-reject-btn:hover:not(:disabled),.sub-unblock-btn:hover:not(:disabled){background:#e2e8f0;color:#475569}}.sub-accept-btn:active:not(:disabled),.sub-reject-btn:active:not(:disabled),.sub-unblock-btn:active:not(:disabled){transform:scale(.96)}.sub-accept-btn:disabled,.sub-reject-btn:disabled,.sub-unblock-btn:disabled{opacity:.55;cursor:not-allowed}.sub-accept-btn:focus-visible,.sub-reject-btn:focus-visible,.sub-unblock-btn:focus-visible{outline:2px solid #667eea;outline-offset:2px}.games-page{height:100%;display:flex;flex-direction:column;background:#f5f5f5}.games-tabs{display:flex;background:#fff;border-bottom:1px solid #eee;padding:0 16px}.games-tabs button{flex:1;padding:12px;border:none;background:none;font-size:14px;color:#666;cursor:pointer;position:relative}.games-tabs button.active{color:#4a90d9;font-weight:600}.games-tabs button.active:after{content:"";position:absolute;bottom:0;left:20%;right:20%;height:3px;background:#4a90d9;border-radius:3px 3px 0 0}.games-content{flex:1;overflow-y:auto;padding:16px}.games-section{background:#fff;border-radius:12px;padding:16px;margin-bottom:16px}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.section-header h3{margin:0;font-size:16px;color:#333}.create-btn{background:#4a90d9;color:#fff;border:none;padding:8px 16px;border-radius:6px;font-size:14px;cursor:pointer}.loading,.empty{text-align:center;padding:40px;color:#999;font-size:14px}.games-list{display:flex;flex-direction:column;gap:12px}.game-card{background:#fafafa;border-radius:10px;padding:14px;border:1px solid #eee;max-width:400px;margin:0 auto;width:100%;box-sizing:border-box}.game-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.game-creator{color:#4a90d9;font-size:13px;font-weight:500}.game-time{color:#999;font-size:12px}.game-image{margin:12px auto;text-align:center}.game-image img{max-width:100%;max-height:250px;border-radius:8px;border:1px solid #eee;display:inline-block}.game-riddle{background:linear-gradient(135deg,#f0f7ff,#e8f4fd);padding:16px;border-radius:10px;margin:12px 0;text-align:center}.game-riddle p{margin:0;font-size:15px;color:#333;line-height:1.7}.game-input{display:flex;gap:8px;margin-top:12px}.game-input input{flex:1;padding:10px 12px;border:1px solid #ddd;border-radius:6px;font-size:14px}.game-input button{background:#4a90d9;color:#fff;border:none;padding:10px 18px;border-radius:6px;font-size:14px;cursor:pointer;transition:background .2s}.game-input button:hover{background:#3a7bc8}.my-games-list{display:flex;flex-direction:column;gap:8px}.my-game-item{display:flex;align-items:center;gap:12px;padding:12px;background:#fafafa;border-radius:8px;flex-wrap:wrap}.my-game-thumb{width:40px;height:40px;object-fit:cover;border-radius:6px;border:1px solid #eee}.my-game-content{display:flex;align-items:center;gap:8px;flex:1;min-width:0;font-size:13px;color:#333}.status-badge{padding:3px 10px;border-radius:12px;font-size:12px;font-weight:500}.status-badge.pending{background:#fff3e0;color:#f57c00}.status-badge.solved{background:#e8f5e9;color:#4caf50}.status-badge.expired{background:#eceff1;color:#90a4ae}.my-game-answer{font-size:12px;color:#666}.delete-btn{background:#ff5252;color:#fff;border:none;padding:5px 12px;border-radius:4px;font-size:12px;cursor:pointer}.solved-by{font-size:12px;color:#4caf50}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.modal-content{background:#fff;border-radius:16px;padding:24px;width:100%;max-width:360px;max-height:85vh;overflow-y:auto}.modal-content h3{margin:0 0 20px;font-size:17px;text-align:center;color:#333}.form-group{margin-bottom:16px}.form-group label{display:block;margin-bottom:8px;font-size:14px;color:#333;font-weight:500}.form-group input[type=text],.form-group textarea{width:100%;padding:12px;border:1px solid #ddd;border-radius:8px;font-size:14px;box-sizing:border-box}.form-group textarea{resize:none}.canvas-toolbar{display:flex;align-items:center;gap:8px;margin-bottom:10px}.canvas-toolbar input[type=color]{width:36px;height:36px;border:none;cursor:pointer;padding:0}.canvas-toolbar button{background:#f5f5f5;border:1px solid #ddd;padding:6px 12px;border-radius:6px;cursor:pointer;font-size:14px}.canvas-toolbar button:hover{background:#eee}.canvas-toolbar span{font-size:13px;color:#666;min-width:35px;text-align:center}.canvas-wrapper{background:#fff;border:2px solid #e0e0e0;border-radius:12px;overflow:hidden;display:flex;justify-content:center;padding:8px}.canvas-wrapper canvas{display:block;cursor:crosshair;touch-action:none;background:#fff;border-radius:8px}.canvas-hint{margin:8px 0 0;font-size:12px;color:#4caf50;text-align:center}.modal-actions{display:flex;gap:12px;margin-top:24px}.modal-actions button{flex:1;padding:12px;border:none;border-radius:8px;font-size:15px;cursor:pointer}.modal-actions button:first-child{background:#f5f5f5;color:#666}.modal-actions button.primary{background:#4a90d9;color:#fff}.modal-actions button.primary:hover{background:#3a7bc8}.report-dialog-mask{position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(15,23,42,.55);display:flex;align-items:center;justify-content:center;z-index:2000;padding:16px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.report-dialog{background:#fff;border-radius:var(--radius-lg);width:100%;max-width:380px;padding:24px;box-shadow:var(--shadow-lg)}.report-dialog-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.report-dialog-header h3{margin:0;font-size:18px;font-weight:800;color:var(--text)}.report-dialog-close{border:none;background:#f1f5f9;width:32px;height:32px;border-radius:50%;font-size:18px;line-height:1;cursor:pointer;color:var(--text-secondary);padding:0;display:flex;align-items:center;justify-content:center;transition:background .15s}.report-dialog-close:hover{background:#e2e8f0}.report-reasons{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:14px}.report-reason{border:1.5px solid #e2e8f0;background:#f8fafc;border-radius:var(--radius-full);padding:7px 14px;font-size:13px;font-weight:600;cursor:pointer;color:var(--text-secondary);transition:all .15s}.report-reason.active{border-color:var(--danger);background:#fef2f2;color:var(--danger)}.report-detail{width:100%;min-height:76px;border:1.5px solid #e2e8f0;border-radius:var(--radius-sm);padding:12px;font-size:13px;resize:vertical;box-sizing:border-box;margin-bottom:16px;font-family:inherit;color:var(--text);outline:none;transition:border-color .15s}.report-detail:focus{border-color:var(--primary-light)}.report-submit{width:100%;border:none;border-radius:var(--radius-sm);background:var(--grad-danger);color:#fff;padding:13px;font-size:15px;font-weight:700;cursor:pointer;transition:opacity .15s,transform .15s;box-shadow:0 4px 14px #ef44444d}.report-submit:hover:not(:disabled){opacity:.92;transform:translateY(-1px)}.report-submit:disabled{opacity:.6;cursor:not-allowed;box-shadow:none}
