:root{font-family: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}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}*{box-sizing:border-box;margin:0;padding:0}html,body{margin:0;padding:0;width:100%;overflow-x:hidden}.app{min-height:100vh;width:100vw;background:#f8fafc;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;margin:0;padding:0}.builder-container{display:flex;min-height:100vh;gap:1rem;padding:.5rem;background:#f8fafc;width:100vw;box-sizing:border-box}.admin-panel-new{flex:0 0 70%;background:#fff;border-radius:12px;box-shadow:0 10px 40px -12px #00000026;overflow:hidden;display:flex;flex-direction:column;max-height:calc(100vh - 1rem)}.admin-header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:2rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.header-content h1{margin:0 0 .5rem;font-size:1.75rem;font-weight:700}.header-subtitle{margin:0;opacity:.9;font-size:1rem}.header-actions{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.btn-secondary{padding:.75rem 1.5rem;background:#fff3;color:#fff;border:1px solid rgba(255,255,255,.3);border-radius:10px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.btn-secondary:hover{background:#ffffff4d;border-color:#ffffff80}.btn-primary{padding:.75rem 1.5rem;background:#fff;color:#667eea;border:none;border-radius:10px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 12px #00000026}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0003}.btn-primary.saving{background:#6b7280;color:#fff;cursor:not-allowed}.btn-primary.saved{background:#10b981;color:#fff}.save-indicator{font-size:.875rem;color:#ffffffe6;font-weight:500}.admin-content{flex:1;overflow-y:auto;padding:3rem}.config-grid{display:grid;gap:24px}.config-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;box-shadow:0 4px 6px -1px #0000000d;transition:all .2s ease}.config-card:hover{box-shadow:0 10px 25px -5px #0000001a;border-color:#d1d5db}.card-header{background:#f9fafb;padding:2rem;border-bottom:1px solid #e5e7eb}.card-header h3{margin:0 0 .75rem;font-size:1.25rem;font-weight:700;color:#1f2937;display:flex;align-items:center;gap:.75rem}.card-header p{margin:0;color:#6b7280;font-size:1rem}.card-content{padding:2.5rem}.admin-panel h1{margin:0 0 2rem;color:#1e293b;font-size:1.5rem;font-weight:700}.config-section{margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid #e2e8f0}.config-section:last-child{border-bottom:none;margin-bottom:0}.config-section h2{margin:0 0 1.5rem;color:#475569;font-size:1.1rem;font-weight:600}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;color:#1f2937;font-weight:500;font-size:.875rem}.form-group input[type=text],.form-group input[type=email],.form-group textarea,.form-group select{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:8px;font-size:.875rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.form-group input[type=text]:focus,.form-group input[type=email]:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.form-group input[type=color]{width:60px;height:40px;border:1px solid #d1d5db;border-radius:6px;cursor:pointer}.form-group input[type=file]{padding:.5rem;border:2px dashed #d1d5db;border-radius:8px;background:#f9fafb;cursor:pointer;transition:border-color .15s ease-in-out}.form-group input[type=file]:hover{border-color:#6366f1}.form-group input[type=checkbox]{margin-right:.5rem}.input-group{margin-bottom:2rem}.input-label{display:block;margin-bottom:.75rem;color:#1f2937;font-weight:500;font-size:.875rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Arial,sans-serif}.text-input,.textarea-input,.select-input{width:100%;padding:1.25rem;border:2px solid #e5e7eb;border-radius:12px;font-size:1rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Arial,sans-serif;transition:all .2s ease;background:#fafbfc;color:#374151}.text-input::placeholder,.textarea-input::placeholder{color:#9ca3af}.text-input:focus,.textarea-input:focus,.select-input:focus{outline:none;border-color:#667eea;background:#fff;box-shadow:0 0 0 3px #667eea1a}.textarea-input{resize:vertical;min-height:80px}.input-row{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.media-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.media-upload{position:relative}.upload-label{display:block;margin-bottom:.5rem;color:#1f2937;font-weight:500;font-size:.875rem}.file-input{width:100%;padding:1rem;border:1px solid #e5e7eb;border-radius:10px;background:#fff;cursor:pointer;transition:all .2s ease;font-size:0;color:transparent;position:relative;display:flex;align-items:center;justify-content:center;min-height:80px;text-align:center;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Arial,sans-serif}.file-input::file-selector-button{display:none}.file-input::-webkit-file-upload-button{display:none}.file-input:before{content:"📁 Click to upload image";display:block;color:#9ca3af;font-size:.875rem;font-weight:500}.file-input:hover{border-color:#667eea;background:#f8faff}.file-input:hover:before{color:#667eea}.file-input-container{position:relative}.file-input.has-image{opacity:0;z-index:1}.file-input.has-image:before{display:none}.file-preview-image{position:absolute;inset:0;pointer-events:none;display:flex;align-items:center;justify-content:center;border-radius:10px;overflow:hidden;z-index:2;background:#fff;border:1px solid #e5e7eb}.file-preview-image img{max-width:100%;max-height:90%;object-fit:contain;border-radius:8px}.preview-thumb{margin-top:.75rem;width:60px;height:60px;border-radius:8px;overflow:hidden;border:2px solid #e5e7eb;position:relative}.preview-thumb img{width:100%;height:100%;object-fit:cover}.delete-image-btn{position:absolute;top:8px;right:8px;width:24px;height:24px;background:#ef4444e6;color:#fff;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:400;line-height:1;transition:all .2s ease;padding:0!important;margin:0!important;text-align:center;box-sizing:border-box;z-index:3;vertical-align:top;font-family:Arial,sans-serif}.delete-image-btn:hover{background:#ef4444;transform:scale(1.1)}.color-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:1rem;margin-bottom:1.5rem}.color-input-group{display:flex;flex-direction:column;align-items:center;gap:.5rem}.color-label{font-size:.75rem;font-weight:600;color:#374151;text-align:center}.color-input{width:50px;height:50px;border:3px solid #e5e7eb;border-radius:12px;cursor:pointer;transition:all .2s ease;overflow:hidden;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;padding:0}.color-input::-webkit-color-swatch-wrapper{padding:0;border:none;border-radius:8px}.color-input::-webkit-color-swatch{border:none;border-radius:8px;margin:0}.color-input::-moz-color-swatch{border:none;border-radius:8px}.color-input:hover{border-color:#667eea;transform:scale(1.05)}.checkbox-group{margin-bottom:1rem}.checkbox-label{display:flex;align-items:center;gap:.75rem;cursor:pointer;padding:.75rem;border-radius:8px;transition:background-color .2s ease}.checkbox-label:hover{background:#f9fafb}.checkbox-input{width:18px;height:18px;accent-color:#667eea}.checkbox-text{font-size:.875rem;font-weight:500;color:#1f2937}.custom-fields-section{margin-top:1.5rem}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.btn-add-field{padding:.5rem 1rem;background:#667eea;color:#fff;border:none;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease}.btn-add-field:hover{background:#5a67d8;transform:translateY(-1px)}.custom-field-card{border:2px solid #e5e7eb;border-radius:10px;margin-bottom:1rem;background:#fafbfc;transition:all .2s ease}.custom-field-card:hover{border-color:#d1d5db}.field-header{display:flex;justify-content:space-between;align-items:center;padding:1rem;border-bottom:1px solid #e5e7eb;background:#fff}.field-title{font-weight:600;font-size:.875rem;color:#374151}.btn-remove-field{background:none;border:none;color:#ef4444;cursor:pointer;font-size:1.25rem;padding:.25rem;border-radius:4px;transition:all .2s ease}.btn-remove-field:hover{background:#fee2e2}.field-content{padding:1rem}.field-label{display:block;margin-bottom:.5rem;color:#374151;font-weight:500;font-size:.75rem}.field-input{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:8px;font-size:.875rem;background:#fff;color:#374151}.field-input::placeholder{color:#9ca3af}.preview-panel{flex:0 0 30%;display:flex;flex-direction:column;background:#fff;border-radius:12px;box-shadow:0 10px 40px -12px #00000026;overflow:hidden;max-height:calc(100vh - 1rem)}.screen-navigation{background:#f9fafb;border-bottom:1px solid #e5e7eb;padding:1rem}.nav-tabs{display:flex;gap:.5rem;background:#e5e7eb;padding:.25rem;border-radius:12px;position:relative}.nav-tabs:before{content:"";position:absolute;top:.25rem;left:.25rem;height:calc(100% - .5rem);width:var(--tab-width, calc(33.333% - .333rem) );background:#fff;border-radius:10px;transition:all .3s ease;transform:translate(var(--tab-translate, 0));z-index:1}.nav-tab{flex:1;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1rem;background:transparent;border:none;border-radius:10px;cursor:pointer;transition:all .2s ease;font-size:.875rem;font-weight:500;color:#6b7280;outline:none;position:relative;z-index:2}.nav-tab.active{background:transparent;color:#667eea;outline:none}.nav-tab:focus{outline:none!important;box-shadow:none!important}.nav-tab:hover:not(.active){background:#ffffffb3;color:#374151}.tab-icon{font-size:1rem}.tab-label{font-weight:600}.single-screen-container{flex:1;display:flex;justify-content:center;align-items:center;padding:2rem;background:linear-gradient(135deg,#f5f7fa,#c3cfe2)}.preview-screens{display:flex;gap:.75rem;align-items:flex-start;justify-content:flex-start;min-width:fit-content;padding:0 .5rem}.screen-container{display:flex;flex-direction:column;align-items:center;gap:1rem}.screen-title{margin:0;font-size:.875rem;font-weight:600;color:#374151;text-align:center;background:#fff;padding:.5rem 1rem;border-radius:8px;box-shadow:0 2px 4px #0000001a;min-width:80px}.mobile-frame{position:relative;width:356px;height:730px;background:url(/assets/iPhone_15_Pro_Vector_Wikimedia-Bu4KDEV6.svg) no-repeat center center;background-size:contain;display:flex;align-items:center;justify-content:center;overflow:visible}.mobile-frame:before{content:"";position:absolute;inset:0;border:8px solid #2c2c2e;border-radius:50px;box-shadow:inset 0 0 0 2px #1c1c1e,0 0 0 1px #ffffff1a,0 8px 32px #0000004d;pointer-events:none;z-index:10}.mobile-frame:after{content:"";position:absolute;top:20px;left:50%;transform:translate(-50%);width:120px;height:32px;background:#1c1c1e;border-radius:20px;z-index:15;pointer-events:none}.mobile-preview{width:340px;height:714px;background:#fff;border-radius:42px;overflow:hidden;font-family:Arial,sans-serif;display:flex;flex-direction:column;position:relative;background-size:cover;padding-top:15%;background-position:center;margin:0;box-sizing:border-box;z-index:1}.mobile-preview:after{display:none}.preview-header{padding:1rem;display:flex;justify-content:center;align-items:center;min-height:84px}.preview-logo{max-height:56px;max-width:210px;object-fit:contain}.floating-card{width:80%;min-height:45%;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:16px;box-shadow:0 8px 32px #0000001a;margin:1.5rem auto;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;position:relative;flex-shrink:0;padding:1.5rem 1rem 1rem;gap:1.5rem;text-align:center}.preview-content{flex:1;padding:1rem 1.4rem;display:flex;flex-direction:column;align-items:center;text-align:center;gap:1rem}.preview-poap-image{width:168px;height:168px;border-radius:16px;object-fit:cover;box-shadow:0 8px 28px -8px #0003;margin-bottom:.5rem}.preview-content h2{margin:0;font-size:1.4rem;font-weight:700;line-height:1.3}.preview-description{margin:0;color:#6b7280;font-size:1.05rem;line-height:1.4;max-width:280px}.preview-form{width:100%;max-width:280px;display:flex;flex-direction:column;gap:.7rem;margin-top:auto;padding-bottom:1.4rem}.preview-input{width:100%;padding:.7rem;border:1px solid #d1d5db;border-radius:8px;font-size:1.05rem;background:#fff;color:#000}.preview-consent{display:flex;align-items:flex-start;gap:.525rem;font-size:.875rem;color:#6b7280;line-height:1.3;text-align:left}.preview-consent input[type=checkbox]{margin:0;flex-shrink:0;transform:scale(1.12)}.preview-claim-button{width:100%;padding:.875rem;border:none;border-radius:8px;font-size:1.05rem;font-weight:600;cursor:not-allowed;transition:opacity .15s ease-in-out;opacity:.9}.figma-status-space{height:5px;width:100%;flex-shrink:0}.figma-top-section{position:relative;display:flex;flex-direction:column;align-items:center;gap:24px;padding:15px 20px 0;height:auto;min-height:360px;box-sizing:border-box;z-index:2;flex:1}.figma-logo{display:flex;justify-content:center;align-items:center;height:35px;width:150px;margin-top:0}.figma-logo-img{max-height:45px;max-width:150px;object-fit:contain}.figma-logo-placeholder{background:#fdfdfd;color:#333;padding:8px 16px;border-radius:4px;font-size:12px;font-weight:700}.figma-card-wrapper{position:relative;width:303px;height:396px;margin:0 auto}.figma-main-card{width:100%;height:100%;background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid #000000;border-radius:16px;box-shadow:0 10px 30px #0000001a;overflow:hidden}.figma-card-inner{width:calc(100% - 8px);height:calc(100% - 8px);margin:4px;background:linear-gradient(180deg,#fff 11.19%,#ffffff0d 28.41% 61.8%,#fff 82.63%);border:1px solid #ffffff;border-radius:12px;padding:16px;box-sizing:border-box;position:relative;display:flex;flex-direction:column;gap:16px}.figma-close-btn{position:absolute;top:16px;left:16px;background:none;border:none;cursor:pointer;width:24px;height:24px;display:flex;align-items:center;justify-content:center}.figma-poap-container{display:flex;justify-content:center;align-items:center;margin-top:16px;flex:1}.figma-poap-image{width:180px;height:180px;border-radius:0;object-fit:cover}.figma-poap-placeholder{width:180px;height:180px;position:relative}.figma-poap-bg{width:100%;height:100%;background:#7760fe;border-radius:0}.figma-title-section{margin-top:auto;display:flex;justify-content:center}.figma-event-title{margin:0;font-size:1.1rem;font-weight:600;line-height:1.3;text-align:center;max-width:263px;color:#fcfcfc}.figma-cta-button{width:303px;height:44px;margin:0 auto;border:none;border-radius:50px;background:#9770ff;color:#fff;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.figma-cta-button:hover{transform:translateY(-1px);box-shadow:0 4px 15px #9770ff4d}.figma-backdrop{position:absolute;inset:0;background:#0000004d;z-index:9;cursor:pointer;opacity:0;animation:backdropFadeIn .4s ease forwards}.figma-backdrop.fade-out{animation:backdropFadeOut .4s ease forwards}@keyframes backdropFadeIn{0%{opacity:0}to{opacity:1}}@keyframes backdropFadeOut{0%{opacity:1}to{opacity:0}}.figma-bottom-section{position:absolute;bottom:0;left:0;right:0;background:#171717cc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);max-height:460px;height:460px;overflow:hidden;transition:transform .4s cubic-bezier(.25,.46,.45,.94);z-index:10;transform:translateY(85%);border-radius:20px 20px 0 0}.figma-bottom-section.expanded{transform:translateY(0)}.figma-bottom-content{padding:24px;display:flex;flex-direction:column;gap:16px;height:100%;box-sizing:border-box}.figma-scroll-hint{display:flex;align-items:center;justify-content:center;gap:16px;height:21px;margin-bottom:16px}.figma-arrow{color:#ffffff80;font-size:1rem;width:12px;height:17px}.figma-scroll-text{color:#fff;font-size:.875rem;font-weight:400}.figma-text-section{display:flex;flex-direction:column;gap:16px;text-align:center}.figma-title-details{display:flex;flex-direction:column;gap:8px}.figma-details-title{margin:0;font-size:1.1rem;font-weight:600;line-height:1.3;color:#fcfcfc;max-height:78px;overflow:hidden;text-align:center;font-family:Arial,sans-serif}.figma-details-divider{width:100%;height:1px;background:#fff;margin:0}.figma-description{margin:0;font-size:.875rem;line-height:1.4;color:#fff;max-height:126px;overflow:hidden;text-align:center;font-family:Arial,sans-serif}.figma-footer{display:flex;flex-direction:column;gap:10px;margin-top:auto;height:74px}.figma-powered-by{display:flex;align-items:center;justify-content:space-between;height:24px}.figma-footer-logo{height:24px;width:80px}.figma-powered-text{font-size:.875rem;color:#fcfcfc;display:flex;gap:4px}.figma-form-fields{display:flex;flex-direction:column;gap:16px;margin:20px 0}.figma-field{display:flex;flex-direction:column;gap:8px}.figma-field-label{color:#fff;font-size:.875rem;font-weight:500;text-align:left}.figma-required{color:#f44;margin-left:2px}.figma-field-input,.figma-field-select{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:8px;padding:12px;color:#fff;font-size:.875rem;transition:all .2s ease}.figma-field-input::placeholder{color:#fff9}.figma-field-input:focus,.figma-field-select:focus{outline:none;border-color:#9770ff;background:#ffffff26}.figma-consent-field{margin-top:8px}.figma-checkbox-label{display:flex;align-items:flex-start;gap:8px;cursor:pointer;text-align:left}.figma-checkbox{margin-top:2px;accent-color:#9770ff}.figma-consent-text{color:#fffc;font-size:.75rem;line-height:1.4}.figma-submit-button{color:#fff;border:none;border-radius:8px;padding:14px 24px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease;margin-top:8px}.figma-submit-button:hover{filter:brightness(.9);transform:translateY(-1px)}.figma-terms{border-top:1px solid #fcfcfc;padding-top:16px;text-align:center;height:34px;display:flex;align-items:center;justify-content:center}.figma-terms p{margin:0;font-size:.75rem;color:#fcfcfc}.congratulations-card{width:90%;background:#000c;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:12px;box-shadow:0 8px 32px #0000004d;margin:1rem auto;padding:1.5rem;display:flex;flex-direction:column;align-items:center;gap:1rem;text-align:center}.congrats-header{display:flex;flex-direction:column;gap:.25rem;margin-bottom:.5rem}.congrats-title{margin:0;font-size:1.1rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.congrats-subtitle{margin:0;font-size:1rem;font-weight:400;opacity:.9}.poap-image-container{display:flex;justify-content:center;align-items:center;margin:.5rem 0}.congrats-poap-image{width:150px;height:150px;border-radius:12px;object-fit:cover;box-shadow:0 8px 20px #00000026}.poap-placeholder{width:150px;height:150px;border-radius:12px;background:#ffffff1a;border:2px dashed rgba(255,255,255,.3);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.poap-event-title{margin:0;font-size:1.1rem;font-weight:600;line-height:1.3;text-align:center;max-width:220px}.loading-section{display:flex;flex-direction:column;align-items:center;gap:1rem;margin-top:1rem}.loading-indicator{display:flex;justify-content:center;align-items:center;margin-bottom:.5rem}.loading-dot{width:24px;height:24px;background:#ffffff4d;border:2px solid #fcfcfc;border-radius:50%;position:relative;animation:pulse 2s infinite}.loading-dot:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:16px;height:16px;background:#fcfcfc;border-radius:50%;animation:innerPulse 2s infinite}@keyframes pulse{0%,to{opacity:.2;transform:scale(1)}50%{opacity:1;transform:scale(1.1)}}@keyframes innerPulse{0%,to{opacity:.6;transform:translate(-50%,-50%) scale(.8)}50%{opacity:1;transform:translate(-50%,-50%) scale(1)}}.redirect-text{margin:0;font-size:1rem;font-weight:400;text-align:center;line-height:1.4;max-width:220px}.preview-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;gap:2.1rem}.simple-loader{width:30px;height:30px;border:2px solid rgba(255,255,255,.3);border-top:2px solid rgba(255,255,255,1);border-radius:50%;animation:simpleSpin 1s linear infinite;display:inline-block}@keyframes simpleSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-text{margin:0;font-size:1.225rem;font-weight:500;text-align:center}.success-details{margin:1rem 0}.claimed-via{margin:0;font-size:.75rem;text-align:center;opacity:.8}.mobile-sliding-form-container{position:absolute;inset:0;width:100%;z-index:5;display:flex;align-items:flex-end;border-radius:14px;overflow:hidden;pointer-events:none;background:#0000;-webkit-backdrop-filter:blur(0px);backdrop-filter:blur(0px);transition:background .4s cubic-bezier(.25,.46,.45,.94),backdrop-filter .4s cubic-bezier(.25,.46,.45,.94)}.mobile-sliding-form-container.slide-up{pointer-events:auto;background:#00000080;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.mobile-sliding-form-content{background:#fff;width:100%;max-height:70%;border-radius:14px 14px 0 0;padding:1.5rem 1rem;box-shadow:0 -4px 16px #0003;overflow-y:auto;transform:translateY(80%);transition:transform .4s cubic-bezier(.25,.46,.45,.94);pointer-events:auto}.mobile-sliding-form-container.slide-up .mobile-sliding-form-content{transform:translateY(0)}.peek-hint{position:absolute;top:.5rem;left:0;right:0;text-align:center;z-index:10}.peek-hint p{margin:0;font-size:.75rem;color:#6b7280;opacity:.8;font-weight:400}.form-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid #e5e7eb}.form-header h3{margin:0;font-size:1.25rem;font-weight:700;color:#1f2937}.close-form-btn{background:none;border:none;font-size:2rem;color:#6b7280;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .2s ease}.close-form-btn:hover{background-color:#f3f4f6}.final-submit{margin-top:1rem}@media (max-width: 1400px){.admin-content,.card-content{padding:2rem}.admin-panel-new{flex:0 0 65%}.preview-panel{flex:0 0 35%}}@media (max-width: 1200px){.builder-container{gap:.75rem;padding:.75rem}.admin-panel-new{flex:0 0 60%}.preview-panel{flex:0 0 40%}.mobile-preview{width:260px;height:563px}.input-row{grid-template-columns:1fr;gap:1.5rem}.color-grid{grid-template-columns:repeat(auto-fit,minmax(100px,1fr))}.admin-content,.card-content{padding:1.5rem}}@media (max-width: 768px){.builder-container{flex-direction:column;gap:1rem;padding:.5rem}.admin-panel-new,.preview-panel{flex:none;max-height:none}.admin-header{flex-direction:column;align-items:flex-start;gap:1rem}.header-actions{width:100%;justify-content:space-between}.admin-content,.single-screen-container{padding:1rem}.mobile-frame{padding:.5rem}.mobile-preview{width:280px;height:520px}.media-grid,.input-row{grid-template-columns:1fr}.color-grid{grid-template-columns:repeat(3,1fr)}.nav-tabs{flex-direction:column;gap:.25rem}.nav-tab{padding:.5rem}}@media (max-width: 640px){.config-grid{gap:1rem}.card-header,.card-content{padding:1rem}.mobile-preview{width:240px;height:480px}.color-grid{grid-template-columns:repeat(2,1fr)}}.dashboard-container{min-height:100vh;background:#f8fafc;padding:1.5rem;width:100%;max-width:none}.dashboard-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid #e2e8f0}.dashboard-header h1{margin:0;color:#1e293b;font-size:2rem;font-weight:700}.pages-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(400px,1fr));gap:2rem}.empty-state{grid-column:1 / -1;text-align:center;padding:4rem 2rem;background:#fff;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a}.empty-state h3{margin:0 0 .5rem;color:#374151;font-size:1.25rem;font-weight:600}.empty-state p{margin:0;color:#6b7280;font-size:1rem}.page-card{background:#1e293b;border-radius:16px;padding:0;box-shadow:0 4px 12px #0000004d;transition:all .2s ease;overflow:hidden;display:flex;flex-direction:column;min-height:200px}.page-card:hover{box-shadow:0 20px 40px #0006;transform:translateY(-2px)}.page-card-preview{flex:0 0 160px;background:#f9fafb;display:flex;align-items:center;justify-content:center;padding:1rem}.mini-mobile-frame{position:relative;width:134px;height:274px;background:url(/assets/iPhone_15_Pro_Vector_Wikimedia-Bu4KDEV6.svg) no-repeat center center;background-size:contain;display:flex;align-items:center;justify-content:center;overflow:visible;transform:scale(.375);transform-origin:center}.mini-mobile-frame:before,.mini-mobile-frame:after{display:none}.mini-mobile-preview{width:278px;height:600px;background:#fff;border-radius:40px;overflow:hidden;display:flex;flex-direction:column;position:relative;background-size:cover;background-position:center;margin:65px 39px;transform:scale(.375);transform-origin:center}.mini-mobile-preview:after{display:none}.mini-preview-header{padding:.375rem;display:flex;justify-content:center;align-items:center;min-height:24px}.mini-preview-logo{max-height:18px;max-width:80px;object-fit:contain}.mini-floating-card{width:80%;min-height:45%;background:#ffffff1a;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:1px solid rgba(255,255,255,.2);border-radius:6px;box-shadow:0 3px 12px #0000001a;margin:.5rem auto;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;position:relative;flex-shrink:0;padding:.6rem .375rem .375rem;gap:.6rem;text-align:center}.mini-poap-image{width:42px;height:42px;border-radius:6px;object-fit:cover;box-shadow:0 3px 10px -3px #0003;margin-bottom:.15rem}.mini-title{margin:0;font-weight:700;line-height:1.3;text-align:center;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.mini-cta-button{width:80%;padding:.3rem;border:none;border-radius:3px;font-weight:600;cursor:not-allowed;transition:opacity .15s ease-in-out;opacity:.9;margin:.375rem auto;text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mini-sliding-peek{position:absolute;bottom:0;left:0;right:0;height:20%;background:#fff;display:flex;align-items:flex-start;justify-content:center;padding-top:.25rem}.mini-peek-hint{margin:0;font-size:.3rem;color:#6b7280;opacity:.8;font-weight:400}.page-card-content{flex:1;padding:1.5rem;display:flex;flex-direction:column;gap:1rem}.page-card-content h3{margin:0;color:#fff;font-size:1.25rem;font-weight:600;line-height:1.3}.page-card-actions{display:flex;gap:.5rem;margin-top:auto}.action-btn{flex:1;height:40px;padding:0 1rem;border:none;border-radius:8px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.edit-btn{background:#2563eb;color:#fff}.edit-btn:hover{background:#1d4ed8}.delete-btn{background:#dc2626;color:#fff}.delete-btn:hover{background:#b91c1c}.page-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #e5e7eb}.page-card-header h3{margin:0;color:#1f2937;font-size:1.125rem;font-weight:600}.page-actions{display:flex}.page-card-info{flex:1}.page-card-info p{margin:.5rem 0 0;color:#6b7280;font-size:.875rem}.page-card-info p:first-child{margin-top:0}.admin-panel::-webkit-scrollbar{width:6px}.admin-panel::-webkit-scrollbar-track{background:#f1f5f9;border-radius:3px}.admin-panel::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.admin-panel::-webkit-scrollbar-thumb:hover{background:#94a3b8}@media (max-height: 900px) and (min-width: 1200px){.builder-container{height:100vh;overflow:hidden;padding:.5rem;gap:.5rem}.admin-panel-new{max-height:calc(100vh - 1rem);overflow-y:auto}.mobile-frame{width:280px!important;height:574px!important;transform:scale(.85);transform-origin:center}.mobile-preview{width:250px!important;height:525px!important;padding-top:12%!important}.mobile-preview .figma-card-wrapper{transform:scale(.75);transform-origin:center}.mobile-preview .figma-bottom-section{transform:scale(1);transform-origin:bottom center;height:460px!important;max-height:460px!important;width:100%!important;left:0!important;right:0!important}.mobile-preview .figma-top-section{transform:scale(.8);transform-origin:top center}.mobile-preview .figma-logo{width:120px!important;height:28px!important}.section{padding:1rem}.section h3{font-size:1rem;margin-bottom:.75rem}.input-row{gap:.75rem}.color-grid{gap:.5rem}.card-content{padding:1.5rem}}.accordion-section{background:#fff;border:2px solid #e5e7eb;border-radius:16px;overflow:hidden;margin-bottom:12px;transition:all .2s ease}.accordion-section:hover{border-color:#d1d5db;box-shadow:0 4px 6px -1px #0000000d}.accordion-header{padding:1.5rem;display:flex;justify-content:space-between;align-items:center;cursor:pointer;-webkit-user-select:none;user-select:none;background:#fafbfc;transition:background-color .2s ease}.accordion-header:hover{background:#f3f4f6}.accordion-header.expanded{background:#f9fafb;border-bottom:2px solid #e5e7eb}.accordion-content{padding:2rem;background:#fff;animation:slideDown .3s ease-out}@keyframes slideDown{0%{opacity:0;max-height:0}to{opacity:1;max-height:2000px}}.file-preview-text{position:absolute;inset:0;pointer-events:none;display:flex;align-items:center;justify-content:center;border-radius:10px;z-index:2;background:#fff;border:1px solid #e5e7eb;padding:1rem}.file-preview-text span{color:#374151;font-size:.875rem;font-weight:500;text-align:center;word-break:break-all}.modal-overlay{position:fixed;inset:0;background:#00000080;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:10000;padding:1rem;animation:fadeIn .2s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{background:#fffffff2;-webkit-backdrop-filter:blur(20px) saturate(180%);backdrop-filter:blur(20px) saturate(180%);border-radius:16px;box-shadow:0 20px 60px -12px #00000040,0 0 0 1px #ffffff4d;max-width:500px;width:100%;max-height:90vh;overflow:hidden;display:flex;flex-direction:column;animation:slideUp .3s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 1.5rem 1rem;border-bottom:1px solid rgba(0,0,0,.08)}.modal-title{font-size:1.25rem;font-weight:600;color:#1e293b;margin:0}.modal-close{background:none;border:none;cursor:pointer;padding:.5rem;color:#64748b;transition:all .2s;border-radius:8px;display:flex;align-items:center;justify-content:center}.modal-close:hover{background:#0000000d;color:#1e293b}.modal-close:active{transform:scale(.95)}.modal-body{padding:1.5rem;flex:1;overflow-y:auto;color:#475569;font-size:.95rem;line-height:1.6}.modal-body::-webkit-scrollbar{width:6px}.modal-body::-webkit-scrollbar-track{background:#0000000d;border-radius:3px}.modal-body::-webkit-scrollbar-thumb{background:#0003;border-radius:3px}.modal-body::-webkit-scrollbar-thumb:hover{background:#0000004d}.modal-footer{padding:1rem 1.5rem 1.5rem;display:flex;justify-content:flex-end;gap:.75rem;border-top:1px solid rgba(0,0,0,.08)}.modal-button{padding:.625rem 1.5rem;border-radius:8px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s;border:none;outline:none}.modal-button:active{transform:scale(.98)}.modal-button-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 4px 12px -4px #667eea66}.modal-button-primary:hover{box-shadow:0 6px 16px -4px #667eea80;transform:translateY(-1px)}.modal-button-secondary{background:#0000000d;color:#475569}.modal-button-secondary:hover{background:#0000001a}.modal-error .modal-header{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;border-bottom:none;border-radius:16px 16px 0 0;padding:1.5rem}.modal-error .modal-title{color:#fff}.modal-error .modal-close{color:#fffc}.modal-error .modal-close:hover{background:#fff3;color:#fff}.modal-warning .modal-header{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;border-bottom:none;border-radius:16px 16px 0 0;padding:1.5rem}.modal-warning .modal-title{color:#fff}.modal-warning .modal-close{color:#fffc}.modal-warning .modal-close:hover{background:#fff3;color:#fff}.modal-success .modal-header{background:linear-gradient(135deg,#10b981,#059669);color:#fff;border-bottom:none;border-radius:16px 16px 0 0;padding:1.5rem}.modal-success .modal-title{color:#fff}.modal-success .modal-close{color:#fffc}.modal-success .modal-close:hover{background:#fff3;color:#fff}.validation-errors{list-style:none;padding:0;margin:0}.validation-errors li{padding:.75rem 1rem;background:#ef44441a;border-left:3px solid #ef4444;border-radius:6px;margin-bottom:.75rem;color:#991b1b;font-size:.9rem}.validation-errors li:last-child{margin-bottom:0}@media (max-width: 640px){.modal-content{margin:0;max-height:95vh}.modal-header{padding:1.25rem 1.25rem .75rem}.modal-title{font-size:1.1rem}.modal-body{padding:1.25rem}.modal-footer{padding:.75rem 1.25rem 1.25rem}.modal-button{padding:.625rem 1.25rem;font-size:.85rem}}.image-upload-container{display:flex;flex-direction:column;gap:.5rem}.image-upload-label{display:block;color:#1e293b;font-size:.875rem;font-weight:500;margin-bottom:.5rem}.optional-text{color:#9ca3af;font-weight:400}.image-upload-area{position:relative;border:2px dashed #e5e7eb;border-radius:12px;padding:1.5rem;background:#f9fafb;cursor:pointer;transition:all .2s ease;min-height:140px;display:flex;align-items:center;justify-content:center}.image-upload-area:hover{border-color:#667eea;background:#f5f7ff}.image-upload-area.dragging{border-color:#667eea;background:#eef2ff;border-style:solid}.image-upload-area.has-value{border-style:solid;border-color:#e5e7eb;background:#fff;padding:1rem;min-height:auto}.upload-empty-state{display:flex;flex-direction:column;align-items:center;gap:.75rem;text-align:center}.upload-text{color:#6b7280;font-size:.875rem}.upload-cta{color:#667eea;font-weight:500}.upload-hint{color:#9ca3af;font-size:.75rem}.upload-preview{display:flex;align-items:center;gap:.75rem;width:100%}.preview-file-icon{flex-shrink:0;width:40px;height:40px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:.625rem;font-weight:600;letter-spacing:.5px}.preview-file-details{flex:1;min-width:0}.preview-file-name{color:#1e293b;font-size:.875rem;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.preview-file-meta{display:flex;align-items:center;gap:.5rem;color:#6b7280;font-size:.75rem;margin-top:.25rem}.preview-file-meta svg{flex-shrink:0}.image-upload-area.circular-variant{padding:1.5rem;min-height:200px}.upload-preview-circular{display:flex;flex-direction:column;align-items:center;gap:1rem;width:100%}.preview-circular-image{width:120px;height:120px;border-radius:50%;overflow:hidden;border:3px solid #e5e7eb}.preview-circular-image img{width:100%;height:100%;object-fit:cover}.upload-preview-circular .preview-file-info{display:flex;align-items:center;gap:.75rem;width:100%}.upload-preview-circular .preview-file-icon{width:32px;height:32px;font-size:.5rem}.upload-preview-circular .preview-file-details{flex:1}.upload-delete-btn{position:absolute;top:.75rem;right:.75rem;width:24px;height:24px;border-radius:6px;border:none;background:#f3f4f6;color:#6b7280;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;padding:0}.upload-delete-btn:hover{background:#fee2e2;color:#dc2626}.upload-delete-btn:active{transform:scale(.95)}.image-upload-helper{color:#6b7280;font-size:.75rem;margin-top:.25rem;display:block}@media (max-width: 640px){.image-upload-area{padding:1rem}.upload-empty-state svg{width:32px;height:32px}.preview-circular-image{width:100px;height:100px}}
