:root{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;color:#f1f5f9;background-color:#0f172a;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh}.app-loading{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#0f172a;color:#94a3b8}.holiday-hunt-overlay{position:fixed;inset:0;pointer-events:none;z-index:9999}.holiday-hunt-overlay .holiday-hunt-item{pointer-events:auto;position:absolute;transform:translate(-50%,-50%);width:56px;height:56px;border-radius:50%;border:3px solid var(--rarity-color, #94a3b8);background:#0f172ad9;box-shadow:0 0 16px #0006,0 0 12px var(--rarity-color);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:box-shadow .15s ease}.holiday-hunt-overlay .holiday-hunt-item:hover{transform:translate(-50%,-50%) scale(1.1);box-shadow:0 0 20px var(--rarity-color)}.holiday-hunt-overlay .holiday-hunt-item--fail{animation:holiday-hunt-pulse 1.2s ease-in-out infinite}.holiday-hunt-item-emoji{font-size:1.75rem;line-height:1}@keyframes holiday-hunt-pulse{0%,to{opacity:1;transform:translate(-50%,-50%) scale(1)}50%{opacity:.9;transform:translate(-50%,-50%) scale(1.05)}}.coin-shower-overlay{position:fixed;inset:0;pointer-events:none;z-index:10000}.coin-shower-coin{position:fixed;font-size:1.75rem;line-height:1;transition:none}.coin-shower-fail{position:fixed;transform:translate(-50%,-50%);font-size:1.5rem;font-weight:700;color:#fca5a5;text-shadow:0 0 8px rgba(248,113,113,.8);animation:coin-shower-fail-fade 1.5s ease-out forwards}@keyframes coin-shower-fail-fade{0%{opacity:1;transform:translate(-50%,-50%) scale(1)}to{opacity:0;transform:translate(-50%,-50%) scale(1.2)}}.incoming-call-overlay{position:fixed;inset:0;z-index:2000;display:flex;align-items:center;justify-content:center;background:#000000bf;animation:incomingCallFade .2s ease-out}@keyframes incomingCallFade{0%{opacity:0}to{opacity:1}}.incoming-call-modal{background:#1e293b;border-radius:16px;padding:1.5rem;text-align:center;min-width:280px;border:1px solid rgba(255,255,255,.1)}.incoming-call-modal h2{margin:0 0 .5rem;font-size:1.25rem;color:#f1f5f9}.incoming-call-caller{margin:0 0 1.5rem;color:#94a3b8;font-size:.95rem}.incoming-call-actions{display:flex;gap:12px;justify-content:center}.incoming-call-reject,.incoming-call-answer{padding:.6rem 1.25rem;border-radius:10px;font-weight:600;font-size:.95rem;cursor:pointer}.incoming-call-reject{background:#dc2626;color:#fff;border:none}.incoming-call-answer{background:#16a34a;color:#fff;border:none}.incoming-call-reject:hover,.incoming-call-answer:hover{filter:brightness(1.1)}.ringtone-picker{margin:.5rem 0}.ringtone-picker-label{display:block;font-size:.875rem;color:#94a3b8;margin-bottom:.35rem}.ringtone-picker-list{list-style:none;padding:0;margin:0;max-height:220px;overflow-y:auto}.ringtone-picker-list li{display:flex;align-items:center;gap:8px;margin-bottom:4px}.ringtone-picker-item{flex:1;padding:.5rem .75rem;text-align:left;border-radius:8px;border:1px solid rgba(255,255,255,.15);background:#1e293b99;color:#e2e8f0;cursor:pointer}.ringtone-picker-item.selected{border-color:#3b82f6;background:#3b82f633}.ringtone-picker-check{margin-left:auto;color:#3b82f6}.ringtone-picker-preview{padding:.4rem .6rem;border-radius:8px;border:1px solid rgba(255,255,255,.2);background:transparent;color:#94a3b8;cursor:pointer}.ringtone-picker-preview:hover{color:#e2e8f0;background:#ffffff0f}.layout{min-height:100vh;display:flex;flex-direction:column;background:#0f172a;color:#f1f5f9}.layout-main{flex:1;padding:1rem 1rem 5rem;max-width:640px;margin:0 auto;width:100%}.layout-nav{position:fixed;bottom:0;left:0;right:0;display:flex;justify-content:space-around;padding:.5rem 0 max(.5rem,env(safe-area-inset-bottom));background:#0f172af2;border-top:1px solid rgba(255,255,255,.06);z-index:100}.nav-item{display:flex;flex-direction:column;align-items:center;gap:.25rem;padding:.5rem 1rem;color:#64748b;text-decoration:none;font-size:.75rem;font-weight:500;border-radius:10px;transition:color .2s,background .2s}.nav-item:hover{color:#94a3b8}.nav-item.active{color:#3b82f6;background:#3b82f626}.nav-icon{font-size:1.25rem}.nav-label{font-size:.7rem}.welcome{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(145deg,#0f172a,#1e293b,#0f172a);padding:1rem}.welcome-card{width:100%;max-width:380px;background:#1e293be6;border-radius:16px;padding:2rem;box-shadow:0 20px 60px #0006;border:1px solid rgba(255,255,255,.06)}.welcome-card h1{margin:0 0 .25rem;font-size:1.75rem;font-weight:700;color:#f1f5f9;letter-spacing:-.02em}.tagline{margin:0 0 1.5rem;color:#94a3b8;font-size:.95rem}.welcome-form{display:flex;flex-direction:column;gap:.75rem}.welcome-form input{padding:.75rem 1rem;border-radius:10px;border:1px solid rgba(255,255,255,.1);background:#0f172a99;color:#f1f5f9;font-size:1rem}.welcome-form input::placeholder{color:#64748b}.welcome-form input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f633}.welcome-form .error{margin:0;color:#f87171;font-size:.875rem}.welcome-form button[type=submit]{padding:.85rem 1rem;border-radius:10px;border:none;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;font-weight:600;font-size:1rem;cursor:pointer;transition:opacity .2s,transform .1s}.welcome-form button[type=submit]:hover:not(:disabled){opacity:.95}.welcome-form button[type=submit]:active:not(:disabled){transform:scale(.98)}.welcome-form button[type=submit]:disabled{opacity:.7;cursor:not-allowed}.divider{margin:1.25rem 0;text-align:center;color:#64748b;font-size:.8rem}.google-btn{width:100%;padding:.75rem 1rem;border-radius:10px;border:1px solid rgba(255,255,255,.15);background:#ffffff0d;color:#e2e8f0;font-size:.95rem;cursor:pointer;transition:background .2s}.google-btn:hover:not(:disabled){background:#ffffff1a}.google-btn:disabled{opacity:.6;cursor:not-allowed}.toggle-mode{margin-top:1.25rem;padding:0;border:none;background:none;color:#64748b;font-size:.9rem;cursor:pointer;text-decoration:underline}.toggle-mode:hover{color:#94a3b8}.welcome-legal{margin-top:1.25rem;font-size:.8rem}.welcome-legal a{color:#64748b;text-decoration:none}.welcome-legal a:hover{color:#94a3b8;text-decoration:underline}.feed-page{padding-bottom:1rem}.feed-title{margin:0 0 1rem;font-size:1.5rem;font-weight:700;color:#f1f5f9}.feed-error{color:#f87171;margin-bottom:1rem}.feed-loading,.feed-empty{color:#94a3b8;margin:2rem 0}.feed-create-btn{display:block;width:100%;padding:.75rem 1rem;margin-bottom:1rem;border-radius:12px;border:1px dashed rgba(255,255,255,.2);background:#1e293b99;color:#94a3b8;font-size:.95rem;cursor:pointer;text-align:left;transition:background .2s,border-color .2s,color .2s}.feed-create-btn:hover{background:#1e293be6;border-color:#ffffff4d;color:#e2e8f0}.feed-modal-overlay{position:fixed;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.feed-modal{background:#1e293bfa;border-radius:16px;border:1px solid rgba(255,255,255,.08);padding:1.25rem;max-width:420px;width:100%}.feed-modal-title{margin:0 0 1rem;font-size:1.25rem;font-weight:600;color:#e2e8f0}.feed-create-form{display:flex;flex-direction:column;gap:.75rem}.feed-create-caption{width:100%;padding:.75rem;border-radius:10px;border:1px solid rgba(255,255,255,.1);background:#0f172a99;color:#f1f5f9;font-size:.95rem;font-family:inherit;resize:vertical;min-height:80px}.feed-create-caption:focus{outline:none;border-color:#3b82f6}.feed-create-media{display:flex;flex-direction:column;align-items:flex-start;gap:.75rem}.feed-create-file,.feed-create-file-photo,.feed-create-file-video{position:absolute;width:0;height:0;opacity:0;pointer-events:none}.feed-add-media-btn{padding:.5rem 1rem;border-radius:8px;border:1px dashed rgba(255,255,255,.25);background:#0f172a80;color:#94a3b8;font-size:.9rem;cursor:pointer;transition:background .2s,border-color .2s,color .2s}.feed-add-media-btn:hover:not(:disabled){background:#0f172acc;border-color:#fff6;color:#e2e8f0}.feed-add-media-btn:disabled{opacity:.5;cursor:not-allowed}.feed-media-previews{display:flex;flex-wrap:wrap;gap:.5rem}.feed-media-preview-wrap{position:relative;flex-shrink:0}.feed-media-preview-img{width:80px;height:80px;object-fit:cover;border-radius:8px;border:1px solid rgba(255,255,255,.1)}.feed-media-preview-video{display:inline-flex;align-items:center;gap:.35rem;padding:.5rem .75rem;border-radius:8px;border:1px solid rgba(255,255,255,.1);background:#0f172a99;color:#94a3b8;font-size:.85rem;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.feed-media-preview-remove{position:absolute;top:4px;right:4px;width:22px;height:22px;border:none;border-radius:50%;background:#ef4444f2;color:#fff;font-size:1.1rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;transition:background .2s,transform .2s}.feed-media-preview-remove:hover{background:#ef4444;transform:scale(1.08)}.feed-content-type-picker{display:flex;gap:.25rem;margin-bottom:.5rem}.content-type-btn{flex:1;padding:.5rem .75rem;border-radius:8px;border:1px solid rgba(255,255,255,.12);background:#0f172a80;color:#94a3b8;font-size:.9rem;cursor:pointer;transition:background .2s,border-color .2s,color .2s}.content-type-btn:hover{background:#0f172acc;border-color:#fff3;color:#e2e8f0}.content-type-btn.active{border-color:#3b82f6;background:#3b82f633;color:#93c5fd}.feed-create-filename{font-size:.85rem;color:#64748b}.feed-modal-actions{display:flex;justify-content:flex-end;gap:.5rem;padding-top:.25rem}.feed-modal-cancel,.feed-modal-submit{padding:.5rem 1rem;border-radius:8px;font-size:.9rem;font-weight:500;cursor:pointer}.feed-modal-cancel{border:1px solid rgba(255,255,255,.2);background:transparent;color:#94a3b8}.feed-modal-cancel:hover:not(:disabled){background:#ffffff0f;color:#e2e8f0}.feed-modal-submit{border:none;background:#3b82f6;color:#fff}.feed-modal-submit:hover:not(:disabled){background:#2563eb}.feed-modal-cancel:disabled,.feed-modal-submit:disabled{opacity:.5;cursor:not-allowed}.feed-list{display:flex;flex-direction:column;gap:1.25rem}.feed-card{background:#1e293bcc;border-radius:14px;padding:1rem;border:1px solid rgba(255,255,255,.06)}.feed-card-header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:.5rem}.feed-card-author{font-weight:600;color:#e2e8f0}a.feed-card-author{color:#93c5fd;text-decoration:none}a.feed-card-author:hover{text-decoration:underline;color:#e2e8f0}.feed-card-date{font-size:.8rem;color:#64748b}.feed-card-caption{margin:0 0 .75rem;color:#cbd5e1;font-size:.95rem;white-space:pre-wrap;word-break:break-word}.feed-ai-block{margin-bottom:.75rem}.feed-ai-badge{display:inline-flex;align-items:center;gap:.35rem;padding:.35rem .65rem;margin-bottom:.5rem;border-radius:8px;background:#3b82f626;color:#93c5fd;font-size:.8rem;font-weight:500}.feed-ai-badge-icon{font-size:.9rem}.feed-ai-image-wrap{width:100%;margin-bottom:.75rem;border-radius:10px;overflow:hidden;background:#0f172a80}.feed-ai-image-placeholder{display:flex;align-items:center;justify-content:center;min-height:160px;color:#64748b;font-size:.9rem}.feed-ai-image{display:block;width:100%;height:auto;max-height:280px;object-fit:cover;vertical-align:top}.feed-ai-question{margin:0 0 .5rem;font-size:1rem;font-weight:600;color:#e2e8f0}.feed-ai-choices{list-style:none;padding:0;margin:0 0 .5rem}.feed-ai-choices li{padding:.5rem .75rem;margin-bottom:.35rem;border-radius:8px;background:#0f172a80;border:1px solid rgba(255,255,255,.08);color:#cbd5e1;font-size:.95rem}.feed-ai-choices li.feed-ai-choice.correct{border-color:#22c55e;background:#22c55e26;color:#86efac}.feed-ai-show-explanation{padding:.4rem .75rem;border-radius:8px;border:1px solid rgba(59,130,246,.4);background:#3b82f626;color:#93c5fd;font-size:.9rem;cursor:pointer;margin-bottom:.5rem}.feed-ai-show-explanation:hover{background:#3b82f640}.feed-ai-explanation{padding:.75rem;border-radius:8px;background:#3b82f60f;border:1px solid rgba(255,255,255,.06);margin-bottom:.5rem}.feed-ai-explanation strong{display:block;margin-bottom:.35rem;font-size:.85rem;color:#94a3b8}.feed-ai-explanation p{margin:0 0 .5rem;font-size:.95rem;color:#cbd5e1}.feed-ai-caption{margin:0 0 .5rem;color:#cbd5e1;font-size:.95rem;line-height:1.45}.feed-ai-source{display:inline-block;font-size:.85rem;color:#93c5fd;text-decoration:none}.feed-ai-source:hover{text-decoration:underline}.feed-card-media{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.75rem}.feed-media-placeholder{width:120px;height:120px;background:#0f172a99;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#64748b;font-size:.85rem}.feed-media{max-width:100%;max-height:280px;border-radius:8px;object-fit:contain}.feed-media-image{width:auto;height:auto;max-height:280px}.feed-media-video{width:100%;max-height:280px}.feed-card-actions{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem 1rem;padding-top:.5rem;border-top:1px solid rgba(255,255,255,.06)}.feed-reaction-wrap{position:relative;display:flex;align-items:center;gap:.25rem}.feed-reaction-picker-btn{padding:.25rem .4rem!important;font-size:1rem!important;line-height:1}.feed-reaction-picker-backdrop{position:fixed;inset:0;z-index:999}.feed-reaction-picker{position:absolute;left:0;bottom:100%;margin-bottom:.5rem;z-index:1000;background:#1e293bfa;border:1px solid rgba(255,255,255,.12);border-radius:12px;padding:.75rem 1rem;min-width:200px;box-shadow:0 8px 24px #0006}.feed-reaction-picker-title{margin:0 0 .5rem;font-size:.8rem;font-weight:600;color:#94a3b8;text-transform:uppercase;letter-spacing:.05em}.feed-reaction-picker-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:.35rem}.feed-reaction-emoji-btn{display:flex;flex-direction:column;align-items:center;gap:.15rem;padding:.4rem;border:none;border-radius:8px;background:transparent;color:inherit;font-size:.75rem;cursor:pointer;transition:background .2s}.feed-reaction-emoji-btn:hover{background:#ffffff14}.feed-reaction-emoji-btn.active{background:#3b82f633;color:#93c5fd}.feed-reaction-emoji{font-size:1.5rem;line-height:1}.feed-reaction-count{font-size:.7rem;color:#64748b}.feed-reaction-remove{margin-top:.5rem;padding:.35rem .5rem;width:100%;border:none;border-radius:6px;background:#ffffff0f;color:#94a3b8;font-size:.8rem;cursor:pointer}.feed-reaction-remove:hover{background:#ffffff1a;color:#e2e8f0}.feed-reactions-display{display:flex;flex-wrap:wrap;gap:.35rem}.feed-reaction-bubble{padding:.2rem .5rem;border-radius:999px;background:#ffffff0f;font-size:.85rem;color:#cbd5e1}.action-btn{padding:.4rem .75rem;border:none;background:transparent;color:#94a3b8;font-size:.9rem;cursor:pointer;border-radius:8px;transition:background .2s,color .2s}.action-btn:hover{background:#ffffff0f;color:#e2e8f0}.action-btn.liked{color:#f87171}.feed-comments{margin-top:.75rem;padding-top:.75rem;border-top:1px solid rgba(255,255,255,.06)}.feed-comment-list{list-style:none;padding:0;margin:0 0 .75rem;font-size:.9rem;color:#cbd5e1}.feed-comment-list li{padding:.25rem 0}.feed-comment-list strong{color:#94a3b8;margin-right:.35rem}.feed-comment-item{margin-bottom:.5rem}.feed-comment-video-wrap{margin-top:.25rem}.feed-comment-video{max-width:100%;max-height:240px;border-radius:8px;background:#0f172a}.feed-comment-inputs{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}.feed-comment-video-input{display:none}.feed-comment-video-btn{padding:.5rem .75rem;border-radius:8px;border:1px solid rgba(255,255,255,.15);background:#1e293b99;color:#94a3b8;font-size:.85rem;cursor:pointer}.feed-comment-video-btn:hover:not(:disabled){background:#1e293be6;color:#e2e8f0}.feed-comment-video-btn:disabled{opacity:.6;cursor:not-allowed}.feed-comment-form{display:flex;gap:.5rem;flex:1;min-width:0}.feed-comment-form input{flex:1;padding:.5rem .75rem;border-radius:8px;border:1px solid rgba(255,255,255,.1);background:#0f172a99;color:#f1f5f9;font-size:.9rem}.feed-comment-form input:focus{outline:none;border-color:#3b82f6}.feed-comment-form button{padding:.5rem 1rem;border-radius:8px;border:none;background:#3b82f6;color:#fff;font-weight:500;font-size:.9rem;cursor:pointer}.feed-comment-form button:disabled{opacity:.5;cursor:not-allowed}.profile-page{padding-bottom:1rem}.profile-title{margin:0 0 1rem;font-size:1.5rem;font-weight:700;color:#f1f5f9}.profile-loading{color:#94a3b8;margin:2rem 0}.profile-error{color:#f87171;margin:2rem 0}.profile-view-edit{margin:0 0 1rem;font-size:.9rem}.profile-view-edit a{color:#3b82f6;text-decoration:none}.profile-view-edit a:hover{text-decoration:underline}.profile-card{background:#1e293bcc;border-radius:14px;padding:1.5rem;border:1px solid rgba(255,255,255,.06);text-align:center}.profile-avatar-wrap{margin-bottom:.5rem}.profile-photo-input{position:absolute;width:0;height:0;opacity:0;pointer-events:none}.profile-photo-btn{display:block;margin:.5rem auto 0;padding:.4rem .75rem;border-radius:8px;border:1px solid rgba(255,255,255,.2);background:#ffffff0f;color:#94a3b8;font-size:.85rem;cursor:pointer;transition:background .2s,color .2s}.profile-photo-btn:hover:not(:disabled){background:#ffffff1f;color:#e2e8f0}.profile-photo-btn:disabled{opacity:.6;cursor:not-allowed}.profile-photo-error{margin:.25rem 0 .5rem;font-size:.85rem;color:#f87171}.profile-avatar,.profile-avatar-placeholder{width:80px;height:80px;border-radius:50%;margin:0 auto 1rem;display:block;object-fit:cover}.profile-avatar-placeholder{background:linear-gradient(135deg,#3b82f6,#8b5cf6);color:#fff;font-size:2rem;font-weight:700;line-height:80px;text-align:center}.profile-name{margin:0 0 .25rem;font-size:1.25rem;font-weight:600;color:#f1f5f9}.profile-handle{margin:0 0 .5rem;color:#94a3b8;font-size:.95rem}.profile-meta,.profile-bio{margin:.5rem 0;color:#cbd5e1;font-size:.9rem;text-align:left}.profile-edit-btn{margin-top:1rem;padding:.5rem 1.25rem;border-radius:8px;border:1px solid rgba(255,255,255,.2);background:#3b82f633;color:#93c5fd;font-size:.9rem;cursor:pointer;transition:background .2s}.profile-edit-btn:hover{background:#3b82f64d}.profile-user-id{margin-top:1rem;font-size:.75rem;color:#64748b;word-break:break-all}.profile-user-id code{font-size:.7rem;background:#0003;padding:2px 6px;border-radius:4px}.profile-email{margin-top:1rem;font-size:.8rem;color:#64748b}.profile-form{text-align:left}.profile-form label{display:block;margin-bottom:.75rem;font-size:.85rem;color:#94a3b8}.profile-form input,.profile-form textarea{width:100%;padding:.6rem .75rem;margin-top:.25rem;border-radius:8px;border:1px solid rgba(255,255,255,.1);background:#0f172a99;color:#f1f5f9;font-size:1rem}.profile-form textarea{resize:vertical;min-height:4rem}.profile-form input:focus,.profile-form textarea:focus{outline:none;border-color:#3b82f6}.profile-message{margin:.5rem 0;font-size:.9rem;color:#94a3b8}.profile-form-actions{display:flex;gap:.75rem;margin-top:1rem}.profile-form-actions button{padding:.5rem 1rem;border-radius:8px;border:1px solid rgba(255,255,255,.15);background:#ffffff0d;color:#e2e8f0;font-size:.9rem;cursor:pointer}.profile-form-actions button:last-child{background:#3b82f6;border-color:#3b82f6;color:#fff}.profile-form-actions button:disabled{opacity:.6;cursor:not-allowed}.settings-page{padding-bottom:1rem}.settings-title{margin:0 0 1rem;font-size:1.5rem;font-weight:700;color:#f1f5f9}.settings-card{background:#1e293bcc;border-radius:14px;padding:1.5rem;border:1px solid rgba(255,255,255,.06)}.settings-email{margin:0 0 1rem;color:#cbd5e1;font-size:.95rem}.settings-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem}.settings-toggle-row{cursor:pointer}.settings-toggle-label{color:#e2e8f0;font-size:.95rem}.settings-checkbox{width:1.1rem;height:1.1rem;accent-color:#3b82f6;cursor:pointer}.settings-signout{padding:.6rem 1.25rem;border-radius:8px;border:1px solid rgba(248,113,113,.4);background:#f8717126;color:#fca5a5;font-size:.95rem;font-weight:500;cursor:pointer;transition:background .2s}.settings-signout:hover{background:#f8717140}.settings-note{margin-top:1.5rem;font-size:.85rem;color:#64748b;line-height:1.5}.settings-links{margin-top:.75rem;font-size:.9rem}.settings-links a{color:#94a3b8;text-decoration:none}.settings-links a:hover{color:#3b82f6;text-decoration:underline}.terms-page{max-width:640px;margin:0 auto;padding:1.5rem 1rem 4rem;color:#e2e8f0}.terms-header{margin-bottom:2rem}.terms-home{display:inline-block;margin-bottom:1rem;color:#94a3b8;text-decoration:none;font-size:.9rem}.terms-home:hover{color:#3b82f6}.terms-page h1{margin:0 0 .75rem;font-size:1.75rem;font-weight:700;color:#f1f5f9}.terms-intro{margin:0 0 .5rem;color:#94a3b8;font-size:1rem;line-height:1.5}.terms-updated{margin:0 0 .75rem;font-size:.85rem;color:#64748b}.terms-agree{margin:0;font-size:.95rem;color:#cbd5e1;line-height:1.5}.terms-section{margin-bottom:1.75rem}.terms-section h2{margin:0 0 .75rem;font-size:1.1rem;font-weight:600;color:#f1f5f9}.terms-section p,.terms-section li{margin:0 0 .5rem;font-size:.95rem;color:#cbd5e1;line-height:1.55}.terms-section ul{margin:.5rem 0 0;padding-left:1.25rem}.terms-section a{color:#93c5fd;text-decoration:none}.terms-section a:hover{text-decoration:underline}.terms-contact p{margin-bottom:.35rem}.terms-footer{margin-top:2.5rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.08)}.terms-footer a{color:#94a3b8;text-decoration:none;font-size:.9rem}.terms-footer a:hover{color:#3b82f6}.games-page{padding-bottom:1rem}.games-title{margin:0 0 1rem;font-size:1.5rem;font-weight:700;color:#f1f5f9}.games-section{margin-bottom:1.5rem}.games-section-title{margin:0 0 .35rem;font-size:1.1rem;font-weight:600;color:#e2e8f0}.games-section-desc{margin:0 0 1rem;font-size:.9rem;color:#94a3b8}.games-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.game-card{display:flex;gap:1rem;align-items:flex-start;padding:1rem;background:#1e293bcc;border-radius:14px;border:1px solid rgba(255,255,255,.06)}.game-icon{font-size:1.75rem;flex-shrink:0}.game-info{flex:1;min-width:0}.game-name{margin:0 0 .2rem;font-size:1rem;font-weight:600;color:#f1f5f9}.game-subtitle{margin:0 0 .35rem;font-size:.8rem;color:#64748b}.game-desc{margin:0 0 .5rem;font-size:.9rem;color:#cbd5e1;line-height:1.4}.game-action{font-size:.8rem;font-weight:500;color:#38bdf8}.game-action-link{font-size:.9rem;font-weight:600;color:#3b82f6;text-decoration:none}.game-action-link:hover{text-decoration:underline}.message-path-overlay{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:16px;animation:messagePathFadeIn .2s ease-out}@keyframes messagePathFadeIn{0%{opacity:0}to{opacity:1}}.message-path-backdrop{position:absolute;inset:0;background:#0009}.message-path-modal{position:relative;width:100%;max-width:420px;background:#1e293b;border-radius:16px;box-shadow:0 20px 40px #0006;overflow:hidden}.message-path-header{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border-bottom:1px solid #334155}.message-path-header h3{margin:0;font-size:1rem;font-weight:600;color:#f1f5f9}.message-path-close{padding:6px 14px;font-size:.875rem;font-weight:500;color:#3b82f6;background:transparent;border:none;border-radius:8px;cursor:pointer}.message-path-close:hover{background:#3b82f626}.message-path-map{position:relative;height:220px;background:linear-gradient(180deg,#0ea5e9,#38bdf8 30%,#7dd3fc 70%,#bae6fd);margin:12px;border-radius:12px}.message-path-pins{position:absolute;inset:0;pointer-events:none}.message-path-pin{position:absolute;transform:translate(-50%,-50%);padding:4px 10px;font-size:.75rem;font-weight:600;color:#fff;border-radius:9999px;box-shadow:0 2px 6px #0003}.message-path-pin.from{background:#3b82f6}.message-path-pin.to{background:#059669}.message-path-curve{position:absolute;inset:0;width:100%;height:100%;pointer-events:none}.message-path-plane{position:absolute;width:36px;height:36px;display:flex;align-items:center;justify-content:center;pointer-events:none;transition:left .05s linear,top .05s linear}.message-path-plane-icon{font-size:28px;color:#fff;filter:drop-shadow(0 2px 4px rgba(0,0,0,.4)) brightness(0) invert(1);animation:messagePathPlaneWobble .4s ease-in-out infinite alternate}@keyframes messagePathPlaneWobble{0%{transform:translateY(0) scale(1)}to{transform:translateY(-2px) scale(1.02)}}.messages-page{min-height:100%;display:flex;flex-direction:column;background:#0f172a}.messages-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #334155;flex-shrink:0}.messages-title{margin:0;font-size:1.5rem;font-weight:700;color:#f1f5f9}.messages-header-actions{display:flex;align-items:center;gap:10px}.messages-preview-path-btn{padding:8px 14px;font-size:.8125rem;font-weight:500;color:#0ea5e9;background:#0ea5e926;border:none;border-radius:10px;cursor:pointer;transition:background .15s}.messages-preview-path-btn:hover{background:#0ea5e940}.messages-new-btn{padding:8px 16px;font-size:.875rem;font-weight:600;color:#3b82f6;background:#3b82f626;border:none;border-radius:10px;cursor:pointer;transition:background .15s}.messages-new-btn:hover{background:#3b82f640}.messages-new-chat{padding:16px 20px;border-bottom:1px solid #334155;display:flex;flex-direction:column;gap:10px}.messages-new-input{width:100%;padding:10px 14px;font-size:1rem;color:#f1f5f9;background:#1e293b;border:1px solid #334155;border-radius:10px;box-sizing:border-box}.messages-new-input::placeholder{color:#64748b}.messages-new-actions{display:flex;gap:10px;justify-content:flex-end}.messages-new-actions button{padding:8px 16px;font-size:.875rem;font-weight:500;color:#94a3b8;background:#334155;border:none;border-radius:8px;cursor:pointer}.messages-new-actions button:last-child{color:#fff;background:#3b82f6}.messages-new-actions button:last-child:disabled{opacity:.5;cursor:not-allowed}.messages-body{flex:1;overflow:hidden;display:flex;flex-direction:column}.messages-list-wrap{flex:1;overflow:auto;padding:8px 0}.messages-empty{padding:32px 20px;text-align:center;color:#64748b;font-size:.9375rem}.messages-conv-list{list-style:none;margin:0;padding:0}.messages-conv-item{margin:0}.messages-conv-btn{width:100%;display:flex;align-items:center;gap:12px;padding:14px 20px;background:transparent;border:none;border-bottom:1px solid #1e293b;color:#f1f5f9;text-align:left;cursor:pointer;transition:background .15s}.messages-conv-btn:hover{background:#1e293b}.messages-conv-avatar{width:44px;height:44px;border-radius:50%;background:linear-gradient(135deg,#3b82f6,#8b5cf6);display:flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:600;flex-shrink:0}.messages-conv-meta{flex:1;min-width:0}.messages-conv-name{display:block;font-weight:600;font-size:.9375rem;margin-bottom:2px}.messages-conv-preview{display:block;font-size:.8125rem;color:#94a3b8;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.messages-conv-time{font-size:.75rem;color:#64748b;flex-shrink:0}.messages-thread-wrap{flex:1;display:flex;flex-direction:column;min-height:0}.messages-thread-header{display:flex;align-items:center;gap:12px;padding:12px 20px;border-bottom:1px solid #334155;flex-shrink:0}.messages-back{padding:6px 0;font-size:.9375rem;font-weight:500;color:#3b82f6;background:none;border:none;cursor:pointer}.messages-thread-name{font-weight:600;color:#f1f5f9}.messages-thread{flex:1;overflow:auto;padding:16px;display:flex;flex-direction:column;gap:8px}.messages-bubble-wrap{display:flex;width:100%}.messages-bubble-wrap.me{justify-content:flex-end}.messages-bubble-wrap.them{justify-content:flex-start}.messages-bubble{max-width:80%;padding:10px 14px;border-radius:18px;position:relative;animation:messagePop .25s ease-out}@keyframes messagePop{0%{opacity:0;transform:scale(.92) translateY(4px)}to{opacity:1;transform:scale(1) translateY(0)}}.messages-bubble.me{background:#3b82f6;color:#fff;border-bottom-right-radius:4px}.messages-bubble.them{background:#334155;color:#f1f5f9;border-bottom-left-radius:4px}.messages-bubble-text{margin:0 0 6px;font-size:.9375rem;line-height:1.4;white-space:pre-wrap;word-break:break-word}.messages-view-path{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;margin-bottom:4px;font-size:.75rem;font-weight:500;color:#7dd3fc;background:#0ea5e933;border:none;border-radius:8px;cursor:pointer;transition:background .15s}.messages-view-path:hover{background:#0ea5e959}.messages-view-path-icon{font-size:.875rem}.messages-bubble-time{font-size:.6875rem;opacity:.85}.messages-compose-sound{padding:8px 16px 0;border-top:1px solid #334155;background:#0f172a;flex-shrink:0}.messages-sound-label{display:block;font-size:.75rem;color:#94a3b8;margin-bottom:6px}.messages-sound-select{width:100%;max-width:280px;padding:8px 12px;font-size:.875rem;color:#f1f5f9;background:#1e293b;border:1px solid #334155;border-radius:8px;cursor:pointer}.messages-compose{display:flex;gap:10px;padding:12px 16px;border-top:1px solid #334155;background:#0f172a;flex-shrink:0}.messages-input{flex:1;padding:12px 16px;font-size:1rem;color:#f1f5f9;background:#1e293b;border:1px solid #334155;border-radius:24px;outline:none;transition:border-color .15s}.messages-input:focus{border-color:#3b82f6}.messages-input::placeholder{color:#64748b}.messages-send{width:48px;height:48px;border-radius:50%;background:#3b82f6;border:none;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform .2s,background .2s;flex-shrink:0}.messages-send:hover:not(:disabled){background:#2563eb;transform:scale(1.05)}.messages-send:disabled{opacity:.5;cursor:not-allowed}.messages-send.send-fly{animation:sendFly .6s ease-out}@keyframes sendFly{0%{transform:scale(1) rotate(0)}30%{transform:scale(1.2) rotate(-15deg)}60%{transform:scale(.9) translateY(-8px) rotate(5deg)}to{transform:scale(1) rotate(0)}}.messages-send-icon{font-size:1.25rem}.friends-page{min-height:100%;padding:16px 20px;background:#0f172a}.friends-title{margin:0 0 16px;font-size:1.5rem;font-weight:700;color:#f1f5f9}.friends-add{display:flex;gap:10px;margin-bottom:8px}.friends-input{flex:1;padding:10px 14px;font-size:1rem;color:#f1f5f9;background:#1e293b;border:1px solid #334155;border-radius:10px}.friends-input::placeholder{color:#64748b}.friends-add-btn{padding:10px 20px;font-size:.9375rem;font-weight:600;color:#fff;background:#3b82f6;border:none;border-radius:10px;cursor:pointer}.friends-add-btn:disabled{opacity:.5;cursor:not-allowed}.friends-error{color:#f87171;font-size:.875rem;margin:0 0 8px}.friends-hint{color:#64748b;font-size:.8125rem;margin:0 0 20px}.friends-loading,.friends-empty{color:#94a3b8;font-size:.9375rem;margin:24px 0}.friends-list{list-style:none;margin:0;padding:0}.friends-item{display:flex;align-items:center;gap:12px;padding:14px 0;border-bottom:1px solid #1e293b}.friends-item-avatar{width:44px;height:44px;border-radius:50%;background:linear-gradient(135deg,#3b82f6,#8b5cf6);display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0}.friends-item-avatar img{width:100%;height:100%;object-fit:cover}.friends-item-avatar span{font-size:1.125rem;font-weight:600;color:#fff}.friends-item-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.friends-item-name{font-weight:600;color:#f1f5f9}.friends-item-id{font-size:.75rem;color:#64748b}.friends-remove-btn{padding:6px 12px;font-size:.8125rem;color:#94a3b8;background:transparent;border:1px solid #334155;border-radius:8px;cursor:pointer}.friends-remove-btn:hover{background:#334155;color:#f1f5f9}.friends-discover{margin-bottom:24px}.friends-discover-title{font-size:1.1rem;font-weight:600;color:#e2e8f0;margin:0 0 4px}.friends-discover-hint{font-size:.8125rem;color:#64748b;margin:0 0 12px}.friends-discover-load-btn{padding:10px 18px;font-size:.9375rem;font-weight:500;color:#3b82f6;background:transparent;border:1px solid #3b82f6;border-radius:10px;cursor:pointer}.friends-discover-load-btn:hover:not(:disabled){background:#3b82f626}.friends-discover-load-btn:disabled{opacity:.6;cursor:not-allowed}.friends-discover-list{list-style:none;margin:0;padding:0}.friends-discover-item{border-bottom:1px solid #1e293b}.friends-discover-row{display:flex;align-items:center;gap:12px;width:100%;padding:12px 0;background:none;border:none;color:inherit;font:inherit;cursor:pointer;text-align:left}.friends-discover-row:hover{background:#ffffff0a}.friends-discover-arrow{color:#64748b;font-size:1rem;margin-left:auto}.friends-list-title{font-size:1.1rem;font-weight:600;color:#e2e8f0;margin:0 0 12px}.friends-modal-backdrop{position:fixed;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.friends-modal{background:#1e293b;border-radius:16px;padding:24px;max-width:320px;width:100%;text-align:center;border:1px solid #334155}.friends-modal-avatar{width:80px;height:80px;border-radius:50%;margin:0 auto 12px;background:linear-gradient(135deg,#3b82f6,#8b5cf6);display:flex;align-items:center;justify-content:center;overflow:hidden}.friends-modal-avatar img{width:100%;height:100%;object-fit:cover}.friends-modal-avatar span{font-size:2rem;font-weight:600;color:#fff}.friends-modal-name{font-weight:600;font-size:1.125rem;color:#f1f5f9;margin:0 0 4px}.friends-modal-handle{font-size:.875rem;color:#94a3b8;margin:0 0 4px}.friends-modal-id{font-size:.75rem;color:#64748b;margin:0 0 12px}.friends-modal-ringtone{margin-bottom:16px;padding-top:12px;border-top:1px solid #334155}.friends-modal-ringtone-label{font-size:.8125rem;color:#94a3b8;margin:0 0 8px}.friends-modal-actions{display:flex;flex-direction:column;gap:8px}.friends-modal-actions .friends-add-btn{width:100%}.friends-message-btn{width:100%;padding:8px 16px;font-size:.9375rem;background:#3b82f6;color:#fff;border:none;border-radius:10px;cursor:pointer}.friends-message-btn:hover:not(:disabled){background:#2563eb}.friends-message-btn:disabled{opacity:.6;cursor:not-allowed}.friends-call-btn{width:100%;padding:8px 16px;font-size:.9375rem;background:#16a34a;color:#fff;border:none;border-radius:10px;cursor:pointer}.friends-call-btn:hover:not(:disabled){background:#15803d}.friends-call-btn:disabled{opacity:.6;cursor:not-allowed}.friends-modal-cancel{padding:8px 16px;font-size:.9375rem;color:#94a3b8;background:transparent;border:1px solid #334155;border-radius:10px;cursor:pointer}.friends-modal-cancel:hover{background:#334155;color:#f1f5f9}.community-page{min-height:100%;padding:16px 20px;background:#0f172a}.community-title{margin:0 0 16px;font-size:1.5rem;font-weight:700;color:#f1f5f9}.community-filters{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:20px}.community-filter-btn{padding:8px 14px;font-size:.875rem;color:#94a3b8;background:#1e293b;border:1px solid #334155;border-radius:20px;cursor:pointer}.community-filter-btn.active{color:#fff;background:#3b82f6;border-color:#3b82f6}.community-list{list-style:none;margin:0;padding:0}.community-item{margin:0 0 12px}.community-item-btn{width:100%;display:flex;align-items:flex-start;gap:14px;padding:14px 16px;text-align:left;color:#f1f5f9;background:#1e293b;border:1px solid #334155;border-radius:12px;cursor:pointer;transition:background .15s}.community-item-btn:hover{background:#334155}.community-item-icon{font-size:1.5rem;flex-shrink:0}.community-item-text{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}.community-item-title{font-weight:600;font-size:1rem}.community-item-summary{font-size:.875rem;color:#94a3b8}.community-item-time{font-size:.75rem;color:#64748b}.community-modal-backdrop{position:fixed;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.community-modal{width:100%;max-width:400px;padding:24px;background:#1e293b;border-radius:16px;border:1px solid #334155}.community-modal-title{margin:0 0 12px;font-size:1.25rem;font-weight:700;color:#f1f5f9}.community-modal-summary{margin:0 0 8px;font-size:.9375rem;color:#94a3b8;line-height:1.4}.community-modal-meta{margin:0 0 16px;font-size:.8125rem;color:#64748b}.community-modal-close{padding:10px 20px;font-size:.9375rem;font-weight:500;color:#fff;background:#3b82f6;border:none;border-radius:10px;cursor:pointer}.community-modal-close:hover{background:#2563eb}.call-page{padding:1rem;min-height:60vh;display:flex;flex-direction:column;align-items:center}.call-title{margin:0 0 1rem;font-size:1.25rem;color:#e2e8f0}.call-videos{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-bottom:1.5rem}.call-video-wrap{position:relative;width:240px;height:180px;background:#1e293b;border-radius:12px;overflow:hidden}.call-video-wrap video{width:100%;height:100%;object-fit:cover}.call-video-wrap span{position:absolute;bottom:6px;left:8px;font-size:.75rem;color:#ffffffe6;text-shadow:0 1px 2px rgba(0,0,0,.5)}.call-end{padding:.6rem 1.5rem;border-radius:10px;border:none;background:#dc2626;color:#fff;font-weight:600;cursor:pointer}.call-end:hover{background:#b91c1c}.call-error{color:#f87171;padding:2rem}.wordduel-page{min-height:100%;padding:20px;background:#0f172a;color:#f1f5f9}.wordduel-title{margin:0 0 12px;font-size:1.5rem;font-weight:700}.wordduel-desc{margin:0 0 24px;font-size:.9375rem;color:#94a3b8;line-height:1.4}.wordduel-btn{padding:12px 24px;font-size:1rem;font-weight:600;color:#fff;background:#334155;border:none;border-radius:10px;cursor:pointer}.wordduel-btn.primary{background:#3b82f6}.wordduel-btn:hover{opacity:.9}.wordduel-back{margin-top:24px}.wordduel-back a{color:#3b82f6;text-decoration:none}.wordduel-header{display:flex;justify-content:space-between;margin-bottom:20px;font-size:.9375rem;color:#94a3b8}.wordduel-letters{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-bottom:24px}.wordduel-letter{width:44px;height:44px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;background:#3b82f6;border-radius:10px;color:#fff}.wordduel-input-row{display:flex;gap:10px;margin-bottom:8px}.wordduel-input{flex:1;padding:12px 16px;font-size:1.125rem;color:#f1f5f9;background:#1e293b;border:1px solid #334155;border-radius:10px}.wordduel-input::placeholder{color:#64748b}.wordduel-message{margin:0 0 12px;font-size:.875rem;color:#f87171}.wordduel-found{margin-top:16px;font-size:.9375rem;color:#94a3b8}.wordduel-score{margin:0 0 20px;font-size:1.125rem}.trivia-page{min-height:100%;padding:20px;background:#0f172a;color:#f1f5f9}.trivia-title{margin:0 0 12px;font-size:1.5rem;font-weight:700}.trivia-loading{margin:24px 0;color:#94a3b8}.trivia-score{margin:0 0 4px;font-size:.9375rem;color:#94a3b8}.trivia-meta{margin:0 0 16px;font-size:.8125rem;color:#64748b}.trivia-question{margin:0 0 20px;font-size:1.125rem;line-height:1.4}.trivia-answers{list-style:none;margin:0 0 24px;padding:0;display:flex;flex-direction:column;gap:10px}.trivia-answer-btn{width:100%;padding:14px 16px;font-size:1rem;text-align:left;color:#f1f5f9;background:#1e293b;border:1px solid #334155;border-radius:10px;cursor:pointer;transition:background .15s,border-color .15s}.trivia-answer-btn:hover:not(:disabled){background:#334155;border-color:#475569}.trivia-answer-btn:disabled{cursor:default}.trivia-answer-btn.correct{background:#059669;border-color:#059669;color:#fff}.trivia-answer-btn.wrong{background:#dc2626;border-color:#dc2626;color:#fff}.trivia-btn{padding:12px 24px;font-size:1rem;font-weight:600;color:#fff;background:#334155;border:none;border-radius:10px;cursor:pointer}.trivia-btn.primary{background:#3b82f6}.trivia-btn:hover{opacity:.9}.trivia-back{margin-top:24px}.trivia-back a{color:#3b82f6;text-decoration:none}.holiday-hunt-page{padding:1rem 1rem 2rem}.holiday-hunt-title{margin:0 0 .5rem;font-size:1.5rem;font-weight:700;color:#f1f5f9}.holiday-hunt-desc{margin:0 0 1.5rem;font-size:.95rem;color:#cbd5e1;line-height:1.5}.holiday-hunt-stats{display:flex;gap:1.5rem;margin-bottom:1.5rem}.holiday-hunt-stat{display:flex;flex-direction:column;padding:1rem 1.25rem;background:#1e293bcc;border-radius:12px;border:1px solid rgba(255,255,255,.08)}.holiday-hunt-stat-value{font-size:1.5rem;font-weight:700;color:#f1f5f9}.holiday-hunt-stat-label{font-size:.8rem;color:#94a3b8;margin-top:.25rem}.holiday-hunt-status{margin-bottom:1.5rem;padding:1rem;background:#1e293b99;border-radius:12px;font-size:.9rem;color:#cbd5e1}.holiday-hunt-status p{margin:0 0 .5rem}.holiday-hunt-status p:last-child{margin-bottom:0}.holiday-hunt-holidays,.holiday-hunt-season{font-size:.85rem;color:#94a3b8}.holiday-hunt-settings{margin-bottom:1.5rem}.holiday-hunt-toggle{display:inline-flex;align-items:center;gap:.5rem;cursor:pointer;font-size:.95rem;color:#e2e8f0}.holiday-hunt-toggle input{width:1.1rem;height:1.1rem}.holiday-hunt-back{margin:0}.holiday-hunt-link{font-size:.95rem;font-weight:500;color:#38bdf8;text-decoration:none}.holiday-hunt-link:hover{text-decoration:underline}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.map-page{display:flex;flex-direction:column;height:calc(100vh - 120px);min-height:320px;padding-bottom:1rem}.map-header{margin-bottom:.5rem}.map-title{margin:0;font-size:1.5rem;font-weight:700;color:#f1f5f9}.map-subtitle{margin:.25rem 0 0;font-size:.9rem;color:#94a3b8}.map-layer-toggles{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem;margin-bottom:.5rem}.map-layer-check{display:inline-flex;align-items:center;gap:.35rem;font-size:.9rem;color:#cbd5e1;cursor:pointer}.map-layer-check input{accent-color:#3b82f6}.map-deluna-mode-btn{padding:.35rem .75rem;border-radius:8px;border:1px solid rgba(255,255,255,.2);background:#1e293b99;color:#94a3b8;font-size:.85rem;cursor:pointer}.map-deluna-mode-btn.active{border-color:#3b82f6;background:#3b82f633;color:#93c5fd}.map-error{color:#f87171;font-size:.9rem;margin-bottom:.5rem}.map-loading{color:#94a3b8;font-size:.9rem;margin-bottom:.5rem}.map-wrapper{flex:1;min-height:280px;border-radius:12px;overflow:hidden;border:1px solid rgba(255,255,255,.08)}.map-container{width:100%;height:100%;min-height:280px;background:#1e293b}.map-avatar-icon,.map-content-icon,.map-treasure-icon,.map-deluna-icon{background:none!important;border:none!important}.map-marker-emoji{font-size:1.25rem;display:block;line-height:1}.map-collect-btn{display:block;margin-top:.5rem;padding:.35rem .75rem;border-radius:6px;border:none;background:#3b82f6;color:#fff;font-size:.85rem;font-weight:500;cursor:pointer}.map-collect-btn:hover{background:#2563eb}.map-ar-note{margin-top:1rem;padding:.75rem;border-radius:10px;background:#1e293b99;border:1px solid rgba(255,255,255,.06)}.map-ar-note p{margin:0;font-size:.85rem;color:#94a3b8}.map-deluna-info{margin-top:1rem;padding:1rem;border-radius:10px;background:#1e293b99;border:1px solid rgba(255,255,255,.06)}.map-deluna-info h3{margin:0 0 .5rem;font-size:1rem;font-weight:600;color:#e2e8f0}.map-deluna-info p{margin:0 0 .75rem;font-size:.9rem;color:#94a3b8}.map-jump-btn{padding:.5rem 1rem;border-radius:8px;border:1px solid #3b82f6;background:#3b82f626;color:#93c5fd;font-size:.9rem;cursor:pointer}.map-jump-btn:hover{background:#3b82f640}.stories-page{padding:1rem;min-height:60vh}.stories-title{font-size:1.5rem;margin-bottom:1.5rem}.stories-empty{text-align:center;padding:2rem 1rem;background:var(--card-bg, #f5f5f5);border-radius:12px}.stories-empty-icon{font-size:3rem;margin-bottom:.5rem}.stories-empty-text{font-weight:500;margin-bottom:.25rem}.stories-empty-hint{font-size:.9rem;color:var(--muted, #666)}.subscriptions-page{padding:1rem;min-height:60vh}.subscriptions-title{font-size:1.5rem;margin-bottom:1.5rem}.subscriptions-empty{text-align:center;padding:2rem 1rem;background:var(--card-bg, #f5f5f5);border-radius:12px}.subscriptions-empty-icon{font-size:3rem;margin-bottom:.5rem}.subscriptions-empty-text{font-weight:500;margin-bottom:.25rem}.subscriptions-empty-hint{font-size:.9rem;color:var(--muted, #666)}
