.landing-container{display:flex;flex-direction:column;align-items:center;width:100%;overflow-x:hidden}.top-nav{position:sticky;top:0;z-index:10;box-sizing:border-box;width:100%;padding:.9rem 1.25rem;display:flex;justify-content:center;gap:1.25rem;background:#fdfbf7e0;border-bottom:1px solid rgba(0,0,0,.06);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.top-nav a{font-family:var(--font-heading);font-size:.8rem;letter-spacing:.08em;text-transform:uppercase}.hero-section{min-height:90vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;position:relative;background:radial-gradient(circle at center,rgba(212,175,55,.1) 0%,transparent 60%)}.app-page .hero-section{min-height:82vh;width:100%;box-sizing:border-box}.logo-container{margin-bottom:2rem;animation:fadeInDown 1.5s ease-out}.studio-logo{width:360px;height:auto;filter:drop-shadow(0 4px 6px rgba(0,0,0,.1))}.app-logo{width:160px;border-radius:36px}.glamdring-title{font-size:4.5rem;letter-spacing:.1em;color:var(--primary);text-transform:uppercase;margin-bottom:.5rem;text-shadow:2px 2px 0px rgba(212,175,55,.2);animation:fadeInUp 1.5s ease-out;word-wrap:break-word;overflow-wrap:break-word;text-align:center}.subtitle{font-size:1.5rem;color:var(--accent-secondary);font-style:italic;letter-spacing:.05em;margin-top:1rem;animation:fadeInUp 1.5s ease-out .5s backwards;text-align:center}.divider{width:100px;height:2px;background:linear-gradient(90deg,transparent,var(--accent),transparent);margin:4rem 0}.content-section{max-width:800px;padding:4rem 2rem;text-align:center}.section-title{font-size:2.5rem;color:var(--primary);margin-bottom:2rem;position:relative;display:inline-block}.section-title:after{content:"";display:block;width:60%;height:1px;background:var(--accent);margin:.5rem auto 0}.vision-text{font-size:1.25rem;line-height:1.8;color:#333;margin-bottom:2rem}.app-page .vision-text{text-align:left}.vision-text p{margin-bottom:1rem}.vision-text strong{color:var(--primary)}.feature-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem;margin:2rem 0;text-align:left}.feature-card{border:1px solid rgba(44,62,80,.16);border-radius:8px;padding:1.2rem;background:#ffffff94}.feature-card h3{font-size:1rem;color:var(--primary);margin-bottom:.4rem}.feature-card p{margin:0}.legal-section{max-width:860px;padding:4rem 2rem;text-align:left}.legal-title{font-size:3rem;color:var(--primary);margin-bottom:.5rem;text-align:center}.legal-updated{margin-bottom:2rem;color:#666;text-align:center}.legal-copy h2{font-size:1.35rem;color:var(--primary);margin:2rem 0 .6rem}.legal-copy p,.legal-copy li{font-size:1.08rem;line-height:1.7}.legal-copy ul{padding-left:1.4rem}.legal-links{margin-top:2rem;display:flex;flex-wrap:wrap;justify-content:center;gap:1rem}.contact-btn{display:inline-block;margin-top:2rem;padding:1rem 3rem;font-family:var(--font-heading);font-size:1.2rem;letter-spacing:.1em;color:var(--background);background-color:var(--primary);border:1px solid var(--primary);border-radius:2px;cursor:pointer;transition:all .3s ease;text-transform:uppercase;position:relative;overflow:hidden}.contact-btn:hover{background-color:transparent;color:var(--primary);box-shadow:0 0 15px #d4af374d}footer{width:100%;padding:3rem 0;margin-top:4rem;border-top:1px solid rgba(0,0,0,.05);font-size:.9rem;color:#666;background-color:#ffffff80}.app-page footer{margin-top:auto}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.glamdring-title{font-size:2.2rem}.studio-logo{width:280px}.app-logo{width:120px;border-radius:28px}.section-title{font-size:2rem}.legal-title{font-size:2.1rem}.feature-grid{grid-template-columns:1fr}.top-nav{gap:.8rem}}.shots-page{min-height:100vh;display:flex;flex-direction:column;background:var(--background);color:var(--foreground);text-align:left}.shots-header{padding:1.5rem 2rem;border-bottom:1px solid rgba(0,0,0,.08);display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap}.shots-header h1{font-family:var(--font-heading);font-size:1.6rem;margin:0}.shots-header p{margin:.25rem 0 0;color:#0009;font-size:.95rem}.shots-back-link{font-family:var(--font-heading);font-size:.95rem;letter-spacing:.05em}.shots-body{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:2rem;padding:2rem;flex:1;align-items:start}@media(max-width:980px){.shots-body{grid-template-columns:1fr}}.shots-main{display:flex;flex-direction:column;gap:1.5rem;min-width:0}.shots-side{display:flex;flex-direction:column;gap:1.25rem;position:sticky;top:1rem}.shots-card{background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:12px;padding:1.25rem;box-shadow:0 1px 2px #00000008}.shots-card h2{font-family:var(--font-heading);font-size:1.05rem;margin:0 0 .75rem;letter-spacing:.04em}.shots-row{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem}.shots-row+.shots-row{margin-top:.75rem}.shots-row label{font-size:.85rem;color:#000000a6;min-width:80px}.shots-row input[type=text],.shots-row input[type=number]{flex:1;min-width:80px;padding:.45rem .6rem;border:1px solid rgba(0,0,0,.15);border-radius:6px;font:inherit;font-size:.95rem;background:#fff}.shots-row input[type=color]{width:44px;height:32px;padding:0;border:1px solid rgba(0,0,0,.15);border-radius:6px;background:#fff;cursor:pointer}.shots-row input[type=range]{flex:1}.shots-row .shots-range-value{font-variant-numeric:tabular-nums;min-width:3.5rem;text-align:right;color:#000000a6}.shots-btn{font-family:var(--font-heading);letter-spacing:.08em;font-size:.85rem;padding:.55rem 1.1rem;border-radius:6px;border:1px solid var(--primary);background:transparent;color:var(--primary);cursor:pointer;transition:background .2s ease,color .2s ease}.shots-btn:hover,.shots-btn.shots-btn-primary{background:var(--primary);color:#fff}.shots-btn.shots-btn-primary:hover{background:#1d2a38}.shots-btn:disabled{opacity:.5;cursor:not-allowed}.shots-btn.shots-btn-ghost{border-color:#00000026;color:#000000a6}.shots-btn.shots-btn-ghost:hover{background:#0000000d;color:var(--foreground)}.shots-lang-chips{display:flex;flex-wrap:wrap;gap:.4rem}.shots-lang-chip{display:inline-flex;align-items:center;gap:.35rem;padding:.25rem .55rem;border-radius:999px;background:#2c3e5014;font-family:var(--font-heading);font-size:.8rem;letter-spacing:.06em}.shots-lang-chip button{border:none;background:none;color:#0000008c;cursor:pointer;font-size:1rem;line-height:1;padding:0}.shots-lang-chip button:hover{color:var(--foreground)}.shots-add-lang{display:flex;gap:.4rem;margin-top:.6rem}.shots-add-lang input{flex:1;padding:.4rem .6rem;border:1px solid rgba(0,0,0,.15);border-radius:6px;font:inherit;font-size:.9rem}.shots-empty{border:2px dashed rgba(0,0,0,.15);border-radius:12px;padding:2.5rem 1rem;text-align:center;color:#0000008c;background:#00000005}.shots-empty p{margin:0 0 .75rem}.shots-item{display:grid;grid-template-columns:120px minmax(0,1fr);gap:1rem;padding:1rem;background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:12px}.shots-item-thumb{position:relative;background:#f4f4f4;border-radius:8px;aspect-ratio:9 / 19.5;overflow:hidden}.shots-item-thumb img{width:100%;height:100%;object-fit:cover;display:block}.shots-item-thumb button{position:absolute;top:4px;right:4px;background:#0009;color:#fff;border:none;width:22px;height:22px;border-radius:50%;cursor:pointer;font-size:.9rem;line-height:1}.shots-item-thumb button:hover{background:#000c}.shots-item-meta{display:flex;flex-direction:column;gap:.5rem;min-width:0}.shots-item-name{font-size:.85rem;color:#0000008c;word-break:break-all}.shots-caption{display:flex;align-items:stretch;gap:.5rem}.shots-caption-lang{font-family:var(--font-heading);font-size:.75rem;letter-spacing:.08em;padding:.4rem .5rem;min-width:50px;text-align:center;background:#2c3e5014;border-radius:6px;color:var(--primary)}.shots-caption textarea{flex:1;min-height:38px;resize:vertical;padding:.45rem .6rem;border:1px solid rgba(0,0,0,.15);border-radius:6px;font:inherit;font-size:.95rem;font-family:var(--font-body)}.shots-preview-box{display:flex;flex-direction:column;align-items:center;gap:.6rem}.shots-preview-canvas{width:100%;max-width:260px;background:#ddd;border-radius:14px;box-shadow:0 4px 16px #0000001a}.shots-preview-empty{color:#00000080;font-size:.9rem;padding:2rem 0;text-align:center}.shots-preview-select{display:flex;flex-direction:column;gap:.35rem;width:100%;font-size:.85rem}.shots-preview-select select{padding:.4rem;border:1px solid rgba(0,0,0,.15);border-radius:6px;font:inherit;font-size:.9rem;background:#fff}.shots-status{font-size:.85rem;color:#0009}.shots-status.shots-status-error{color:#b03030}.shots-footer-actions{display:flex;gap:.6rem;flex-wrap:wrap}.shots-file-input{display:none}:root{--background: #fdfbf7;--foreground: #1a1a1a;--primary: #2c3e50;--accent: #d4af37;--accent-secondary: #4a6fa5;--font-heading: "Cinzel", serif;--font-body: "Crimson Text", serif;font-family:var(--font-body);line-height:1.6;font-weight:400;font-size:18px;color-scheme:light;color:var(--foreground);background-color:var(--background);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;padding:0;display:flex;flex-direction:column;min-height:100vh;background-image:url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100' height='100' filter='url(%23noise)' opacity='0.05'/%3E%3C/svg%3E")}#root{width:100%;max-width:100%;margin:0 auto;text-align:center}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:700;margin:0}a{color:var(--primary);text-decoration:none;transition:all .3s ease}a:hover{color:var(--accent-secondary)}
