@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&family=Montserrat:wght@700&family=Bebas+Neue&family=Cinzel:wght@700&family=Lato:wght@700&family=Saira+Stencil+One&family=Allerta+Stencil&family=Stardos+Stencil&family=Black+Ops+One&family=Emblema+One&display=swap";:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;padding:0;min-width:320px;min-height:100vh;box-sizing:border-box}#root{width:100%;height:100%}:root{--primary-gold: #D4AF37;--text-light: #f0f0f0;--text-dark: #1c1e21;--background-dark: #1a1d23;--surface-dark: #282c34;--sidebar-bg: #20232a}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,sans-serif;overflow-x:hidden}.App{height:100vh;display:flex;flex-direction:column;overflow:hidden;background:var(--background-dark);color:var(--text-light)}.dark-mode{background:var(--background-dark);color:var(--text-light)}.light-mode{background:#fff;color:#000}.App-header{height:90px;flex-shrink:0;display:flex;align-items:center;justify-content:space-between;padding:0 30px;background:var(--surface-dark);border-bottom:1px solid #444;z-index:10}.light-mode .App-header{background:#f0f0f0;border-bottom:1px solid #ccc}.logo-container{display:flex;align-items:center}.logo{height:75px;margin-right:20px}.header-text{display:flex;flex-direction:column}.main-title{font-family:Montserrat;font-weight:700;color:var(--primary-gold);font-size:1.6rem;letter-spacing:1px;margin:0}.slogan{font-size:.85rem;color:#aaa;margin:0;letter-spacing:.5px}.theme-toggle-btn{background:transparent;border:1px solid var(--primary-gold);color:var(--primary-gold);padding:6px 16px;border-radius:20px;cursor:pointer}.main-container{display:flex;flex:1;width:100%;height:calc(100vh - 90px);padding:0;margin:0;gap:0}.result-column{flex:1;background:radial-gradient(circle at center,#3a3f47,#1a1d23);display:flex;flex-direction:column;align-items:center;overflow-y:auto;padding:40px}.light-mode .result-column{background:#e0e0e0}.preview-centering-wrapper{width:100%;max-width:750px;display:flex;flex-direction:column;align-items:center;gap:30px}.controls-column{width:450px;flex-shrink:0;background:var(--sidebar-bg);border-left:1px solid #333;overflow-y:auto;padding:2rem;display:flex;flex-direction:column;gap:1.5rem;box-shadow:-5px 0 15px #0003}.light-mode .controls-column{background:#fff;border-left:1px solid #ddd}.controls-column h2{text-align:center;color:var(--primary-gold);margin-bottom:.5rem;font-size:1.4rem}.mobile-only-controls{display:none;width:100%}.desktop-only-controls{display:block;width:100%}@media(max-width:1000px){.App{height:auto;overflow:auto}.main-container{flex-direction:column;height:auto}.result-column{height:auto;padding:2rem}.controls-column{width:100%;height:auto;border-left:none;overflow:visible}.mobile-only-controls{display:block;margin-bottom:20px}.desktop-only-controls,.header-text{display:none}.logo-container{width:100%;justify-content:center}.logo{margin-right:0}.spacer{width:12px!important;height:12px!important}}.piano-black-plate{position:relative;background:linear-gradient(135deg,#000,#1a1a1a);box-shadow:inset 0 0 1px #ffffff4d,0 20px 60px #000c;width:100%;max-width:100%;display:flex;height:auto;border-radius:4px;border:1px solid #111;flex-shrink:0;overflow:hidden}.preview-content{display:flex;flex-direction:column;justify-content:space-between;align-items:center;width:100%;height:100%;padding:20px 15px;text-align:center}.house-number{flex:1;display:flex;align-items:center;justify-content:center;width:100%;margin:0;overflow:hidden;min-height:0}.preview-text{line-height:.85;transition:font-size .2s ease;white-space:nowrap}.divider{width:85%;margin:15px 0 10px;border-radius:2px;flex-shrink:0}.street-name{flex-shrink:0;line-height:1;padding-bottom:5px}.spacer{position:absolute;width:24px;height:24px;border-radius:50%;z-index:10}.top-left{top:5%;left:5%}.top-right{top:5%;right:5%}.bottom-left{bottom:5%;left:5%}.bottom-right{bottom:5%;right:5%}.App-footer{margin-top:20px;padding-top:20px;border-top:1px solid #444;text-align:center;font-size:.85rem;color:#888}.control-section{background:var(--surface-dark);padding:1.5rem;border-radius:8px;border:1px solid #3a3f47;box-shadow:0 4px 6px #0000001a}.light-mode .control-section{background:#f9f9f9;border:1px solid #ccc;color:#000}.control-section h3{margin:0 0 1rem;color:var(--primary-gold);border-bottom:1px solid #444;padding-bottom:.5rem;font-size:.95rem;text-transform:uppercase}.light-mode .control-section h3{color:#000;border-bottom:1px solid #ccc}label{display:block;margin:10px 0 5px;font-weight:600;font-size:.9rem;color:#ccc}.light-mode label{color:#000}input[type=text]{width:100%;padding:12px;background:#1a1d23;border:1px solid #444;color:#fff;border-radius:4px;font-size:1rem}.light-mode input[type=text]{background:#fff;border:1px solid #aaa;color:#000}input[type=range]{display:block;width:100%;margin:15px 0 20px;cursor:pointer;height:6px;background:#444;border-radius:3px;accent-color:var(--primary-gold)}.option-buttons{display:flex;flex-wrap:wrap;gap:10px}.option-buttons button{padding:10px 16px;background:#3a3f47;color:#eee;border:1px solid #555;border-radius:6px;cursor:pointer;font-weight:500;font-size:.9rem;flex:1;min-width:80px}.option-buttons button.active{background:var(--primary-gold);color:#000;border-color:var(--primary-gold);font-weight:800}.light-mode .option-buttons button{background:#fff;color:#000;border:1px solid #aaa}.summary-card{width:100%;padding:1.5rem;border-radius:8px;border:1px solid var(--primary-gold);background:var(--surface-dark);box-shadow:0 4px 15px #0003}.summary-card h3{color:var(--primary-gold);text-align:center}.summary-card ul{list-style:none;margin-bottom:1rem;border-top:1px solid #444;padding-top:10px}.summary-card li{display:flex;justify-content:space-between;margin-bottom:8px;font-size:.9rem;color:#e0e0e0}.price-section{display:flex;justify-content:space-between;align-items:center;margin:1.5rem 0;border-top:1px solid #444;padding-top:15px}.final-price{font-size:1.8rem;font-weight:700;color:var(--primary-gold)}.light-mode .summary-card{background:#fff;border:1px solid #ddd}.light-mode .summary-card li{color:#000;border-bottom:1px solid #eee}.light-mode .price-section{border-top:1px solid #eee}.main-action{background:var(--primary-gold);color:#000;width:100%;padding:15px;border:none;border-radius:6px;font-weight:700;cursor:pointer;margin-bottom:10px}.secondary-action{background:#3a3f47;border:1px solid #555;color:#fff;width:100%;padding:15px;border-radius:6px;cursor:pointer}.gold-mirror{background:linear-gradient(180deg,#bf953f,#fcf6ba 45%,#b38728,#fbf5b7 55%,#aa771c);-webkit-background-clip:text;background-clip:text}.silver-mirror{background:linear-gradient(180deg,#777,#fff 45%,#999,#eee 55%,#666);-webkit-background-clip:text;background-clip:text}.gold-line{background:linear-gradient(90deg,#aa771c,#fcf6ba,#aa771c)!important}.silver-line{background:linear-gradient(90deg,#777,#fff,#777)!important}
