.layout{min-height:100vh;display:flex;background-color:var(--gray-light)}.sidebar{position:fixed;left:0;top:0;height:100vh;width:80px;background:linear-gradient(180deg,#000,#1a1a1a);color:var(--white);display:flex;flex-direction:column;z-index:1000;transition:width .3s ease;box-shadow:2px 0 8px #0000001a;overflow:hidden}.sidebar.open{width:280px}@media (min-width: 1025px){.sidebar:hover{width:280px}}.sidebar-header{padding:1.5rem 1rem;border-bottom:1px solid rgba(255,255,255,.1);display:flex;align-items:center;gap:1rem;min-height:80px;white-space:nowrap}.sidebar:not(.open) .sidebar-header{padding:1.5rem .75rem;justify-content:flex-start}@media (min-width: 1025px){.sidebar:not(:hover):not(.open) .sidebar-header{padding:1.5rem .75rem;justify-content:flex-start}}.logo-container{display:flex;align-items:center;gap:1rem;flex:1;min-width:0;overflow:hidden;justify-content:flex-start}.orange-logo{width:50px;height:50px;flex-shrink:0}.logo-text{display:flex;flex-direction:column;overflow:hidden;opacity:0;width:0;transition:opacity .3s ease,width .3s ease}.sidebar.open .logo-text{opacity:1;width:auto}@media (min-width: 1025px){.sidebar:hover .logo-text{opacity:1;width:auto}}.logo-text h2{color:var(--white);margin:0;font-size:1.25rem;font-weight:600;white-space:nowrap}.logo-text .subtitle{font-size:.75rem;color:#ffffffb3;white-space:nowrap}.sidebar-nav{flex:1;padding:1rem 0;overflow-y:auto}.nav-item{display:flex;align-items:center;gap:1rem;padding:.875rem 1.5rem;color:#fffc;text-decoration:none;transition:all .2s;border-left:3px solid transparent;position:relative}.nav-item:hover{background:#ff79001a;color:var(--white);border-left-color:var(--orange-primary)}.nav-item.active{background:#ff790026;color:var(--white);border-left-color:var(--orange-primary);font-weight:600}.nav-icon{width:20px;height:20px;flex-shrink:0;stroke-width:2}.nav-label{white-space:nowrap;overflow:hidden;opacity:0;width:0;transition:opacity .3s ease,width .3s ease}.sidebar.open .nav-label{opacity:1;width:auto}@media (min-width: 1025px){.sidebar:hover .nav-label{opacity:1;width:auto}}.sidebar:not(.open) .nav-item{justify-content:flex-start;padding:.875rem 1rem}@media (min-width: 1025px){.sidebar:not(:hover):not(.open) .nav-item{justify-content:flex-start;padding:.875rem 1rem}}.sidebar-footer{padding:1rem;border-top:1px solid rgba(255,255,255,.1)}.user-info{display:flex;align-items:center;gap:.75rem;padding:.75rem;margin-bottom:.75rem;background:#ffffff0d;border-radius:8px;overflow:hidden}.user-avatar{width:40px;height:40px;border-radius:50%;background:var(--orange-primary);display:flex;align-items:center;justify-content:center;font-weight:600;font-size:1.1rem;flex-shrink:0}.user-details{flex:1;min-width:0;opacity:0;width:0;transition:opacity .3s ease,width .3s ease;overflow:hidden}.sidebar.open .user-details{opacity:1;width:auto}@media (min-width: 1025px){.sidebar:hover .user-details{opacity:1;width:auto}}.user-name{font-weight:500;font-size:.9rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-email{font-size:.75rem;color:#fff9;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar:not(.open) .user-info{justify-content:flex-start}@media (min-width: 1025px){.sidebar:not(:hover):not(.open) .user-info{justify-content:flex-start}}.logout-btn{width:100%;display:flex;align-items:center;gap:.75rem;padding:.75rem;background:#ff790033;border:1px solid rgba(255,121,0,.3);color:var(--white);border-radius:8px;cursor:pointer;transition:all .2s;font-size:.9rem;font-weight:500;justify-content:flex-start}.logout-btn span{opacity:0;width:0;transition:opacity .3s ease,width .3s ease;overflow:hidden;white-space:nowrap}.sidebar.open .logout-btn span{opacity:1;width:auto}@media (min-width: 1025px){.sidebar:hover .logout-btn{justify-content:flex-start}.sidebar:hover .logout-btn span{opacity:1;width:auto}}.logout-btn:hover{background:#ff79004d;border-color:var(--orange-primary)}.logout-icon{width:18px;height:18px;stroke-width:2}.sidebar.closed .user-info{flex-direction:column;padding:.5rem}.sidebar.closed .user-details{display:none}.sidebar.closed .logout-btn{justify-content:center;padding:.75rem 0}.sidebar.closed .logout-btn span:not(.logout-icon){display:none}.main-wrapper{flex:1;margin-left:80px;display:flex;flex-direction:column;transition:margin-left .3s ease;min-height:100vh}.sidebar.open~.main-wrapper{margin-left:280px}.top-header{background:var(--white);border-bottom:1px solid var(--gray-medium);box-shadow:0 2px 4px #0000000d;position:sticky;top:0;z-index:100}.header-content{padding:1rem 2rem;display:flex;align-items:center;gap:1.5rem}.mobile-menu-toggle{display:none;background:none;border:none;cursor:pointer;color:var(--orange-secondary);padding:.5rem;align-items:center;justify-content:center}@media (max-width: 1024px){.mobile-menu-toggle{display:flex}}.page-title{flex:1;font-size:1.5rem;font-weight:600;color:var(--orange-secondary);margin:0}.header-actions{display:flex;align-items:center;gap:1rem}.user-badge{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:var(--gray-light);border-radius:20px}.user-badge-name{font-weight:500;color:var(--orange-secondary);font-size:.9rem}.main-content{flex:1;padding:2rem;overflow-y:auto}.sidebar-overlay{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:999}@media (max-width: 1024px){.sidebar{transform:translate(-100%);width:280px!important}.sidebar.open{transform:translate(0)}.sidebar:hover{width:280px!important}.main-wrapper{margin-left:0!important}.mobile-menu-toggle,.sidebar-overlay{display:block}.main-content{padding:1.5rem}.sidebar.open .logo-text,.sidebar.open .nav-label,.sidebar.open .user-details,.sidebar.open .logout-btn span{opacity:1!important;width:auto!important}}@media (min-width: 1025px){.sidebar:hover{width:280px}.sidebar:hover~.main-wrapper{margin-left:280px}}@media (max-width: 768px){.header-content{padding:1rem}.page-title{font-size:1.25rem}.main-content{padding:1rem}.sidebar{width:260px}}.sidebar-nav::-webkit-scrollbar{width:6px}.sidebar-nav::-webkit-scrollbar-track{background:#ffffff0d}.sidebar-nav::-webkit-scrollbar-thumb{background:#fff3;border-radius:3px}.sidebar-nav::-webkit-scrollbar-thumb:hover{background:#ffffff4d}.loading-spinner{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem}.spinner{border:4px solid var(--gray-light);border-top:4px solid var(--orange-primary);border-radius:50%;width:40px;height:40px;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-spinner p{margin-top:1rem;color:var(--gray-dark)}:root{--orange-primary: #FF7900;--orange-secondary: #000000;--orange-light: #FFF4E6;--orange-dark: #CC6200;--gray-light: #F5F5F5;--gray-medium: #CCCCCC;--gray-dark: #666666;--white: #FFFFFF;--error: #E74C3C;--success: #27AE60}*{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;background-color:var(--gray-light);color:var(--orange-secondary);margin:0;padding:0;min-height:100vh}#root{min-height:100vh;width:100%}.loading{display:flex;justify-content:center;align-items:center;height:100vh;font-size:1.2rem;color:var(--orange-primary)}.container{max-width:1400px;margin:0 auto;padding:0}h1{color:var(--orange-secondary);margin-bottom:.5rem;font-size:1.75rem;font-weight:600}h2{color:var(--orange-primary);margin-top:1.5rem;margin-bottom:1rem;font-size:1.5rem;font-weight:600}h3{color:var(--orange-primary);margin-top:1rem;margin-bottom:.5rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:var(--orange-secondary)}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.75rem;border:2px solid var(--gray-medium);border-radius:4px;font-size:1rem;transition:border-color .3s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--orange-primary)}.form-group textarea{resize:vertical;min-height:100px}.variable-input{margin-bottom:1rem}.variable-input label{display:inline-block;width:150px;margin-right:1rem}.variable-input input{width:calc(100% - 170px);display:inline-block}button{background-color:var(--orange-primary);color:var(--white);border:none;padding:.75rem 1.5rem;font-size:1rem;border-radius:8px;cursor:pointer;transition:all .3s;font-weight:500;box-shadow:0 2px 4px #ff790033}button:hover:not(:disabled){background-color:var(--orange-dark);box-shadow:0 4px 8px #ff79004d;transform:translateY(-1px)}button:active:not(:disabled){transform:translateY(0)}button:disabled{background-color:var(--gray-medium);cursor:not-allowed;box-shadow:none;transform:none}.error{background-color:#ffe5e5;color:var(--error);padding:1rem;border-radius:4px;margin-bottom:1rem;border-left:4px solid var(--error);display:flex;justify-content:space-between;align-items:center}.error-dismiss{background:none;border:none;color:var(--error);font-size:1.5rem;cursor:pointer;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center}.error-dismiss:hover{background-color:#e74c3c1a;border-radius:50%}.success{background-color:#e5f5ed;color:var(--success);padding:1rem;border-radius:4px;margin-bottom:1rem;border-left:4px solid var(--success)}.sms-preview{margin-top:2rem;padding:2rem;background-color:var(--white);border-radius:12px;box-shadow:0 2px 8px #00000014;border:1px solid rgba(0,0,0,.05)}.sms-content{background-color:var(--gray-light);padding:1rem;border-radius:4px;margin:1rem 0;white-space:pre-wrap;font-family:monospace}.image-preview{margin:1rem 0}.image-preview img{max-width:100%;max-height:400px;border-radius:8px;box-shadow:0 2px 8px #0000001a}.video-result{margin-top:2rem;padding:2rem;background-color:var(--white);border-radius:12px;box-shadow:0 2px 8px #00000014;border:1px solid rgba(0,0,0,.05)}.video-result video{width:100%;max-width:800px;margin-top:1rem;border-radius:8px}.form-section{background-color:var(--white);padding:2rem;border-radius:12px;margin-bottom:2rem;box-shadow:0 2px 8px #00000014;border:1px solid rgba(0,0,0,.05)}.creatives-list{margin-top:2rem}.creatives-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem;margin-top:1rem}.creative-item{background-color:var(--white);padding:1rem;border-radius:8px;box-shadow:0 2px 4px #0000001a}.creative-item img{width:100%;height:auto;border-radius:4px;margin-top:.5rem}.templates-info,.template-preview{margin-top:1rem;padding:1rem;background-color:var(--orange-light);border-radius:4px}.templates-info ul{list-style:none;margin-top:.5rem}.templates-info li{padding:.5rem 0;border-bottom:1px solid var(--gray-medium)}.section-info{margin:1rem 0;padding:1rem;background-color:var(--white);border-radius:4px;border-left:4px solid var(--orange-primary)}.demo-result{margin-top:2rem;padding:2rem;background-color:var(--white);border-radius:12px;box-shadow:0 2px 8px #00000014;border:1px solid rgba(0,0,0,.05)}.demo-result a{display:inline-block;margin-top:1rem;padding:.75rem 1.5rem;background-color:var(--orange-primary);color:var(--white);text-decoration:none;border-radius:4px;transition:background-color .3s}.demo-result a:hover{background-color:var(--orange-dark)}.sms-actions{display:flex;gap:1rem;margin-top:1rem}.sms-actions button{flex:1}.creative-modification-fullscreen{position:relative;display:flex;flex-direction:column;background:var(--gray-light);min-height:calc(100vh - 60px);overflow:hidden}.creative-modification-fullscreen.drag-over{background:var(--orange-light)}.creative-modification-fullscreen.drag-over:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border:4px dashed var(--orange-primary);z-index:100;pointer-events:none}.creative-header{background:var(--white);border-bottom:1px solid rgba(0,0,0,.1);padding:1rem 2rem;box-shadow:0 2px 8px #0000000d;z-index:10}.header-content{display:flex;justify-content:space-between;align-items:center;max-width:100%;gap:2rem}.header-left h1{margin:0;font-size:1.5rem;color:var(--orange-secondary)}.header-subtitle{margin:.25rem 0 0;font-size:.9rem;color:var(--gray-dark)}.header-actions{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.upload-button-header{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:var(--orange-primary);color:#fff;border:none;border-radius:8px;cursor:pointer;font-weight:600;font-size:.95rem;transition:all .2s;white-space:nowrap}.upload-button-header:hover:not(:disabled){background:var(--orange-dark);transform:translateY(-1px);box-shadow:0 4px 12px #ff79004d}.upload-button-header:disabled{opacity:.7;cursor:not-allowed}.creative-select-header{padding:.75rem 1rem;border:1px solid var(--gray-medium);border-radius:8px;background:var(--white);font-size:.95rem;cursor:pointer;transition:border-color .2s;min-width:200px}.creative-select-header:focus{outline:none;border-color:var(--orange-primary)}.toggle-controls-btn{background:var(--gray-light);border:1px solid var(--gray-medium);border-radius:8px;padding:.75rem 1rem;cursor:pointer;font-size:1rem;transition:all .2s}.toggle-controls-btn:hover{background:var(--gray-medium)}.error-banner{background:#ffe5e5;color:var(--error);padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid rgba(231,76,60,.2);z-index:9}.creative-main-content{flex:1;overflow:auto;position:relative}.fullscreen-comparison{display:grid;grid-template-columns:1fr auto 1fr;height:100%;min-height:500px;gap:0}.comparison-panel{display:flex;flex-direction:column;background:var(--white);overflow:hidden}.original-panel{border-right:1px solid rgba(0,0,0,.1)}.modified-panel{border-left:1px solid rgba(0,0,0,.1)}.panel-header{padding:1.5rem 2rem;background:var(--white);border-bottom:1px solid rgba(0,0,0,.1);display:flex;justify-content:space-between;align-items:center}.modified-panel .panel-header{background:var(--orange-light)}.panel-title{display:flex;flex-direction:column;gap:.25rem}.panel-label{font-weight:600;font-size:1.1rem;color:var(--orange-secondary)}.modified-panel .panel-label{color:var(--orange-dark)}.panel-name{font-size:.85rem;color:var(--gray-dark)}.modification-badge{display:inline-block;padding:.25rem .75rem;background:var(--orange-primary);color:#fff;border-radius:12px;font-size:.75rem;font-weight:600;margin-top:.5rem}.zoom-button{background:#0000000d;border:none;border-radius:8px;padding:.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;color:var(--gray-dark)}.zoom-button:hover{background:#0000001a;transform:scale(1.1)}.modified-panel .zoom-button{background:#ff79001a;color:var(--orange-dark)}.modified-panel .zoom-button:hover{background:#ff790033}.panel-actions{display:flex;align-items:center;gap:.5rem}.download-button{background:var(--orange-primary);border:none;border-radius:8px;padding:.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;color:#fff}.download-button:hover{background:var(--orange-dark);transform:scale(1.1);box-shadow:0 4px 12px #ff79004d}.panel-image-container{flex:1;display:flex;align-items:center;justify-content:center;padding:2rem;background:repeating-conic-gradient(#f0f0f0 0% 25%,transparent 0% 50%) 50% / 20px 20px;position:relative;overflow:auto}.panel-image-container img{max-width:100%;max-height:100%;object-fit:contain;border-radius:8px;box-shadow:0 8px 24px #00000026;cursor:zoom-in;transition:transform .2s}.panel-image-container img:hover{transform:scale(1.02)}.image-loading-overlay{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;background:#ffffffe6;z-index:10}.comparison-divider{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem 1rem;background:var(--gray-light);min-width:80px}.divider-line{flex:1;width:2px;background:var(--gray-medium)}.divider-icon{padding:1rem;background:var(--white);border-radius:50%;box-shadow:0 2px 8px #0000001a;color:var(--orange-primary);margin:.5rem 0}.placeholder-panel{display:flex;align-items:center;justify-content:center;background:var(--gray-light)}.placeholder-content-fullscreen{text-align:center;padding:4rem;max-width:500px}.placeholder-content-fullscreen svg{opacity:.3;margin-bottom:2rem}.placeholder-content-fullscreen h3{font-size:1.5rem;color:var(--orange-secondary);margin:1rem 0}.placeholder-content-fullscreen p{color:var(--gray-dark);line-height:1.6}.placeholder-spinner-large{margin-bottom:2rem}.empty-state-fullscreen{display:flex;align-items:center;justify-content:center;height:100%;padding:4rem}.empty-content{text-align:center;max-width:600px}.empty-content svg{opacity:.3;margin-bottom:2rem}.empty-content h2{font-size:2rem;color:var(--orange-secondary);margin:1rem 0}.empty-content p{font-size:1.1rem;color:var(--gray-dark);margin-bottom:2rem;line-height:1.6}.empty-actions{display:flex;justify-content:center;gap:1rem}.empty-upload-button{display:inline-flex;align-items:center;gap:.75rem;padding:1rem 2rem;background:var(--orange-primary);color:#fff;border:none;border-radius:12px;cursor:pointer;font-weight:600;font-size:1rem;transition:all .2s}.empty-upload-button:hover:not(:disabled){background:var(--orange-dark);transform:translateY(-2px);box-shadow:0 8px 16px #ff79004d}.empty-upload-button:disabled{opacity:.7;cursor:not-allowed}.floating-controls{position:fixed;bottom:2rem;right:2rem;width:400px;max-width:calc(100vw - 4rem);background:var(--white);border-radius:16px;box-shadow:0 8px 32px #00000026;z-index:100;animation:slideUpFade .3s ease-out;max-height:calc(100vh - 4rem);display:flex;flex-direction:column}@keyframes slideUpFade{0%{transform:translateY(20px) scale(.95);opacity:0}to{transform:translateY(0) scale(1);opacity:1}}.controls-header{padding:1.5rem;border-bottom:1px solid rgba(0,0,0,.1);display:flex;justify-content:space-between;align-items:center;background:var(--orange-light);border-radius:16px 16px 0 0}.controls-header h3{margin:0;font-size:1.2rem;color:var(--orange-dark)}.minimize-controls{background:none;border:none;color:var(--orange-dark);cursor:pointer;padding:.25rem;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background .2s}.minimize-controls:hover{background:#ff790033}.floating-bubble{position:fixed;bottom:2rem;right:2rem;width:64px;height:64px;background:linear-gradient(135deg,var(--orange-primary),var(--orange-dark));border:none;border-radius:50%;box-shadow:0 8px 24px #ff790066;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#fff;transition:all .3s;z-index:100;animation:bubblePulse 2s infinite}@keyframes bubblePulse{0%,to{box-shadow:0 8px 24px #ff790066}50%{box-shadow:0 8px 32px #ff790099}}.floating-bubble:hover{transform:scale(1.1);box-shadow:0 12px 32px #ff790099}.floating-bubble:active{transform:scale(.95)}.bubble-badge{position:absolute;top:-4px;right:-4px;background:var(--error);color:#fff;width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:600;border:2px solid white;box-shadow:0 2px 8px #0003}.controls-content{padding:1.5rem;overflow-y:auto}.prompt-section{display:flex;flex-direction:column;gap:1rem}.prompt-section label{font-weight:600;color:var(--orange-secondary);font-size:.95rem}.options-section{margin-bottom:.5rem}.checkbox-label{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-weight:500!important;color:var(--gray-dark)!important}.checkbox-label input[type=checkbox]{width:18px;height:18px;accent-color:var(--orange-primary);cursor:pointer}.modification-textarea{width:100%;padding:1rem;border:2px solid var(--gray-medium);border-radius:12px;resize:vertical;font-family:inherit;font-size:.95rem;transition:border-color .2s;min-height:120px}.modification-textarea:focus{outline:none;border-color:var(--orange-primary)}.generate-button-large{width:100%;padding:1.25rem;background:linear-gradient(135deg,var(--orange-primary),var(--orange-dark));color:#fff;border:none;border-radius:12px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:.75rem}.generate-button-large:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 16px #ff790066}.generate-button-large:disabled{opacity:.6;cursor:not-allowed;transform:none}.spinner-small{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .6s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.zoom-modal{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000f2;display:flex;align-items:center;justify-content:center;z-index:1000;cursor:zoom-out;padding:2rem}.zoom-modal img{max-width:90%;max-height:90%;object-fit:contain;border-radius:8px;box-shadow:0 8px 32px #00000080;cursor:default}.zoom-close{position:absolute;top:2rem;right:2rem;background:#fff3;border:none;color:#fff;font-size:2rem;width:48px;height:48px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s;z-index:1001}.zoom-close:hover{background:#ffffff4d}.zoom-modal-controls{position:absolute;top:2rem;right:2rem;display:flex;gap:1rem;z-index:1001}.zoom-download{background:var(--orange-primary);border:none;color:#fff;font-size:.95rem;padding:.75rem 1.5rem;border-radius:8px;cursor:pointer;display:flex;align-items:center;gap:.5rem;font-weight:600;transition:all .2s}.zoom-download:hover{background:var(--orange-dark);transform:translateY(-2px);box-shadow:0 4px 12px #ff790066}.history-section{margin-top:2rem;padding-top:1.5rem;border-top:1px solid rgba(0,0,0,.1)}.history-section h4{margin:0 0 1rem;font-size:1rem;color:var(--orange-secondary);font-weight:600}.history-list{display:flex;flex-direction:column;gap:1rem;max-height:400px;overflow-y:auto}.history-item{background:var(--gray-light);border-radius:8px;padding:.75rem;transition:background .2s}.history-item:hover{background:#e8e8e8}.history-item-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.history-number{font-weight:600;color:var(--orange-primary);font-size:.9rem}.restore-button{display:flex;align-items:center;gap:.5rem;padding:.4rem .75rem;background:var(--white);border:1px solid var(--gray-medium);border-radius:6px;font-size:.85rem;cursor:pointer;transition:all .2s;color:var(--orange-secondary)}.restore-button:hover{background:var(--orange-light);border-color:var(--orange-primary);color:var(--orange-dark)}.history-actions{display:flex;align-items:center;gap:.5rem}.history-download-button{display:flex;align-items:center;justify-content:center;padding:.4rem;background:var(--orange-primary);border:none;border-radius:6px;cursor:pointer;transition:all .2s;color:#fff}.history-download-button:hover{background:var(--orange-dark);transform:scale(1.1);box-shadow:0 2px 8px #ff79004d}.history-item-content{display:flex;gap:.75rem}.history-thumbnail{width:80px;height:80px;object-fit:cover;border-radius:6px;cursor:zoom-in;flex-shrink:0;border:1px solid var(--gray-medium)}.history-details{flex:1;display:flex;flex-direction:column;gap:.5rem}.history-prompt{font-size:.85rem;color:var(--orange-secondary);line-height:1.4;margin:0;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}.history-time{font-size:.75rem;color:var(--gray-dark)}@media (max-width: 1024px){.fullscreen-comparison{grid-template-columns:1fr;grid-template-rows:1fr auto 1fr}.comparison-divider{flex-direction:row;min-width:auto;min-height:80px}.divider-line{width:auto;height:2px;flex:1}.floating-controls{width:calc(100vw - 2rem);right:1rem;bottom:1rem}.header-content{flex-direction:column;align-items:flex-start;gap:1rem}.header-actions{width:100%;justify-content:space-between}}@media (max-width: 768px){.creative-header{padding:1rem}.header-left h1{font-size:1.25rem}.panel-header,.panel-image-container{padding:1rem}.floating-controls{width:calc(100vw - 1rem);right:.5rem;bottom:.5rem;max-height:calc(100vh - 1rem)}}.crop-selector-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000e6;display:flex;align-items:center;justify-content:center;z-index:10000;animation:fadeIn .2s ease}.crop-selector-container{background:#fff;border-radius:16px;max-width:90vw;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 20px 60px #0000004d}.crop-selector-header{padding:1.5rem 2rem;border-bottom:1px solid var(--border-light);display:flex;justify-content:space-between;align-items:center}.crop-selector-header h3{margin:0;font-size:1.25rem;color:var(--text-primary)}.close-btn{background:none;border:none;cursor:pointer;padding:.5rem;border-radius:8px;color:var(--text-secondary);transition:all .2s}.close-btn:hover{background:var(--bg-secondary);color:var(--text-primary)}.crop-selector-body{padding:2rem;overflow:auto;flex:1;display:flex;align-items:center;justify-content:center}.crop-selector-footer{padding:1.5rem 2rem;border-top:1px solid var(--border-light);display:flex;justify-content:space-between;align-items:center}.crop-info{color:var(--text-secondary);font-size:.9rem}.crop-actions{display:flex;gap:1rem}.btn-secondary{padding:.75rem 1.5rem;border:2px solid var(--border-light);background:#fff;color:var(--text-primary);border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s}.btn-secondary:hover{border-color:var(--orange-primary);color:var(--orange-primary)}.btn-primary{padding:.75rem 1.5rem;border:none;background:var(--orange-primary);color:#fff;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s}.btn-primary:hover:not(:disabled){background:var(--orange-dark);transform:translateY(-1px);box-shadow:0 4px 12px #ff79004d}.btn-primary:disabled{opacity:.5;cursor:not-allowed}.ReactCrop{max-width:100%}.ReactCrop__crop-selection{border:2px solid var(--orange-primary);box-shadow:0 0 0 9999px #00000080}.crop-selector-section{margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid var(--border-light)}.crop-selector-btn{width:100%;padding:1rem;border:2px dashed var(--border-light);background:var(--bg-secondary);color:var(--text-primary);border-radius:12px;font-weight:600;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:.75rem;font-size:.95rem}.crop-selector-btn:hover:not(:disabled){border-color:var(--orange-primary);background:#ff79000d;color:var(--orange-primary);transform:translateY(-1px)}.crop-selector-btn.has-selection{border-style:solid;border-color:var(--orange-primary);background:#ff79001a;color:var(--orange-primary)}.crop-selector-btn:disabled{opacity:.5;cursor:not-allowed}.crop-info-display{margin-top:.75rem;padding:.75rem 1rem;background:#22c55e1a;border:1px solid rgba(34,197,94,.3);border-radius:8px;color:#15803d;font-size:.9rem;display:flex;align-items:center;gap:.5rem}.crop-info-display svg{flex-shrink:0}.clear-crop-btn{margin-left:auto;background:none;border:none;font-size:1.5rem;line-height:1;cursor:pointer;color:#15803d;padding:0 .5rem;border-radius:4px;transition:all .2s}.clear-crop-btn:hover{background:#22c55e33}
