@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Outfit:wght@400;500;600;700&display=swap";:root{--bg-app:#000;--bg-paper:#fff;--text-main:#000;--text-muted:#495245;--primary:#cc3602;--primary-hover:#a52b01;--border-light:#e2e8f0;--border-focus:#495245;--radius-md:8px;--radius-lg:12px;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-lg:0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;--glass-bg:#49524566;--glass-border:#ffffff1a;--brand-color:#cc3602}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-app);color:var(--text-main);-webkit-font-smoothing:antialiased;font-family:Inter,sans-serif;line-height:1.5}h1,h2,h3,h4,h5,h6{font-family:Outfit,sans-serif}.container{max-width:1200px;margin:0 auto;padding:2rem}input,textarea,select{border:1px solid var(--border-light);border-radius:var(--radius-md);width:100%;color:var(--text-main);background-color:#f8fafc;padding:.75rem 1rem;font-family:inherit;font-size:.95rem;transition:all .2s}input:focus,textarea:focus,select:focus{border-color:var(--primary);background-color:#fff;outline:none;box-shadow:0 0 0 3px #3b82f61a}textarea{resize:vertical;min-height:80px}label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem;font-size:.85rem;font-weight:500;display:block}button{cursor:pointer;border-radius:var(--radius-md);border:none;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-family:Outfit,sans-serif;font-size:.95rem;font-weight:600;transition:all .2s;display:inline-flex}.btn-primary{background-color:var(--primary);color:#fff}.btn-primary:hover{background-color:var(--primary-hover);transform:translateY(-1px)}.btn-outline{border:1px solid var(--border-light);color:var(--text-main);background-color:#0000}.btn-outline:hover{background-color:#f1f5f9}.btn-icon{color:var(--text-muted);border-radius:var(--radius-md);background:0 0;padding:.5rem}.btn-icon:hover{background:var(--border-light);color:var(--text-main)}.app-header{background:var(--glass-bg);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--glass-border);z-index:50;justify-content:space-between;align-items:center;padding:1rem 2rem;display:flex;position:sticky;top:0}.app-title{color:#fff;letter-spacing:-.02em;align-items:center;gap:.5rem;font-weight:700;display:flex}.document-wrapper{padding:3rem 0}.document-page{background-color:var(--bg-paper);border-radius:var(--radius-md);max-width:1000px;box-shadow:var(--shadow-lg);margin:0 auto;overflow:hidden}@media print{@page{margin:1cm;size:A4 portrait}body{-webkit-print-color-adjust:exact;print-color-adjust:exact;background-color:#fff}.app-header,.no-print,.btn-icon,button{display:none!important}.document-wrapper{padding:0}.document-page{box-shadow:none;border-radius:0;max-width:none}input,textarea,select{resize:none;background:0 0;border:none;padding:0;box-shadow:none!important}.frame-card{page-break-inside:avoid;break-inside:avoid}}.frame-card{border:1px solid var(--border-light);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);background:#fff;flex-direction:column;gap:1rem;margin-bottom:1.5rem;padding:1.5rem;display:flex;position:relative}.frame-drag-handle{color:var(--border-focus);cursor:grab;padding:.5rem;position:absolute;top:50%;left:-20px;transform:translateY(-50%)}.frame-drag-handle:active{cursor:grabbing}.frame-header{align-items:flex-end;gap:1rem;display:flex}.frame-meta{flex:1}.btn-delete{color:#ef4444;margin-bottom:2px}.btn-delete:hover{background:#fee2e2}.frame-body{gap:1.5rem;display:flex}.frame-visual{border-radius:var(--radius-md);border:2px dashed var(--border-light);background:#f8fafc;flex:0 0 320px;justify-content:center;align-items:center;height:180px;display:flex;position:relative;overflow:hidden}.image-upload-placeholder{color:var(--text-muted);cursor:pointer;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;width:100%;height:100%;display:flex}.image-upload-placeholder:hover{color:var(--primary);background:#f1f5f9}.image-preview{background-position:50%;background-size:cover;width:100%;height:100%;position:relative}.image-overlay{opacity:0;background:#0006;justify-content:center;align-items:center;transition:opacity .2s;display:flex;position:absolute;inset:0}.image-preview:hover .image-overlay{opacity:1}.btn-change-img{border-radius:var(--radius-md);cursor:pointer;background:#fff;padding:.5rem 1rem;font-size:.85rem;font-weight:500}.frame-details{flex-direction:column;flex:1;gap:1rem;display:flex}.detail-row textarea{min-height:60px}@media print{.frame-card{box-shadow:none;border:1px solid #000;margin-bottom:2rem;padding:1rem}.frame-drag-handle{display:none}.frame-visual{border:1px solid #000}.image-overlay{display:none}}.presentation-overlay{background-color:var(--bg-app);color:#fff;z-index:1000;flex-direction:column;width:100vw;height:100vh;font-family:Inter,system-ui,sans-serif;display:flex;position:fixed;top:0;left:0;overflow:hidden}.presentation-top-bar{justify-content:space-between;align-items:center;height:80px;padding:1.5rem 2rem;display:flex}.progress-bar{background-color:#ffffff1a;border-radius:2px;flex-grow:1;height:4px;margin-right:2rem;overflow:hidden}.progress-fill{background-color:var(--primary);height:100%;transition:width .4s cubic-bezier(.4,0,.2,1)}.btn-close-presentation{color:#fff9;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:8px;transition:all .2s;display:flex}.btn-close-presentation:hover{color:#fff;background-color:#ffffff1a}.presentation-body{flex-grow:1;justify-content:center;align-items:center;padding:0 4rem;display:flex;position:relative}.slide-content{width:100%;max-width:1400px;height:100%;max-height:800px;animation:.3s ease-out fadeIn;display:flex}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:.3s ease-out fadeIn}.title-slide{text-align:center;flex-direction:column;justify-content:center;align-items:center}.presentation-logo{filter:brightness(0)invert();height:64px;margin-bottom:3rem}.presentation-title{letter-spacing:-.04em;margin-bottom:1rem;font-size:4rem;font-weight:900}.presentation-client{color:#94a3b8;margin-bottom:2rem;font-size:2rem;font-weight:400}.presentation-meta{color:#64748b;text-transform:uppercase;letter-spacing:.05em;gap:2rem;font-size:1.1rem;display:flex}.briefing-slide{flex-direction:row;gap:4rem}.briefing-column{flex-direction:column;flex:2;justify-content:center;display:flex}.inspiration-column{flex-direction:column;flex:3;justify-content:center;display:flex}.briefing-slide h2{border-bottom:1px solid #ffffff1a;margin-bottom:2rem;padding-bottom:1rem;font-size:2.5rem}.briefing-item{margin-bottom:1.5rem}.briefing-item h3{text-transform:uppercase;color:#94a3b8;letter-spacing:.05em;margin-bottom:.5rem;font-size:.9rem}.briefing-item p{font-size:1.2rem;line-height:1.6}.inspiration-grid{flex-direction:column;gap:3.5rem;max-height:650px;padding-right:2rem;display:flex;overflow-y:auto}.insp-item{flex-direction:row;align-items:center;gap:3rem;width:100%;display:flex}.insp-visual-wrapper{flex:1;max-width:50%}.insp-text-wrapper{flex-direction:column;flex:1;justify-content:center;display:flex}.insp-image{aspect-ratio:16/9;object-fit:cover;border:1px solid #ffffff1a;border-radius:8px;width:100%}.insp-text-wrapper p{color:#cbd5e1;font-size:1.15rem;line-height:1.6}.no-data{color:#64748b;font-style:italic}.frame-slide{background:#ffffff08;border:1px solid #ffffff0d;border-radius:16px;flex-direction:row;overflow:hidden;box-shadow:0 25px 50px -12px #00000080}.frame-image-side{background:#000;flex:6;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.frame-main-image{object-fit:contain;width:100%;height:100%}.frame-no-image{color:#fff3;text-transform:uppercase;font-size:2rem;font-weight:700}.frame-details-side{background:#ffffff05;border-left:1px solid #ffffff0d;flex-direction:column;flex:4;padding:3rem;display:flex}.frame-header{border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;margin-bottom:3rem;padding-bottom:1rem;display:flex}.scene-number{color:var(--primary);font-size:2rem;font-weight:900}.duration{background:#ffffff1a;border-radius:20px;padding:.5rem 1rem;font-family:monospace;font-size:1.2rem}.frame-detail-group{margin-bottom:2.5rem}.frame-detail-group h3{text-transform:uppercase;color:#94a3b8;letter-spacing:.05em;margin-bottom:.5rem;font-size:.9rem}.frame-detail-group p{color:#f8fafc;font-size:1.25rem;line-height:1.6}.presentation-controls{justify-content:center;align-items:center;gap:2rem;height:100px;padding-bottom:1rem;display:flex}.btn-nav{color:#fff;cursor:pointer;background:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;transition:all .2s;display:flex}.btn-nav:hover:not(:disabled){background:#fff3;transform:scale(1.05)}.btn-nav:disabled{opacity:.3;cursor:not-allowed}.slide-counter{font-variant-numeric:tabular-nums;color:#94a3b8;font-size:1.2rem}@media (width<=1024px){.briefing-slide,.frame-slide{flex-direction:column}.frame-details-side{overflow-y:auto}.frame-image-side{flex:none;height:40vh}}.app-container{min-height:100vh}section{border-bottom:1px solid var(--border-light);padding:2.5rem}section:last-child{border-bottom:none}h2{letter-spacing:-.01em;margin-bottom:1.5rem;font-size:1.5rem}.section-header{background:var(--bg-paper);padding-bottom:2rem}.brand-header{border-bottom:2px solid var(--text-main);justify-content:space-between;align-items:flex-end;margin-bottom:2rem;padding-bottom:1.5rem;display:flex}.brand-logo-img{object-fit:contain;width:auto;height:48px}.contact-details{color:var(--text-muted);font-size:.95rem;font-weight:500}.meta-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;display:grid}.briefing-grid{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.briefing-field{flex-direction:column;display:flex}.section-title-row{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.section-title-row h2{margin-bottom:0}.btn-sm{padding:.5rem 1rem;font-size:.85rem}.inspiration-list{flex-direction:column;gap:1.5rem;display:flex}.inspiration-card{border:1px solid var(--border-light);border-radius:var(--radius-lg);background:#fafafa;gap:1.5rem;padding:1.5rem;display:flex}.insp-visual{border-radius:var(--radius-md);border:2px dashed var(--border-light);background:#fff;flex:0 0 200px;justify-content:center;align-items:center;height:140px;display:flex;position:relative;overflow:hidden}.insp-content{flex-direction:column;flex:1;display:flex}.insp-content textarea{flex:1;margin-top:.5rem}.frames-container{margin-bottom:1.5rem}.add-frame-wrapper{justify-content:center;padding:1rem 0;display:flex}.section-desc{color:var(--text-muted);margin-bottom:1rem;font-size:.95rem}@media print{section{page-break-inside:avoid;padding:1.5rem 0}.inspiration-card{border:none;border-bottom:1px solid var(--border-light);background:0 0;border-radius:0;padding:0}.insp-visual{border:1px solid #000}}.toast-container{background:var(--text-main);color:#fff;z-index:9999;border-radius:50px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.95rem;font-weight:500;animation:.3s forwards slideUp;display:flex;position:fixed;bottom:20px;left:50%;transform:translate(-50%);box-shadow:0 4px 12px #00000026}@keyframes slideUp{0%{opacity:0;transform:translate(-50%,20px)}to{opacity:1;transform:translate(-50%)}}
