@import "https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400&display=swap";.editor{color:#f0e6d3;background:#1a1410;flex-direction:column;width:100%;height:100%;display:flex;overflow:hidden}.editor-toolbar{background:#241e16;border-bottom:1px solid #c8a96e33;flex-shrink:0;align-items:center;gap:16px;padding:10px 20px;display:flex}.editor-title{color:#c8a96e;margin-right:auto;font-size:20px;font-weight:600}.editor-toolbar-actions{align-items:center;gap:10px;display:flex}.editor-save-state{color:#a89880;font-size:13px}.editor-btn{color:#f0e6d3;cursor:pointer;white-space:nowrap;background:#2e2620;border:1px solid #c8a96e4d;border-radius:4px;padding:6px 16px;font-family:Cormorant Garamond,Georgia,serif;font-size:15px;font-weight:600;transition:all .15s}.editor-btn:hover{background:#3a3028;border-color:#c8a96e}.editor-btn-primary{color:#1a1410;background:linear-gradient(#d4b87a 0%,#c8a96e 100%);border-color:#c8a96e}.editor-btn-primary:hover{background:linear-gradient(#dfc68a 0%,#d4b87a 100%)}.editor-btn-back{margin-right:8px}.editor-btn-small{width:100%;margin-top:8px;padding:4px 12px;font-size:14px}.editor-toggle{color:#a89880;cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:6px;font-size:14px;display:flex}.editor-toggle input{accent-color:#c8a96e}.editor-body{flex:1;min-height:0;display:flex;overflow:hidden}.editor-canvas-area{flex:1;justify-content:center;align-items:center;padding:16px;display:flex;position:relative;overflow:hidden}.editor-image-wrapper{max-width:100%;max-height:100%;position:relative}.editor-image{object-fit:contain;border:2px solid #c8a96e4d;max-width:100%;max-height:calc(100vh - 80px);display:block}.editor-zone{cursor:move;box-sizing:border-box;background:#c8a96e26;border:2px solid #c8a96e;transition:border-color .1s;position:absolute}.editor-zone.selected{z-index:10;background:#ff6b352e;border-color:#ff6b35}.editor-zone-label{color:#1a1410;white-space:nowrap;pointer-events:none;background:#c8a96e;border-radius:2px;padding:1px 6px;font-size:11px;font-weight:600;position:absolute;top:-20px;left:0}.editor-zone.selected .editor-zone-label{color:#fff;background:#ff6b35}.editor-zone-handle{cursor:se-resize;background:#c8a96e;border:2px solid #1a1410;border-radius:2px;width:12px;height:12px;position:absolute;bottom:-5px;right:-5px}.editor-zone.selected .editor-zone-handle{background:#ff6b35}.editor-sidebar{background:#241e16;border-left:1px solid #c8a96e33;flex-direction:column;flex-shrink:0;width:280px;display:flex;overflow-y:auto}.editor-sidebar-title{color:#c8a96e;border-bottom:1px solid #c8a96e26;padding:14px 16px 10px;font-size:16px}.editor-object-list{flex:1;overflow-y:auto}.editor-object-row{cursor:pointer;border-bottom:1px solid #c8a96e14;justify-content:space-between;align-items:center;padding:8px 16px;transition:background .1s;display:flex}.editor-object-row:hover{background:#c8a96e14}.editor-object-row.active{background:#ff6b351f;border-left:3px solid #ff6b35}.editor-object-name{font-size:15px;font-weight:500}.editor-object-actions{gap:4px;display:flex}.editor-icon-btn{color:#a89880;cursor:pointer;background:0 0;border:none;border-radius:3px;padding:2px 6px;font-size:18px;line-height:1;transition:all .1s}.editor-icon-btn:hover{color:#f0e6d3;background:#c8a96e26}.editor-icon-btn-danger:hover{color:#f44;background:#ff44441f}.editor-details{border-top:1px solid #c8a96e33;padding:14px 16px}.editor-details-title{color:#c8a96e;margin-bottom:10px;font-size:15px}.editor-coords{flex-direction:column;gap:6px;display:flex}.editor-coord-row{align-items:center;gap:6px;display:flex}.editor-coord-row label{color:#a89880;min-width:16px;font-size:13px}.editor-coord-row input{color:#f0e6d3;background:#1a1410;border:1px solid #c8a96e40;border-radius:3px;width:70px;padding:4px 8px;font-family:Courier New,monospace;font-size:13px}.editor-coord-row input:focus{border-color:#c8a96e;outline:none}.editor-modal-overlay{z-index:200;background:#0a0806bf;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.editor-modal{background:#2e2620;border:2px solid #c8a96e;border-radius:8px;width:100%;max-width:500px;max-height:85vh;padding:24px 28px;overflow-y:auto}.editor-modal h3{color:#c8a96e;margin-bottom:18px;font-size:20px}.editor-form{flex-direction:column;gap:8px;display:flex}.editor-form label{color:#a89880;margin-top:4px;font-size:13px}.editor-form input,.editor-form textarea{color:#f0e6d3;resize:vertical;background:#1a1410;border:1px solid #c8a96e40;border-radius:4px;padding:8px 12px;font-family:Cormorant Garamond,Georgia,serif;font-size:16px}.editor-form input:focus,.editor-form textarea:focus{border-color:#c8a96e;outline:none}.editor-modal-actions{justify-content:flex-end;gap:10px;margin-top:18px;display:flex}.editor-loading{color:#c8a96e;background:#1a1410;justify-content:center;align-items:center;width:100%;height:100%;font-size:20px;display:flex}.assignment-page-wrapper{color:#fff;background-color:#1a1410f2;width:100%;height:100%;font-family:Cormorant Garamond,serif;overflow-y:auto}.assignment-page{max-width:1000px;min-height:100vh;margin:0 auto;padding:2rem}.assignment-header{border-bottom:2px solid #8b7355;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;display:flex}.assignment-header h1{color:#d4c4b7;margin:0;font-size:2rem}.assignment-nav{gap:1rem;margin-bottom:2rem;display:flex}.assignment-nav button{color:#d4c4b7;cursor:pointer;background:0 0;border:1px solid #8b7355;padding:.5rem 1rem;font-family:inherit;font-size:1.2rem;transition:all .2s}.assignment-nav button:hover,.assignment-nav button.active{color:#fff;background:#8b7355}.intro-text{color:#d4c4b7;margin-bottom:2rem;font-size:1.3rem;line-height:1.6}.painting-article{background:#8b73551a;border:1px solid #8b7355;border-radius:8px;margin-bottom:2rem;padding:1.5rem}.painting-article h3{color:#f4e4d7;margin-top:0;font-size:1.6rem}.painting-article p{margin-bottom:1rem;font-size:1.2rem;line-height:1.6}.painting-article a{color:#d4af37;text-decoration:underline}.play-link{background:#8b7355;border-radius:4px;margin-top:1rem;padding:.5rem 1rem;display:inline-block;color:#fff!important;text-decoration:none!important}.mockup-section h2{color:#d4c4b7;font-size:1.8rem}.mockup-description{margin-bottom:2rem;font-size:1.2rem;line-height:1.6}.mockup-description ul,.poster-download ol{margin-bottom:1rem;margin-left:2rem}.mockup-visual{background:#2a2420;border:2px dashed #8b7355;border-radius:12px;justify-content:center;margin-bottom:2rem;padding:3rem;display:flex}.virtual-wall{align-items:center;gap:4rem;display:flex}.painting-frame{background:#111;border:15px solid #4a3b2c;justify-content:center;align-items:center;width:300px;height:400px;display:flex;box-shadow:10px 10px 30px #000c,inset 0 0 20px #00000080}.painting-placeholder{color:#8b7355;text-align:center;font-size:1.2rem;font-style:italic}.poster-frame{background:#fff;width:200px;height:280px;padding:1rem;transform:rotate(2deg);box-shadow:2px 2px 10px #00000080}.poster-content{color:#111;text-align:center;border:2px solid #333;flex-direction:column;align-items:center;height:100%;font-family:sans-serif;display:flex}.poster-content h4{color:#d4af37;text-transform:uppercase;margin:10px 0 5px;font-size:1.2rem}.poster-content p{margin:0 0 10px;font-size:.8rem}.qr-placeholder{border:2px solid #000;width:120px;height:120px;margin-bottom:10px;padding:5px}.qr-placeholder img{object-fit:contain;width:100%;height:100%}.scan-text{font-weight:700;color:#e74c3c!important}.poster-download h3{color:#f4e4d7}.poster-download p,.poster-download ol{font-size:1.2rem}.app{width:100%;height:100%;position:relative;overflow:hidden}.app-content{width:100%;height:100%;position:relative}.game-canvas{z-index:1;position:absolute;inset:0}.game-canvas canvas{display:block}.fullscreen-btn{z-index:15;color:#c8a96e;cursor:pointer;-webkit-backdrop-filter:blur(4px);background:#14100ca6;border:1px solid #c8a96e59;border-radius:6px;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex;position:absolute;bottom:48px;right:16px}.fullscreen-btn:hover{background:#c8a96e33;border-color:#c8a96e}.fullscreen-btn:active{transform:scale(.92)}:-webkit-any(:fullscreen .fullscreen-btn,:-webkit-full-screen .fullscreen-btn){bottom:52px}:is(:fullscreen .fullscreen-btn,:fullscreen .fullscreen-btn){bottom:52px}.header{z-index:10;pointer-events:none;background:linear-gradient(#14100ce0 0%,#14100c73 75%,#0000 100%);justify-content:space-between;align-items:center;padding:10px 24px;display:flex;position:absolute;top:0;left:0;right:0}.header-title{color:#f0e6d3;letter-spacing:.3px;font-size:17px;font-weight:500}.header-title span{color:#c8a96e;font-weight:600}.header-right{pointer-events:auto;align-items:center;gap:14px;display:flex}.header-score{color:#c8a96e;letter-spacing:1px;font-size:16px;font-weight:600}.editor-link{color:#c8a96e80;cursor:pointer;background:0 0;border:none;padding:2px 4px;font-size:20px;line-height:1;transition:color .2s}.editor-link:hover{color:#c8a96e}.painting-select{color:#f0e6d3;background:#14100cbf;border:1px solid #c8a96e80;border-radius:6px;padding:4px 8px;font-family:inherit;font-size:14px}.object-list{z-index:10;pointer-events:none;background:linear-gradient(#0000 0%,#14100c73 25%,#14100ce0 100%);flex-wrap:wrap;justify-content:center;align-items:center;gap:4px;padding:12px 24px;display:flex;position:absolute;bottom:0;left:0;right:0}.object-item{color:#f0e6d3;padding:2px 4px;font-size:17px;font-weight:500;transition:all .35s}.object-item.found{color:#c8a96e;opacity:.55;-webkit-text-decoration:line-through #c8a96e99;text-decoration:line-through #c8a96e99}.object-separator{color:#c8a96e;opacity:.35;padding:0 4px;font-size:10px}.popup-overlay{z-index:100;background:#0a0806b8;justify-content:center;align-items:center;padding:20px;animation:.25s fadeIn;display:flex;position:fixed;inset:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.popup-card{color:#2c2416;background:linear-gradient(145deg,#f6f0dc 0%,#ebe3cc 100%);border:2px solid #c8a96e;border-radius:8px;width:100%;max-width:520px;max-height:85vh;animation:.3s slideUp;overflow-y:auto;box-shadow:0 8px 32px #00000080,inset 0 1px #ffffff4d}@keyframes slideUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.popup-header{border-bottom:1px solid #c8a96e40;padding:22px 28px 16px}.popup-badge{text-transform:uppercase;letter-spacing:2px;color:#c8a96e;margin-bottom:8px;font-size:13px;font-weight:700;display:inline-block}.popup-title{color:#2c2416;font-size:26px;font-weight:700;line-height:1.3}.popup-body{padding:18px 28px}.popup-description{color:#3d3225;margin-bottom:16px;font-size:19px;line-height:1.75}.popup-source{color:#8b7a64;border-top:1px solid #c8a96e33;padding-top:12px;font-size:16px;font-style:italic}.popup-footer{justify-content:center;padding:12px 28px 20px;display:flex}.popup-close-btn{color:#1a1410;cursor:pointer;letter-spacing:.5px;background:linear-gradient(#d4b87a 0%,#c8a96e 100%);border:none;border-radius:4px;padding:10px 40px;font-family:Cormorant Garamond,Georgia,serif;font-size:18px;font-weight:700;transition:background .2s}.popup-close-btn:hover{background:linear-gradient(#dfc68a 0%,#d4b87a 100%)}.popup-close-btn:active{transform:scale(.97)}.completion-overlay{z-index:100;background:#0a0806c7;justify-content:center;align-items:center;padding:20px;animation:.5s fadeIn;display:flex;position:fixed;inset:0}.completion-card{text-align:center;background:linear-gradient(145deg,#f6f0dc 0%,#ebe3cc 100%);border:3px solid #c8a96e;border-radius:10px;width:100%;max-width:480px;padding:36px 40px;animation:.5s slideUp;box-shadow:0 12px 48px #00000080}.completion-title{color:#2c2416;margin-bottom:14px;font-size:26px;font-weight:700}.completion-text{color:#3d3225;margin-bottom:22px;font-size:16px;line-height:1.7}.completion-btn{color:#1a1410;cursor:pointer;background:linear-gradient(#d4b87a 0%,#c8a96e 100%);border:none;border-radius:4px;padding:10px 40px;font-family:Cormorant Garamond,Georgia,serif;font-size:17px;font-weight:700;transition:background .2s}.completion-btn:hover{background:linear-gradient(#dfc68a 0%,#d4b87a 100%)}.loading{color:#c8a96e;letter-spacing:1px;background:#1a1410;justify-content:center;align-items:center;width:100%;height:100%;font-size:20px;display:flex}.portrait-warning{z-index:1000;text-align:center;background:#1a1410;flex-direction:column;justify-content:center;align-items:center;gap:20px;padding:40px;display:none;position:fixed;inset:0}.rotate-icon{border:3px solid #c8a96e;border-radius:8px;width:36px;height:56px;animation:2.5s ease-in-out infinite rotatePhone}@keyframes rotatePhone{0%,25%{transform:rotate(0)}45%,75%{transform:rotate(-90deg)}95%,to{transform:rotate(0)}}.portrait-warning-text{color:#f0e6d3;font-size:18px;line-height:1.5}@media (orientation:portrait) and (width<=768px){.portrait-warning{display:flex!important}.app-content{display:none!important}}@media (height<=500px){.header{padding:6px 16px}.header-title,.header-score{font-size:14px}.object-list{padding:8px 16px}.object-item{font-size:14px}}@media (width<=768px){.header{align-items:flex-start;gap:8px;padding:8px 12px}.header-title{white-space:normal;text-overflow:clip;max-width:70vw;font-size:14px;line-height:1.2;overflow:visible}.painting-select{max-width:42vw;padding:4px 6px;font-size:13px}.header.mobile-clean{justify-content:space-between;align-items:center}.header.mobile-clean .header-title{max-width:calc(100vw - 120px)}.header-right{gap:8px}.header-score{margin-top:2px;font-size:14px;line-height:1}.object-list{gap:2px;padding:8px 10px}.object-item{font-size:14px;line-height:1.15}.object-separator{padding:0 2px}.popup-overlay,.completion-overlay{padding:10px}.popup-card{max-width:96vw;max-height:80vh}.popup-header{padding:14px 14px 10px}.popup-title{font-size:18px;line-height:1.25}.popup-body{padding:10px 14px}.popup-description{margin-bottom:10px;font-size:16px;line-height:1.45}.popup-source{font-size:14px}.popup-footer{padding:8px 14px 14px}.completion-card{max-width:96vw;padding:18px 14px}.completion-title{margin-bottom:10px;font-size:22px}.completion-text{font-size:15px;line-height:1.45}}.qr-page{color:#f0e6d3;background:#1a1410;width:100%;height:100%;padding:24px;overflow-y:auto}.qr-header{justify-content:space-between;align-items:center;gap:16px;margin-bottom:20px;display:flex}.qr-header h1{color:#c8a96e;font-size:32px}.qr-back-btn{color:#f0e6d3;cursor:pointer;background:#c8a96e1a;border:1px solid #c8a96e8c;border-radius:6px;padding:8px 14px;font-family:inherit;font-size:16px}.qr-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:16px;display:grid}.qr-card{background:#ffffff08;border:1px solid #c8a96e40;border-radius:10px;flex-direction:column;gap:8px;padding:14px;display:flex}.qr-image{aspect-ratio:1;object-fit:contain;background:#fff;border-radius:6px;width:100%}.qr-card h3{font-size:20px}.qr-card p{opacity:.85}.qr-card a{color:#c8a96e}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html,body{color:#f0e6d3;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;overscroll-behavior:none;background:#1a1410;width:100%;height:100dvh;font-family:Cormorant Garamond,Georgia,Palatino Linotype,Times New Roman,serif;overflow:hidden}#root{width:100%;height:100dvh;padding:env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left)}
