*{box-sizing:border-box;margin:0;padding:0}body{font-family:Noto Sans JP,system-ui,sans-serif;background:#f1f5f9;color:#1e293b}button,a,[role=button],input,select,textarea,label{touch-action:manipulation}.admin-login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#f1f5f9}.admin-login-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:40px 36px;width:100%;max-width:360px;box-shadow:0 4px 24px #00000014}.admin-login-title{font-size:20px;font-weight:700;color:#1e3a5f;margin-bottom:24px;text-align:center}.admin-login-form{display:flex;flex-direction:column;gap:12px}.admin-login-input{padding:10px 14px;border:1px solid #e2e8f0;border-radius:8px;font-size:15px;outline:none;transition:border-color .15s}.admin-login-input:focus{border-color:#3b82f6}.admin-login-error{font-size:13px;color:#dc2626;text-align:center}.admin-login-btn{padding:10px;background:#1e3a5f;color:#fff;border:none;border-radius:8px;font-size:15px;font-weight:600;cursor:pointer;transition:background .15s}.admin-login-btn:hover:not(:disabled){background:#1e40af}.admin-login-btn:disabled{opacity:.5;cursor:not-allowed}.home-page{flex:1;overflow-y:auto;display:flex;flex-direction:column}.home-dest-prompt{margin:0;padding:12px 16px;text-align:center;font-size:15px;font-weight:700;color:#1e293b;background:#f8fafc;border-bottom:1px solid #e2e8f0;border:none;width:100%;display:flex;align-items:center;justify-content:center;gap:8px}.home-dest-prompt-cta{position:relative;background:linear-gradient(135deg,#eff6ff,#fef3c7);color:#1d4ed8;border-bottom:1px solid #bfdbfe;box-shadow:inset 0 -2px #2563eb14,0 4px 14px #3b82f624;cursor:pointer;animation:prompt-cta-bounce 1.8s ease-in-out infinite;transition:transform .15s ease,box-shadow .15s ease,filter .15s ease}.home-dest-prompt-cta:hover{transform:translateY(-1px) scale(1.01);box-shadow:inset 0 -2px #2563eb1f,0 6px 18px #3b82f633;filter:brightness(1.02)}.home-dest-prompt-cta:active{transform:scale(.98)}.home-dest-prompt-text{display:inline-block;letter-spacing:.01em}.home-dest-prompt-arrow{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:999px;background:#2563eb1f;font-size:13px;flex-shrink:0}@keyframes prompt-cta-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-2px)}}.location-banner{display:flex;align-items:center;gap:14px;padding:14px 20px;flex-wrap:wrap}.location-banner.pending{background:#f8fafc;border-bottom:1px solid #e2e8f0}.location-banner.found{background:#eff6ff;border-bottom:2px solid #3b82f6}.location-banner.denied{background:#fefce8;border-bottom:2px solid #f59e0b}.location-banner.unavailable{background:#fef2f2;border-bottom:2px solid #fca5a5}.loc-icon{font-size:28px;flex-shrink:0;color:#3b82f6}.loc-icon.spin{animation:spin 1.2s linear infinite;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}.loc-text{display:flex;flex-direction:column;flex:1}.loc-label{font-size:11px;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.05em}.loc-name{font-size:18px;font-weight:700;color:#1e3a5f}.loc-coords{font-size:11px;color:#94a3b8}.loc-manual-select{padding:7px 10px;border:1px solid #e2e8f0;border-radius:8px;background:#fff;font-size:13px;min-width:180px;box-sizing:border-box;min-height:36px}.loc-auto-btn{font-size:11px;color:#3b82f6;background:none;border:none;cursor:pointer;text-decoration:underline;padding:0}.loc-auto-btn:hover{color:#1d4ed8}.loc-mode-btns{display:flex;gap:6px}.loc-mode-btn{flex:1;padding:8px 0;border:1px solid #bfdbfe;border-radius:8px;background:#eff6ff;color:#2563eb;font-size:13px;font-weight:700;cursor:pointer;text-align:center;white-space:nowrap}.loc-mode-btn:active{background:#dbeafe}.loc-label-row{display:flex;align-items:center;justify-content:space-between;gap:8px;min-height:26px}.loc-reload-btn{display:inline-flex;align-items:center;justify-content:center;gap:3px;flex-shrink:0;padding:3px 9px;border:1px solid #bfdbfe;border-radius:999px;background:#fff;color:#2563eb;font-size:11px;font-weight:700;cursor:pointer;white-space:nowrap}.loc-reload-btn:active{background:#eff6ff}.loc-reload-btn:disabled{opacity:.5;cursor:default}.loc-reload-icon{font-size:13px;line-height:1}.loc-reload-btn:disabled .loc-reload-icon{animation:spin 1.2s linear infinite}.home-error{background:#fef2f2;border-bottom:2px solid #fca5a5;color:#dc2626;padding:10px 20px;font-size:13px;cursor:pointer}.loc-pop-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;display:flex;align-items:center;justify-content:center;padding:20px;background:#0f172a59;animation:loc-pop-fade .2s ease}.loc-pop{width:100%;max-width:340px;background:#fff;border-radius:16px;padding:14px;text-align:center;box-shadow:0 14px 44px #00000052;animation:loc-pop-in .28s cubic-bezier(.2,.8,.3,1)}.loc-pop-title{font-size:14px;font-weight:800;color:#1d4ed8;margin-bottom:8px}.loc-pop-map{position:relative;border-radius:10px;overflow:hidden;border:1px solid #e2e8f0;line-height:0}.loc-pop-map img{width:100%;display:block}.loc-pop-pin{position:absolute;width:0;height:0}.loc-pop-dot{position:absolute;left:0;top:0;transform:translate(-50%,-50%);width:16px;height:16px;border-radius:50%;background:#ef4444;border:3px solid #fff;box-shadow:0 1px 4px #0006;animation:loc-pop-drop .3s cubic-bezier(.2,.8,.3,1)}.loc-pop-pulse{position:absolute;left:0;top:0;transform:translate(-50%,-50%);width:16px;height:16px;border-radius:50%;background:#ef444480;animation:loc-pop-pulse 1.2s ease-out infinite}.loc-pop-name{font-size:15px;font-weight:700;color:#1e293b;margin-top:8px}.loc-pop-next{margin-top:14px;width:100%;padding:13px 0;border:none;border-radius:10px;background:#3b82f6;color:#fff;font-size:16px;font-weight:800;cursor:pointer}.loc-pop-next:active{background:#2563eb}@keyframes loc-pop-fade{0%{opacity:0}to{opacity:1}}@keyframes loc-pop-in{0%{opacity:0;transform:scale(.9) translateY(8px)}to{opacity:1;transform:none}}@keyframes loc-pop-drop{0%{transform:translate(-50%,-140%);opacity:0}to{transform:translate(-50%,-50%);opacity:1}}@keyframes loc-pop-pulse{0%{transform:translate(-50%,-50%) scale(1);opacity:.6}to{transform:translate(-50%,-50%) scale(3.6);opacity:0}}.dest-banner{display:flex;align-items:center;gap:14px;padding:14px 20px;flex-wrap:wrap;background:#f0fdf4;border-bottom:2px solid #22c55e}.dest-banner .loc-icon{color:#16a34a}.dest-picker-btn{display:flex;align-items:center;justify-content:space-between;gap:8px;cursor:pointer;text-align:left;color:#1e293b}.dest-picker-caret{font-size:10px;color:#64748b;flex-shrink:0}.dest-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;background:#0f172a73;display:flex;align-items:flex-end;justify-content:center}.dest-modal{width:100%;max-width:640px;max-height:85vh;background:#f8fafc;border-radius:16px 16px 0 0;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 -8px 30px #00000040}.dest-modal-head{display:flex;align-items:center;justify-content:space-between;padding:14px 20px;border-bottom:1px solid #e2e8f0;flex-shrink:0;background:#fff}.dest-modal-head .dest-heading{margin-bottom:0}.dest-modal-close{background:none;border:none;font-size:26px;line-height:1;color:#94a3b8;cursor:pointer;padding:0 4px}.dest-modal-body{padding:16px 20px;overflow-y:auto;flex:1 1 auto;min-height:0}@media (min-width: 560px){.dest-modal-overlay{align-items:center}.dest-modal{border-radius:16px}}.loc-dest-row{display:flex;align-items:stretch}.loc-dest-row>.location-banner,.loc-dest-row>.dest-banner{flex:1 1 0;min-width:0;flex-direction:column;align-items:stretch;gap:6px;padding:12px 14px}.loc-dest-arrow{flex:none;align-self:center;padding:0 4px;font-size:22px;font-weight:800;color:#64748b;line-height:1}.loc-dest-row .loc-icon{font-size:22px}.loc-dest-row .loc-text{flex:none}.loc-dest-row .loc-name{font-size:16px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}.loc-dest-row .loc-manual-select{min-width:0;width:100%}@media (max-width: 360px){.loc-dest-row>.location-banner,.loc-dest-row>.dest-banner{padding:10px}.loc-dest-row .loc-name{font-size:14px}.loc-dest-row .loc-manual-select{font-size:12px;padding:6px 8px}}.research-note{padding:8px 20px;font-size:11px;color:#94a3b8;background:#f8fafc;border-bottom:1px solid #e2e8f0}.home-survey{display:flex;justify-content:center;padding-top:18px}.dest-section{flex:1;padding:20px}.dest-heading{font-size:15px;font-weight:700;color:#1e3a5f;margin-bottom:14px}.dest-empty{color:#94a3b8;font-size:14px;padding:40px 0;text-align:center}.dest-list{display:flex;flex-direction:column;gap:10px;max-width:640px}.dest-groups{display:flex;flex-direction:column;gap:12px}.dest-group{display:flex;flex-direction:column;gap:0}.dest-group-heading{display:flex;align-items:center;justify-content:space-between;width:100%;max-width:640px;background:none;border:none;cursor:pointer;font-size:13px;font-weight:700;color:#3b82f6;text-transform:uppercase;letter-spacing:.06em;padding:6px 4px;border-bottom:2px solid #e2e8f0;text-align:left}.dest-group-heading:hover{color:#2563eb}.dest-group-arrow{font-size:10px;color:#94a3b8}.dest-group .dest-list{padding-top:8px}.evt-super{margin-bottom:6px}.evt-super-heading{font-size:15px;color:#1e3a5f;text-transform:none;letter-spacing:.02em;border-bottom:2px solid #3b82f6}.evt-super-body{padding:6px 0 6px 8px;display:flex;flex-direction:column;gap:4px}.evt-cat-heading{font-size:12px;color:#64748b;border-bottom:1px solid #e2e8f0}.evt-heading-label{flex:1;min-width:0}.evt-pickup{margin:0 0 14px;padding:12px 12px 8px;border-radius:14px;background:linear-gradient(135deg,#fff7ed,#fef2f2);border:1px solid #fed7aa}.evt-pickup-head{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:800;color:#9a3412}.evt-pickup-badge{background:#f97316;color:#fff;font-size:11px;font-weight:800;letter-spacing:.08em;padding:3px 8px;border-radius:999px}.evt-pickup .evt-list{padding-bottom:0}.evt-list{padding:8px 0 6px;display:flex;flex-direction:column;gap:8px}.evt-card{width:100%;max-width:640px;text-align:left;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:12px 14px;display:flex;flex-direction:column;gap:8px;transition:box-shadow .15s,border-color .15s}.evt-card:hover{border-color:#93c5fd;box-shadow:0 2px 8px #3b82f61f}.evt-card.selected{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f640}.evt-card-name{font-size:16px;font-weight:800;color:#1e293b}.evt-card-dest{display:flex;align-items:center;gap:8px;padding-top:8px;border-top:1px dashed #e2e8f0}.evt-card-dest-label{font-size:10px;font-weight:700;color:#64748b;background:#f1f5f9;border-radius:6px;padding:2px 6px;flex-shrink:0}.evt-card-dest-name{font-size:14px;font-weight:700;color:#16a34a;flex:1;min-width:0}.evt-card-arrow{color:#94a3b8;font-weight:700}.dest-card{width:100%;background:#fff;border:1px solid #e2e8f0;border-radius:12px;cursor:pointer;text-align:left;transition:box-shadow .15s,border-color .15s;padding:0}.dest-card:hover:not(:disabled){box-shadow:0 4px 12px #3b82f626;border-color:#93c5fd}.dest-card:disabled{opacity:.6;cursor:not-allowed}.dest-card.selected{border-color:#22c55e;box-shadow:0 0 0 2px #22c55e40}.dest-card-inner{display:flex;align-items:center;gap:14px;padding:16px 18px}.dest-card-icon{width:36px;height:36px;border-radius:50%;background:#eff6ff;color:#3b82f6;display:flex;align-items:center;justify-content:center;font-size:14px;flex-shrink:0}.dest-card-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.dest-card-name-row{display:flex;align-items:center;gap:8px}.dest-card-name{font-size:15px;font-weight:700;color:#1e293b}.dest-card-desc{font-size:12px;color:#64748b}.dest-congestion-badge{display:inline-block;padding:2px 8px;border-radius:10px;color:#fff;font-size:11px;font-weight:700;flex-shrink:0}.dest-card-arrow{font-size:18px;color:#94a3b8}.dest-event-marquee{overflow:hidden;white-space:nowrap;max-width:100%;margin-top:4px;margin-right:14px}.dest-event-track{display:inline-flex;align-items:center;will-change:transform;animation:dest-event-scroll 14s linear infinite}.dest-event-item{color:#f97316;font-size:12px;font-weight:700;padding-right:32px}@keyframes dest-event-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.dest-card:hover .dest-event-track{animation-play-state:paused}@media (prefers-reduced-motion: reduce){.dest-event-track{animation:none}}.dest-card-loading{font-size:13px;color:#3b82f6;animation:pulse 1s infinite}.route-guide.fullscreen{display:flex;flex-direction:column;flex:1;overflow:hidden}.route-guide.embedded{display:flex;flex-direction:column;flex:1;min-height:0;overflow:hidden}.home-page.guiding{overflow:hidden}.btn-back-home{margin-top:12px;padding:10px 20px;background:#1e3a5f;color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:14px;font-weight:600}.btn-survey{display:inline-block;margin-top:14px;padding:12px 22px;background:#16a34a;color:#fff;text-decoration:none;border-radius:10px;font-size:15px;font-weight:700;box-shadow:0 2px 8px #16a34a59}.btn-survey:active{background:#15803d}.survey-screen{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;background:#f0fdf4;display:flex;flex-direction:column}.survey-screen-header{display:flex;justify-content:space-between;align-items:center;padding:14px 16px;background:#fff;border-bottom:1px solid #e5e7eb;flex:none}.survey-screen-title{font-weight:700;color:#166534;font-size:16px}.survey-screen-close{background:none;border:none;color:#475569;font-size:15px;font-weight:600;cursor:pointer}.survey-screen-body{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:18px 16px 28px;box-sizing:border-box}.sv-form{width:100%;max-width:460px;margin:0 auto;text-align:left;box-sizing:border-box}.sv-form-title{font-size:15px;font-weight:700;color:#166534;text-align:center;margin:0 0 12px}.sv-q{margin-bottom:16px}.sv-q-text{font-size:14px;font-weight:600;color:#1f2937;margin-bottom:8px}.sv-q-req{display:inline-block;margin-left:6px;padding:1px 6px;font-size:10px;font-weight:700;color:#b91c1c;background:#fee2e2;border-radius:6px;vertical-align:middle}.sv-likert{display:flex;gap:6px;flex-wrap:wrap}.sv-likert-opt{flex:1;min-width:38px;height:42px;border:1px solid #cbd5e1;background:#fff;color:#334155;border-radius:8px;font-size:15px;font-weight:700;cursor:pointer;transition:background .12s,border-color .12s,color .12s}.sv-likert-opt.selected{background:#16a34a;border-color:#16a34a;color:#fff;box-shadow:0 2px 6px #16a34a59}.sv-likert-labels{display:flex;justify-content:space-between;font-size:11px;color:#64748b;margin-top:4px}.sv-textarea{width:100%;box-sizing:border-box;padding:10px;border:1px solid #cbd5e1;border-radius:8px;font-size:14px;font-family:inherit;resize:vertical}.sv-error{background:#fef2f2;border:1px solid #fecaca;color:#b91c1c;padding:8px 12px;border-radius:8px;font-size:13px;margin-bottom:10px}.sv-nav{display:flex;gap:10px;margin-top:4px}.sv-submit{flex:1;padding:13px;background:#16a34a;color:#fff;border:none;border-radius:10px;font-size:15px;font-weight:700;cursor:pointer;box-shadow:0 2px 8px #16a34a59}.sv-submit:disabled{opacity:.6;cursor:default}.sv-back{padding:13px 18px;background:#fff;color:#475569;border:1px solid #cbd5e1;border-radius:10px;font-size:15px;font-weight:700;cursor:pointer}.sv-back:disabled{opacity:.6;cursor:default}.sv-progress{margin-bottom:14px}.sv-progress-bar{height:6px;background:#e2e8f0;border-radius:999px;overflow:hidden}.sv-progress-fill{height:100%;background:#16a34a;border-radius:999px;transition:width .25s ease}.sv-progress-text{display:block;text-align:center;font-size:11px;color:#64748b;margin-top:5px}.sv-thanks{display:flex;flex-direction:column;align-items:center;gap:6px;padding:8px;max-height:none;overflow:visible}.sv-thanks-check{width:40px;height:40px;line-height:40px;text-align:center;background:#16a34a;color:#fff;border-radius:50%;font-size:22px;font-weight:700}.sv-thanks-text{font-size:14px;font-weight:600;color:#166534;text-align:center}.sv-thanks-close{flex:none;margin-top:16px;padding:12px 32px}.sv-view-switch{display:flex;gap:8px;margin-bottom:16px}.sv-view-switch button{padding:8px 16px;border:1px solid #cbd5e1;background:#fff;color:#475569;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer}.sv-view-switch button.active{background:#2563eb;border-color:#2563eb;color:#fff}.sv-response-list{display:flex;flex-direction:column;gap:12px}.sv-response-card{border:1px solid #e5e7eb;border-radius:10px;padding:12px 14px;background:#fff}.sv-response-head{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:8px;gap:8px}.sv-response-device{font-weight:700;color:#1f2937;font-size:13px}.sv-response-date{font-size:12px;color:#94a3b8}.sv-response-answers{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:6px}.sv-response-answers li{display:flex;justify-content:space-between;gap:12px;font-size:13px;border-top:1px solid #f1f5f9;padding-top:6px}.sv-response-q{color:#475569;flex:1;min-width:0}.sv-response-a{color:#0f172a;font-weight:600;white-space:pre-wrap;text-align:right}.adm-section-label{font-size:11px;font-weight:700;color:#3b82f6;text-transform:uppercase;letter-spacing:.06em;margin:14px 0 8px;padding-bottom:4px;border-bottom:1px solid #e2e8f0}.adm-section-sub{font-size:10px;color:#94a3b8;font-weight:400;text-transform:none;letter-spacing:0;margin-left:6px}.btn-geo{width:100%;padding:7px;background:#f0fdf4;color:#166534;border:1px solid #bbf7d0;border-radius:7px;cursor:pointer;font-size:13px}.btn-geo:disabled{opacity:.6;cursor:not-allowed}.admin-page{display:flex;flex-direction:column;flex:1;overflow:hidden}.admin-page-header{display:flex;align-items:center;gap:24px;position:relative;padding:12px 24px;background:#fff;border-bottom:2px solid #e2e8f0}.admin-page-header h2{font-size:1rem;font-weight:700;color:#1e3a5f;white-space:nowrap}.admin-page-header-top{display:flex;align-items:center}.adm-tab-bar{display:flex;gap:4px;flex-wrap:wrap}.adm-tab-bar button{padding:7px 18px;border:1px solid #e2e8f0;border-radius:6px;background:#f8fafc;cursor:pointer;font-size:13px;font-weight:500;display:flex;align-items:center;gap:6px}.adm-tab-bar button.active{background:#1e3a5f;color:#fff;border-color:#1e3a5f}.adm-hamburger{display:none}@media (max-width: 768px){.admin-page-header{flex-direction:column;align-items:stretch;gap:0;padding:10px 16px}.admin-page-header-top{justify-content:space-between;gap:12px}.adm-hamburger{display:flex;align-items:center;gap:8px;padding:8px 14px;border:none;border-radius:6px;background:#1e3a5f;color:#fff;font-size:14px;font-weight:600;cursor:pointer}.adm-hamburger-icon{font-size:18px;line-height:1}.adm-tab-bar{display:none;position:absolute;top:100%;left:0;right:0;z-index:30;flex-direction:column;flex-wrap:nowrap;gap:4px;background:#fff;border-bottom:2px solid #e2e8f0;padding:8px 16px;max-height:70vh;overflow-y:auto;box-shadow:0 8px 16px #00000026}.adm-tab-bar.open{display:flex}.adm-tab-bar button{width:100%;justify-content:space-between;padding:12px 16px;font-size:15px}}.admin-page-body{flex:1;overflow-y:auto;padding:24px}.adm-layout{display:grid;grid-template-columns:340px 1fr;gap:24px;align-items:start}.adm-form-col{background:#fff;border-radius:12px;padding:20px;border:1px solid #e2e8f0;position:sticky;top:0}.adm-form-col h3{font-size:.95rem;font-weight:700;color:#1e3a5f;margin-bottom:16px}.adm-list-col{display:flex;flex-direction:column;gap:12px}.adm-list-col h3{font-size:.95rem;font-weight:700;color:#1e3a5f;display:flex;align-items:center;gap:8px}.adm-field{display:flex;flex-direction:column;gap:4px;margin-bottom:12px}.adm-field label{font-size:12px;font-weight:600;color:#475569}.adm-field input,.adm-field select,.adm-field textarea{padding:8px 10px;border:1px solid #e2e8f0;border-radius:7px;font-size:14px;background:#f8fafc;width:100%;transition:border-color .15s}.adm-field input:focus,.adm-field select:focus,.adm-field textarea:focus{outline:none;border-color:#3b82f6;background:#fff}.adm-field textarea{resize:vertical}.adm-field input[type=file]{padding:6px;background:#fff}.adm-cat-row{display:flex;gap:6px;align-items:stretch}.adm-cat-row select{flex:1}.btn-add-cat{padding:0 10px;border:1px solid #e2e8f0;border-radius:7px;background:#f8fafc;color:#3b82f6;font-size:16px;cursor:pointer;line-height:1}.btn-add-cat:hover{background:#eff6ff;border-color:#3b82f6}.adm-inline-cat-form{display:flex;gap:6px;align-items:center;margin-top:6px;padding:8px;background:#f0f9ff;border:1px solid #bae6fd;border-radius:7px}.adm-inline-cat-form input{flex:1;padding:6px 8px;border:1px solid #e2e8f0;border-radius:5px;font-size:13px}.adm-inline-cat-form button{padding:5px 10px;border-radius:5px;font-size:12px;cursor:pointer;border:1px solid #e2e8f0;background:#fff}.adm-inline-cat-form button:first-of-type{background:#3b82f6;color:#fff;border-color:#3b82f6}.adm-inline-cat-form button:first-of-type:disabled{opacity:.6;cursor:default}.adm-checkbox-label{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:600;color:#1e293b;cursor:pointer}.adm-checkbox-label input[type=checkbox]{width:16px;height:16px;cursor:pointer}.adm-node-checklist{max-height:220px;overflow-y:auto;border:1px solid #e2e8f0;border-radius:7px;background:#fff;padding:4px;margin-top:6px}.adm-check-item{display:flex;align-items:center;gap:8px;padding:6px 8px;border-radius:5px;cursor:pointer;font-size:14px;color:#1e293b}.adm-check-item:hover{background:#f1f5f9}.adm-check-item input[type=checkbox]{width:16px;height:16px;cursor:pointer;flex-shrink:0}.req{color:#ef4444}.adm-field-row{display:flex;gap:10px;align-items:flex-end}.adm-field-row .adm-field{flex:1;margin-bottom:0}.arrow-field{flex:0 0 auto!important;font-size:18px;color:#94a3b8;padding-bottom:8px;align-self:flex-end}.checkbox-field{justify-content:flex-end}.checkbox-field label{display:flex;align-items:center;gap:6px;font-size:14px;cursor:pointer;padding-bottom:8px}.adm-field-row{margin-bottom:12px}.adm-actions{display:flex;gap:8px;margin-top:4px}.btn-primary{padding:9px 20px;background:#1e3a5f;color:#fff;border:none;border-radius:7px;cursor:pointer;font-size:14px;font-weight:600}.btn-primary:disabled{opacity:.5;cursor:not-allowed}.btn-secondary{padding:9px 16px;background:#fff;color:#475569;border:1px solid #e2e8f0;border-radius:7px;cursor:pointer;font-size:14px}.adm-msg{padding:8px 12px;border-radius:7px;font-size:13px;cursor:pointer;margin-bottom:14px}.adm-msg.ok{background:#f0fdf4;border:1px solid #bbf7d0;color:#166534}.adm-msg.err{background:#fef2f2;border:1px solid #bfdbfe;color:#2563eb}.adm-table{width:100%;border-collapse:collapse;background:#fff;border-radius:10px;overflow:hidden;border:1px solid #e2e8f0;font-size:13px}.adm-table thead{background:#f8fafc}.adm-table th{padding:10px 12px;text-align:left;font-size:11px;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid #e2e8f0}.adm-table td{padding:10px 12px;border-bottom:1px solid #f1f5f9;vertical-align:middle}.adm-table tr.row-editing td{background:#eff6ff}.adm-table tr:last-child td{border-bottom:none}.adm-table tr.editing td{background:#eff6ff}.adm-table tr:hover td{background:#f8fafc}.adm-table tr.editing:hover td{background:#dbeafe}.adm-table .num{text-align:right;color:#64748b}.adm-table .center{text-align:center}.adm-table .text-muted{color:#94a3b8}.adm-row-actions{display:flex;gap:4px;justify-content:flex-end}.btn-edit{padding:4px 10px;background:#eff6ff;color:#2563eb;border:1px solid #bfdbfe;border-radius:5px;cursor:pointer;font-size:12px}.btn-del{padding:4px 10px;background:#fef2f2;color:#2563eb;border:1px solid #bfdbfe;border-radius:5px;cursor:pointer;font-size:12px}.adm-empty{color:#94a3b8;font-size:14px;padding:24px 0;text-align:center}.count-badge{background:#e2e8f0;color:#475569;font-size:11px;padding:2px 7px;border-radius:10px;font-weight:600}.photo-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:12px}.photo-card{background:#fff;border-radius:10px;border:1px solid #e2e8f0;overflow:hidden;display:flex;flex-direction:column}.photo-card-order{background:#1e3a5f;color:#fff;font-size:11px;font-weight:700;text-align:center;padding:3px}.photo-card img{width:100%;height:120px;object-fit:cover}.photo-card-caption{font-size:11px;color:#64748b;padding:4px 8px;flex:1}.photo-card-actions{display:flex;gap:4px;padding:6px}.photo-card-move{flex:1;padding:3px;background:#f1f5f9;color:#475569;border:1px solid #cbd5e1;border-radius:5px;cursor:pointer;font-size:13px}.photo-card-move:disabled{opacity:.3;cursor:default}.photo-card-move:not(:disabled):hover{background:#e2e8f0}.photo-card-del{flex:1;padding:3px;background:#fef2f2;color:#2563eb;border:1px solid #bfdbfe;border-radius:5px;cursor:pointer;font-size:12px}.photo-card-composite{flex:1;padding:3px;background:#eff6ff;color:#2563eb;border:1px solid #bfdbfe;border-radius:5px;cursor:pointer;font-size:12px;font-weight:700}.photo-overview tr.no-photo td{background:#fef2f2}.photo-overview tr.editing td{background:#eff6ff}.photo-missing{color:#ef4444;font-weight:700}.adm-table tr.no-gps td{background:#fef2f2}.photo-add-btn{padding:4px 8px;margin:1px;border:1px solid #bfdbfe;border-radius:6px;background:#eff6ff;color:#2563eb;font-size:12px;font-weight:700;cursor:pointer;white-space:nowrap}.photo-add-btn:disabled{opacity:.5;cursor:default}.add-target-row{display:flex;align-items:center;gap:8px;margin-bottom:10px;flex-wrap:wrap}.add-target-label{font-size:13px;font-weight:700;color:#475569}.add-target-btn{padding:6px 12px;border:1px solid #e2e8f0;border-radius:8px;background:#f8fafc;color:#64748b;font-size:13px;font-weight:700;cursor:pointer}.add-target-btn.active{background:#eff6ff;color:#1d4ed8;border-color:#93c5fd}.hint{font-size:12px;color:#94a3b8;margin-top:2px}.app{display:flex;flex-direction:column;height:100vh;overflow:hidden}.app-header{display:flex;align-items:center;justify-content:space-between;padding:12px 20px;background:#1e3a5f;color:#fff}.app-header h1{font-size:1.2rem;font-weight:700}.header-spacer{flex:1;align-self:stretch;cursor:pointer}.app-header nav{display:flex;gap:8px}.app-header nav button{padding:6px 16px;border:none;border-radius:6px;background:#ffffff26;color:#fff;cursor:pointer;font-size:14px;transition:background .2s}.app-header nav button:hover{background:#ffffff4d}.app-header nav button.active{background:#3b82f6}.header-actions{display:flex;align-items:center;gap:10px}.header-actions button{padding:6px 16px;border:none;border-radius:6px;background:#ffffff26;color:#fff;cursor:pointer;font-size:14px;transition:background .2s}.header-actions button:hover{background:#ffffff4d}.cafeteria-congestion{display:flex;align-items:center;gap:6px}.cafeteria-congestion-label{font-size:12px;opacity:.85}.cafeteria-congestion-badge{padding:3px 10px;border-radius:12px;color:#fff;font-size:12px;font-weight:700;white-space:nowrap}.stamp-button{display:inline-flex;align-items:center;gap:4px;padding:6px 14px;border-radius:6px;background:#f59e0b;color:#fff;font-size:14px;font-weight:700;text-decoration:none;white-space:nowrap;transition:background .2s}.stamp-button:hover{background:#d97706}.app-body{display:flex;flex:1;overflow:hidden}.map-section{flex:1;display:flex;flex-direction:column;position:relative;overflow:hidden}.global-error{background:#fef2f2;border-bottom:2px solid #bfdbfe;color:#2563eb;padding:8px 20px;font-size:13px;cursor:pointer}.map-canvas{flex:1;width:100%;height:100%;background:#e8f0fe url("data:image/svg+xml,%3Csvg width='40' height='40' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0h40v40H0z' fill='none'/%3E%3Cpath d='M0 40V0M40 0v40' stroke='%23c7d2fe' stroke-width='0.5'/%3E%3C/svg%3E")}.route-controls{display:flex;align-items:center;gap:12px;padding:10px 16px;background:#fff;border-bottom:1px solid #e2e8f0;flex-wrap:wrap}.select-info{display:flex;gap:12px;flex:1}.node-select{display:flex;align-items:center;gap:8px;padding:6px 12px;border:2px solid #e2e8f0;border-radius:8px;cursor:pointer;font-size:13px;min-width:180px;transition:border-color .2s}.node-select.active{border-color:#3b82f6;background:#eff6ff}.dot{width:12px;height:12px;border-radius:50%;flex-shrink:0}.dot.start{background:#22c55e}.dot.goal{background:#ef4444}.route-btn{padding:8px 20px;background:#3b82f6;color:#fff;border:none;border-radius:8px;cursor:pointer;font-weight:600;font-size:14px}.route-btn:disabled{opacity:.5;cursor:not-allowed}.reset-btn{padding:8px 14px;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:8px;cursor:pointer;font-size:13px}.admin-panel{width:320px;background:#fff;border-left:1px solid #e2e8f0;overflow-y:auto;display:flex;flex-direction:column;padding:16px}.admin-panel h2{font-size:1rem;font-weight:700;margin-bottom:12px;color:#1e3a5f}.admin-panel h3{font-size:.85rem;font-weight:600;color:#475569;margin:12px 0 6px}.tab-bar{display:flex;gap:4px;margin-bottom:12px}.tab-bar button{flex:1;padding:6px;border:1px solid #e2e8f0;border-radius:6px;background:#f8fafc;cursor:pointer;font-size:13px}.tab-bar button.active{background:#3b82f6;color:#fff;border-color:#3b82f6}.tab-content{display:flex;flex-direction:column;gap:8px}.tab-content input,.tab-content select{width:100%;padding:7px 10px;border:1px solid #e2e8f0;border-radius:6px;font-size:13px;background:#f8fafc}.tab-content button:not(.del-btn){padding:8px;background:#3b82f6;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:13px}.tab-content button:disabled{opacity:.5;cursor:not-allowed}.checkbox-label{display:flex;align-items:center;gap:6px;font-size:13px;cursor:pointer}.hint{font-size:12px;color:#64748b}.item-list{list-style:none;display:flex;flex-direction:column;gap:4px}.item-list li{display:flex;justify-content:space-between;align-items:center;padding:6px 8px;background:#f8fafc;border-radius:6px;font-size:12px}.del-btn{padding:3px 8px;background:#fef2f2;color:#3b82f6;border:1px solid #59b4f0;border-radius:4px;cursor:pointer;font-size:11px}.del-btn.small{padding:2px 5px;font-size:10px}.photo-group{margin-bottom:12px}.photo-group strong{font-size:12px;color:#475569;display:block;margin-bottom:6px}.photo-thumb-list{display:flex;flex-wrap:wrap;gap:6px}.photo-thumb{position:relative;width:72px;height:72px}.photo-thumb img{width:72px;height:72px;object-fit:cover;border-radius:6px}.photo-thumb .del-btn{position:absolute;top:2px;right:2px;padding:2px 4px}.error-msg{background:#fef2f2;border:1px solid #fca5a5;color:#dc2626;padding:8px 12px;border-radius:6px;font-size:13px;cursor:pointer;margin-bottom:8px}.photo-slider.empty{color:#94a3b8;padding:40px 0;font-size:14px;text-align:center}.photo-list{display:flex;flex-direction:column;gap:8px;width:100%}.photo-list-item{border-radius:10px;overflow:hidden;background:#0f172a}.photo-list-item img{width:100%;display:block;object-fit:contain;max-height:320px}.photo-list-caption{background:#0000008c;color:#fff;padding:8px 12px;font-size:13px;text-align:center;margin:0}.route-guide{width:100%;background:#fff;display:flex;flex-direction:column;overflow:hidden}.route-guide-header{display:flex;flex-wrap:wrap;align-items:center;gap:4px;padding:6px 12px;background:#1e3a5f;color:#fff;flex-shrink:0}.route-summary{display:flex;align-items:center;gap:10px;flex:1}.route-title{font-size:.85rem;font-weight:700}.route-distance{font-size:11px;color:#93c5fd}.route-congestion-row{display:flex;align-items:center;gap:6px;width:100%;padding-top:5px;border-top:1px solid rgba(255,255,255,.12);flex-wrap:wrap}.rcc-dest,.rcc-detour{display:flex;align-items:center;gap:5px;padding:3px 10px;border-radius:20px}.rcc-dest,.rcc-detour{background:#ffffff26}.rcc-label{font-size:9px;font-weight:700;color:#93c5fd;text-transform:uppercase;letter-spacing:.04em}.rcc-name{font-size:12px;font-weight:700;color:#fff}.rcc-sep{font-size:14px;color:#ffffff4d}.rg-congestion-badge{display:inline-block;padding:1px 7px;border-radius:10px;color:#fff;font-size:10px;font-weight:700}.route-path{display:flex;flex-wrap:wrap;gap:3px;align-items:center;font-size:11px}.path-node{padding:1px 6px;background:#ffffff26;border-radius:10px}.path-node.start{background:#166534}.path-node.goal{background:#991b1b}.path-arrow{color:#93c5fd}.close-btn{padding:6px 12px;background:#ffffff26;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:13px;white-space:nowrap;flex-shrink:0}.route-guide-scroll{--card-h: 0px;flex:1;min-height:0;overflow-y:auto;scroll-snap-type:y mandatory;-webkit-overflow-scrolling:touch;display:flex;flex-direction:column}.route-guide-scroll::-webkit-scrollbar{display:none}.rg-step{flex:none;height:calc(var(--card-h) - 44px);scroll-snap-align:start;overflow-y:auto;padding:0;border-bottom:none;box-sizing:border-box}.rg-step-content{padding:12px}.rg-step:last-of-type{border-bottom:none}.rg-indoor-card{background:#eff6ff}.rg-indoor-inner{height:100%;box-sizing:border-box;padding:20px 16px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;text-align:center}.rg-indoor-illust{width:34%;max-width:135px;height:auto}.rg-indoor-photo{width:75%;max-width:270px;max-height:34vh;height:auto;object-fit:contain;border-radius:12px}.rg-indoor-title{font-size:17px;font-weight:800;color:#1d4ed8}.rg-indoor-sub{font-size:12px;font-weight:600;color:#1e293b}.rg-indoor-card .rg-scroll-hint{margin-top:4px}.rg-step-header{display:flex;align-items:center;gap:8px;margin-bottom:4px}.rg-step-number{width:24px;height:24px;border-radius:50%;background:#3b82f6;color:#fff;font-size:12px;font-weight:700;flex-shrink:0;display:flex;align-items:center;justify-content:center}.rg-step-title{font-size:15px;font-weight:700;color:#1e293b;flex:0 1 auto}.rg-ar-inline-hint{font-size:12px;font-weight:700;color:#ef4444;flex:0 1 auto;line-height:1.3}.rg-arrow{color:#94a3b8;margin:0 4px}.rg-link-name{font-size:13px;color:#3b82f6;font-weight:600;margin:1px 0}.rg-description{font-size:13px;color:#475569;margin:2px 0}.rg-distance{font-size:12px;color:#94a3b8;margin:1px 0 6px}.rg-photos{margin-top:6px}.rg-scroll-hint{margin-top:14px;text-align:center;font-size:12px;color:#94a3b8}.rg-detour-suggestion{display:flex;flex-direction:column;gap:6px;margin-top:10px;padding:8px 10px;background:#fff7ed;border:1px solid #fed7aa;border-radius:8px}.rg-detour-header{display:flex;align-items:center;gap:8px}.rg-detour-badge{font-size:10px;font-weight:700;color:#c2410c;background:#fed7aa;border-radius:10px;padding:2px 8px;white-space:nowrap;flex-shrink:0}.rg-detour-name{font-size:14px;font-weight:700;color:#c2410c}.rg-detour-status{display:flex;align-items:center;gap:8px}.rg-detour-wait{font-size:12px;font-weight:700;color:#c2410c;background:#ffedd5;border-radius:8px;padding:2px 8px}.rg-detour-desc{font-size:12px;color:#c2410c}.rg-detour-img{width:100%;height:auto;object-fit:contain;border-radius:8px;display:block}.btn-detour-start{width:100%;margin-top:6px;padding:8px 0;background:#f97316;color:#fff;font-size:13px;font-weight:700;border:none;border-radius:6px;cursor:pointer;transition:background .15s}.btn-detour-start:active{background:#ea580c}.rg-detour-card{display:flex;flex-direction:column;justify-content:flex-start;background:#fffbeb}.rg-detour-card .rg-detour-suggestion{margin-top:0;padding:16px;gap:10px}.rg-detour-card .rg-detour-badge{font-size:12px}.rg-detour-card .rg-detour-name{font-size:18px}.rg-detour-card .rg-detour-desc{font-size:14px}.rg-detour-card .btn-detour-start{margin-top:10px;padding:12px 0;font-size:15px}.rg-detour-pulldown{display:flex;align-items:center;gap:8px;width:100%;margin:0;padding:12px;box-sizing:border-box;background:#ffedd5;border:none;border-bottom:2px solid #fb923c;cursor:pointer;text-align:left}.rg-detour-pulldown:active{background:#fed7aa}.rg-goal .rg-detour-pulldown{margin:-24px -16px 18px;width:auto;align-self:stretch}.rg-detour-pulldown-name{font-size:14px;font-weight:700;color:#c2410c;flex:1;min-width:0}.rg-detour-caret{font-size:11px;color:#c2410c;flex-shrink:0}.rg-detour-collapse{display:flex;align-items:center;gap:8px;width:100%;background:none;border:none;cursor:pointer;padding:0;text-align:left}.rg-detour-collapse .rg-detour-name{flex:1;min-width:0}.rg-goal{flex:none;height:calc(var(--card-h) - 44px);scroll-snap-align:start;text-align:center;padding:24px 16px;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:0;margin-top:0;display:flex;flex-direction:column;align-items:center;justify-content:center;box-sizing:border-box;overflow-y:auto}.rg-goal-icon{display:inline-block;background:#166534;color:#fff;font-size:12px;font-weight:700;padding:3px 10px;border-radius:12px;margin-bottom:8px}.rg-goal-name{font-size:18px;font-weight:700;color:#166534;margin-bottom:12px}.rg-goal-actions{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:10px;width:100%;max-width:460px;margin:0 auto 14px}.rg-goal-actions .btn-survey,.rg-goal-actions .btn-back-home{margin-top:0}.goal-photos{width:100%;max-width:460px;margin:0 auto 14px;text-align:center}.goal-photos-title{font-size:14px;font-weight:700;color:#166534;margin-bottom:10px}.goal-photos-empty{font-size:13px;color:#64748b}.goal-photos-grid{display:flex;flex-direction:column;align-items:center;gap:12px}.goal-photo-item{position:relative;width:100%}.goal-photo-item img{display:block;width:100%;height:auto;max-height:40vh;object-fit:contain;border-radius:12px;border:1px solid #bbf7d0;background:#dcfce7}.node-photo-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin:8px 0 10px}.node-photo-item{position:relative;aspect-ratio:1 / 1}.node-photo-item img{width:100%;height:100%;object-fit:cover;border-radius:6px;border:1px solid #e2e8f0;background:#f1f5f9}.node-photo-del{position:absolute;top:-6px;right:-6px;width:22px;height:22px;border-radius:50%;border:none;cursor:pointer;background:#0f172acc;color:#fff;font-size:15px;line-height:22px;text-align:center;box-shadow:0 1px 4px #00000059}.arrival-photo-btns{display:flex;gap:8px}.arrival-photo-btns button{flex:1}.node-photo-composite{position:absolute;bottom:-6px;left:-6px;padding:1px 8px;border-radius:10px;border:none;cursor:pointer;background:#2563ebe6;color:#fff;font-size:11px;font-weight:700;box-shadow:0 1px 4px #00000059}.composite-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;background:#0f172a8c;display:flex;align-items:center;justify-content:center;padding:12px}.composite-modal{width:100%;max-width:520px;max-height:92vh;overflow-y:auto;background:#fff;border-radius:14px;padding:14px;box-shadow:0 12px 40px #0000004d}.composite-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.composite-head h3{margin:0;font-size:16px}.composite-stage{position:relative;width:100%;background:#0f172a;border-radius:10px;overflow:hidden;touch-action:none;-webkit-user-select:none;user-select:none;line-height:0}.composite-base{width:100%;height:auto;display:block}.composite-ov{position:absolute;transform:translate(-50%,-50%);cursor:move;touch-action:none;filter:drop-shadow(0 1px 4px rgba(0,0,0,.4))}.composite-controls{margin:10px 0;display:flex;flex-direction:column;gap:8px}.composite-controls-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.composite-scale{display:flex;align-items:center;gap:10px;font-size:13px;font-weight:600;color:#475569;flex:1;min-width:220px}.composite-scale input[type=range]{flex:1}.composite-picker{margin-top:8px}.composite-ov-list{display:grid;grid-template-columns:repeat(5,1fr);gap:6px;margin-top:6px}.composite-ov-thumb{aspect-ratio:1 / 1;padding:2px;cursor:pointer;border:2px solid #e2e8f0;border-radius:8px;background:linear-gradient(45deg,#f1f5f9 25%,transparent 25%,transparent 75%,#f1f5f9 75%) 0 0/12px 12px,linear-gradient(45deg,#f1f5f9 25%,#fff 25%,#fff 75%,#f1f5f9 75%) 6px 6px/12px 12px}.composite-ov-thumb.selected{border-color:#2563eb}.composite-ov-thumb img{width:100%;height:100%;object-fit:contain}.composite-actions{display:flex;gap:8px;margin-top:12px}.composite-actions .btn-primary{flex:1}.overlay-lib-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(110px,1fr));gap:10px}.overlay-lib-item{border:1px solid #e2e8f0;border-radius:8px;padding:8px;display:flex;flex-direction:column;align-items:center;gap:6px}.overlay-lib-item img{width:100%;aspect-ratio:1 / 1;object-fit:contain;background:linear-gradient(45deg,#f1f5f9 25%,transparent 25%,transparent 75%,#f1f5f9 75%) 0 0/14px 14px,linear-gradient(45deg,#f1f5f9 25%,#fff 25%,#fff 75%,#f1f5f9 75%) 7px 7px/14px 14px;border-radius:6px}.overlay-lib-name{font-size:12px;color:#475569;text-align:center;word-break:break-all}.img-opt-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:10px}.img-opt-item{position:relative;border:1px solid #e2e8f0;border-radius:8px;padding:8px;display:flex;flex-direction:column;align-items:center;gap:6px;background:#fff}.img-opt-item.over{border-color:#93c5fd;background:#eff6ff}.img-opt-item img{width:100%;aspect-ratio:4 / 3;object-fit:cover;border-radius:6px;background:#f1f5f9}.img-opt-meta{font-size:12px;color:#475569;text-align:center;line-height:1.4}.img-opt-dim{font-weight:700;color:#1e293b}.img-opt-badge{position:absolute;top:6px;right:6px;background:#2563eb;color:#fff;font-size:10px;font-weight:700;padding:2px 6px;border-radius:999px}.cafeteria-editor{max-width:560px;margin:0 auto;padding:20px 16px}.cafeteria-card{border:1px solid #e2e8f0;border-radius:12px;padding:14px;margin-top:14px;background:#fff}.cafeteria-card-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.cafeteria-card-name{font-size:17px;font-weight:800;color:#1e293b}.cafeteria-current-badge{color:#fff;font-size:13px;font-weight:700;padding:3px 12px;border-radius:12px}.cafeteria-choices{display:grid;grid-template-columns:repeat(auto-fit,minmax(74px,1fr));gap:8px}.cafeteria-choice{padding:16px 0;border:2px solid;border-radius:10px;cursor:pointer;font-size:15px;font-weight:800;transition:transform .05s}.cafeteria-choice:active{transform:scale(.97)}.cafeteria-choice:disabled{opacity:.6;cursor:default}.compass-pop-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:70;background:#0f172a8c;display:flex;align-items:center;justify-content:center;padding:20px}.compass-pop{width:100%;max-width:360px;background:#fff;border-radius:16px;padding:22px 20px;text-align:center;box-shadow:0 16px 44px #00000052}.compass-pop-icon{width:76px;height:76px;margin:0 auto 10px;display:block}.compass-pop-title{margin:0 0 8px;font-size:18px;font-weight:800;color:#1e293b}.compass-pop-text{margin:0 0 18px;font-size:14px;line-height:1.6;color:#475569}.compass-pop-actions{display:flex;flex-direction:column;gap:10px}.compass-pop-enable{padding:13px 0;border:none;border-radius:10px;cursor:pointer;background:#3b82f6;color:#fff;font-size:16px;font-weight:800}.compass-pop-enable:active{background:#2563eb}.compass-pop-later{padding:11px 0;border:none;border-radius:10px;cursor:pointer;background:transparent;color:#64748b;font-size:14px;font-weight:600}.blocked-btn-bar{padding:6px 10px;background:#fff;border-bottom:1px solid #e5e7eb;flex-shrink:0;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:5px}.btn-blocked{padding:6px 8px;background:#fff7ed;color:#c2410c;border:1px solid #fed7aa;border-radius:6px;cursor:pointer;font-size:11px;font-weight:600;text-align:center;line-height:1.3;white-space:normal;overflow-wrap:anywhere;word-break:break-all}.btn-blocked:hover:not(:disabled){background:#ffedd5;border-color:#fb923c}.btn-blocked:disabled{opacity:.4;cursor:not-allowed}.btn-blocked-single{grid-column:1 / -1;font-size:14px;padding:10px 8px}.route-header-right{display:flex;align-items:center;gap:8px;flex-shrink:0}.rerouting-badge{font-size:11px;background:#fef3c7;color:#b45309;padding:3px 8px;border-radius:10px;font-weight:600;animation:pulse 1s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.reroute-error{background:#fef2f2;border-bottom:2px solid #fca5a5;color:#dc2626;padding:8px 16px;font-size:13px;font-weight:600;cursor:pointer;flex-shrink:0}.users-tab{padding:16px;display:flex;flex-direction:column;gap:12px}.my-device-id{display:flex;align-items:center;gap:8px;padding:10px 12px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px}.my-device-id-label{font-size:11px;font-weight:600;color:#64748b;white-space:nowrap}.my-device-id-value{font-family:monospace;font-size:12px;color:#1e293b;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.btn-copy-id{padding:4px 10px;background:#e2e8f0;border:none;border-radius:5px;font-size:12px;cursor:pointer;white-space:nowrap;flex-shrink:0}.btn-copy-id:hover{background:#cbd5e1}.users-tab-status{display:flex;align-items:center;gap:8px;font-size:13px;color:#64748b;font-weight:600}.ws-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.ws-dot.connected{background:#22c55e;box-shadow:0 0 6px #22c55e}.ws-dot.disconnected{background:#94a3b8}.users-count{margin-left:auto;background:#f1f5f9;border-radius:10px;padding:2px 8px}.users-empty{color:#94a3b8;font-size:14px;text-align:center;padding:32px 0}.user-map-view{border-radius:10px;overflow:hidden;border:1px solid #e2e8f0}.user-map-dot{position:absolute;width:24px;height:24px;border-radius:50%;transform:translate(-50%,-50%);display:flex;align-items:center;justify-content:center;box-shadow:0 2px 6px #0006;border:2px solid white;cursor:default;z-index:10}.user-map-dot-label{font-size:11px;font-weight:700;color:#fff;line-height:1}.users-test-bar{display:flex;align-items:center;gap:8px;padding:10px 12px;background:#fefce8;border:1px solid #fde68a;border-radius:8px;flex-wrap:wrap}.btn-test-send{padding:6px 14px;background:#f59e0b;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:13px;font-weight:600}.btn-test-send:hover{background:#d97706}.btn-test-clear{padding:6px 12px;background:#fff;color:#64748b;border:1px solid #e2e8f0;border-radius:6px;cursor:pointer;font-size:13px}.test-hint{font-size:11px;color:#92400e}.users-list{display:flex;flex-direction:column;gap:10px}.user-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:12px;display:flex;flex-direction:column;gap:6px}.user-card-header{display:flex;justify-content:space-between;align-items:center}.user-id{font-size:12px;color:#94a3b8;font-family:monospace}.user-updated{font-size:11px;color:#cbd5e1}.user-step-info{display:flex;align-items:center;gap:10px}.user-step-badge{background:#3b82f6;color:#fff;font-size:12px;font-weight:700;padding:2px 8px;border-radius:10px;white-space:nowrap}.user-route{font-size:13px;color:#1e293b;font-weight:600}.user-progress-bar{height:4px;background:#e2e8f0;border-radius:2px;overflow:hidden}.user-progress-fill{height:100%;background:#3b82f6;border-radius:2px;transition:width .4s ease}.logs-tab{display:flex;flex-direction:column;gap:12px;padding:16px}.logs-toolbar{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.logs-filter{flex:1;min-width:180px;padding:7px 10px;border:1px solid #e2e8f0;border-radius:8px;font-size:13px;font-family:monospace}.btn-refresh{padding:7px 14px;background:#3b82f6;color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:13px;font-weight:600}.btn-refresh:hover{background:#2563eb}.logs-count{font-size:12px;color:#94a3b8;white-space:nowrap}.logs-field{display:flex;flex-direction:column;gap:3px;font-size:11px;color:#64748b}.logs-field>span{font-weight:700}.logs-field input,.logs-field select{padding:6px 8px;border:1px solid #e2e8f0;border-radius:8px;font-size:13px;background:#fff}.logs-body{display:flex;gap:14px;margin-top:14px;align-items:flex-start}.logs-users{flex:0 0 240px;display:flex;flex-direction:column;gap:5px;max-height:70vh;overflow-y:auto}.logs-list-col{flex:1;min-width:0}.logs-pane-title{font-size:13px;font-weight:700;color:#334155;margin:0 0 8px}.logs-user-item{display:flex;flex-direction:column;align-items:flex-start;gap:2px;text-align:left;width:100%;padding:8px 10px;cursor:pointer;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px}.logs-user-item:hover{background:#f1f5f9}.logs-user-item.active{background:#eff6ff;border-color:#3b82f6}.logs-user-id{font-size:13px;font-weight:700;color:#1e293b;font-family:monospace}.logs-user-meta{font-size:11px;color:#94a3b8}@media (max-width: 640px){.logs-body{flex-direction:column}.logs-users{flex-basis:auto;width:100%;max-height:240px}}.logs-list{display:flex;flex-direction:column;gap:4px}.log-entry{display:flex;align-items:center;gap:8px;flex-wrap:wrap;padding:8px 10px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;font-size:13px}.log-action-badge{padding:2px 8px;border-radius:10px;color:#fff;font-size:11px;font-weight:700;white-space:nowrap}.log-time{font-size:12px;color:#94a3b8;white-space:nowrap;font-family:monospace}.log-device{font-size:12px;color:#64748b;font-family:monospace}.log-route{font-size:13px;color:#1e293b;font-weight:500}.log-segment,.log-step{font-size:12px;color:#94a3b8;white-space:nowrap}.cg-text{display:flex;flex-direction:column;gap:4px;padding:10px 0}.cg-dir-label{font-size:16px;font-weight:700}.cg-dir-ok{color:#16a34a}.cg-dir-warn{color:#d97706}.cg-dir-ng{color:#dc2626}.cg-dir-sub{font-size:12px;color:#94a3b8}.cg-enable-btn{margin-top:4px;padding:6px 14px;background:#3b82f6;color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:13px;width:fit-content}.map-selector{width:100%}.map-selector-inner{position:relative;border-radius:10px;overflow:hidden;border:1px solid #e2e8f0;-webkit-user-select:none;user-select:none;line-height:0}.map-selector-inner img{width:100%;display:block}.map-marker{position:absolute;transform:translate(-50%,-50%);display:block;line-height:0;background:none;border:none;padding:0;cursor:pointer}.map-marker-dot{display:block;width:18px;height:18px;border-radius:50%;background:#3b82f6;border:2px solid #fff;box-shadow:0 1px 4px #0006}.map-marker-label{position:absolute;top:calc(100% + 3px);left:50%;transform:translate(-50%);font-size:11px;font-weight:700;color:#1e293b;line-height:1.2;background:#ffffffe6;border-radius:6px;padding:1px 5px;max-width:90px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.map-marker.selected .map-marker-dot{background:#ef4444;width:22px;height:22px}.map-marker.selected .map-marker-label{color:#b91c1c}.map-picker{position:relative;border-radius:8px;overflow:hidden;cursor:crosshair;border:2px solid #e2e8f0;margin-bottom:16px;-webkit-user-select:none;user-select:none}.map-picker img{width:100%;display:block}.map-node-dot{position:absolute;width:14px;height:14px;border-radius:50%;background:#3b82f6;border:2px solid white;transform:translate(-50%,-50%);pointer-events:none;box-shadow:0 1px 3px #0000004d}.map-node-dot.editing{background:#f59e0b;width:18px;height:18px;border-color:#fff}.map-pending-dot{position:absolute;width:18px;height:18px;border-radius:50%;background:#ef4444;border:2px solid white;transform:translate(-50%,-50%);pointer-events:none;animation:pulse 1s infinite;box-shadow:0 1px 4px #0006}.map-image-list{display:flex;flex-direction:column;gap:10px}.map-image-card{display:flex;align-items:center;gap:12px;background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:10px}.map-image-card.active{border-color:#3b82f6;background:#eff6ff}.map-image-thumb{width:80px;height:54px;object-fit:cover;border-radius:6px;flex-shrink:0}.map-image-info{flex:1;display:flex;flex-direction:column;gap:4px;font-size:13px}.map-active-badge{display:inline-block;font-size:11px;background:#3b82f6;color:#fff;padding:1px 8px;border-radius:10px;font-weight:600}.map-image-actions{display:flex;gap:6px}.ar-camera-wrap{position:relative;width:100%;aspect-ratio:4 / 3;background:#0f172a;border-radius:10px;overflow:hidden;display:flex;align-items:center;justify-content:center}.ar-camera-video,.ar-camera-overlay{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:contain}.ar-camera-overlay{pointer-events:none}.ar-camera-placeholder{color:#94a3b8;font-size:14px;text-align:center;padding:0 16px}.ar-live-badge{position:absolute;top:8px;left:8px;background:#22c55ee6;color:#fff;font-size:12px;font-weight:700;padding:4px 10px;border-radius:12px}.btn-ar-start{width:100%;margin:6px 0;padding:10px 0;background:#0ea5e9;color:#fff;border:none;border-radius:10px;font-size:14px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:6px}.btn-ar-start:active{background:#0284c7}.rg-action-row{display:flex;gap:8px;align-items:stretch;margin:6px 0}.rg-action-row .btn-ar-start{flex:1;width:auto;margin:0}.rg-action-row .cg-enable-btn{flex:1;width:auto;margin:0;font-size:14px;font-weight:700;display:flex;align-items:center;justify-content:center}.arnav{margin-top:6px}.arnav-camera-wrap{position:relative;width:100%;aspect-ratio:3 / 4;max-height:45vh;background:#0f172a;border-radius:12px;overflow:hidden;display:flex;align-items:center;justify-content:center}.arnav-video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.arnav-overlay{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px}.arnav-arrow{width:44%;max-width:200px;filter:drop-shadow(0 2px 6px rgba(0,0,0,.5));will-change:transform}.arnav-arrow.arnav-ok polygon{fill:#22c55e}.arnav-arrow.arnav-warn polygon{fill:#f59e0b}.arnav-arrow.arnav-ng polygon{fill:#ef4444}.arnav-arrow.arnav-idle polygon{fill:#94a3b8}.arnav-enable-btn{pointer-events:auto}.arnav-label{background:#0f172ab3;color:#fff;font-size:18px;font-weight:800;padding:6px 16px;border-radius:20px}.arnav-ok-text{color:#bbf7d0}.arnav-warn-text{color:#fde68a}.arnav-ng-text{color:#fecaca}.arnav-need-compass{pointer-events:auto;text-align:center}.arnav-need-compass span{color:#e2e8f0;font-size:14px}.arnav-method{position:absolute;bottom:30px;right:10px;font-size:11px;color:#cbd5e1;background:#0f172a99;padding:2px 8px;border-radius:10px}.arnav-research-note{position:absolute;left:0;right:0;bottom:0;z-index:4;padding:4px 10px;text-align:center;font-size:10px;line-height:1.35;color:#e2e8f0;background:#0f172aa8;pointer-events:none}.arnav-placeholder{color:#94a3b8;font-size:14px;text-align:center;padding:0 16px}.arnav-error{color:#fca5a5;font-size:14px;text-align:center;padding:0 16px}.arnav-topbar{position:absolute;top:0;left:0;right:0;z-index:3;display:flex;justify-content:space-between;gap:8px;padding:8px}.arnav-top-btn{border:none;border-radius:999px;cursor:pointer;font-size:14px;font-weight:700;padding:8px 16px;box-shadow:0 2px 6px #00000059}.arnav-top-switch{background:#ffffffeb;color:#1e293b}.arnav-top-switch:active{background:#e2e8f0f2}.arnav-top-confirm{background:#16a34af2;color:#fff}.arnav-top-confirm:active{background:#15803df2}.arnav-arrival-view{position:absolute;top:0;right:0;bottom:0;left:0;z-index:6;display:flex;flex-direction:column;background:#0f172aeb}.arnav-arrival-head{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:12px 14px;flex-shrink:0;border-bottom:1px solid rgba(255,255,255,.15)}.arnav-arrival-name{font-size:16px;font-weight:700;color:#fff;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.arnav-arrival-close{flex-shrink:0;width:34px;height:34px;border-radius:50%;border:none;cursor:pointer;background:#ffffff2e;color:#fff;font-size:22px;line-height:34px;text-align:center}.arnav-arrival-scroll{flex:1;overflow-y:auto;padding:16px 14px;display:flex;flex-direction:column;align-items:center}.arnav-arrival-scroll .goal-photos-title{color:#d1fae5}.arnav-arrival-scroll .goal-photos-empty{color:#cbd5e1}.arnav-arrival-more{flex-shrink:0;width:100%;text-align:center;margin-top:14px;padding:10px 0 4px;font-size:12px;font-weight:700;color:#cbd5e1}.arnav-distance{position:absolute;top:52px;left:50%;transform:translate(-50%);z-index:3;font-size:16px;font-weight:800;letter-spacing:.03em;color:#fff;background:#107a38d1;padding:6px 16px;border-radius:999px;box-shadow:0 2px 10px #0000004d;white-space:nowrap}.arnav-arrived{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;background:#107a38c7;color:#fff;text-align:center;animation:arnav-arrived-in .3s ease-out}.arnav-arrived-check{width:72px;height:72px;border-radius:50%;background:#fff;color:#16a34a;font-size:44px;font-weight:900;line-height:72px;box-shadow:0 4px 16px #0000004d}.arnav-arrived-text{font-size:26px;font-weight:900;letter-spacing:.05em}.arnav-arrived-sub{font-size:15px;font-weight:600;opacity:.9}@keyframes arnav-arrived-in{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.ar-feature-list{display:flex;flex-direction:column;gap:10px}.ar-feature-card{display:flex;align-items:center;gap:12px;background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:8px}.ar-feature-thumb{width:80px;height:60px;object-fit:cover;border-radius:6px;flex-shrink:0;background:#0f172a}.ar-feature-info{display:flex;flex-direction:column;gap:2px;flex:1;min-width:0}.ar-feature-actions{display:flex;flex-direction:column;gap:6px;flex-shrink:0}.ar-viewpoint-list{max-height:160px;overflow-y:auto;display:flex;flex-direction:column;gap:4px;border:1px solid #e2e8f0;border-radius:8px;padding:8px}.ar-viewpoint-item{display:flex;align-items:center;gap:8px;font-size:14px;cursor:pointer}.announce-pop-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:3000;background:#0f172ab8;display:flex;align-items:center;justify-content:center;padding:20px;box-sizing:border-box}.announce-pop{position:relative;background:#fff;border-radius:16px;max-width:420px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 12px 40px #0006;display:flex;flex-direction:column}.announce-pop-close{position:absolute;top:8px;right:8px;z-index:1;width:34px;height:34px;border-radius:50%;border:none;cursor:pointer;background:#0f172a8c;color:#fff;font-size:20px;line-height:1}.announce-pop-img{width:100%;display:block;border-radius:16px 16px 0 0}.announce-pop-text{padding:14px 18px 4px}.announce-pop-title{font-size:18px;font-weight:800;color:#1e293b;margin:0 0 6px}.announce-pop-body{font-size:14px;color:#475569;margin:0;white-space:pre-wrap;line-height:1.5}.announce-pop-actions{display:flex;gap:10px;padding:14px 18px 18px;margin-top:auto}.announce-pop-link{flex:1;text-align:center;padding:12px;border-radius:10px;background:#3b82f6;color:#fff;font-weight:700;text-decoration:none}.announce-pop-ok{flex:1;padding:12px;border-radius:10px;cursor:pointer;background:#16a34a;color:#fff;border:none;font-size:15px;font-weight:700}.ar-feature-card.announce-active{border-color:#16a34a;background:#f0fdf4}.announce-badge-on{align-self:flex-start;margin-top:2px;padding:1px 8px;border-radius:6px;background:#16a34a;color:#fff;font-size:11px;font-weight:700}.demo-fullscreen{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2000;background:#fff;overflow:hidden}.demo-fullscreen .app{height:100%;background:#fff}.demo-upload-preview{display:block;margin-top:8px;max-width:100%;max-height:160px;border-radius:8px;border:1px solid #e2e8f0;background:#0f172a}.demo-overlay-img{position:absolute;left:50%;top:50%;max-width:100%;max-height:100%;transform-origin:center;touch-action:none;cursor:move;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.ar-demo-error{position:absolute;left:8px;right:8px;bottom:8px;z-index:5;background:#dc2626e6;color:#fff;font-size:12px;padding:6px 10px;border-radius:8px}.demo-overlay-list{display:flex;flex-direction:column;gap:8px}.demo-overlay-item{display:flex;align-items:center;gap:8px;border:1px solid #e2e8f0;border-radius:10px;padding:6px;background:#fff}.demo-overlay-item.selected{border-color:#3b82f6;background:#eff6ff}.demo-overlay-pick{display:flex;align-items:center;gap:10px;flex:1;min-width:0;background:none;border:none;cursor:pointer;text-align:left;padding:0}.demo-overlay-thumb{width:56px;height:42px;object-fit:cover;border-radius:6px;background:#0f172a;flex-shrink:0}.demo-overlay-name{font-size:13px;font-weight:600;color:#1e293b;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ar-thumb-row{display:flex;align-items:center;gap:6px;flex-wrap:wrap;margin-top:8px}.ar-thumb{width:52px;height:52px;object-fit:cover;border-radius:6px;border:1px solid #e2e8f0;background:#0f172a;flex-shrink:0}.ar-thumb-count{font-size:12px;color:#64748b;font-weight:600}.adm-inline-edit{display:flex;flex-direction:column;gap:6px;margin-top:8px}.adm-inline-edit textarea{width:100%}.ar-feature-meta{font-size:12px;color:#64748b}.ar-feature-node{font-size:12px;color:#2563eb}.ar-mode-toggle{display:flex;gap:6px;margin-bottom:12px}.ar-mode-toggle button{flex:1;padding:8px 12px;border:1px solid #cbd5e1;border-radius:8px;background:#fff;color:#475569;cursor:pointer;font-size:14px;font-weight:600}.ar-mode-toggle button.active{background:#1e3a5f;color:#fff;border-color:#1e3a5f}.ar-recognize-panel{margin-top:16px;display:flex;flex-direction:column;gap:10px}.ar-engine-status{font-size:13px;color:#475569}.ar-match-hit{display:flex;flex-direction:column;gap:4px;padding:12px;border-radius:10px;background:#eff6ff;border:1px solid #bfdbfe}.ar-match-hit strong{color:#1d4ed8;font-size:16px}.ar-match-meta{font-size:12px;color:#64748b}.ar-match-miss{padding:12px;border-radius:10px;background:#f8fafc;border:1px dashed #cbd5e1;color:#94a3b8;font-size:13px;text-align:center}.ar-recognizer{display:flex;flex-direction:column;gap:10px}.ar-recognizer-bar{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.ar-recognizer-bar button{padding:8px 18px;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer}.ar-recognizer-bar .btn-primary{background:#1e3a5f;color:#fff}.ar-recognizer-bar .btn-secondary{background:#e2e8f0;color:#334155}.ar-recognizer-status{font-size:13px;color:#64748b}.ar-building-scanning{position:absolute;left:50%;bottom:16px;transform:translate(-50%);background:#0f172ab3;color:#fff;font-size:14px;font-weight:700;padding:8px 18px;border-radius:16px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:2px;max-width:90%}.ar-building-scanning-sub{font-size:11px;font-weight:500;color:#cbd5e1}.ar-detail-bar{position:absolute;left:8px;right:8px;bottom:8px;z-index:5;display:flex;flex-direction:column;gap:6px;padding:12px 14px;border-radius:12px;background:#0f172ad1;color:#fff;box-shadow:0 4px 14px #00000059}.ar-detail-bar-title{font-size:17px;font-weight:800}.ar-detail-bar-desc{margin:0;font-size:13px;line-height:1.6;color:#e2e8f0}.ar-detail-bar-link{align-self:flex-start;margin-top:2px;padding:9px 16px;background:#3b82f6;color:#fff;text-decoration:none;border-radius:8px;font-size:14px;font-weight:700}.ar-detail-bar-link:active{background:#2563eb}.ar-detail-bar{animation:ar-bar-in .46s cubic-bezier(.22,1.2,.36,1) both}.ar-detail-bar-title{text-shadow:0 0 10px rgba(255,213,74,.55)}@keyframes ar-bar-in{0%{opacity:0;transform:translateY(16px) scale(.96);box-shadow:0 0 #ffd70000}55%{box-shadow:0 0 26px #ffd54ab3}to{opacity:1;transform:translateY(0) scale(1);box-shadow:0 4px 14px #00000059}}.ar-celebrate{position:absolute;top:0;right:0;bottom:0;left:0;z-index:6;pointer-events:none;overflow:hidden;display:flex;align-items:center;justify-content:center}.ar-celebrate-flash{position:absolute;width:70%;aspect-ratio:1;border-radius:50%;background:radial-gradient(circle,#fff9,#fff0b440 45%,#fff0 70%);animation:ar-flash .62s ease-out forwards}@keyframes ar-flash{0%{opacity:0;transform:scale(.4)}25%{opacity:1}to{opacity:0;transform:scale(1.25)}}.ar-celebrate-ring{position:absolute;width:34%;aspect-ratio:1;border-radius:50%;border:3px solid rgba(255,223,130,.95);box-shadow:0 0 28px #ffd700bf,inset 0 0 18px #ffd70080;animation:ar-ring .9s ease-out forwards}.ar-celebrate-ring2{border-color:#7dd3fce6;box-shadow:0 0 24px #7dd3fc99,inset 0 0 16px #7dd3fc66;animation:ar-ring 1.1s ease-out 90ms forwards}@keyframes ar-ring{0%{transform:scale(.3);opacity:0}18%{opacity:1}to{transform:scale(1.7);opacity:0}}.ar-spark{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);animation:ar-spark-move 1s ease-out var(--d, 0ms) forwards}.ar-spark svg{width:100%;height:100%;filter:drop-shadow(0 0 6px rgba(255,215,0,.9))}@keyframes ar-spark-move{0%{opacity:0;transform:translate(-50%,-50%) translate(0) scale(0) rotate(0)}20%{opacity:1;transform:translate(-50%,-50%) translate(calc(var(--tx) * .5),calc(var(--ty) * .5)) scale(1.1) rotate(80deg)}to{opacity:0;transform:translate(-50%,-50%) translate(var(--tx),var(--ty)) scale(.2) rotate(220deg)}}.ar-view-screen{padding:12px;display:flex;flex-direction:column;gap:12px;overflow-y:auto}.ar-view-hint{font-size:13px;color:#64748b}
