*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100vh}a{text-decoration:none;color:inherit}button{font-family:inherit}.landing-page{min-height:100vh;display:flex;flex-direction:column;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.hero-section{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;text-align:center}.hero-section h1{font-size:3rem;margin-bottom:1rem;font-weight:700}.hero-section p{font-size:1.5rem;margin-bottom:2rem;opacity:.9}.action-buttons{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center}.btn{display:flex;align-items:center;gap:.5rem;padding:1rem 2rem;border-radius:50px;text-decoration:none;font-weight:600;font-size:1.1rem;transition:transform .2s,box-shadow .2s;border:none;cursor:pointer}.btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0003}.btn-primary{background:#fff;color:#667eea}.btn-secondary{background:#fff3;color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.preview-section{background:#fff;color:#333;padding:3rem 2rem}.preview-section h2{text-align:center;margin-bottom:2rem;color:#667eea}.photo-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem;max-width:1200px;margin:0 auto}.placeholder{grid-column:1 / -1;text-align:center;padding:3rem;color:#999;font-style:italic;display:flex;flex-direction:column;align-items:center;gap:1rem}.photo-card{border-radius:12px;overflow:hidden;box-shadow:0 4px 6px #0000001a;transition:transform .2s,box-shadow .2s}.photo-thumbnail{width:100%;height:250px;object-fit:cover;background:#f0f0f0}@media (max-width: 768px){.hero-section h1{font-size:2rem}.hero-section p{font-size:1.2rem}.action-buttons{flex-direction:column;align-items:center}.btn{width:100%;max-width:300px;justify-content:center}}.template-selector{text-align:center;max-width:1200px;width:100%}.template-selector h2{margin-bottom:2rem;color:#333;font-size:2rem}.template-selector.loading{display:flex;flex-direction:column;align-items:center;gap:1rem;color:#666}.spinner{animation:spin 1s linear infinite}.template-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;padding:1rem}.template-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 6px #0000001a;cursor:pointer;transition:transform .2s,box-shadow .2s}.template-card:hover{transform:translateY(-4px);box-shadow:0 8px 12px #00000026}.template-info{padding:1rem}.template-info h3{margin:0;color:#333;font-size:1.1rem}.no-templates{grid-column:1 / -1;color:#999;font-style:italic;padding:2rem}@media (max-width: 768px){.template-grid{grid-template-columns:1fr}.template-selector h2{font-size:1.5rem}}.photo-capture{width:100%;max-width:800px;margin:0 auto}.capture-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.capture-header h2{margin:0;color:#333}.cancel-button{background:none;border:none;cursor:pointer;padding:.5rem;border-radius:8px;transition:background .2s;color:#666}.cancel-button:hover{background:#0000001a}.camera-mode{display:flex;flex-direction:column;align-items:center;gap:1.5rem}.video-container{position:relative;width:100%;border-radius:12px;overflow:hidden;background:#000;aspect-ratio:596/626;max-width:400px}.camera-feed{width:100%;height:100%;object-fit:cover}.capture-frame{position:absolute;top:0;left:0;right:0;bottom:0;border:3px solid rgba(255,255,255,.8);border-radius:12px;pointer-events:none;box-shadow:0 0 0 9999px #00000080}.capture-frame:before{content:"";position:absolute;top:10px;left:10px;right:10px;bottom:10px;border:1px dashed rgba(255,255,255,.5);border-radius:8px}.hidden-canvas{display:none}.countdown-overlay{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;background:#00000080}.countdown-number{font-size:8rem;font-weight:700;color:#fff;animation:pulse 1s ease-in-out}@keyframes pulse{0%{transform:scale(1.5);opacity:0}50%{transform:scale(1);opacity:1}to{transform:scale(.8);opacity:0}}.capture-actions{display:flex;justify-content:center}.capture-button{display:flex;align-items:center;gap:.5rem;padding:1rem 3rem;font-size:1.2rem;border-radius:50px}.preview-mode{display:flex;flex-direction:column;align-items:center;gap:1.5rem}.preview-image{width:100%;max-width:400px;aspect-ratio:596/626;object-fit:cover;border-radius:12px;box-shadow:0 4px 12px #0003}.preview-actions{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center}.preview-timer{color:#666;font-size:.9rem;margin:.5rem 0 0}.btn{padding:.75rem 1.5rem;border-radius:8px;border:none;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s}@media (max-width: 768px){.capture-header h2{font-size:1.2rem}.countdown-number{font-size:5rem}.capture-button{padding:.75rem 2rem;font-size:1rem}.preview-actions{flex-direction:column;width:100%}.btn{width:100%}}.result-display{text-align:center;max-width:800px;width:100%;margin:0 auto}.result-display h2{margin-bottom:2rem;color:#333;font-size:2rem}.result-image-container{background:#fff;padding:1rem;border-radius:12px;box-shadow:0 4px 12px #0003;margin-bottom:2rem}.result-image{width:100%;max-width:600px;border-radius:8px;display:block;margin:0 auto}.result-actions{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center}.btn{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:8px;border:none;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s}.btn-success{background:#10b981;color:#fff}@media (max-width: 768px){.result-display h2{font-size:1.5rem}.result-actions{flex-direction:column;width:100%}.btn{width:100%;justify-content:center}}.photobooth{min-height:100vh;display:flex;flex-direction:column;background:#f5f5f5}.photobooth-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 2rem;background:#fff;box-shadow:0 2px 4px #0000001a}.photobooth-header h1{margin:0;color:#333}.photobooth-main{flex:1;display:flex;align-items:center;justify-content:center;padding:2rem;position:relative}.compositing-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#ffffffe6;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:1000}.loading-spinner{width:50px;height:50px;border:4px solid #f3f3f3;border-top:4px solid #667eea;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.compositing-overlay p{font-size:1.2rem;color:#333;margin:0}.gallery{min-height:100vh;display:flex;flex-direction:column;background:#f5f5f5}.gallery-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 2rem;background:#fff;box-shadow:0 2px 4px #0000001a}.gallery-header h1{margin:0;color:#333}.spacer{width:100px}.gallery-main{flex:1;padding:2rem}.gallery.loading{display:flex;align-items:center;justify-content:center;font-size:1.2rem;color:#666}.no-photos{text-align:center;padding:4rem 2rem;color:#666}.no-photos p{font-size:1.2rem;margin-bottom:2rem}.photo-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;max-width:1400px;margin:0 auto}.photo-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 6px #0000001a;cursor:pointer;transition:transform .2s,box-shadow .2s}.photo-card:hover{transform:translateY(-4px);box-shadow:0 8px 12px #00000026}.photo-thumbnail{width:100%;height:280px;object-fit:cover;background:#f0f0f0}.photo-info{display:flex;align-items:center;gap:.5rem;padding:1rem;color:#666;font-size:.9rem}.photo-modal{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000e6;display:flex;align-items:center;justify-content:center;z-index:1000;padding:2rem}.modal-content{background:#fff;border-radius:12px;max-width:90vw;max-height:90vh;overflow:hidden;position:relative}.close-button{position:absolute;top:1rem;right:1rem;background:#ffffffe6;border:none;font-size:2rem;width:40px;height:40px;border-radius:50%;cursor:pointer;z-index:10;transition:background .2s}.close-button:hover{background:#fff}.modal-image{max-width:100%;max-height:80vh;display:block}.modal-actions{padding:1rem;display:flex;justify-content:center;gap:1rem}.btn{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:8px;border:none;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s;text-decoration:none}@media (max-width: 768px){.gallery-header h1{font-size:1.2rem}.photo-grid{grid-template-columns:1fr}.modal-content{max-width:95vw}.modal-image{max-height:70vh}}.admin-panel{min-height:100vh;display:flex;flex-direction:column;background:#f5f5f5}.login-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;padding:2rem}.back-link{display:flex;align-items:center;gap:.5rem;text-decoration:none;color:#667eea;font-weight:600;margin-bottom:2rem;align-self:flex-start}.login-box{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 12px #0000001a;width:100%;max-width:400px}.login-header{text-align:center;margin-bottom:2rem;color:#667eea}.login-header h2{margin:1rem 0 0;color:#333}.login-form{display:flex;flex-direction:column;gap:1rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-weight:600;color:#333}.form-group input{padding:.75rem;border:1px solid #ddd;border-radius:8px;font-size:1rem}.form-group input:focus{outline:none;border-color:#667eea}.error{color:#dc3545;font-size:.9rem;margin:0}.admin-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 2rem;background:#fff;box-shadow:0 2px 4px #0000001a}.back-button{display:flex;align-items:center;gap:.5rem;text-decoration:none;color:#667eea;font-weight:600;padding:.5rem 1rem;border-radius:8px;transition:background .2s}.back-button:hover{background:#667eea1a}.admin-header h1{margin:0;color:#333}.admin-main{flex:1;padding:2rem;max-width:1200px;margin:0 auto;width:100%}.upload-section,.templates-section{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 6px #0000001a;margin-bottom:2rem}.upload-section h2,.templates-section h2{margin-top:0;margin-bottom:1.5rem;color:#333}.upload-form{display:flex;flex-direction:column;gap:1rem}.templates-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.template-item{border:1px solid #e0e0e0;border-radius:8px;overflow:hidden}.template-preview{width:100%;height:200px;object-fit:cover;background:#f0f0f0}.template-details{padding:1rem}.template-details h3{margin:0 0 .5rem;color:#333}.template-details p{margin:0 0 1rem;color:#666;font-size:.9rem}.no-templates{color:#999;font-style:italic;grid-column:1 / -1;text-align:center;padding:2rem}.btn{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:8px;border:none;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s;text-decoration:none}.btn:hover{transform:translateY(-2px);box-shadow:0 4px 8px #0003}.btn-primary{background:#667eea;color:#fff}.btn-secondary{background:#e0e0e0;color:#333}.btn-danger{background:#dc3545;color:#fff;padding:.5rem 1rem;font-size:.9rem}.btn:disabled{opacity:.6;cursor:not-allowed}@media (max-width: 768px){.admin-header h1{font-size:1.2rem}.templates-grid{grid-template-columns:1fr}.admin-header{flex-wrap:wrap;gap:1rem}}.counter{font-size:16px;padding:5px 10px;border-radius:5px;color:var(--accent);background:var(--accent-bg);border:2px solid transparent;transition:border-color .3s;margin-bottom:24px}.counter:hover{border-color:var(--accent-border)}.counter:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.hero{position:relative}.hero .base,.hero .framework,.hero .vite{inset-inline:0;margin:0 auto}.hero .base{width:170px;position:relative;z-index:0}.hero .framework,.hero .vite{position:absolute}.hero .framework{z-index:1;top:34px;height:28px;transform:perspective(2000px) rotate(300deg) rotateX(44deg) rotateY(39deg) scale(1.4)}.hero .vite{z-index:0;top:107px;height:26px;width:auto;transform:perspective(2000px) rotate(300deg) rotateX(40deg) rotateY(39deg) scale(.8)}#center{display:flex;flex-direction:column;gap:25px;place-content:center;place-items:center;flex-grow:1}@media (max-width: 1024px){#center{padding:32px 20px 24px;gap:18px}}#next-steps{display:flex;border-top:1px solid var(--border);text-align:left}#next-steps>div{flex:1 1 0;padding:32px}@media (max-width: 1024px){#next-steps>div{padding:24px 20px}}#next-steps .icon{margin-bottom:16px;width:22px;height:22px}@media (max-width: 1024px){#next-steps{flex-direction:column;text-align:center}}#docs{border-right:1px solid var(--border)}@media (max-width: 1024px){#docs{border-right:none;border-bottom:1px solid var(--border)}}#next-steps ul{list-style:none;padding:0;display:flex;gap:8px;margin:32px 0 0}#next-steps ul .logo{height:18px}#next-steps ul a{color:var(--text-h);font-size:16px;border-radius:6px;background:var(--social-bg);display:flex;padding:6px 12px;align-items:center;gap:8px;text-decoration:none;transition:box-shadow .3s}#next-steps ul a:hover{box-shadow:var(--shadow)}#next-steps ul a .button-icon{height:18px;width:18px}@media (max-width: 1024px){#next-steps ul{margin-top:20px;flex-wrap:wrap;justify-content:center}#next-steps ul li{flex:1 1 calc(50% - 8px)}#next-steps ul a{width:100%;justify-content:center;box-sizing:border-box}}#spacer{height:88px;border-top:1px solid var(--border)}@media (max-width: 1024px){#spacer{height:48px}}.ticks{position:relative;width:100%}.ticks:before,.ticks:after{content:"";position:absolute;top:-4.5px;border:5px solid transparent}.ticks:before{left:0;border-left-color:var(--border)}.ticks:after{right:0;border-right-color:var(--border)}
