:root{--background-color: #1a202c;--surface-color: #2d3748;--surface-color-light: #4a5568;--surface-color-dark: #171923;--text-color: #e2e8f0;--text-color-light: #a0aec0;--header-color: #f7fafc;--primary-color: #a0aec0;--accent-color: #63b3ed;--highlight-color: rgba(99, 179, 237, .4);--select-color: #63b3ed;--danger-color: #e53e3e;--border-color: #4a5568;--sidebar-bg: #1a202c}#right-panel.day-mode{--background-color: #f4f7fc;--surface-color: #ffffff;--surface-color-light: #f7fafc;--surface-color-dark: #e2e8f0;--text-color: #1a202c;--text-color-light: #718096;--header-color: #1a202c;--primary-color: #4a5568;--accent-color: #4299e1;--highlight-color: rgba(66, 153, 225, .4);--select-color: #4299e1;--border-color: #e2e8f0}*{box-sizing:border-box;margin:0;padding:0}html,body{width:100%;height:100%;overflow:hidden;background-color:var(--background-color);color:var(--text-color);font-family:Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:16px;transition:background-color .3s,color .3s}body.text-dragging{cursor:grabbing;-webkit-user-select:none;user-select:none}body.is-admin .admin-only{display:flex}#app-container{width:100%;height:100%;display:flex}#app-sidebar{flex-shrink:0;width:80px;height:100%;background-color:var(--sidebar-bg);display:flex;flex-direction:column;align-items:center;padding:0;z-index:100}#sidebar-logo-container{padding:1rem 0;margin-bottom:.5rem;width:100%;text-align:center}.sidebar-btn{background-color:transparent;border:none;color:#a0aec0;width:64px;height:64px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;border-radius:8px;cursor:pointer;transition:background-color .2s ease,color .2s ease;font-size:.7rem;font-weight:500;margin-bottom:.5rem}.sidebar-btn.admin-only{display:none}.sidebar-btn:hover{background-color:#ffffff0d;color:#e2e8f0}.sidebar-btn.active{background-color:var(--accent-color);color:#fff}.sidebar-btn svg{width:24px;height:24px}#main-content-area{height:100%;background-color:var(--surface-color);display:flex;flex-direction:column;flex-basis:60%;flex-shrink:0;min-width:500px;overflow-y:auto;color:var(--text-color);padding:.5rem 1.5rem}#panel-resizer{flex-basis:2px;flex-shrink:0;background-color:var(--border-color);cursor:col-resize;z-index:10;transition:background-color .2s ease}#panel-resizer:hover{background-color:var(--accent-color)}#mobile-resizer{display:none;flex-shrink:0;background-color:var(--border-color);cursor:row-resize;z-index:10;transition:background-color .2s ease;position:relative}#mobile-resizer:hover{background-color:var(--accent-color)}#mobile-resizer:after{content:"";display:block;width:40px;height:4px;background-color:var(--text-color-light);border-radius:2px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}#right-panel{flex-basis:40%;flex-shrink:0;height:100%;min-width:350px;display:flex;flex-direction:column;position:relative;background-color:var(--background-color);color:var(--text-color);transition:background-color .3s,color .3s;overflow:hidden}#viewer-area{flex-grow:1;position:relative;overflow:hidden}#canvas-wrapper{position:absolute;top:0;left:0;width:100%;height:100%}#soccer-ball-canvas{width:100%;height:100%;display:block}.app-header{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid var(--border-color);margin-bottom:1rem;flex-shrink:0}.header-left,.header-right{flex:1;display:flex}.header-right{justify-content:flex-end;align-items:center;gap:1rem}.header-center{flex-grow:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:4px}.main-title-container{display:flex;align-items:center;justify-content:center;gap:1rem}#header-pyme-logo,#header-brand-logo{max-height:40px;object-fit:contain}.main-title{font-size:1.6rem;font-weight:700;color:#60a5fa;letter-spacing:1px;opacity:.9}.header-subtitle-bottom{font-size:.9rem;color:var(--text-color-light)}.hidden{display:none!important}.control-button{background-color:var(--surface-color-light);border:1px solid var(--border-color);color:var(--text-color);padding:.6rem 1rem;border-radius:6px;cursor:pointer;font-weight:500;font-size:.9rem;transition:background-color .2s,border-color .2s;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;letter-spacing:.5px}.control-button:hover:not(:disabled){background-color:var(--surface-color-dark)}.control-button:disabled{opacity:.5;cursor:not-allowed}.control-button.primary{background-color:var(--accent-color);border-color:var(--accent-color);color:#fff}.control-button.primary:hover:not(:disabled){opacity:.9}.control-button.active{background-color:var(--accent-color);border-color:var(--accent-color);color:#fff}.control-button.danger{background-color:var(--danger-color);border-color:var(--danger-color);color:#fff}.control-button.link-style{background:none;border:none;color:var(--accent-color);padding:0}.full-width{width:100%}.centered-button-wrapper{display:flex;justify-content:center;flex-wrap:wrap;gap:.5rem}.button-group{display:flex;gap:.5rem;flex-wrap:wrap}.button-group .control-button{flex:1}.button-group .control-button:not(.active){background-color:var(--surface-color)}.form-group{margin-bottom:.75rem}.form-group label{display:block;font-size:.75rem;font-weight:500;margin-bottom:.5rem;color:var(--text-color-light);text-transform:uppercase;letter-spacing:.5px}input[type=text],input[type=email],input[type=password],input[type=number],input[type=date],textarea,select{width:100%;background-color:var(--surface-color-dark);border:1px solid var(--border-color);border-radius:6px;padding:.7rem;color:var(--text-color);font-size:.9rem;transition:border-color .2s,box-shadow .2s}input:focus,textarea:focus,select:focus{border-color:var(--accent-color);box-shadow:0 0 0 2px var(--highlight-color);outline:none}textarea{resize:vertical}.horizontal-controls-wrapper{display:flex;justify-content:center;align-items:center;gap:1.5rem;width:100%}.horizontal-form-group-wrapper{display:flex;justify-content:center;gap:2rem;align-items:center;flex-wrap:wrap;margin-bottom:1rem}.horizontal-form-group-wrapper .form-group{margin-bottom:0}.accordion-section{border:1px solid var(--border-color);border-radius:8px;margin-bottom:.75rem;background-color:var(--surface-color-light)}.accordion-toggle{width:100%;background:none;border:none;color:var(--text-color);padding:.75rem;font-size:1rem;font-weight:500;cursor:pointer;display:flex;justify-content:space-between;align-items:center}.accordion-content{max-height:0;overflow:hidden;transition:max-height .3s ease-out,padding .3s ease-out;padding:0 .75rem}.accordion-section.active .accordion-content{max-height:2500px;padding:.75rem;transition:max-height .5s ease-in-out,padding .5s ease-in-out}.accordion-section .accordion-toggle svg{transition:transform .3s ease}.accordion-section.active .accordion-toggle svg{transform:rotate(180deg)}.accordion-content .column-title.subtitle{font-size:.9rem;font-weight:400;margin-top:1.5rem;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid var(--border-color);text-align:left;text-transform:uppercase;letter-spacing:.8px;color:var(--text-color-light)}.accordion-content .column-title.subtitle:first-of-type{margin-top:0}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000b3;display:flex;justify-content:center;align-items:center;z-index:1000;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.modal-content{background-color:var(--surface-color);padding:1rem;border-radius:8px;max-width:400px;width:90%;text-align:center}.modal-content h3{margin-bottom:.5rem;font-size:1.1rem;font-weight:400}.modal-content p{margin-bottom:1rem;color:var(--text-color-light);font-size:.9rem}#loading-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000b3;display:flex;justify-content:center;align-items:center;z-index:2000;flex-direction:column}.spinner{border:4px solid rgba(255,255,255,.2);border-radius:50%;border-top-color:#fff;width:40px;height:40px;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}#loading-text{margin-top:1rem;font-weight:500}#auth-form-container{max-width:400px;margin:2rem auto;padding:2rem;background-color:var(--surface-color-light);border-radius:8px}.guest-access-section{text-align:center;margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid var(--border-color)}.auth-title{text-align:center;margin-bottom:1.5rem;font-size:1.5rem;font-weight:500;letter-spacing:.5px}.auth-toggle-link{text-align:center;margin-top:1rem;font-size:.9rem}.auth-toggle-link a{color:var(--accent-color);text-decoration:none;font-weight:500}.auth-error{background-color:#e53e3e33;color:#f56565;padding:.75rem;border-radius:6px;margin-bottom:1rem;font-size:.9rem;text-align:center}.user-form-section{max-width:500px;margin:1rem auto}.logo-uploader-container{display:flex;flex-direction:column;align-items:center;gap:1rem;margin-bottom:1.5rem}#logo-preview{max-width:150px;max-height:80px;object-fit:contain;background-color:var(--surface-color-dark);padding:.5rem;border-radius:8px}.input-with-button{display:flex;gap:.5rem}.input-with-button input{flex-grow:1}.form-feedback{font-size:.85rem;margin-top:.5rem;padding:.5rem;border-radius:4px;text-align:center}.form-feedback.success{color:#48bb78;background-color:#48bb781a}.form-feedback.error{color:#f56565;background-color:#f565651a}.form-feedback.warning{color:#ed8936;background-color:#ed89361a}#plans-table-container{width:100%;overflow-x:auto;padding-bottom:2rem}.plans-table{width:100%;min-width:800px;border-collapse:collapse;text-align:center;font-size:.9rem}.plans-table th,.plans-table td{padding:1rem .75rem;vertical-align:middle;border-bottom:1px solid var(--surface-color-dark)}.plans-table thead th{font-size:1.25rem;font-weight:500;color:var(--header-color);border-bottom:2px solid var(--border-color);padding-bottom:1rem}.plans-table thead th:first-child{font-size:1rem;color:var(--text-color);border-right:2px solid var(--border-color)}.plans-table thead .plan-price{font-size:1rem;font-weight:400;color:var(--text-color-light);display:block;margin-top:.25rem}.plans-table tbody th{text-align:left;font-weight:500;color:var(--text-color-light);padding-right:2rem;border-right:2px solid var(--border-color)}.plans-table tbody td{font-weight:500;white-space:pre-wrap}.plans-table tfoot td{padding-top:1.5rem;border-bottom:none}.plans-table tfoot th{border-bottom:none}.plans-table .recommended-cell{background-color:#63b3ed14}.plans-table thead .recommended-cell{color:var(--accent-color);position:relative}.plans-table thead .recommended-cell:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background-color:var(--accent-color)}#scene-list-container,#shared-scene-list-container{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}.scene-item{background-color:var(--surface-color-light);border-radius:8px;overflow:hidden;cursor:pointer;position:relative;transition:transform .2s ease,box-shadow .2s ease}.scene-item:hover{transform:translateY(-5px);box-shadow:0 10px 20px #0003}.scene-thumbnail{width:100%;height:120px;object-fit:cover;display:block}.scene-item span{display:block;padding:.75rem;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.scene-item-buttons{position:absolute;top:8px;right:8px;display:flex;gap:4px;background-color:#00000080;padding:4px;border-radius:6px;opacity:0;transition:opacity .2s ease}.scene-item:hover .scene-item-buttons{opacity:1}.scene-item-buttons button{background:none;border:none;color:#fff;padding:4px;cursor:pointer}.empty-gallery-message{text-align:center;padding:3rem 1rem;color:var(--text-color-light);grid-column:1 / -1;border:2px dashed var(--border-color);border-radius:8px;margin-top:1rem}.empty-gallery-message p:first-child{font-size:1.1rem;font-weight:500;color:var(--text-color)}.empty-gallery-message p{margin-bottom:.5rem}#design-panels-grid,#team-design-panels-grid,#admin-locked-panels-grid{display:grid;grid-template-columns:repeat(8,1fr);gap:8px;margin:1rem 0}.border-styles-container{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap;align-items:flex-start}.design-panel-item{width:100%;padding-bottom:100%;position:relative;background-color:var(--surface-color-dark);cursor:pointer;background-size:cover;background-position:center}.design-panel-item.hexagon{clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%)}.design-panel-item.pentagon{clip-path:polygon(50% 0%,100% 38%,82% 100%,18% 100%,0% 38%)}.panel-number-badge{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:var(--text-color-light);font-weight:700}.design-panel-item.locked{cursor:not-allowed;outline:2px dashed var(--accent-color);outline-offset:-2px}.design-panel-item.locked:after{content:"🔒";position:absolute;top:8px;right:8px;font-size:1.2rem;text-shadow:0 0 4px black;z-index:2}#admin-locked-panels-grid .design-panel-item.locked-admin{background-color:var(--danger-color)!important;background-image:none!important;opacity:.7}#admin-locked-panels-grid .design-panel-item.locked-admin .panel-number-badge{color:#fff}.team-creator-step,.mosaic-step{margin-bottom:1.5rem;padding:1rem;border:1px solid var(--border-)}
