@import"https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&family=Inter:wght@400;500;600;700&display=swap";:root{--sidebar-bg: #0f172a;--main-bg: #f8fafc;--card-bg: #ffffff;--primary: #f59e0b;--primary-hover: #d97706;--text-dark: #1e293b;--text-light: #64748b;--border: #e2e8f0;--font-heading: "Playfair Display", serif;--font-body: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;--danger: #ef4444}*{box-sizing:border-box}body{margin:0;font-family:var(--font-body);background:var(--main-bg);color:var(--text-dark);font-size:16px;letter-spacing:.01em}.dashboard-layout{display:flex;height:100vh;width:100vw;overflow:hidden;position:relative}.sidebar{width:280px;min-width:280px;background:var(--sidebar-bg);color:#fff;display:flex;flex-direction:column;padding:2rem;flex-shrink:0;z-index:50;transition:transform .3s ease}.sidebar-header{margin-bottom:3rem;display:flex;align-items:center;justify-content:space-between;gap:12px}.logo-icon{font-size:2.5rem}.logo-text{font-size:1.8rem;font-weight:700;font-family:var(--font-heading);letter-spacing:-.02em}.gold-text{color:var(--primary)}.sidebar-nav{flex:1;display:flex;flex-direction:column;gap:.5rem}.nav-item{background:transparent;border:none;color:#94a3b8;padding:1rem 1.2rem;text-align:left;border-radius:10px;cursor:pointer;font-size:1.1rem;font-weight:500;display:flex;align-items:center;gap:12px;transition:.2s}.nav-item .icon{font-size:1.4rem}.nav-item:hover{color:#fff;background:#ffffff0d}.nav-item.active{background:var(--primary);color:#fff;box-shadow:0 4px 12px #f59e0b4d}.nav-divider{height:1px;background:#ffffff1a;margin:1.5rem 0}.nav-label{font-size:.85rem;text-transform:uppercase;letter-spacing:2px;color:#475569;margin-bottom:.75rem;font-weight:600}.nav-item-sub{background:transparent;border:none;color:#64748b;padding:.6rem 1.2rem;text-align:left;cursor:pointer;font-size:1rem;border-radius:8px}.nav-item-sub:hover{color:#fff;background:#ffffff0d}.nav-item-sub.active{color:var(--primary);font-weight:600;background:#f59e0b1a}.user-profile{display:flex;align-items:center;gap:12px;padding:1rem;border-top:1px solid rgba(255,255,255,.1);cursor:pointer;position:relative;border-radius:12px}.user-profile:hover{background:#ffffff14}.avatar{width:42px;height:42px;background:#334155;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1rem;font-weight:700;color:#e2e8f0}.user-info{display:flex;flex-direction:column}.user-info .name{font-size:.95rem;font-weight:600}.user-info .plan{font-size:.8rem;color:var(--primary);letter-spacing:.5px}.profile-menu{position:absolute;bottom:110%;left:0;right:0;background:#fff;border:1px solid var(--border);border-radius:8px;box-shadow:0 4px 12px #00000026;overflow:hidden;z-index:100}.profile-menu button{width:100%;padding:.75rem 1rem;border:none;background:#fff;text-align:left;cursor:pointer;color:var(--text-dark);font-size:.95rem;transition:.2s;display:flex;align-items:center;gap:8px}.profile-menu button:hover{background:#f8fafc}.profile-menu button.danger{color:var(--danger)}.profile-menu button.danger:hover{background:#fef2f2}.main-content{flex:1;display:flex;flex-direction:column;overflow:hidden;width:100%;position:relative}.top-header{height:80px;background:#fff;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;align-items:center;padding:0 2.5rem}.page-title{margin:0;font-size:1.8rem;font-weight:600;font-family:var(--font-heading);letter-spacing:-.02em;color:#0f172a}.content-scroll-area{flex:1;overflow-y:auto;padding:2.5rem;background:#f8fafc;padding-bottom:350px}.hamburger-btn{display:none;background:none;border:none;font-size:1.8rem;cursor:pointer;margin-right:15px;color:var(--text-dark)}.mobile-close-btn{display:none;background:none;border:none;font-size:1.5rem;color:#fff;cursor:pointer}.mobile-overlay{display:none}.desktop-gen-btn{display:block}.btn-primary{background:linear-gradient(135deg,#f59e0b,#ea580c);color:#fff;border:none;padding:.8rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:transform .1s;box-shadow:0 4px 6px #ea580c33;font-size:1rem}.btn-primary:hover:not(:disabled){transform:translateY(-1px);filter:brightness(1.1)}.btn-primary:disabled{opacity:.7;cursor:not-allowed;filter:grayscale(1)}.error-banner{background:#fee2e2;border:1px solid #fecaca;color:#991b1b;padding:1rem;border-radius:8px;margin-bottom:1.5rem;font-weight:500;text-align:center}.progress-container{background:#fff;border:1px solid var(--border);border-radius:12px;padding:1.5rem;margin-bottom:1.5rem;box-shadow:0 2px 8px #0000000a}.progress-bar{width:100%;height:12px;background:#f1f5f9;border-radius:6px;overflow:hidden;position:relative}.progress-fill{height:100%;background:linear-gradient(90deg,#f59e0b,#ea580c);transition:width .3s ease;border-radius:6px}.progress-text{margin:.75rem 0 0;font-size:.9rem;color:var(--text-light);text-align:center;font-weight:500}.create-container{max-width:1400px;margin:0 auto}.grid-layout{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.card{background:#fff;border-radius:16px;padding:2rem;margin-bottom:2rem;border:1px solid var(--border);box-shadow:0 2px 8px #0000000a}.card h3{margin:0 0 1rem;font-size:1.4rem;color:var(--text-dark);font-weight:600;font-family:var(--font-heading)}.card-header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:1rem}.req{color:#ef4444}.upload-card-lg{min-height:400px;display:flex;flex-direction:column}.upload-zone{flex:1;border:2px dashed #cbd5e1;border-radius:12px;background:#f8fafc;position:relative;transition:.2s}.upload-zone:hover{border-color:var(--primary);background:#fffbeb}.upload-zone input{position:absolute;width:100%;height:100%;opacity:0;cursor:pointer;z-index:2}.upload-zone label{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--text-light);z-index:1}.upload-icon-lg{font-size:3rem;margin-bottom:1rem;opacity:.5}.file-list-preview{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;padding:1rem}.file-tag{background:#fff;border:1px solid var(--border);padding:6px 12px;border-radius:6px;font-size:.9rem;z-index:3;position:relative;display:flex;align-items:center;gap:8px}.truncated-text{max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-input{width:100%;padding:1rem;border:2px solid var(--border);border-radius:8px;font-family:var(--font-body);resize:vertical;min-height:120px;font-size:1rem}.select-input{width:100%;padding:1rem;border:2px solid var(--border);border-radius:8px;background:#fff;font-family:var(--font-body);font-size:1rem;color:var(--text-dark);-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;background-image:url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%2364748b%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E);background-repeat:no-repeat;background-position:right 1rem center;background-size:.8rem auto}.select-input:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #f59e0b1a}.pill-group{background:#f1f5f9;padding:4px;border-radius:10px;display:flex;gap:4px}.pill{flex:1;border:none;background:transparent;padding:12px;border-radius:8px;cursor:pointer;font-weight:500;color:var(--text-light);transition:.2s}.pill.active{background:#fff;color:var(--text-dark);box-shadow:0 2px 4px #0000000d}.mini-upload{margin-top:1rem;border:2px dashed var(--border);border-radius:8px;position:relative;background:#f8fafc;transition:.2s}.mini-upload input{position:absolute;opacity:0;top:0;right:0;bottom:0;left:0;cursor:pointer;z-index:2}.mini-upload label{cursor:pointer;display:block;padding:1.5rem;color:var(--text-light);text-align:center}.grid-select{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.grid-btn{background:#fff;border:2px solid var(--border);padding:1rem;border-radius:12px;cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;transition:.2s;min-height:100px;aspect-ratio:1}.grid-btn:hover{border-color:var(--primary);transform:translateY(-2px)}.grid-btn.selected{border-color:var(--primary);background:#fffbeb;color:var(--primary-hover);box-shadow:0 0 0 2px var(--primary) inset}.dot{width:20px;height:20px;border-radius:50%;border:1px solid rgba(0,0,0,.1);box-shadow:0 2px 4px #0000001a}.btn-label{font-size:.9rem;font-weight:500}.btn-upload-sm{background:#f1f5f9;color:var(--text-dark);border:1px solid var(--border);padding:.6rem 1.2rem;border-radius:8px;font-size:.95rem;cursor:pointer;font-weight:500;transition:.2s}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem}.gallery-card{background:#fff;border-radius:12px;overflow:hidden;border:1px solid var(--border);transition:.2s;position:relative}.gallery-card:hover{box-shadow:0 8px 16px #00000014;transform:translateY(-2px)}.img-wrapper{height:250px;position:relative;background:#f1f5f9}.img-wrapper img{width:100%;height:100%;object-fit:cover}.overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0009;opacity:0;transition:.2s;display:flex;align-items:center;justify-content:center;gap:10px}.gallery-card:hover .overlay{opacity:1}.icon-btn{background:#fff;border:none;padding:.7rem;border-radius:8px;cursor:pointer;font-size:1.2rem;transition:.2s;text-decoration:none;display:inline-flex;align-items:center;justify-content:center}.delete-btn-gallery{background:var(--danger);color:#fff;border:none;padding:.7rem;border-radius:8px;cursor:pointer;font-size:1.2rem;transition:.2s}.card-info{padding:1rem}.card-info h4{margin:0 0 .5rem;font-size:1rem;font-weight:600;color:var(--text-dark)}.card-info span{font-size:.85rem;color:var(--text-light)}.upload-card{border:2px dashed var(--border);background:#f8fafc;cursor:pointer;display:flex;align-items:center;justify-content:center;min-height:250px;transition:.2s}.upload-content{text-align:center;color:var(--text-light)}.upload-icon-plus{font-size:3rem;display:block;margin-bottom:.5rem;opacity:.5}.empty-state{grid-column:1 / -1;text-align:center;padding:4rem 2rem;color:var(--text-light)}.spinner-ring{display:inline-block;width:50px;height:50px;border:4px solid rgba(245,158,11,.2);border-top-color:var(--primary);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.fab-container{position:fixed;bottom:25px;left:310px;right:auto;z-index:40}.fab-btn{width:60px;height:60px;border-radius:50%;background:linear-gradient(135deg,#f59e0b,#ea580c);color:#fff;border:none;font-size:1.5rem;cursor:pointer;box-shadow:0 4px 12px #ea580c66;transition:.2s}.fab-btn:hover{transform:scale(1.1)}.fab-menu{position:absolute;bottom:70px;left:0;background:#fff;border:1px solid var(--border);border-radius:12px;box-shadow:0 4px 12px #00000026;overflow:hidden;min-width:150px}.fab-menu button{width:100%;padding:.75rem 1rem;border:none;background:#fff;text-align:left;cursor:pointer;transition:.2s;font-size:1rem}.fab-menu button:hover{background:#f8fafc}.reel-overlay{position:fixed;bottom:0;left:0;right:0;height:300px;background:#fff;border-top:1px solid var(--border);box-shadow:0 -4px 12px #00000014;z-index:30;display:flex;flex-direction:column}.reel-header{padding:1rem 2rem;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;align-items:center;font-weight:600}.reel-scroll-area{flex:1;padding:1.5rem 2rem;overflow-x:auto;display:flex;gap:1rem}.reel-item{min-width:200px;height:200px;border-radius:8px;overflow:hidden;cursor:pointer;transition:.2s;border:2px solid var(--border)}.reel-item img{width:100%;height:100%;object-fit:cover}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:100}.modal-window{background:#fff;border-radius:16px;width:90%;max-width:700px;max-height:90vh;overflow:hidden;display:flex;flex-direction:column}.modal-header{padding:1.5rem;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;align-items:center}.close-btn{background:none;border:none;font-size:1.5rem;cursor:pointer;color:var(--text-light)}.video-prompt-container{padding:2rem}.video-display{padding:2rem;display:flex;align-items:center;justify-content:center;min-height:300px;background:#f8fafc}.final-video{width:100%;border-radius:8px}.terminal-logs{max-height:200px;overflow-y:auto;background:#1e293b;color:#e2e8f0;padding:1rem;font-family:Courier New,monospace;font-size:.85rem}.camera-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000;z-index:9999;display:flex;align-items:center;justify-content:center}.camera-window{width:100%;height:100%;max-width:600px;max-height:90vh;background:#000;position:relative;display:flex;flex-direction:column;border-radius:16px;overflow:hidden;box-shadow:0 20px 50px #00000080}.camera-header{height:60px;display:flex;justify-content:space-between;align-items:center;padding:0 20px;background:#0009;position:absolute;top:0;width:100%;z-index:10;color:#fff;font-weight:600}.close-btn-cam{background:none;border:none;color:#fff;font-size:1.5rem;cursor:pointer}.camera-viewport{flex:1;background:#111;display:flex;align-items:center;justify-content:center;overflow:hidden}.webcam-feed,.captured-preview{width:100%;height:100%;object-fit:cover}.camera-controls{height:120px;background:#000c;display:flex;align-items:center;justify-content:center;position:absolute;bottom:0;width:100%}.capture-actions{display:flex;justify-content:space-between;align-items:center;width:100%;padding:0 40px}.shutter-btn{width:70px;height:70px;border-radius:50%;background:#fff;border:4px solid rgba(255,255,255,.3);cursor:pointer;transition:transform .1s}.shutter-btn:active{transform:scale(.9);background:#eee}.flip-btn{background:none;border:none;color:#fff;display:flex;flex-direction:column;align-items:center;font-size:.8rem;cursor:pointer;opacity:.8}.spacer{width:40px}.review-actions{display:flex;gap:20px}.cam-btn{padding:10px 20px;border-radius:30px;border:none;font-weight:600;cursor:pointer}.cam-btn.primary{background:var(--primary);color:#fff}.cam-btn.secondary{background:#333;color:#fff}@media (max-width: 900px){.sidebar{position:fixed;left:0;top:0;bottom:0;transform:translate(-100%);z-index:100}.sidebar.open{transform:translate(0)}.mobile-close-btn,.hamburger-btn{display:block}.desktop-gen-btn{display:none}.top-header{padding:0 .75rem;height:60px}.page-title{font-size:1.2rem}.content-scroll-area{padding:.6rem;padding-bottom:100px;-webkit-overflow-scrolling:touch;overflow-x:auto}.grid-layout{grid-template-columns:1fr 1fr;gap:.4rem;max-width:100%}.gallery-grid{grid-template-columns:repeat(2,1fr);gap:.5rem}.card{padding:.6rem;margin-bottom:.6rem;border-radius:8px}.card h3{font-size:.85rem;margin-bottom:.5rem}.upload-card-lg{min-height:140px}.upload-zone{min-height:100px}.upload-zone label{padding:.4rem}.upload-icon-lg{font-size:2rem;margin-bottom:.4rem;opacity:.6}.upload-zone label span{font-size:.75rem}.file-list-preview{padding:.4rem;gap:4px}.file-tag{font-size:.65rem;padding:3px 6px}.truncated-text{max-width:80px}.text-input{padding:.5rem;font-size:.8rem;min-height:60px}.select-input{padding:.6rem;font-size:.85rem}.pill-group{padding:2px;gap:2px}.pill{padding:6px;font-size:.75rem}.mini-upload label{padding:.6rem;font-size:.75rem}.grid-select{display:grid;grid-template-columns:repeat(3,1fr);gap:.3rem}.grid-btn{min-height:0;height:auto;aspect-ratio:1/1;padding:.3rem .15rem;font-size:.65rem;border-radius:6px;border-width:1.5px}.grid-btn .btn-label{font-size:.65rem;text-align:center;line-height:1.1;word-wrap:break-word}.grid-btn .dot{width:12px;height:12px}.btn-primary{padding:.55rem .9rem;font-size:.85rem}.btn-upload-sm{padding:.45rem .7rem;font-size:.75rem}.gallery-card{margin-bottom:0}.img-wrapper{height:140px}.card-info{padding:.5rem}.card-info h4{font-size:.8rem;margin-bottom:.2rem}.card-info span{font-size:.7rem}.icon-btn{padding:.45rem;font-size:.95rem}.modal-window{width:95%;max-width:95%}.modal-header{padding:.9rem}.modal-header h3{font-size:1rem}.video-display{min-height:180px;padding:.9rem}.terminal-logs{font-size:.65rem;max-height:110px;padding:.45rem}.error-banner{padding:.7rem;font-size:.8rem;margin-bottom:.9rem}.req{font-size:.85rem}.reel-overlay{height:200px}.reel-scroll-area{padding:.9rem}.reel-item{min-width:140px;height:140px}.fab-container{bottom:1.5rem;left:1.5rem;right:auto}.fab-btn{width:50px;height:50px;font-size:1.2rem}.mobile-fab-container{display:flex;position:fixed;bottom:1.5rem;right:1.5rem;z-index:1000}.btn-fab{background:linear-gradient(135deg,#f59e0b,#ea580c);color:#fff;border:none;box-shadow:0 8px 20px #f59e0b80;border-radius:50px;padding:.8rem 1.6rem;font-size:.95rem;font-weight:600;display:flex;align-items:center;justify-content:center;gap:6px;cursor:pointer;animation:bounceIn .3s ease-out;transition:all .2s;white-space:nowrap}.btn-fab:active{transform:scale(.95)}.btn-fab:disabled{opacity:.6;cursor:not-allowed}@keyframes bounceIn{0%{transform:scale(.8);opacity:0}60%{transform:scale(1.05)}to{transform:scale(1);opacity:1}}.camera-window{max-width:100%;max-height:100%;border-radius:0}.camera-controls{height:120px}.shutter-btn{width:70px;height:70px}}@media (max-width: 360px){.content-scroll-area{padding:.5rem}.grid-layout{gap:.35rem}.card{padding:.5rem}.card h3{font-size:.8rem}.grid-btn .btn-label{font-size:.6rem}.btn-fab{padding:.7rem 1.4rem;font-size:.9rem}}
