:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;color:#213547;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;font-weight:400;line-height:1.5}a{color:#646cff;-webkit-text-decoration:inherit;text-decoration:inherit;font-weight:500}a:hover{color:#535bf2}body{place-items:center;min-width:320px;min-height:100vh;margin:0;display:flex}h1{font-size:3.2em;line-height:1.1}button{cursor:pointer;background-color:#f9f9f9;border:1px solid #0000;border-radius:8px;padding:.6em 1.2em;font-family:inherit;font-size:1em;font-weight:500;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}.app{max-width:100%;margin:0 auto;padding:24px 32px}.app-auth{flex-direction:column;align-items:center;padding:24px 0;display:flex}.app-auth .header{display:none}.app-auth .auth-center{width:100%;max-width:100%;padding:0 16px;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}.auth-title{text-align:center;margin-bottom:16px}.layout-3cols{grid-template-columns:1fr 2fr 1.84fr;gap:32px;display:grid}@media (max-width:1200px){.layout-3cols{grid-template-columns:1fr 1fr}}@media (max-width:640px){.layout-3cols{grid-template-columns:1fr}}.header{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.user-bar{align-items:center;gap:10px;display:flex}.user-greeting{color:#333;align-items:center;gap:8px;font-weight:500;display:flex}.user-greeting .avatar{color:#333;background:#e0e0e0;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-weight:600;display:inline-flex}@media (max-width:768px){.user-greeting .name{display:none}}.logout-btn{color:#fff;cursor:pointer;background:#ff6b6b;border:none;border-radius:8px;padding:8px 12px}.logout-btn:hover{background:#ff5252}.panel{background:#fff;border:1px solid #e9ecef;border-radius:14px;padding:16px;box-shadow:0 6px 20px #0000000f}.panel-title{margin-bottom:10px;font-weight:700}.panel-form{align-self:start}.panel-media{flex-direction:column;gap:12px;min-height:65vh;display:flex}.auth-center{flex-direction:column;justify-content:center;align-items:center;width:100%;min-height:calc(100vh - 120px);display:flex}.auth-panel{align-self:center;width:min(420px,90vw);margin:0 auto}.auth-form{gap:16px;display:grid}.upload-grid{grid-template-columns:1fr;gap:12px;display:grid}.product-form{gap:14px;display:grid}.form-section{background:#fafafa;border:1px solid #eee;border-radius:10px;padding:12px}.form-section .panel-title{margin-bottom:14px}.form-section .field{margin-bottom:16px}.form-section .field:last-child{margin-bottom:0}.form-section .field label{margin-bottom:8px}.form-section .actions{margin-top:6px}.toggle-row{align-items:center;gap:10px;display:flex}.toggle-switch{width:48px;height:24px;display:inline-block;position:relative}.toggle-switch input{display:none}.toggle-slider{background:#cfd8dc;border-radius:999px;transition:background .2s;position:absolute;inset:0}.toggle-slider:before{content:"";background:#fff;border-radius:50%;width:20px;height:20px;transition:transform .2s;position:absolute;top:2px;left:2px;box-shadow:0 1px 3px #0003}.toggle-switch input:checked+.toggle-slider{background:#0d47a1}.toggle-switch input:checked+.toggle-slider:before{transform:translate(24px)}.grid-2{grid-template-columns:1fr 1fr;gap:12px;display:grid}@media (max-width:640px){.grid-2{grid-template-columns:1fr}}.field label{text-align:left;margin-bottom:6px;font-weight:600;display:block}.field input,.field select{box-sizing:border-box;border:1px solid #ddd;border-radius:6px;width:100%;padding:8px;display:block}.field input[type=file]{padding:6px}.actions{justify-content:flex-end;gap:8px;display:flex}.error{color:#c62828;text-align:left;font-size:.9em}.error-banner{color:#b71c1c;background:#ffebee;border-radius:6px;margin-bottom:12px;padding:8px}.loading{color:#0d47a1;background:#e3f2fd;border-radius:6px;margin-bottom:12px;padding:8px}.image-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}@media (max-width:640px){.image-grid{grid-template-columns:1fr}}.image-cell{cursor:zoom-in;background:#fafafa;border:1px solid #e5e5e5;border-radius:12px;padding:10px}.image-cell img{width:100%;height:auto;display:block}.image-cell{position:relative}.video-btn{color:#fff;cursor:pointer;background:#0d47a1;border:none;border-radius:10px;min-width:84px;min-height:36px;padding:8px 12px;font-size:12px;font-weight:600;display:none;position:absolute;top:8px;right:8px;box-shadow:0 0 #0000}.image-cell:hover .video-btn{justify-content:center;align-items:center;display:inline-flex}.video-btn:hover{background:#1565c0;box-shadow:0 6px 18px #0003}.video-btn[disabled]{cursor:not-allowed;box-shadow:none;background:#9aa7b2}.image-modal-backdrop{z-index:50;background:#0009;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.image-modal{background:#fff;border-radius:12px;flex-direction:column;gap:10px;max-width:92vw;max-height:88vh;padding:12px;display:flex}.image-modal img{border-radius:8px;max-width:90vw;max-height:80vh}.image-modal-actions{justify-content:flex-end;display:flex}.modal-backdrop{background:#0006;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal{background:#fff;border-radius:8px;width:min(520px,92vw);padding:16px}.modal .actions{margin-top:12px}.modal .hint{color:#666;margin-top:8px;font-size:.85em}.settings-modal{width:min(720px,92vw)}.settings-grid{gap:16px;display:grid}.settings-group{background:#fafafa;border:1px solid #eee;border-radius:10px;padding:12px}.group-title{margin-bottom:10px;font-weight:700}.settings-row{grid-template-columns:180px 1fr;align-items:center;gap:12px;margin-bottom:10px;display:grid}.settings-row label{font-weight:600}.settings-actions{justify-content:flex-end;gap:8px;margin-top:12px;display:flex}.settings-hint{color:#666;margin-top:4px;font-size:.85em}.video-placeholder{justify-content:center;align-items:center;height:100%;min-height:65vh;display:flex}.placeholder-box{text-align:center;color:#666;border:2px dashed #cfcfcf;border-radius:12px;width:100%;padding:40px;font-size:1.05em}.video-scenes{gap:16px;display:grid}.scene-section{background:#fff;border:1px solid #e5e5e5;border-radius:12px;padding:12px}.scene-title{margin-bottom:8px;font-weight:700}.scene-grid{grid-template-columns:repeat(2,1fr);gap:8px;display:grid}@media (max-width:640px){.scene-grid{grid-template-columns:1fr}}.scene-item{background:#fafafa;border:1px solid #eee;border-radius:10px;padding:8px}.scene-item video{object-fit:contain;border-radius:10px;width:100%;height:auto;max-height:390px}.history-wrap{scroll-behavior:smooth;border:1px solid #eee;border-radius:10px;max-height:45vh;padding:8px;overflow-y:auto}.history-list{gap:10px;margin:0;padding:0;list-style:none;display:grid}.history-item{background:#fafafa;border:1px solid #eee;border-radius:8px;padding:8px}.history-title{font-weight:600}.history-sub{color:#666;font-size:.85em}.history-indicator{text-align:center;color:#666;padding:6px;font-size:.85em}.history-wrap::-webkit-scrollbar{width:8px}.history-wrap::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.history-wrap::-webkit-scrollbar-thumb{background:#c7c7c7;border-radius:10px}.history-wrap::-webkit-scrollbar-thumb:hover{background:#b0b0b0}.app-mode-toggle{background:#f5f5f5;border-radius:20px;align-items:center;gap:8px;padding:6px 12px;font-size:.9em;display:flex}.app-mode-toggle span{color:#888;transition:color .2s}.app-mode-toggle span.active{color:#0d47a1;font-weight:600}.prompt-display{background:#f8f9fa;border:1px solid #e9ecef;border-radius:12px;padding:16px}.prompt-title{color:#495057;margin-bottom:10px;font-weight:600}.prompt-content{background:#fff;border:1px solid #dee2e6;border-radius:8px;max-height:400px;padding:12px;overflow-y:auto}.prompt-content pre{white-space:pre-wrap;word-wrap:break-word;color:#212529;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.95em;line-height:1.5}.prompt-actions{justify-content:flex-end;margin-top:12px;display:flex}.copy-btn{color:#fff;cursor:pointer;background:#0d47a1;border:none;border-radius:8px;padding:10px 18px;font-size:.95em;font-weight:600;transition:background .2s}.copy-btn:hover{background:#1565c0}.video-prompt-section{flex-direction:column;gap:12px;display:flex}.video-prompt-section .field{margin-bottom:0}.video-prompt-section .actions{margin-top:4px}.video-prompt-section button{color:#fff;cursor:pointer;background:#0d47a1;border:none;border-radius:8px;padding:10px 18px;font-weight:600;transition:background .2s}.video-prompt-section button:hover:not([disabled]){background:#1565c0}.video-prompt-section button[disabled]{cursor:not-allowed;background:#9aa7b2}
