:root{--primary: #7d52f4;--primary-hover: #6b42d0;--secondary: #ec4899;--bg-body: #ffffff;--bg-card: #ffffff;--bg-sidebar: #ffffff;--text-main: #0f172a;--text-muted: #64748b;--text-light: #94a3b8;--border-color: #e2e8f0;--spacing-xs: .25rem;--spacing-sm: .5rem;--spacing-md: 1rem;--spacing-lg: 1.5rem;--spacing-xl: 2rem;--radius-sm: .375rem;--radius-md: .5rem;--radius-lg: .75rem;--radius-xl: 40px;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--transition-fast: .15s ease-in-out;--transition-normal: .3s ease-in-out}*{box-sizing:border-box;margin:0;padding:0}body{font-family:__Inter_d65c78,__Inter_Fallback_d65c78,Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;background-color:var(--bg-body);color:var(--text-main);line-height:1.5;-webkit-font-smoothing:antialiased;transition:background-color .3s ease}a{text-decoration:none;color:inherit}button{cursor:pointer;border:none;background:none;font-family:inherit}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border-color);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--text-light)}.react-flow{direction:ltr}.react-flow__container{position:absolute;width:100%;height:100%;top:0;left:0}.react-flow__pane{z-index:1;cursor:-webkit-grab;cursor:grab}.react-flow__pane.selection{cursor:pointer}.react-flow__pane.dragging{cursor:-webkit-grabbing;cursor:grabbing}.react-flow__viewport{transform-origin:0 0;z-index:2;pointer-events:none}.react-flow__renderer{z-index:4}.react-flow__selection{z-index:6}.react-flow__nodesselection-rect:focus,.react-flow__nodesselection-rect:focus-visible{outline:none}.react-flow .react-flow__edges{pointer-events:none;overflow:visible}.react-flow__edge-path,.react-flow__connection-path{stroke:#b1b1b7;stroke-width:1;fill:none}.react-flow__edge{pointer-events:visibleStroke;cursor:pointer}.react-flow__edge.animated path{stroke-dasharray:5;-webkit-animation:dashdraw .5s linear infinite;animation:dashdraw .5s linear infinite}.react-flow__edge.animated path.react-flow__edge-interaction{stroke-dasharray:none;-webkit-animation:none;animation:none}.react-flow__edge.inactive{pointer-events:none}.react-flow__edge.selected,.react-flow__edge:focus,.react-flow__edge:focus-visible{outline:none}.react-flow__edge.selected .react-flow__edge-path,.react-flow__edge:focus .react-flow__edge-path,.react-flow__edge:focus-visible .react-flow__edge-path{stroke:#555}.react-flow__edge-textwrapper{pointer-events:all}.react-flow__edge-textbg{fill:#fff}.react-flow__edge .react-flow__edge-text{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.react-flow__connection{pointer-events:none}.react-flow__connection .animated{stroke-dasharray:5;-webkit-animation:dashdraw .5s linear infinite;animation:dashdraw .5s linear infinite}.react-flow__connectionline{z-index:1001}.react-flow__nodes{pointer-events:none;transform-origin:0 0}.react-flow__node{position:absolute;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:all;transform-origin:0 0;box-sizing:border-box;cursor:-webkit-grab;cursor:grab}.react-flow__node.dragging{cursor:-webkit-grabbing;cursor:grabbing}.react-flow__nodesselection{z-index:3;transform-origin:left top;pointer-events:none}.react-flow__nodesselection-rect{position:absolute;pointer-events:all;cursor:-webkit-grab;cursor:grab}.react-flow__handle{position:absolute;pointer-events:none;min-width:5px;min-height:5px;width:6px;height:6px;background:#1a192b;border:1px solid white;border-radius:100%}.react-flow__handle.connectionindicator{pointer-events:all;cursor:crosshair}.react-flow__handle-bottom{top:auto;left:50%;bottom:-4px;transform:translate(-50%)}.react-flow__handle-top{left:50%;top:-4px;transform:translate(-50%)}.react-flow__handle-left{top:50%;left:-4px;transform:translateY(-50%)}.react-flow__handle-right{right:-4px;top:50%;transform:translateY(-50%)}.react-flow__edgeupdater{cursor:move;pointer-events:all}.react-flow__panel{position:absolute;z-index:5;margin:15px}.react-flow__panel.top{top:0}.react-flow__panel.bottom{bottom:0}.react-flow__panel.left{left:0}.react-flow__panel.right{right:0}.react-flow__panel.center{left:50%;transform:translate(-50%)}.react-flow__attribution{font-size:10px;background:#ffffff80;padding:2px 3px;margin:0}.react-flow__attribution a{text-decoration:none;color:#999}@-webkit-keyframes dashdraw{0%{stroke-dashoffset:10}}@keyframes dashdraw{0%{stroke-dashoffset:10}}.react-flow__edgelabel-renderer{position:absolute;width:100%;height:100%;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.react-flow__edge.updating .react-flow__edge-path{stroke:#777}.react-flow__edge-text{font-size:10px}.react-flow__node.selectable:focus,.react-flow__node.selectable:focus-visible{outline:none}.react-flow__node-default,.react-flow__node-input,.react-flow__node-output,.react-flow__node-group{padding:10px;border-radius:3px;width:150px;font-size:12px;color:#222;text-align:center;border-width:1px;border-style:solid;border-color:#1a192b;background-color:#fff}.react-flow__node-default.selectable:hover,.react-flow__node-input.selectable:hover,.react-flow__node-output.selectable:hover,.react-flow__node-group.selectable:hover{box-shadow:0 1px 4px 1px #00000014}.react-flow__node-default.selectable.selected,.react-flow__node-default.selectable:focus,.react-flow__node-default.selectable:focus-visible,.react-flow__node-input.selectable.selected,.react-flow__node-input.selectable:focus,.react-flow__node-input.selectable:focus-visible,.react-flow__node-output.selectable.selected,.react-flow__node-output.selectable:focus,.react-flow__node-output.selectable:focus-visible,.react-flow__node-group.selectable.selected,.react-flow__node-group.selectable:focus,.react-flow__node-group.selectable:focus-visible{box-shadow:0 0 0 .5px #1a192b}.react-flow__node-group{background-color:#f0f0f040}.react-flow__nodesselection-rect,.react-flow__selection{background:#0059dc14;border:1px dotted rgba(0,89,220,.8)}.react-flow__nodesselection-rect:focus,.react-flow__nodesselection-rect:focus-visible,.react-flow__selection:focus,.react-flow__selection:focus-visible{outline:none}.react-flow__controls{box-shadow:0 0 2px 1px #00000014}.react-flow__controls-button{border:none;background:#fefefe;border-bottom:1px solid #eee;box-sizing:content-box;display:flex;justify-content:center;align-items:center;width:16px;height:16px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;padding:5px}.react-flow__controls-button:hover{background:#f4f4f4}.react-flow__controls-button svg{width:100%;max-width:12px;max-height:12px}.react-flow__controls-button:disabled{pointer-events:none}.react-flow__controls-button:disabled svg{fill-opacity:.4}.react-flow__minimap{background-color:#fff}.react-flow__minimap svg{display:block}.react-flow__resize-control{position:absolute}.react-flow__resize-control.left,.react-flow__resize-control.right{cursor:ew-resize}.react-flow__resize-control.top,.react-flow__resize-control.bottom{cursor:ns-resize}.react-flow__resize-control.top.left,.react-flow__resize-control.bottom.right{cursor:nwse-resize}.react-flow__resize-control.bottom.left,.react-flow__resize-control.top.right{cursor:nesw-resize}.react-flow__resize-control.handle{width:4px;height:4px;border:1px solid #fff;border-radius:1px;background-color:#3367d9;transform:translate(-50%,-50%)}.react-flow__resize-control.handle.left{left:0;top:50%}.react-flow__resize-control.handle.right{left:100%;top:50%}.react-flow__resize-control.handle.top{left:50%;top:0}.react-flow__resize-control.handle.bottom{left:50%;top:100%}.react-flow__resize-control.handle.top.left,.react-flow__resize-control.handle.bottom.left{left:0}.react-flow__resize-control.handle.top.right,.react-flow__resize-control.handle.bottom.right{left:100%}.react-flow__resize-control.line{border-color:#3367d9;border-width:0;border-style:solid}.react-flow__resize-control.line.left,.react-flow__resize-control.line.right{width:1px;transform:translate(-50%);top:0;height:100%}.react-flow__resize-control.line.left{left:0;border-left-width:1px}.react-flow__resize-control.line.right{left:100%;border-right-width:1px}.react-flow__resize-control.line.top,.react-flow__resize-control.line.bottom{height:1px;transform:translateY(-50%);left:0;width:100%}.react-flow__resize-control.line.top{top:0;border-top-width:1px}.react-flow__resize-control.line.bottom{border-bottom-width:1px;top:100%}:root{--dm-bg-primary: #f8fafc;--dm-bg-secondary: #ffffff;--dm-text-primary: #1e293b;--dm-text-secondary: #64748b;--dm-border: rgba(0, 0, 0, .08);--dm-card-bg: rgba(255, 255, 255, .9)}[data-theme=dark]{--dm-bg-primary: #121212;--dm-bg-secondary: #1E1E1E;--dm-bg-tertiary: #232323;--dm-bg-elevated: #2C2C2C;--dm-border: #333333;--dm-border-light: #383838;--dm-text-primary: #ffffff;--dm-text-secondary: #a0a0a0;--dm-card-bg: #1E1E1E;--bg-body: #121212;--text-main: #ffffff;--border-color: #333333}[data-theme=dark] .dashboard-view{background-color:var(--dm-bg-primary)}[data-theme=dark] .top-nav-bar{background:linear-gradient(to top,#1e1e1e,#252525,#2c2c2c);border-color:#383838}[data-theme=dark] .top-nav-item{color:#a0a0a0}[data-theme=dark] .top-nav-item:hover{color:#fff;background:#333}[data-theme=dark] .top-nav-item.active{color:#fff;background:#383838}[data-theme=dark] .top-nav-divider{background:#383838}[data-theme=dark] .header-user-section{background:linear-gradient(to top,#1e1e1e,#252525,#2c2c2c);border-color:#383838}[data-theme=dark] .user-name{color:#fff}[data-theme=dark] .credit-badge{background:#2d2d2d;border-color:#444;color:#facc15}[data-theme=dark] .pro-badge{background:#2d2d2d!important;border-color:#444!important;color:#a78bfa!important}[data-theme=dark] .header-divider{background-color:#383838}[data-theme=dark] .header-actions-buttons .header-icon-btn{color:#a0a0a0}[data-theme=dark] .header-actions-buttons .header-icon-btn:hover{color:#fff;background:#333}[data-theme=dark] .fixed-store-btn{background:#1e1e1e;border-color:#383838;color:#a0a0a0}[data-theme=dark] .fixed-store-btn:hover{color:#fff;background:#252525}[data-theme=dark] .bottom-nav-bar{background:linear-gradient(to bottom,#1e1e1e,#252525,#2c2c2c);border:1px solid #383838}[data-theme=dark] .bottom-nav-item{color:#a0a0a0}[data-theme=dark] .bottom-nav-item:hover{background:#333;color:#fff}[data-theme=dark] .bottom-nav-item.active{background:#383838;color:#fff}[data-theme=dark] .react-flow__node{background:transparent!important;border:none!important;box-shadow:none!important}[data-theme=dark] .react-flow__edge-path{stroke:#383838!important}[data-theme=dark] .react-flow__background{background-color:var(--dm-bg-primary)!important}.react-flow__controls{background:#fffffff2!important;border:1px solid rgba(0,0,0,.08)!important;border-radius:12px!important;box-shadow:0 4px 12px #00000014!important;padding:4px!important;gap:2px!important}.react-flow__controls-button{background:transparent!important;border:none!important;border-radius:8px!important;width:28px!important;height:28px!important;display:flex!important;align-items:center!important;justify-content:center!important;color:#64748b!important;transition:all .2s ease!important}.react-flow__controls-button:hover{background:#f1f5f9!important;color:#1e293b!important}.react-flow__controls-button svg{fill:currentColor!important;max-width:14px!important;max-height:14px!important}[data-theme=dark] .react-flow__controls{background:#1e1e1ef2!important;border:1px solid #383838!important;box-shadow:0 4px 12px #0000004d!important}[data-theme=dark] .react-flow__controls-button{color:#a0a0a0!important}[data-theme=dark] .react-flow__controls-button:hover{background:#333!important;color:#fff!important}.app-layout{display:grid;grid-template-columns:280px 1fr;min-height:100vh;transition:grid-template-columns .3s ease;background-color:var(--bg-body)}.app-layout.sidebar-collapsed{grid-template-columns:80px 1fr}.app-layout.sidebar-hidden{grid-template-columns:1fr}.sidebar{background-color:var(--bg-sidebar);border-right:1px solid var(--border-color);height:100vh;position:sticky;top:0;display:flex;flex-direction:column;padding:0;overflow-y:auto;-ms-overflow-style:none;scrollbar-width:none}.sidebar::-webkit-scrollbar{display:none}.sidebar-header{display:flex;align-items:center;gap:var(--spacing-sm);padding:var(--spacing-lg);border-bottom:1px solid var(--border-color);height:80px}.sidebar-logo-text{display:flex;flex-direction:column;justify-content:center}.sidebar-brand-name{font-family:Outfit,sans-serif;font-weight:500;font-size:1.75rem;color:#000;line-height:1;margin:0;letter-spacing:-.02em}.sidebar-brand-subtitle{font-family:Playfair Display,serif;font-size:.75rem;color:#64748b;margin:4px 0 0;line-height:1}.sidebar-content{display:flex;flex-direction:column;height:100%;padding:0 16px}.sidebar-nav{flex:1;overflow-y:auto;overflow-x:hidden}.upgrade-card{margin-top:16px}.sidebar-content>div:nth-last-child(2){margin-bottom:24px}.logo-icon{color:var(--primary);width:32px;height:32px}.app-title{font-weight:700;font-size:1.125rem;color:var(--text-main)}.app-subtitle{font-size:.75rem;color:var(--text-muted)}.nav-section{margin-bottom:var(--spacing-xl)}.nav-section-title{font-size:.75rem;font-weight:600;text-transform:uppercase;color:var(--text-light);margin-bottom:var(--spacing-md);letter-spacing:.05em}.nav-item{display:flex;align-items:center;gap:var(--spacing-md);padding:var(--spacing-sm) var(--spacing-md);color:var(--text-muted);border-radius:var(--radius-md);transition:all var(--transition-fast);margin-bottom:var(--spacing-xs);font-size:.9rem;font-weight:500}.nav-item:hover{background-color:transparent;color:#475569}.soon-badge{font-size:.6rem;padding:1px 4px;border-radius:4px;background-color:#f1f5f9;color:#64748b;font-weight:600;opacity:0;transition:opacity .2s}.nav-item:hover .soon-badge{opacity:1}.nav-item.active{background-color:#eef2ff;color:var(--primary)}.nav-section-title{font-size:.7rem}.nav-item span,.nav-item-text-container span{font-size:.85rem}.nav-item-icon{width:20px;height:20px}.header-logout-btn{display:flex;background-color:#ef44441a}.header-logout-btn:hover{background-color:#ef444433}.user-profile-card{display:flex;align-items:center;gap:12px;background:linear-gradient(to bottom right,#fff,#f8fafc);border:1px solid #e2e8f0;border-radius:12px;padding:12px 16px;cursor:pointer;text-align:left;transition:all .2s ease;width:100%;margin-bottom:24px}.user-profile-card:hover{border-color:#94a3b8}.sidebar.collapsed .user-profile-card{justify-content:center;padding:0;width:40px;height:40px;margin:0 auto 24px}.sidebar.collapsed .user-info-text-container,.sidebar.collapsed .user-welcome-text{display:none!important}.header-icon-btn{padding:6px;background:transparent!important;border:none!important;box-shadow:none!important;cursor:pointer;transition:all .2s ease;color:var(--text-muted)}.header-icon-btn.active{background-color:transparent!important;color:var(--primary)}.header-icon-btn:hover{background-color:#00000008!important;color:var(--text-main)}.notification-badge-dot{position:absolute;top:-2px;right:-2px;width:8px;height:8px;background:linear-gradient(135deg,#ff6b6b,#ee5a5a);border-radius:50%;border:2px solid white;box-shadow:0 1px 3px #0003}[data-theme=dark] .notification-badge-dot{border-color:#1a1a1a}.user-profile{display:flex;align-items:center;gap:var(--spacing-md)}.avatar{width:40px;height:40px;border-radius:50%;object-fit:cover;background-color:#e2e8f0}.user-info h4{font-size:.875rem;font-weight:600;color:var(--text-main)}.user-info p{font-size:.75rem;color:var(--text-muted)}.sidebar-socials{margin-top:var(--spacing-lg);padding-top:var(--spacing-md);border-top:1px solid var(--border-color)}.social-icons-row{display:flex;gap:var(--spacing-md);margin-bottom:var(--spacing-md);flex-wrap:wrap}.social-icon{color:var(--text-muted);transition:color .2s;cursor:pointer}.social-icon:hover{color:var(--text-main)}.footer-links{display:flex;gap:var(--spacing-sm);font-size:.7rem;color:var(--text-muted)}.footer-link{color:var(--text-muted);text-decoration:none}.footer-link:hover{text-decoration:underline}.main-content{padding:0;overflow-y:auto;height:100vh;display:flex;flex-direction:column}.dashboard-header{display:flex;justify-content:space-between;align-items:center;padding:0 var(--spacing-xl) 0 12px!important;height:80px;border-bottom:1px solid var(--border-color);flex-shrink:0}.welcome-text h1{font-size:1.5rem;font-weight:700;color:var(--text-main)}.welcome-text p{color:var(--text-muted)}.header-actions-container{display:flex;align-items:center;gap:16px;position:relative}.header-user-section{display:flex;align-items:center;gap:12px;padding:6px 12px;background:linear-gradient(to top,#fff,#f8fafc,#f1f5f9);border:1px solid rgba(0,0,0,.08);border-radius:100px;transition:all .2s ease}.user-profile-info{display:flex;align-items:center;gap:8px}.user-name{font-size:.85rem;font-weight:600;color:#1e293b;max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pro-badge{display:flex!important;align-items:center!important;justify-content:center!important;gap:4px!important;background:#fff!important;padding:4px 10px!important;border-radius:100px!important;font-size:.85rem!important;font-weight:700!important;line-height:1!important;color:#7c3aed!important;border:1px solid #DDD6FE!important;box-shadow:inset 0 1px 2px #00000005!important}.credit-badge{display:flex;align-items:center;justify-content:center;gap:4px;background:#fff;padding:4px 10px;border-radius:100px;font-size:.85rem;font-weight:700;line-height:1;color:#ca8a04;border:1px solid #fef08a;box-shadow:inset 0 1px 2px #00000005}.header-divider{width:1px;height:24px;background-color:#e2e8f0}.header-actions-buttons{display:flex;align-items:center;gap:8px}.header-actions-buttons .header-icon-btn{width:36px;height:36px;border-radius:10px}.header-logout-btn:hover{color:#ef4444!important;background-color:#ef44441a!important}.dashboard-view{display:flex;flex-direction:column;height:100%;padding:0;flex:1;overflow:hidden;background-color:#f8fafc}.left-column,.right-column{height:100%;display:flex;flex-direction:column}.right-column-custom{height:100%;display:flex;flex-direction:column;overflow:hidden}.location-column::-webkit-scrollbar{display:none}.location-column{-ms-overflow-style:none;scrollbar-width:none}.location-column .card{height:auto;flex-shrink:0}@media (max-width: 1024px){.dashboard-grid{grid-template-columns:1fr;grid-template-rows:1fr 1fr}}.header-icon-btn{width:40px;height:40px;border-radius:12px;background-color:#f8fafc;border:1px solid transparent;display:flex;align-items:center;justify-content:center;color:#64748b;cursor:pointer;transition:all .2s;position:relative;font-weight:500}.header-icon-btn:hover{background-color:#e2e8f0;color:#64748b}.header-icon-btn.active{background-color:#fff;color:var(--text-main);box-shadow:0 2px 4px #0000000d;border:1px solid #e2e8f0;font-weight:600}.notification-dot{position:absolute;top:10px;right:10px;width:8px;height:8px;background-color:#ef4444;border-radius:50%;border:2px solid #f1f5f9}.nav-card{display:flex;align-items:center;gap:12px;height:48px;padding:8px 12px;margin-bottom:0;border-radius:12px;border:1px solid transparent;background-color:#f8fafc;box-shadow:none;cursor:pointer;transition:all .2s;text-decoration:none;position:relative;overflow:hidden}.nav-card:hover{background-color:#e2e8f0}.nav-card-icon-container{flex-shrink:0;width:28px;height:28px;border-radius:8px;display:flex;align-items:center;justify-content:center;background-color:transparent;color:#64748b;position:relative;z-index:10}.nav-card-content{flex:1;min-width:0;z-index:10}.nav-card-title{font-weight:500;font-size:.8rem;color:#64748b;line-height:1.25;margin-bottom:2px}.nav-card-subtitle{display:none}.nav-card.active{background-color:#fff;border:1px solid #e2e8f0;box-shadow:0 2px 4px #0000000d}.nav-card.active .nav-card-title{color:var(--text-main);font-weight:600}.nav-card.active .nav-card-icon-container{color:var(--text-main)}.nav-card.orange.active .nav-card-icon-container{color:#ea580c}.nav-card.pink.active .nav-card-icon-container{color:#db2777}.nav-card.indigo.active .nav-card-icon-container{color:#4f46e5}.nav-card.green.active .nav-card-icon-container{color:#059669}.nav-card.teal.active .nav-card-icon-container{color:#0d9488}.nav-card.purple.active .nav-card-icon-container{color:#9333ea}.nav-card.red.active .nav-card-icon-container{color:#dc2626}.nav-card-blob-1,.nav-card-blob-2{display:none}.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.upgrade-card{position:relative;background:linear-gradient(to bottom right,#fff,#f8fafc);border:1px solid #e2e8f0;border-radius:16px;padding:16px;color:#1e293b;margin-bottom:16px;margin-top:auto;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease}.upgrade-card:hover{transform:scale(1.02) rotate(1deg);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.workflow-arrow-container{display:flex;align-items:center;justify-content:center;height:100%;color:#cbd5e1}.workflow-arrow-icon{width:32px;height:32px;opacity:.8}.sidebar{transition:width .3s ease;overflow-x:hidden}.sidebar.collapsed{width:80px}.sidebar.collapsed .sidebar-header{padding:12px 0;justify-content:center;flex-direction:column;gap:8px}.sidebar.collapsed .sidebar-brand-name,.sidebar.collapsed .sidebar-brand-subtitle,.sidebar.collapsed .sidebar-logo-text{display:none!important}.sidebar.collapsed .sidebar-toggle-btn{margin-left:0!important}.sidebar.collapsed .nav-section-title{display:none}.sidebar.collapsed .nav-item{justify-content:center;padding:12px}.sidebar.collapsed .nav-item span:not(.soon-badge),.sidebar.collapsed .nav-item-text-container{display:none!important}.sidebar.collapsed .soon-badge,.sidebar.collapsed .upgrade-card,.sidebar.collapsed .upgrade-content,.sidebar.collapsed .upgrade-lottie{display:none!important}.sidebar.collapsed .sidebar-download-btn{justify-content:center;padding:0;width:40px;height:40px;margin:0 auto}.sidebar.collapsed .sidebar-download-btn div:first-child{width:24px;height:24px}.sidebar.collapsed .sidebar-download-btn img,.sidebar.collapsed .sidebar-download-btn svg{width:24px!important;height:24px!important;object-fit:contain}.sidebar.collapsed .download-btn-text,.sidebar.collapsed .user-info-text-container,.sidebar.collapsed .user-welcome-text{display:none!important}.sidebar.collapsed .user-profile{justify-content:center;margin-bottom:8px}.sidebar.collapsed .user-info{width:auto}.logout-btn{color:#ef4444!important;background-color:#ef44441a;border-radius:12px;transition:all .2s;margin-bottom:24px}.logout-btn .nav-item-icon{color:#ef4444}.sidebar.collapsed .logout-btn{width:40px;height:40px;padding:0;justify-content:center;margin:0 auto 24px}.top-nav-bar{position:fixed;top:20px;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:16px;background:linear-gradient(to top,#fff,#f8fafc,#f1f5f9);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(0,0,0,.08);border-radius:50px;padding:8px 20px;z-index:1000;box-shadow:none}.top-nav-left{display:flex;align-items:center;gap:4px}.top-nav-item{display:flex;align-items:center;gap:8px;padding:10px 16px;border-radius:10px;cursor:pointer;transition:all .2s ease;color:#374151;font-size:.9rem;font-weight:500}.top-nav-item:hover{background:#f1f5f9;color:#111827}.top-nav-item.active{background:#f8fafc;color:#000;box-shadow:0 1px 3px #0000000d}.top-nav-divider{width:1px;height:24px;background:#00000026;margin:0 8px}.top-nav-store-icons{display:flex;align-items:center;gap:8px}.store-icon-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:8px;color:#374151;transition:all .2s ease;text-decoration:none}.store-icon-btn:hover{color:#000;background:#0000000d}.header-actions .header-icon-btn{color:#374151}.header-actions .header-icon-btn:hover{color:#000}.header-actions .header-logout-btn{color:#ef4444!important}.bottom-nav-bar{height:auto;background:linear-gradient(to bottom,#fff,#f8fafc,#f1f5f9);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:none;border-radius:50px;display:flex;align-items:center;justify-content:center;gap:0;padding:6px 8px;box-shadow:0 4px 20px #0000001a}.bottom-controls-container{position:fixed;bottom:20px;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:16px;z-index:1000}.bottom-controls-container .bottom-nav-bar{position:static;transform:none;left:auto;bottom:auto}.floating-scroll-btn{width:54px;height:54px;border-radius:50%;background:linear-gradient(to bottom,#fff,#f8fafc,#f1f5f9);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:none;display:flex;align-items:center;justify-content:center;color:#fff!important;cursor:pointer;box-shadow:0 4px 20px #0000001a;transition:all .3s cubic-bezier(.4,0,.2,1)}.scroll-icon-wrapper{display:flex;align-items:center;justify-content:center;color:#1e293b}[data-theme=dark] .scroll-icon-wrapper{color:#fff}.scroll-icon-wrapper.is-down{animation:bounceDown 2s infinite}.scroll-icon-wrapper.is-up{animation:bounceUp 2s infinite}@keyframes bounceDown{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(4px)}60%{transform:translateY(2px)}}@keyframes bounceUp{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-4px)}60%{transform:translateY(-2px)}}.floating-scroll-btn:hover{transform:translateY(-4px);background:#0f172a;color:#fff;box-shadow:0 8px 25px #0003}.floating-scroll-btn:hover .scroll-icon-wrapper{color:#fff}.scroll-btn-wrapper{position:relative;display:flex;flex-direction:column;align-items:center}.scroll-btn-label{position:absolute;bottom:calc(100% + 12px);left:50%;transform:translate(-50%);background:#1e293be6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;padding:8px 16px;border-radius:12px;font-size:13px;font-weight:600;white-space:nowrap;box-shadow:0 4px 15px #0003;animation:labelFadeIn .2s cubic-bezier(.4,0,.2,1) forwards;pointer-events:none;z-index:2001;border:1px solid rgba(255,255,255,.1)}@keyframes labelFadeIn{0%{opacity:0;transform:translate(-50%,8px)}to{opacity:1;transform:translate(-50%)}}[data-theme=light] .scroll-btn-label{background:#fffffff2;color:#1e293b;border:1px solid rgba(0,0,0,.1);box-shadow:0 4px 15px #0000001a}[data-theme=light] .floating-scroll-btn:hover{transform:translateY(-4px);background:linear-gradient(to bottom,#fff,#f8fafc,#f1f5f9);box-shadow:0 8px 25px #00000026}[data-theme=light] .floating-scroll-btn:hover .scroll-icon-wrapper{color:#1e293b}[data-theme=dark] .scroll-btn-label{background:#0f172ae6;border:1px solid rgba(255,255,255,.05)}[data-theme=dark] .floating-scroll-btn{background:linear-gradient(to bottom,#1e1e1e,#252525,#2c2c2c);color:#fff!important;border:1px solid #383838}[data-theme=dark] .floating-scroll-btn:hover{background:#333;color:#c4b5fd;box-shadow:0 8px 25px #0006}.bottom-nav-divider{width:1px;height:24px;background:#00000014;margin:0 4px}[data-theme=dark] .bottom-nav-divider{background:#ffffff14}.bottom-nav-item{display:flex;align-items:center;justify-content:center;gap:6px;padding:10px 14px;border-radius:50px;cursor:pointer;background:transparent;color:#64748b}.bottom-nav-item:hover{background:#0000000a;color:#374151}.bottom-nav-item.active{background:#1e293b;color:#fff}.bottom-nav-icon{display:flex;align-items:center;justify-content:center}.bottom-nav-label{font-size:.85rem;font-weight:500;white-space:nowrap}.bottom-nav-item.orange.active,.bottom-nav-item.pink.active,.bottom-nav-item.indigo.active,.bottom-nav-item.green.active,.bottom-nav-item.teal.active,.bottom-nav-item.purple.active{color:#fff}.bottom-nav-item{position:relative}.bottom-nav-tooltip{position:absolute;bottom:calc(100% + 16px);left:50%;transform:translate(-50%);width:280px;background:#1e293b;border-radius:16px;box-shadow:0 8px 32px #00000040,0 2px 8px #00000026;overflow:hidden;opacity:0;animation:tooltipFadeIn .2s ease forwards;pointer-events:none;z-index:2000}@keyframes tooltipFadeIn{0%{opacity:0;transform:translate(-50%) translateY(8px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.bottom-nav-tooltip:after{content:"";position:absolute;bottom:-6px;left:50%;width:12px;height:12px;background:#1e293b;border-radius:2px;transform:translate(-50%) rotate(45deg)}.tooltip-images-row{display:flex;gap:4px;padding:8px 8px 0}.tooltip-image-wrapper{flex:1;height:180px;border-radius:10px;overflow:hidden;background:linear-gradient(135deg,#334155,#1e293b)}.tooltip-image-wrapper img{width:100%;height:100%;object-fit:cover}.tooltip-video-container{display:flex;gap:4px;padding:8px 8px 0}.tooltip-video-wrapper{flex:1;height:180px;border-radius:10px;overflow:hidden;background:linear-gradient(135deg,#334155,#1e293b)}.tooltip-video-wrapper video{width:100%;height:100%;object-fit:cover}.tooltip-single-container{padding:8px}.tooltip-single-image{width:100%;height:180px;border-radius:10px;overflow:hidden;background:linear-gradient(135deg,#334155,#1e293b)}.tooltip-single-image img{width:100%;height:100%;object-fit:cover}.tooltip-title-container{padding:10px 12px 12px;background:linear-gradient(to top,#0f172af2,#1e293bcc)}.tooltip-title{display:block;font-size:.85rem;font-weight:600;color:#fff;text-align:center}[data-theme=light] .bottom-nav-tooltip{background:#fff;box-shadow:0 8px 32px #00000026,0 2px 8px #00000014}[data-theme=light] .bottom-nav-tooltip:after{background:#fff}[data-theme=light] .tooltip-image-wrapper{background:linear-gradient(135deg,#f1f5f9,#e2e8f0)}[data-theme=light] .tooltip-title-container{background:linear-gradient(to top,#fffffffa,#f8fafce6)}[data-theme=light] .tooltip-title{color:#1e293b}[data-theme=dark] .bottom-nav-tooltip{box-shadow:0 8px 32px #00000080,0 2px 8px #0000004d}[data-theme=dark] .tooltip-image-wrapper{background:linear-gradient(135deg,#1e293b,#0f172a)}.fixed-store-icons{position:fixed;bottom:20px;left:20px;display:flex;flex-direction:column;gap:8px;z-index:1000}.fixed-store-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:12px;background:#ffffffe6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(0,0,0,.08);color:#374151;transition:all .2s ease;text-decoration:none}.fixed-store-btn:hover{color:#000;background:#fff;box-shadow:0 4px 12px #0000001a}.icon-shine-effect{position:relative}.icon-shine-effect:after{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(120deg,transparent 0%,transparent 40%,rgba(255,255,255,.6) 50%,transparent 60%,transparent 100%);animation:shine 2s infinite;border-radius:12px}@keyframes shine{0%{left:-100%}50%,to{left:100%}}.zoom-controls-divider{display:none}.zoom-indicator{display:flex;align-items:center;justify-content:center;padding:6px 12px;background:#000c;color:#fff;font-size:12px;font-weight:600;border-radius:20px;animation:fadeInOut 1.5s ease-in-out}@keyframes fadeInOut{0%{opacity:0;transform:scale(.9)}15%{opacity:1;transform:scale(1)}85%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.9)}}[data-theme=dark] .zoom-indicator{background:#ffffffe6;color:#000}.zoom-btn{cursor:pointer}.zoom-btn:active{transform:scale(.95)}[data-theme=dark] .fixed-store-btn{background:#1e1e1ee6;border-color:#ffffff1a;color:#a0a0a0}[data-theme=dark] .fixed-store-btn:hover{background:#252525;color:#fff;box-shadow:0 4px 12px #0000004d}[data-theme=dark] .zoom-controls-divider{background:#ffffff1a}.settings-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0000004d;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);z-index:1000}.settings-popup{position:fixed;bottom:80px;left:20px;width:300px;background:#fffffffa;border:1px solid rgba(0,0,0,.08);border-radius:16px;box-shadow:0 8px 32px #0000001f;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:1001;overflow:hidden}.settings-popup-header{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border-bottom:1px solid rgba(0,0,0,.06)}.settings-popup-header h4{margin:0;font-size:14px;font-weight:600;color:#1e293b}.settings-popup-close{width:24px;height:24px;border:none;background:transparent;color:#64748b;font-size:18px;cursor:pointer;border-radius:6px;display:flex;align-items:center;justify-content:center;transition:all .2s}.settings-popup-close:hover{background:#f1f5f9;color:#1e293b}.settings-popup-content{padding:12px;display:flex;flex-direction:column;gap:8px}.setting-item{display:flex;align-items:flex-start;justify-content:space-between;padding:12px;background:#f8fafc;border-radius:12px;gap:12px}.setting-info{display:flex;flex-direction:column;gap:2px;flex:1;min-width:0}.setting-label{font-size:13px;font-weight:600;color:#1e293b}.setting-description{font-size:11px;color:#64748b;line-height:1.4}.setting-controls{display:flex;align-items:center;gap:8px;flex-shrink:0}.toggle-switch{position:relative;display:inline-block;width:44px;height:24px}.toggle-switch input{opacity:0;width:0;height:0}.toggle-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#cbd5e1;transition:.3s;border-radius:24px}.toggle-slider:before{position:absolute;content:"";height:18px;width:18px;left:3px;bottom:3px;background-color:#fff;transition:.3s;border-radius:50%;box-shadow:0 1px 3px #0003}.toggle-switch input:checked+.toggle-slider{background-color:#10b981}.toggle-switch input:checked+.toggle-slider:before{transform:translate(20px)}.setting-reset-btn{width:28px;height:28px;border:1px solid #e2e8f0;background:#fff;color:#64748b;font-size:14px;cursor:pointer;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s}.setting-reset-btn:hover{background:#f1f5f9;color:#1e293b;border-color:#cbd5e1}[data-theme=dark] .settings-overlay{background:#00000080}[data-theme=dark] .settings-popup{background:#1e1e1efa;border-color:#ffffff14;box-shadow:0 8px 32px #0006}[data-theme=dark] .settings-popup-header{border-bottom-color:#ffffff0f}[data-theme=dark] .settings-popup-header h4{color:#fff}[data-theme=dark] .settings-popup-close{color:#a0a0a0}[data-theme=dark] .settings-popup-close:hover{background:#333;color:#fff}[data-theme=dark] .setting-item{background:#252525}[data-theme=dark] .setting-label{color:#fff}[data-theme=dark] .setting-description{color:#a0a0a0}[data-theme=dark] .toggle-slider{background-color:#4a4a4a}[data-theme=dark] .toggle-switch input:checked+.toggle-slider{background-color:#10b981}[data-theme=dark] .setting-reset-btn{background:#333;border-color:#444;color:#a0a0a0}[data-theme=dark] .setting-reset-btn:hover{background:#3a3a3a;color:#fff;border-color:#555}.hair-color-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;z-index:9999;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:colorFadeIn .2s ease-out}@keyframes colorFadeIn{0%{opacity:0}to{opacity:1}}.hair-color-modal-container{background:#fff;width:90%;max-width:500px;height:85vh;max-height:800px;border-radius:20px;box-shadow:0 10px 25px #0003;display:flex;flex-direction:column;overflow:hidden;position:relative;animation:colorSlideUp .3s ease-out}@keyframes colorSlideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.hair-color-modal-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #f3f4f6;background:#fff;z-index:10}.hair-color-modal-title{font-size:16px;font-weight:600;color:#111827;margin:0}.hair-color-close-btn{width:40px;height:40px;border-radius:50%;border:none;background:#f3f4f6;color:#374151;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}.hair-color-close-btn:hover{background:#e5e7eb}.modal-action-btn{display:flex;align-items:center;gap:8px;padding:6px 12px;background:linear-gradient(to bottom,#fff,#f9fafb);border:1px solid rgba(0,0,0,.08);border-radius:10px;cursor:pointer;box-shadow:0 1px 2px #0000000d;transition:all .2s;color:#374151;font-size:13px;font-weight:600}.modal-action-btn:hover{background:#f3f4f6;transform:translateY(-1px);color:#111827}.hair-color-modal-content{flex:1;overflow-y:auto;padding:20px 20px 90px;background:#f9fafb;position:relative;scrollbar-width:none;-ms-overflow-style:none}.hair-color-modal-content::-webkit-scrollbar{display:none}.color-picker-section{margin-bottom:30px;display:flex;flex-direction:column;align-items:center}.custom-color-picker .react-colorful{width:100%;height:250px;border-radius:12px;box-shadow:0 4px 6px #0000000d}.sliders-container{width:100%;margin-top:16px;display:flex;flex-direction:column;gap:12px}.section-title{font-size:16px!important;font-weight:600!important;color:#111827!important;margin-bottom:8px!important;display:flex;align-items:center;justify-content:space-between}.section-container{margin-bottom:20px}.scroll-wrapper{position:relative;width:100%}.scroll-gradient-overlay{position:absolute;top:0;right:0;bottom:8px;width:60px;background:linear-gradient(to right,#fff0,#f9fafb 90%);pointer-events:none;z-index:5}.horizontal-scroll-container{display:flex;gap:6px!important;overflow-x:auto;padding:10px 20px 8px 0!important;scrollbar-width:none;-ms-overflow-style:none}.horizontal-scroll-container::-webkit-scrollbar{display:none}.color-item-btn{display:flex;flex-direction:column;align-items:center;gap:6px;background:none;border:none;cursor:pointer;min-width:50px}.color-box{width:48px!important;height:48px!important;border-radius:18px!important;border:none!important;box-shadow:none!important;transition:all .2s cubic-bezier(.4,0,.2,1)}.color-box:hover{transform:scale(1.05)}.color-box.selected{transform:scale(1.05);box-shadow:0 0 0 2px #fff,0 0 0 4px #10b981!important}.color-box.white-border{border:1px solid #e5e7eb!important}.color-box.selected.white-border{border-color:#10b981!important}.color-label{font-size:10px!important;color:#6b7280;text-transform:uppercase;font-weight:500}.empty-saved-color{width:50px;height:50px;border-radius:12px;border:2px dashed #d1d5db;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#9ca3af;background:#f3f4f6}.empty-saved-label{font-size:10px;color:#9ca3af;text-align:center;max-width:60px}.custom-text-item{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:10px 16px;min-width:100px;height:50px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}.custom-text-item:hover{border-color:#d1d5db;background:#f9fafb}.custom-text-item.selected{border-color:#10b981;background:#ecfdf5}.custom-text-label{font-size:14px;font-weight:500;color:#374151;white-space:nowrap}.settings-btn{background:#f3f4f6;border:1px solid #e5e7eb;padding:6px;cursor:pointer;color:#6b7280;border-radius:8px;display:flex;align-items:center;justify-content:center;transition:all .2s}.settings-btn:hover{background:#e5e7eb;color:#111827;border-color:#d1d5db}.bottom-container{position:absolute;bottom:0;left:0;right:0;background:#fff;padding:16px 20px;border-top:1px solid #f3f4f6;z-index:20}.confirm-btn{width:100%;padding:14px;border-radius:12px;border:none;font-size:16px;font-weight:600;cursor:pointer;background:#000;color:#fff;transition:all .2s;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #00000026}.confirm-btn:hover{transform:translateY(-1px);box-shadow:0 6px 12px #00000026}.confirm-btn:active{transform:translateY(0)}.manager-overlay{position:absolute;top:0;left:0;right:0;bottom:0;z-index:50;display:flex;align-items:center;justify-content:center;padding:20px;animation:colorFadeIn .2s ease-out}.manager-backdrop{position:absolute;top:0;left:0;right:0;bottom:0;background:#0006;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.manager-modal{position:relative;background:#fff;width:100%;max-width:350px;border-radius:20px;overflow:hidden;z-index:51;box-shadow:0 10px 30px #00000026;animation:colorSlideUp .3s cubic-bezier(.16,1,.3,1)}.manager-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid #f3f4f6}.manager-title{font-size:16px;font-weight:600;color:#111827;margin:0}.manager-close-btn{border:none;background:none;cursor:pointer;padding:4px;color:#9ca3af}.manager-close-btn:hover{color:#111827}.manager-content{padding:20px;max-height:400px;overflow-y:auto}.manager-color-item{display:flex;justify-content:space-between;align-items:center;padding:12px;background:#f9fafb;border-radius:10px;margin-bottom:8px}.manager-color-text{font-size:14px;color:#374151;font-weight:500}.delete-color-btn{background:#fee2e2;border:none;border-radius:8px;padding:6px;cursor:pointer;color:#ef4444;transition:all .2s}.delete-color-btn:hover{background:#fecaca}.clear-all-btn{width:100%;margin-top:16px;padding:12px;border:1px dashed #ef4444;background:#fef2f2;color:#ef4444;border-radius:10px;font-weight:500;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:all .2s}.clear-all-btn:hover{background:#fee2e2}@media (max-width: 640px){.hair-color-modal-container{width:100%;height:100%;max-width:none;max-height:none;border-radius:0}}[data-theme=dark] .hair-color-modal-container{background:#1e1e1e;box-shadow:0 10px 25px #00000080}[data-theme=dark] .hair-color-modal-header{background:#1e1e1e;border-bottom-color:#333}[data-theme=dark] .hair-color-modal-title{color:#fff}[data-theme=dark] .hair-color-close-btn{background:#333;color:#a0a0a0}[data-theme=dark] .hair-color-close-btn:hover{background:#444}[data-theme=dark] .modal-action-btn{background:linear-gradient(to bottom,#333,#252525);border-color:#383838;color:#fff}[data-theme=dark] .modal-action-btn svg{color:#fff;stroke:#fff}[data-theme=dark] .modal-action-btn:hover{background:#444}[data-theme=dark] .hair-color-modal-content{background:#121212}[data-theme=dark] .scroll-gradient-overlay{background:linear-gradient(to right,#12121200,#121212 90%)}[data-theme=dark] .empty-saved-color{background:#252525;border-color:#383838}[data-theme=dark] .custom-text-item{background:#1e1e1e;border-color:#383838}[data-theme=dark] .custom-text-item:hover{background:#252525}[data-theme=dark] .custom-text-item.selected{background:#10b9811a;border-color:#10b981}[data-theme=dark] .custom-text-label{color:#fff}[data-theme=dark] .settings-btn{background:#333;border-color:#383838;color:#a0a0a0}[data-theme=dark] .bottom-container{background:#1e1e1e;border-top-color:#333}[data-theme=dark] .confirm-btn{background:#333;color:#fff;box-shadow:0 4px 12px #0006;border:1px solid #444444}[data-theme=dark] .confirm-btn:hover{background:#404040;box-shadow:0 6px 16px #00000080}[data-theme=dark] .manager-modal{background:#1e1e1e}[data-theme=dark] .manager-header{border-bottom-color:#333}[data-theme=dark] .manager-title{color:#fff}[data-theme=dark] .manager-color-item{background:#252525}[data-theme=dark] .manager-color-text{color:#fff}[data-theme=dark] .clear-all-btn{background:#ef44441a;border-color:#ef4444}.empty-custom-colors-container{display:flex;align-items:center;justify-content:center;padding:16px;text-align:center}.empty-custom-colors-text{font-size:13px;font-weight:500;color:#9ca3af;margin:0}[data-theme=dark] .empty-custom-colors-text{color:#6b7280}.product-color-container{display:flex;flex-direction:column;gap:2px}.product-color-container .section-header{margin-bottom:0}.color-selection-btn{width:100%;display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background-color:#fff;border:1px solid var(--border-color);border-radius:16px;cursor:pointer;transition:all .2s}.color-selection-btn:hover{background-color:#f8fafc;border-color:#cbd5e1}.color-preview-wrapper{display:flex;align-items:center;gap:12px}.color-preview{width:40px;height:40px;border-radius:20px;background-color:#f9fafb;border:1px solid #E5E7EB;display:flex;align-items:center;justify-content:center}.color-text{font-size:1rem;font-weight:600;color:var(--text-main)}[data-theme=dark] .color-selection-btn{background-color:#252525;border-color:#383838}[data-theme=dark] .color-selection-btn:hover{background-color:#2c2c2c;border-color:#4a4a4a}[data-theme=dark] .color-preview{background-color:#333;border-color:#383838}[data-theme=dark] .color-text{color:#fff}.jewelry-type-container{display:flex;flex-direction:column;gap:8px}.jewelry-type-header{display:flex;align-items:center;gap:8px}.jewelry-type-title{font-size:1rem;font-weight:600;color:var(--text-primary, #000000a8);margin:0}.jewelry-type-description{font-size:.875rem;color:var(--text-muted, #6B7280);margin:0 0 4px}.jewelry-type-grid{display:flex;gap:8px}.jewelry-type-btn{flex:1;padding:10px;border:none;border-radius:12px;background-color:#f8fafc;cursor:pointer;transition:all .2s;font-size:.875rem;font-weight:500;color:var(--text-muted, #6B7280);text-align:center}.jewelry-type-btn:hover{background-color:#e2e8f0}.jewelry-type-btn.selected{background-color:#fff;box-shadow:0 2px 4px #0000000d;border:1px solid #e2e8f0;color:var(--text-main, #000);font-weight:600}[data-theme=dark] .jewelry-type-title{color:#fff}[data-theme=dark] .jewelry-type-btn{background-color:#252525;color:#a0a0a0}[data-theme=dark] .jewelry-type-btn:hover{background-color:#2c2c2c}[data-theme=dark] .jewelry-type-btn.selected{background-color:#333;color:#fff;border-color:#383838}.uploader-container{display:flex;flex-direction:column;gap:var(--spacing-md);height:100%;padding:0}.upload-area{border:3px dashed var(--border-color);border-radius:24px;padding:var(--spacing-lg);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;cursor:pointer;transition:all var(--transition-normal);background-color:#fff;min-height:280px;position:relative;overflow:hidden}.upload-area:hover{background-color:#f8fafc}.upload-area.has-image{padding:var(--spacing-sm);border-style:dashed;border-width:3px}.image-preview-wrapper{width:100%;height:280px;position:relative;border-radius:20px;overflow:hidden}.preview-image{width:100%;height:100%;object-fit:cover}.remove-image-btn{position:absolute;top:12px;right:12px;background:#ffffffe6;border:none;border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 4px #0000001a;transition:all .2s;color:var(--text-main);z-index:20}.remove-image-btn:hover{background:#fff;transform:scale(1.1)}.image-overlay-center{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;background:#0003;opacity:0;transition:opacity .2s ease;z-index:15}.image-preview-wrapper:hover .image-overlay-center{opacity:1}.change-image-btn{background:#ffffffe6;border:none;border-radius:12px;padding:10px 20px;font-size:.9rem;font-weight:600;color:var(--text-main);cursor:pointer;box-shadow:0 4px 6px #0000001a;transition:all .2s;transform:translateY(10px)}.image-preview-wrapper:hover .change-image-btn{transform:translateY(0)}.change-image-btn:hover{background:#fff;transform:scale(1.05)}.image-footer{position:absolute;bottom:0;left:0;right:0;height:60px;background:linear-gradient(to top,#000c,#0000);display:flex;align-items:flex-end;justify-content:space-between;padding:12px 16px;color:#fff;z-index:10}.file-name{font-size:.875rem;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:70%}.file-size{font-size:.75rem;font-weight:500;opacity:.9}.upload-icon-wrapper{margin-bottom:var(--spacing-lg);color:#7d52f4}.upload-title{font-size:1.25rem;font-weight:700;color:#7d52f4;margin-bottom:var(--spacing-xs)}.upload-subtitle{font-size:1rem;color:var(--text-main);margin-bottom:var(--spacing-xs);font-weight:500}.upload-subtitle strong{font-weight:700}.upload-format{font-size:.75rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em}.section-header{display:flex;align-items:center;gap:var(--spacing-xs);margin-bottom:0}.section-title{font-size:1.125rem;font-weight:700;color:var(--text-main)}.info-icon{color:var(--text-muted);cursor:pointer}.section-description{font-size:.875rem;color:var(--text-muted);margin-bottom:4px;margin-top:4px}.selection-group{display:flex;gap:8px;margin-bottom:var(--spacing-xl)}.selection-btn{flex:1;padding:10px;border:none;border-radius:12px;background-color:#f8fafc;color:var(--text-muted);font-weight:500;font-size:.875rem;cursor:pointer;transition:all .2s;text-align:center}.selection-btn:hover{background-color:#e2e8f0}.selection-btn.active{background-color:#fff;color:var(--text-main);box-shadow:0 2px 4px #0000000d;border:1px solid #e2e8f0;font-weight:600}.quality-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:var(--spacing-sm)}.details-toggle{display:flex;align-items:center;gap:var(--spacing-xs);padding:4px 8px;border:1px solid var(--border-color);border-radius:12px;background-color:#fff;color:var(--text-muted);font-size:.75rem;cursor:pointer}.quality-details{margin-bottom:var(--spacing-lg)}.quality-version-title{font-size:.875rem;font-weight:600;color:var(--text-main);margin-bottom:var(--spacing-xs);margin-top:var(--spacing-md)}.quality-list{list-style:none;padding:0;margin:0}.quality-list li{font-size:.75rem;color:var(--text-muted);margin-bottom:4px;display:flex;align-items:flex-start;gap:var(--spacing-xs)}.quality-list li:before{content:"•";color:var(--text-muted);font-weight:700}.hidden-input{display:none}.quality-cards{display:flex;gap:8px}.quality-card{flex:1;padding:10px;border:none;border-radius:12px;background-color:#f8fafc;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:all .2s}.quality-card:hover{background-color:#e2e8f0}.quality-card.active{background-color:#fff;box-shadow:0 2px 4px #0000000d;border:1px solid #e2e8f0}.quality-card.active:has(.credit-badge.v2){border-color:#c4b5fd}.quality-card-content{display:flex;align-items:center;gap:var(--spacing-sm)}.check-icon{color:#10b981}.quality-name{font-weight:600;font-size:.9rem;color:var(--text-main)}.credit-badge{display:flex;align-items:center;gap:4px;padding:4px 8px;border-radius:12px;font-size:.75rem;font-weight:700}.credit-badge.v1{background-color:#fef3c7;color:#d97706}.credit-badge.v2{background-color:#f3e8ff;color:#7d52f4;border:1px solid #c4b5fd}.top-actions{display:flex;gap:var(--spacing-sm);position:absolute;top:var(--spacing-md);left:var(--spacing-md);right:var(--spacing-md);justify-content:space-between;z-index:10}.action-pill{background-color:#fff;border:1px solid var(--border-color);border-radius:20px;padding:6px 12px;font-size:.75rem;font-weight:600;color:var(--text-main);display:flex;align-items:center;gap:6px;box-shadow:0 2px 4px #0000000d}[data-theme=dark] .upload-area{background-color:#1e1e1e;border-color:#383838}[data-theme=dark] .upload-area:hover{background-color:#252525}[data-theme=dark] .upload-subtitle{color:#fff}[data-theme=dark] .upload-format{color:#a0a0a0}[data-theme=dark] .upload-icon-wrapper{color:#a78bfa}[data-theme=dark] .section-title{color:#fff!important}[data-theme=dark] .section-description{color:#a0a0a0}[data-theme=dark] .info-icon{color:#666}[data-theme=dark] .selection-btn{background-color:#252525;color:#a0a0a0;border:none}[data-theme=dark] .selection-btn:hover{background-color:#2c2c2c}[data-theme=dark] .selection-btn.active{background-color:#333;color:#fff;border-color:#383838}[data-theme=dark] .quality-card{background-color:#252525;border-color:#333}[data-theme=dark] .quality-card:hover{background-color:#2c2c2c}[data-theme=dark] .quality-card.active{background-color:#333;border-color:#383838}[data-theme=dark] .quality-name,[data-theme=dark] .quality-version-title{color:#fff}[data-theme=dark] .quality-list li{color:#a0a0a0}[data-theme=dark] .quality-list li:before{color:#a0a0a0}[data-theme=dark] .details-toggle{background-color:#252525;border-color:#383838;color:#a0a0a0}[data-theme=dark] .details-toggle:hover{background-color:#2c2c2c}[data-theme=dark] .action-pill{background-color:#252525;border-color:#383838;color:#fff}[data-theme=dark] .remove-image-btn{background:#1e1e1ee6;color:#fff}[data-theme=dark] .remove-image-btn:hover{background:#1e1e1e}[data-theme=dark] .change-image-btn{background:#1e1e1ee6;color:#fff}[data-theme=dark] .change-image-btn:hover{background:#1e1e1e}[data-theme=dark] .credit-badge.v1{background-color:#d9770633;color:#fbbf24}[data-theme=dark] .credit-badge.v2{background-color:#8b5cf633;color:#a78bfa;border:1px solid rgba(139,92,246,.5)}[data-theme=dark] .quality-card.active:has(.credit-badge.v2){border-color:#8b5cf680}.custom-tooltip{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:400px;max-width:90vw;background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:20px;box-shadow:0 8px 32px #0003;z-index:10000;text-align:left}.custom-tooltip h4{font-size:1rem;font-weight:700;color:var(--text-main);margin:0 0 12px}.custom-tooltip p{font-size:.85rem;color:var(--text-muted);margin:0 0 8px;line-height:1.5}.custom-tooltip p strong{color:var(--text-main);font-weight:600}.custom-tooltip .tooltip-note{font-size:.75rem;color:#94a3b8;font-style:italic;margin-top:12px;padding-top:12px;border-top:1px solid #e2e8f0}.tooltip-close{position:absolute;top:8px;right:12px;background:none;border:none;font-size:1.25rem;color:#94a3b8;cursor:pointer;padding:4px;line-height:1}.tooltip-close:hover{color:var(--text-main)}[data-theme=dark] .custom-tooltip{background:#252525;border-color:#383838}[data-theme=dark] .custom-tooltip h4{color:#fff}[data-theme=dark] .custom-tooltip p{color:#a0a0a0}[data-theme=dark] .custom-tooltip p strong{color:#fff}[data-theme=dark] .custom-tooltip .tooltip-note{color:#666;border-color:#383838}[data-theme=dark] .tooltip-close{color:#666}[data-theme=dark] .tooltip-close:hover{color:#fff}.location-container{display:flex;flex-direction:column}.discover-section,.options-section{padding:var(--spacing-xs) 0;border-bottom:none}.options-section:last-child{border-bottom:none}.location-header-actions{display:flex;gap:var(--spacing-sm)}.header-btn{display:flex;align-items:center;gap:var(--spacing-xs);padding:8px 16px;background-color:#fff;border:1px solid var(--border-color);border-radius:20px;font-size:.875rem;font-weight:600;color:var(--text-main);cursor:pointer;transition:all .2s}.header-btn:hover{background-color:#f8fafc}.categories-row{display:flex;gap:var(--spacing-sm);margin-bottom:var(--spacing-md);overflow-x:auto;padding-bottom:4px;padding-right:4px;scrollbar-width:none;-ms-overflow-style:none}.categories-row::-webkit-scrollbar{display:none}.category-btn{width:42px;height:42px;border-radius:14px;background-color:#f1f5f9;border:none;display:flex;align-items:center;justify-content:center;color:var(--text-muted);cursor:pointer;transition:all .2s;flex-shrink:0}.category-btn:hover{background-color:#e2e8f0}.category-btn.active{position:relative;box-shadow:none}.notification-badge{position:absolute;top:-4px;right:-4px;width:18px;height:18px;background-color:#fbbf24;color:#fff;border-radius:50%;font-size:.7rem;display:flex;align-items:center;justify-content:center;font-weight:700;border:2px solid white}.discover-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:var(--spacing-sm)}.discover-title{font-size:1.125rem;font-weight:700;color:var(--text-main)}.shuffle-btn{display:flex;align-items:center;gap:6px;padding:6px 12px;background-color:#fff;border:1px solid var(--border-color);border-radius:16px;font-size:.8rem;font-weight:600;color:var(--text-main);cursor:pointer}.create-btn{display:flex;align-items:center;gap:6px;padding:6px 12px;background:linear-gradient(135deg,#8b5cf6,#7c3aed);border:none;border-radius:16px;font-size:.8rem;font-weight:600;color:#fff;cursor:pointer;transition:all .2s}.create-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #8b5cf64d}.discover-cards-container{position:relative;max-height:320px;overflow:hidden}.location-card{aspect-ratio:4/5;border-radius:16px;overflow:hidden;position:relative;cursor:pointer;transition:none}.location-card:hover{opacity:1}.location-image{width:100%;height:100%;object-fit:cover}.discover-gradient-overlay{position:absolute;bottom:0;left:0;right:0;height:120px;background:linear-gradient(to bottom,#fff0,#ffffffe6,#fff);display:flex;align-items:flex-end;justify-content:center;padding-bottom:var(--spacing-md);z-index:5}.see-all-btn{background:#fff;border:1px solid var(--border-color);padding:8px 16px;border-radius:20px;font-size:.875rem;font-weight:600;color:var(--text-main);display:flex;align-items:center;gap:4px;cursor:pointer;box-shadow:var(--shadow-sm);transition:all .2s}.location-overlay{position:absolute;bottom:0;left:0;right:0;padding:var(--spacing-sm);background:linear-gradient(to top,rgba(0,0,0,.7),transparent);color:#fff;overflow:hidden}.location-name{font-size:.875rem;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.card-actions{position:absolute;top:8px;right:8px;display:flex;flex-direction:column;gap:8px}.card-icon-btn{width:28px;height:28px;background-color:#0000004d;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;border:none;cursor:pointer}.selected-check{position:absolute;top:8px;right:8px;width:24px;height:24px;background-color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#10b981}.options-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--spacing-sm)}.option-btn{display:flex;align-items:center;gap:8px;padding:10px;background-color:#f8fafc;border:1px solid transparent;border-radius:12px;color:var(--text-muted);font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s;justify-content:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}.option-btn:hover{background-color:#e2e8f0}.option-btn.active{background-color:#fff;color:var(--text-main);box-shadow:0 2px 4px #0000000d;border:1px solid #e2e8f0;font-weight:600}.categories-row{display:flex;justify-content:space-between;gap:var(--spacing-sm);margin-bottom:var(--spacing-md);overflow-x:auto;padding-bottom:4px;padding-right:4px}.generate-btn-container{position:sticky;bottom:0;padding-top:var(--spacing-md);padding-bottom:var(--spacing-md);background-color:#fff;z-index:100;display:flex;align-items:center;gap:var(--spacing-sm);margin-top:auto;padding-bottom:0!important}.generate-btn{flex:1;color:#fff;border:none;border-radius:24px;padding:16px;font-size:1.125rem;font-weight:700;cursor:pointer;transition:transform .2s;box-shadow:none}.generate-btn:hover{transform:translateY(-2px)}.scroll-top-btn{width:48px;height:48px;border-radius:50%;background-color:#fff;border:1px solid var(--border-color);display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 8px #0000001a}.location-card.selected{box-shadow:none!important;border:3px solid #10b981!important;border-radius:16px}[data-theme=dark] .location-card.selected{box-shadow:none!important;border:3px solid #10b981!important}.shuffle-btn:disabled{opacity:.6;cursor:not-allowed}.colors-root{display:flex;flex-direction:column;gap:16px;width:100%;padding:8px 0}.picker-container{padding:16px;background:#fff;border-radius:16px;border:1px solid #E5E7EB}.picker-row{display:flex;align-items:center;gap:16px}.color-picker-input{width:120px;height:120px;border:none;border-radius:20px;cursor:pointer;padding:0;background:url(https://m.media-amazon.com/images/I/71kE-yU7eUL.png) center/200% no-repeat}.color-picker-input::-webkit-color-swatch-wrapper{padding:0}.color-picker-input::-webkit-color-swatch{border:none;border-radius:12px;opacity:0}.picker-preview-wrapper{display:flex;align-items:center;gap:16px;flex:1;padding:12px;border-radius:12px;border:1px solid #E5E7EB}.current-color-preview{width:52px;height:52px;border-radius:12px;border:1px solid #E5E7EB;flex-shrink:0}.current-label-column{display:flex;flex-direction:column;gap:2px}.current-color-hex{font-size:14px;font-weight:600;color:#111827}.current-color-hint{font-size:11px;color:#6b7280}.color-section{padding:12px;border-radius:12px;border:1px solid #E5E7EB;background:#fff}.section-title-row{display:flex;align-items:center;gap:8px;margin-bottom:12px}.section-title{font-size:12px;font-weight:400;color:#6b7280}.popular-colors-list{display:flex;flex-wrap:wrap;gap:12px}.color-item{display:flex;flex-direction:column;align-items:center;gap:6px;cursor:pointer}.color-swatch-item{width:52px;height:52px;border-radius:12px;border:2px solid transparent;display:flex;align-items:center;justify-content:center;transition:transform .2s,box-shadow .2s}.color-swatch-item.light{border-color:#0f172a1f}.color-swatch-item:hover{transform:scale(1.05)}.color-item.selected .color-swatch-item{box-shadow:0 0 0 3px #10b98166;border-color:#10b981}.color-label{font-size:11px;font-weight:500;color:#374151}.custom-colors-row{display:flex;align-items:flex-start;justify-content:space-between}.custom-colors-left{flex:1;display:flex;flex-direction:column;gap:8px}.empty-text{font-size:12px;color:#9ca3af}.custom-colors-list{display:flex;flex-wrap:wrap;gap:8px}.custom-color-item{padding:10px 16px;border-radius:12px;background:#f3f4f6;border:2px solid transparent;cursor:pointer;transition:all .2s}.custom-color-item:hover{background:#e5e7eb}.custom-color-item.selected{background:#e8fdf5;border-color:#10b981}.custom-color-label{font-size:12px;font-weight:600;color:#111827}.add-color-btn{width:44px;height:44px;border-radius:8px;background:#fff;border:1px solid #E5E7EB;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#6b7280;box-shadow:0 1px 2px #0000000d;transition:all .2s}.add-color-btn:hover{background:#f9fafb;color:#111827}.custom-input-row{display:flex;align-items:center;gap:8px;margin-top:12px}.custom-color-input{flex:1;height:44px;border-radius:12px;border:1px solid #D1D5DB;padding:0 12px;font-size:13px;color:#111827;background:#fff}.custom-color-input:focus{outline:none;border-color:#8b5cf6;box-shadow:0 0 0 3px #8b5cf61a}.custom-add-btn{padding:10px 14px;border-radius:12px;background:#0f172a;color:#fff;font-size:13px;font-weight:600;border:none;cursor:pointer;transition:background .2s}.custom-add-btn:hover{background:#1e293b}.custom-cancel-btn{padding:10px 12px;border-radius:12px;background:transparent;color:#6b7280;font-size:13px;font-weight:600;border:none;cursor:pointer}.custom-cancel-btn:hover{color:#111827}.card-icon-btn.favorite-active{color:#f44}.fav-count{font-size:8px;font-weight:800;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.8);margin-top:-4px}[data-theme=dark] .header-btn{background-color:#252525;border-color:#383838;color:#fff}[data-theme=dark] .header-btn:hover{background-color:#2c2c2c}[data-theme=dark] .category-btn{background-color:#252525;color:#a0a0a0}[data-theme=dark] .category-btn:hover{background-color:#2c2c2c}[data-theme=dark] .category-btn.active{background-color:#333!important;color:#fff!important}[data-theme=dark] .notification-badge{border-color:#1e1e1e;color:#fff}[data-theme=dark] .category-btn.active .notification-badge{background-color:inherit}[data-theme=dark] .create-location-btn-web{background:#252525!important;border-color:#383838!important;color:#fff!important}[data-theme=dark] .create-location-btn-web:hover{background:#2c2c2c!important}[data-theme=dark] .discover-title{color:#fff}[data-theme=dark] .shuffle-btn{background-color:#252525;border-color:#383838;color:#fff}[data-theme=dark] .shuffle-btn:hover{background-color:#2c2c2c}[data-theme=dark] .option-btn{background-color:#252525;color:#a0a0a0}[data-theme=dark] .option-btn:hover{background-color:#2c2c2c}[data-theme=dark] .option-btn.active{background-color:#333;color:#fff;border-color:#383838}[data-theme=dark] .generate-btn-container{background-color:#1e1e1e!important}[data-theme=dark] .scroll-top-btn{background-color:#252525;border-color:#383838;color:#fff}[data-theme=dark] .picker-container{background:#1e1e1e;border-color:#383838}[data-theme=dark] .picker-preview-wrapper{border-color:#383838}[data-theme=dark] .current-color-hex{color:#fff}[data-theme=dark] .current-color-hint{color:#a0a0a0}[data-theme=dark] .color-section{background:#1e1e1e;border-color:#383838}[data-theme=dark] .color-label{color:#a0a0a0}[data-theme=dark] .custom-color-item{background:#252525}[data-theme=dark] .custom-color-item:hover{background:#2c2c2c}[data-theme=dark] .custom-color-label{color:#fff}[data-theme=dark] .add-color-btn{background:#252525;border-color:#383838;color:#a0a0a0}[data-theme=dark] .add-color-btn:hover{background:#2c2c2c;color:#fff}[data-theme=dark] .custom-color-input{background:#252525;border-color:#383838;color:#fff}[data-theme=dark] .empty-text{color:#666}.location-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#fff9;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px;opacity:0;animation:modalFadeIn .2s forwards}@keyframes modalFadeIn{to{opacity:1}}.location-modal-container{background-color:#fff;border-radius:20px;width:100%;max-width:900px;max-height:85vh;display:flex;flex-direction:column;box-shadow:0 10px 25px -5px #0000001a,0 8px 10px -6px #0000001a;border:1px solid rgba(0,0,0,.06);overflow:hidden;position:relative}.location-modal-top-gradient{position:relative;display:flex;align-items:center;padding:16px 20px;gap:12px;background:linear-gradient(to bottom,#fff,#fff 60%,#fffc,#fff0);z-index:10}.location-modal-bottom-gradient{position:absolute;bottom:0;left:0;right:0;height:150px;background:linear-gradient(to bottom,#fff0,#fff);z-index:10;pointer-events:none}.location-modal-search-wrapper{flex:1;display:flex;align-items:center;background-color:#f1f5f9;border-radius:12px;padding:10px 14px;gap:10px}.location-modal-search-wrapper .search-icon{color:#8b5cf6;flex-shrink:0}.location-modal-search-wrapper .search-input{flex:1;border:none;background:transparent;font-size:.95rem;outline:none;color:#0f172a}.location-modal-search-wrapper .search-input::placeholder{color:#9ca3af}.search-clear-btn{width:24px;height:24px;border-radius:50%;background-color:#e2e8f0;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#6b7280;flex-shrink:0}.search-clear-btn:hover{background-color:#cbd5e1}.location-modal-close-btn{width:36px;height:36px;border-radius:50%;background-color:#0000000d;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#0f172a;flex-shrink:0;transition:background-color .2s}.location-modal-close-btn:hover{background-color:#0000001a}.location-modal-content{flex:1;overflow-y:auto;padding:0 20px 20px}.location-modal-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 20px;color:#64748b;gap:12px}.location-modal-loading p{margin:0;font-size:.95rem}.location-modal-loading-more{display:flex;align-items:center;justify-content:center;padding:20px;color:#8b5cf6}.location-modal-empty{display:flex;align-items:center;justify-content:center;padding:80px 20px;color:#64748b}.location-modal-empty p{margin:0;font-size:.95rem}.location-modal-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}@media (max-width: 800px){.location-modal-grid{grid-template-columns:repeat(4,1fr)}}@media (max-width: 600px){.location-modal-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 400px){.location-modal-grid{grid-template-columns:repeat(2,1fr)}}.location-modal-card{aspect-ratio:3/4;border-radius:10px;overflow:hidden;position:relative;cursor:pointer;transition:transform .2s,box-shadow .2s}.location-modal-card:hover{transform:scale(1.03);box-shadow:0 8px 20px -4px #00000026}.location-modal-card.selected{outline:2px solid #10b981;outline-offset:-2px}.location-modal-image{width:100%;height:100%;object-fit:cover}.location-modal-card-overlay{position:absolute;bottom:0;left:0;right:0;padding:8px;background:linear-gradient(to top,rgba(0,0,0,.75),transparent);color:#fff}.location-modal-card-name{font-size:.7rem;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block}.location-modal-check{position:absolute;top:6px;right:6px;width:22px;height:22px;background-color:#10b981;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 2px 6px #10b98166}.location-modal-actions{position:absolute;top:6px;right:6px;display:flex;flex-direction:column;gap:4px}.location-modal-card.selected .location-modal-actions{display:none}.location-modal-action-btn{width:22px;height:22px;background-color:#0006;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;border:none;cursor:pointer;transition:background-color .2s}.location-modal-action-btn:hover{background-color:#0009}.location-modal-action-btn.favorite-active{background-color:#ff44444d;color:#f44}.location-modal-action-btn.favorite-active:hover{background-color:#ff444480}.location-modal-fav-count{font-size:8px;font-weight:800;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.8);margin-top:-2px}[data-theme=dark] .location-modal-overlay{background-color:#0009}[data-theme=dark] .location-modal-container{background-color:#1e1e1e;border-color:#333;box-shadow:0 10px 25px #00000080}[data-theme=dark] .location-modal-top-gradient{background:linear-gradient(to bottom,#1e1e1e,#1e1e1e 60%,#1e1e1ecc,#1e1e1e00)}[data-theme=dark] .location-modal-bottom-gradient{background:linear-gradient(to bottom,#1e1e1e00,#1e1e1e)}[data-theme=dark] .location-modal-search-wrapper{background-color:#252525}[data-theme=dark] .location-modal-search-wrapper .search-input{color:#fff}[data-theme=dark] .search-clear-btn,[data-theme=dark] .location-modal-close-btn{background-color:#333;color:#a0a0a0}[data-theme=dark] .location-modal-close-btn:hover{background-color:#444}[data-theme=dark] .location-modal-card{background-color:#252525}[data-theme=dark] .location-modal-card:hover{box-shadow:0 8px 20px #0006}[data-theme=dark] .location-modal-loading,[data-theme=dark] .location-modal-empty{color:#a0a0a0}.create-location-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#fff9;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;animation:modalFadeIn .2s ease-out}.create-location-modal-container{background:#fff;border-radius:20px;width:90%;max-width:600px;min-height:750px;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 8px 32px #00000014;border:1px solid rgba(0,0,0,.06);position:relative;overflow:hidden}.create-location-modal-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid #F3F4F6;background:#fff}.create-location-modal-title{font-size:20px;font-weight:700;color:#111827;margin:0}.create-location-close-btn{width:36px;height:36px;border-radius:18px;background:#f3f4f6;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#374151;transition:background .2s}.create-location-close-btn:hover{background:#e5e7eb}.create-location-modal-content{flex:1;overflow-y:auto;padding:20px 24px 100px}.create-location-input-card{background:transparent;border:none;border-radius:0;padding:0}.create-location-input-header{margin-bottom:16px}.create-location-input-title{font-size:18px;font-weight:600;color:#111827;margin:0 0 8px}.create-location-input-subtitle{font-size:14px;color:#6b7280;line-height:1.5;margin:0}.create-location-input-wrapper{position:relative}.create-location-textarea{width:100%;min-height:160px;padding:16px 16px 50px;border:1px solid #E5E7EB;border-radius:12px;font-size:14px;color:#374151;line-height:1.5;resize:none;font-family:inherit}.create-location-textarea:focus{outline:none;border-color:#8b5cf6;box-shadow:0 0 0 3px #8b5cf61a}.create-location-textarea::placeholder{color:#9ca3af}.create-location-language-badge{position:absolute;bottom:16px;right:16px;padding:8px 12px;background:#fff;border-radius:8px;font-size:12px;font-weight:500;color:#6b7280;box-shadow:0 1px 3px #0000001a}.create-location-suggestions-section{margin-top:24px}.create-location-suggestions-header{display:flex;align-items:center;gap:8px;margin-bottom:16px;font-size:16px;font-weight:500;color:#111827}.create-location-suggestions-grid{display:flex;flex-direction:column;gap:12px}.create-location-suggestion-card{background:transparent;border:1px solid #E5E7EB;border-radius:12px;padding:16px;position:relative;cursor:pointer;transition:all .2s}.create-location-suggestion-card:hover{border-color:#d1d5db;background:#f9fafb}.create-location-suggestion-card.selected{border-width:2px;border-color:#8b5cf6}.suggestion-number{position:absolute;top:12px;right:12px;font-size:14px;font-weight:700;color:#9ca3af;opacity:.5}.suggestion-text{font-size:14px;line-height:1.5;color:#374151;margin:0;padding-right:24px}.create-location-skeleton-card{background:transparent;border:1px solid #E5E7EB;border-radius:12px;padding:16px;position:relative}.skeleton-number{position:absolute;top:12px;right:12px;font-size:14px;font-weight:700;color:#9ca3af;opacity:.5}.skeleton-line{height:14px;background:#e5e7eb;border-radius:4px;animation:skeletonPulse 1.5s ease-in-out infinite}@keyframes skeletonPulse{0%,to{opacity:.5}50%{opacity:1}}.create-location-modal-footer{position:absolute;bottom:0;left:0;right:0;padding:16px 24px;background:#fff;border-top:1px solid #F3F4F6}.create-location-generate-btn{width:100%;padding:14px 24px;border-radius:12px;border:none;background:#111827;color:#fff;font-size:16px;font-weight:600;display:flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1)}.create-location-generate-btn:hover:not(.disabled){background:#1f2937;transform:translateY(-1px);box-shadow:0 4px 12px #0000001a}.create-location-generate-btn:active:not(.disabled){transform:translateY(0)}.create-location-generate-btn.disabled{background:#e5e7eb;color:#9ca3af;cursor:not-allowed}.create-location-sparkles-btn{position:absolute;bottom:90px;right:24px;width:56px;height:56px;border-radius:28px;border:none;background:url(data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAkGBw8NDQ0NDQ8NDQ0NDQ0NDQ0NDQ8NDQ0NFREWFhURFRUYHSggGBolGxUVITEhJSkrLi4uFx8zOD8tNygtOisBCgoKDg0OGhAPGisdFR0tLS0tLSstKy0tLS0tLS03LS0tLSstKy0tNzctLS03Ny03LS03LS0tLTc3Nzc3Ny0tN//AABEIALcBEwMBIgACEQEDEQH/xAAbAAADAQEBAQEAAAAAAAAAAAABAgMABAYHBf/EABwQAQEBAQEBAAMAAAAAAAAAAAABAhIRAyFhcf/EABsBAAIDAQEBAAAAAAAAAAAAAAMEAQIFAAYH/8QAHREAAwEBAQEBAQEAAAAAAAAAAAECAxIREyExBP/aAAwDAQACEQMRAD8A/OkPJAkPMvbHhfAeDMmmTTKPTvATMNMz9mmTzKrZ3JOQ0ypMjy70q5J8t4pyPKPSOSfI8qTI8obLqCfIzKkyaZV6CLMnMnmTTJ5lVsJOYkyaZUmTTKroNORLhuF+G4U6DLI5+D5wrwMyrVBYy/RJlTOTTJpkvbHc8zZyaQZDSEtWP5wCQ0gyGkZWxoZSaQ8CQ0ZG5oZoaMMZk6j0/wAAFMFIaBUL4BmALenj5P0eZNMqTD716fHuBM5PM/w8weYVbJ4EmTzCmcHmFHR3zJTI8rTA8K9HOCHLcr8Nyjo5ZkeR5V5HhV0FWRKZNMqTJplV2GnInMmmVJk0yr2FnESZPMmmTzKjoPOQnLcrTI8q9hliQ5HlbkOUOgs5EvDSG8bwKmNxkaQ0jCT0G4zMLCzdhzOAw0LB9ZOyHYkaCWUfWVqMpBat61Z1lxWFgSx5nOVM5PMHzh90dHyz5izJ5hTOD5wo6J+YmcKZwfOFZgN0T8yMwPC8wPAfZ3yObhuHRcBwh2WnIhyPK3Lchuw85EuRmVeRmVXoHnEnMjMqcjyo9A04izJpk0hpFXoMTiCZGZPIPivYZYkrAsVsJU9hZxJ2FPoiHQ1OIRL63pbRjE5Dej6T1vWfqMTmN6PqfTdMvYZmCsoypTRppl6oKkVlG1OUfWbod4H1i+sD4SflZwpnCmcK5w+2uj518yecKZwpnCufmE6J+ZLOFM4Vz81M4CqiyzIzA8OiYHgN0d8jluC3DquC3AbsvORzctyvyFyG7GoxI8jyp43gT0GJxJ+D4YFHoMTiaQWb1R6jMYDQS+t0haB1gGp6o60nrS60CzgLqktDWk7pbsPOJToOkrot2FTDLEt0F2jdluymgWci/TduftuyGshFB0TZpty9nm2drmW4OqbHtzzY9kLyK8l+gQ7YL4k8HXn5qZ+amcKZy+tujwXzJ5+amfmeYUzgGqJ+YucKTB85UmQaossyXDXK3Achui3yIXJLlewmshVQWMiNySxawlgToajIlYSxXSdBqxmchKW01T1QnYxOQfW9J6HQbsZjIp6HSfQXSFoGWY+tJa0GtJa0ItAk5h1pK6LvSd0utA6zKXRbonZbpDsIoHug6JdFug6ZdQU6DpO6DotcllJWaPNOfs00WvM7k6Jo3bnmh7LViV5Ldsh2yvwO5Z6eZPmGkPI966PEfMGYpMtIeQN0d8zSHgyHkCbJ4F8LpQtDbLqCNJVdJaDoNGZOp6quktA0MzBPVJo+qlqgWxiIE1UtU+qjqgVQzMG9D0voegVYdSN6W0PS2qfQupNqpaptVLVWWoWULqp2jolEnQLKMwNRFZfw1La1LVvfSyRqFLaFqefS3g3ppUvRlQ8yWi8rXSU0F0p8SvLKdMj0zvgTye5ikTh49A2eL4Hh5SQ0UbI4KZPKlKaVQ7ga0lo2p60jwvMA1UtUdaS1pVyMTBtaT1W1pLWgakPMG1pLWm1pLWi9yMTBtaR1R1pLWiljEyH1vU/W9KWwnI/pbQ9LaXdlkjaqeqNpKr9AkoSgNAWdQgPApvG8MTZxOwtilhLDMMsidLT2FsMwvQiB+GBjE5k+B9LaxNUVYlkhvWS9Zf4E8n0CU0JKaI7PH8lJTypSmlT0RyU9b1P0eko7ga6T3oNaS1oRILMG1pPWg1pLWk8h5gOtJa02tI60pUB5gOtJa0XWk9aK6QMTA2tJ60XWk7ohogqgp0PqUppWdqW8H9C0PQI3RHgKUweAPQsK3hvBmRI0J98E5Hw/I8m87I9IWEsdFyS5P5MuqOewtW1lOxpZL0ImSsA9yWxo5x6XTEtT1T1PRuMQiSE9EtYb4hD6BDSlg+vOqzyHg4k9H0SaO5G9D0l0F0PLLJB1Ut6bWkd6Myg0wbWk9aLraWtDKQ8yNrSOtF1tLWnOA8wHWk9aLrSWtFdIDzJS6JdEug9Zu0BEisp5UM1TNZO0kNFWCGZeoP0A+MaQlVEA8NIMh5F4oq6FmR5UkNycyoo6Oe5JrLpuSay1MWWVHLrKWsurWUtZbGAaaOexPUdGonqNbJBUzn1EtOjUR3D0INLIsNjGOUFPdyj6SUfXhps8r4P61pPQtMxRPg1pLoLSa0czCKTb0hvQ70jvR7NBoQNaS1oN6S1o1MjMybekdabekdaXcB5kbWk7omtEuyusBlJToPUroZpl7SX5L5qua581bNY3+iQVF5TSp5p5WPsgTHhoWHjOtA2NIpmFzFMx0A6Y2YPhpGsPZA/SdieotU9NXAsmQ0lqLaS02sA8kdJ7W0jtsYhZZHSO1to7PwMSSrNaw4U9uPpGfO4o8yN6FoeltOZsskbVT1ptVLWmjkFlA3pHeja0jrTTyQxMi70hvR96Q3o5CGJQu9I60O9Ja2LyMTINaJdBraV0W1kNMlOjzSE2fO2VvJLlnRmrY05c6Vzpif6JBVJ1Z0pK587Uzpi7yAaZeVXNc+armsy1+g6RfNWzXPmq4qJQCkdEChK1pzIEC1PVNanqtbAvKJ6S1T7qWq2sA8iaqWz6qWq2Mf4GlE9obW1Ud0/mHj0lWCsYDntozM+ZweXQC6rMfyLektJarM1MRiCOktgzUxYaGR3UdMx+f4NL8RDcqGqzCp+jGb9JapLKzF9mGb8AbNZmVuWT9RXKuRZi/wCgBVFM1XNZmJugdFcq5rMzdJF2/SuKthmDhegb/C2WtBjma/QKfotqeqDNXAv74S3UtVmbOAxBLSWmZr5MJNEtVHX5Zj8DK/ESsrMw3Rbpn//Z) center/cover no-repeat;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 16px #8b5cf666;transition:all .2s}.create-location-sparkles-btn:hover:not(:disabled){transform:scale(1.05);box-shadow:0 6px 20px #8b5cf680}.create-location-sparkles-btn:disabled{opacity:.8;cursor:not-allowed}[data-theme=dark] .create-location-modal-overlay{background:#0009}[data-theme=dark] .create-location-modal-container{background:#1e1e1e;border-color:#333;box-shadow:0 8px 32px #00000080}[data-theme=dark] .create-location-modal-header{background:#1e1e1e;border-bottom-color:#333}[data-theme=dark] .create-location-modal-title{color:#fff}[data-theme=dark] .create-location-close-btn{background:#333;color:#a0a0a0}[data-theme=dark] .create-location-input-title{color:#fff}[data-theme=dark] .create-location-input-subtitle{color:#a0a0a0}[data-theme=dark] .create-location-textarea{background:#252525;border-color:#383838;color:#fff}[data-theme=dark] .create-location-textarea:focus{border-color:#8b5cf6}[data-theme=dark] .create-location-language-badge{background:#333;color:#a0a0a0}[data-theme=dark] .create-location-suggestions-header{color:#fff}[data-theme=dark] .create-location-suggestion-card{background:#1e1e1e;border-color:#383838}[data-theme=dark] .create-location-suggestion-card:hover{background:#252525}[data-theme=dark] .suggestion-text{color:#a0a0a0}[data-theme=dark] .skeleton-line{background:#333}[data-theme=dark] .create-location-modal-footer{background:#1e1e1e;border-top-color:#333}[data-theme=dark] .create-location-generate-btn{background:#fff;color:#111827}[data-theme=dark] .create-location-generate-btn:hover:not(.disabled){background:#f3f4f6;box-shadow:0 4px 12px #ffffff1a}[data-theme=dark] .create-location-generate-btn.disabled{background:#2d2d2d;color:#555}.create-model-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0006;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:2000;animation:modalFadeIn .3s ease-out}.create-model-modal-container{background:#fff;border-radius:24px;width:90%;max-width:520px;max-height:90vh;display:flex;flex-direction:column;position:relative;overflow:hidden}.create-model-modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px 20px 16px;border-bottom:1px solid #F3F4F6}.create-model-modal-title{font-size:20px;font-weight:700;color:#1f2937;margin:0}.create-model-close-btn{width:32px;height:32px;border-radius:16px;background:#f9fafb;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#6b7280}.create-model-close-btn:hover{background:#f3f4f6}.create-model-modal-content{flex:1;display:flex;flex-direction:column;overflow:hidden}.create-model-scroll-content{flex:1;overflow-y:auto;padding:24px 20px}.create-model-section{margin-bottom:24px}.create-model-section-title{font-size:16px;font-weight:600;color:#1f2937;margin:0 0 4px}.create-model-section-title.disabled{color:#d1d5db}.create-model-section-subtitle{font-size:12px;color:#6b7280;margin:0 0 12px;line-height:1.4}.create-model-upload-wrapper{position:relative}.create-model-upload-btn{width:100%;background:#f9fafb;border:2px dashed transparent!important;border-radius:12px;min-height:100px;display:flex;align-items:center;cursor:pointer;transition:all .2s}.create-model-upload-btn:hover:not(.disabled){border-color:#a78bfa;background:#f5f3ff}.create-model-upload-btn.disabled{background:#f3f4f6;border-color:#e5e7eb;opacity:.5;cursor:not-allowed}.create-model-upload-btn.selected{background:#f0fdf4;border:2px solid #10B981;box-shadow:0 2px 4px #10b9811a}.create-model-upload-content{display:flex;align-items:center;padding:16px;width:100%}.create-model-upload-icon{width:48px;height:48px;border-radius:24px;background:#f3f4f6;display:flex;align-items:center;justify-content:center;margin-right:16px;color:#000}.create-model-upload-icon.disabled{background:#e5e7eb;color:#d1d5db}.create-model-upload-text{flex:1;display:flex;flex-direction:column;margin-right:12px}.create-model-upload-title{font-size:15px;font-weight:600;color:#374151;margin-bottom:4px}.create-model-upload-title.disabled{color:#9ca3af}.create-model-upload-subtitle{font-size:13px;color:#6b7280}.create-model-upload-subtitle.disabled{color:#d1d5db}.create-model-upload-arrow{color:#6b7280;flex-shrink:0}.create-model-upload-arrow.disabled{color:#d1d5db}.create-model-selected-image-container{width:80px;height:80px;border-radius:12px;overflow:hidden;position:relative;background:#f9fafb;border:1px solid #E5E7EB}.create-model-selected-image{width:100%;height:100%;object-fit:cover}.create-model-change-icon{position:absolute;top:0;right:0;bottom:0;left:0;background:#0006;display:flex;align-items:center;justify-content:center;color:#fff}.create-model-upload-close{position:absolute;top:8px;right:8px;width:28px;height:28px;border-radius:14px;background:#fff;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 4px #00000026;color:#374151;z-index:10}.create-model-terms-container{margin-top:16px}.create-model-terms-checkbox-row{display:flex;align-items:center;gap:8px;background:none;border:none;cursor:pointer;padding:0;width:100%;text-align:left}.create-model-terms-checkbox{width:20px;height:20px;border-radius:6px;border:2px solid #E5E7EB;background:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0}.create-model-terms-checkbox.checked{background:#10b981;border-color:#10b981;color:#fff}.create-model-terms-checkbox-text{font-size:14px;color:#374151}.create-model-terms-toggle{display:flex;align-items:center;gap:4px;background:none;border:none;cursor:pointer;padding:8px 0;font-size:13px;color:#6b7280}.create-model-terms-details{background:#f9fafb;border-radius:8px;padding:12px;margin-top:8px}.create-model-terms-details h4{font-size:14px;font-weight:600;color:#1f2937;margin:0 0 8px}.create-model-terms-details p{font-size:12px;color:#6b7280;line-height:1.5;margin:0}.create-model-or-divider{display:flex;align-items:center;margin:20px 0}.create-model-or-line{flex:1;height:1px;background:#e5e7eb}.create-model-or-text{font-size:14px;color:#9ca3af;font-weight:500;margin:0 16px;text-transform:uppercase;letter-spacing:.5px}.create-model-textarea-container{position:relative}.create-model-textarea{width:100%;border:1px solid #E5E7EB;border-radius:12px;padding:16px 16px 12px;font-size:14px;color:#1f2937;background:#fff;min-height:100px;resize:none;font-family:inherit}.create-model-textarea:focus{outline:none;border-color:#a78bfa}.create-model-clear-btn{position:absolute;bottom:12px;right:12px;width:24px;height:24px;border-radius:12px;background:#fff;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 1px 2px #0000001a;color:#9ca3af}.create-model-name-container{margin-top:20px}.create-model-name-input-wrapper{position:relative}.create-model-name-input{width:100%;border:1px solid #E5E7EB;border-radius:12px;padding:12px 48px 12px 16px;font-size:14px;color:#1f2937;background:#fff}.create-model-name-input:focus{outline:none;border-color:#a78bfa}.create-model-name-btn{position:absolute;right:12px;top:50%;transform:translateY(-50%);width:24px;height:24px;border-radius:6px;background:#f9fafb;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#6b7280}.create-model-gender-row{display:flex;gap:12px}.create-model-gender-btn{flex:1;background:#f9fafb;border-radius:12px;border:1px solid #F3F4F6;padding:12px 16px;display:flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;min-height:50px;transition:all .2s}.create-model-gender-btn:hover{background:#f3f4f6}.create-model-gender-btn.selected{background:#fff;border-color:#e5e7eb;box-shadow:0 1px 2px #0000001a}.create-model-gender-btn span{font-size:14px;font-weight:500;color:#6b7280}.create-model-gender-btn span.selected{color:#1f2937;font-weight:600}.create-model-age-container{display:flex;flex-direction:column;gap:8px}.create-model-age-row{display:flex;gap:8px}.create-model-age-item{flex:1;display:flex;flex-direction:column;align-items:center}.create-model-age-btn{width:100%;background:#f9fafb;border-radius:12px;border:1px solid #F3F4F6;padding:12px 8px;display:flex;align-items:center;justify-content:center;min-height:50px;cursor:pointer;font-size:13px;font-weight:500;color:#6b7280;transition:all .2s}.create-model-age-btn:hover{background:#f3f4f6}.create-model-age-btn.selected{background:#fff;border-color:#e5e7eb;box-shadow:0 1px 2px #0000001a;color:#1f2937;font-weight:600}.create-model-age-btn.custom{color:#9ca3af}.create-model-age-info{font-size:11px;color:#6b7280;margin-top:4px}.create-model-custom-age-input-container{width:100%;background:#f59e0b1a;border:2px solid #F59E0B;border-radius:12px;padding:12px 8px;min-height:50px;display:flex;align-items:center;justify-content:center}.create-model-custom-age-input{width:100%;border:none;background:transparent;text-align:center;font-size:13px;font-weight:500;color:#1f2937}.create-model-custom-age-input::placeholder{color:#9ca3af}.create-model-custom-age-input:focus{outline:none}.create-model-results-section{margin-top:24px;padding-top:24px;border-top:1px solid #E5E7EB}.create-model-results-title{font-size:16px;font-weight:600;color:#1f2937;margin:0 0 8px}.create-model-results-container{display:flex;flex-direction:column;gap:16px}.create-model-result-item{display:flex;flex-direction:column;align-items:center}.create-model-result-image-container{position:relative;width:100%;max-width:300px;border-radius:12px;overflow:hidden}.create-model-result-image{width:100%;height:auto}.create-model-result-number{position:absolute;top:12px;left:12px;background:#0009;color:#fff;padding:4px 8px;border-radius:6px;font-size:12px;font-weight:600}.create-model-save-btn{display:flex;align-items:center;gap:8px;background:#fff;border:1px solid #E5E7EB;border-radius:8px;padding:10px 16px;margin-top:12px;cursor:pointer;font-size:14px;color:#374151;transition:all .2s}.create-model-save-btn:hover{background:#f9fafb}.create-model-loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:32px;gap:16px;color:#1f2937;font-weight:600}.create-model-bottom-padding{height:100px}.create-model-button-container{padding:16px 20px 20px;border-top:1px solid #F3F4F6;background:#fff}.create-model-submit-btn{width:100%;background:#1f2937;border:none;border-radius:50px;padding:16px;font-size:16px;font-weight:600;color:#fff;cursor:pointer;transition:all .2s}.create-model-submit-btn:hover:not(.disabled){background:#111827}.create-model-submit-btn.disabled{background:#9ca3af;cursor:not-allowed}.create-model-analyzing-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:100;border-radius:24px}.create-model-analyzing-content{display:flex;flex-direction:column;align-items:center;gap:16px;color:#fff;font-size:16px;font-weight:600}[data-theme=dark] .create-model-modal-container{background:#1e1e1e}[data-theme=dark] .create-model-modal-header{border-bottom-color:#333}[data-theme=dark] .create-model-modal-title{color:#fff}[data-theme=dark] .create-model-close-btn{background:#333;color:#a0a0a0}[data-theme=dark] .create-model-section-title{color:#fff}[data-theme=dark] .create-model-section-subtitle{color:#a0a0a0}[data-theme=dark] .create-model-upload-btn{background:#252525;border-color:#7c3aed}[data-theme=dark] .create-model-upload-btn:hover:not(.disabled){background:#2d2d2d;border-color:#8b5cf6}[data-theme=dark] .create-model-upload-btn.selected{background:#10b9811a}[data-theme=dark] .create-model-upload-arrow{color:#a0a0a0}[data-theme=dark] .create-model-upload-arrow.disabled{color:#555}[data-theme=dark] .create-model-upload-icon{background:#333;color:#fff}[data-theme=dark] .create-model-upload-title{color:#fff}[data-theme=dark] .create-model-upload-subtitle{color:#a0a0a0}[data-theme=dark] .create-model-terms-checkbox{background:#252525;border-color:#383838}[data-theme=dark] .create-model-terms-checkbox-text{color:#a0a0a0}[data-theme=dark] .create-model-terms-toggle{color:#6b7280}[data-theme=dark] .create-model-terms-details{background:#252525}[data-theme=dark] .create-model-terms-details h4{color:#fff}[data-theme=dark] .create-model-terms-details p{color:#a0a0a0}[data-theme=dark] .create-model-or-line{background:#333}[data-theme=dark] .create-model-textarea,[data-theme=dark] .create-model-name-input{background:#252525;border-color:#383838;color:#fff}[data-theme=dark] .create-model-name-btn{background:#333;color:#a0a0a0}[data-theme=dark] .create-model-gender-btn{background:#252525;border-color:#333}[data-theme=dark] .create-model-gender-btn.selected{background:#333}[data-theme=dark] .create-model-gender-btn span{color:#a0a0a0}[data-theme=dark] .create-model-gender-btn span.selected{color:#fff}[data-theme=dark] .create-model-age-btn{background:#252525;border-color:#333;color:#a0a0a0}[data-theme=dark] .create-model-age-btn.selected{background:#333;color:#fff}[data-theme=dark] .create-model-age-info{color:#6b7280}[data-theme=dark] .create-model-custom-age-input{color:#fff}[data-theme=dark] .create-model-custom-age-input::placeholder{color:#6b7280}[data-theme=dark] .create-model-results-section{border-top-color:#333}[data-theme=dark] .create-model-results-title{color:#fff}[data-theme=dark] .create-model-save-btn{background:#252525;border-color:#383838;color:#a0a0a0}[data-theme=dark] .create-model-loading-container{color:#fff}[data-theme=dark] .create-model-button-container{background:#1e1e1e;border-top-color:#333}[data-theme=dark] .create-model-submit-btn{background:#fff;color:#1f2937}[data-theme=dark] .create-model-submit-btn:hover:not(.disabled){background:#f3f4f6}[data-theme=dark] .create-model-submit-btn.disabled{background:#2d2d2d;color:#555}.model-settings-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0006;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:2000;animation:modalFadeIn .3s ease-out}.model-settings-modal-container{background:#fff;border-radius:24px;width:90%;max-width:600px;max-height:85vh;display:flex;flex-direction:column;position:relative;overflow:hidden}.model-settings-modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid #F3F4F6}.model-settings-header-left{display:flex;align-items:baseline;gap:12px}.model-settings-modal-title{font-size:20px;font-weight:700;color:#1f2937;margin:0}.model-settings-count{font-size:14px;color:#9ca3af;font-weight:500}.model-settings-close-btn{width:36px;height:36px;border-radius:12px;background:#f9fafb;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#6b7280;transition:all .2s}.model-settings-close-btn:hover{background:#f3f4f6;color:#374151}.model-settings-modal-content{flex:1;overflow-y:auto;padding:16px 24px}.model-settings-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:64px;gap:16px;color:#6b7280}.model-settings-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:64px 24px;text-align:center}.model-settings-empty-icon{font-size:48px;margin-bottom:16px}.model-settings-empty h3{font-size:18px;font-weight:600;color:#374151;margin:0 0 8px}.model-settings-empty p{font-size:14px;color:#6b7280;margin:0;max-width:280px;line-height:1.5}.model-settings-list{display:flex;flex-direction:column;gap:12px}.model-settings-item{display:flex;align-items:center;gap:16px;padding:12px;background:#f9fafb;border-radius:16px;border:1px solid transparent;transition:all .2s}.model-settings-item:hover{background:#f3f4f6}.model-settings-item.editing{background:#fff;border-color:#e5e7eb;box-shadow:0 4px 12px #00000014}.model-settings-item-image{width:64px;height:64px;border-radius:12px;overflow:hidden;flex-shrink:0;position:relative;background:#e5e7eb}.model-settings-item-image img{width:100%;height:100%;object-fit:cover}.model-settings-item-deleting{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:center;justify-content:center;color:#fff}.model-settings-item-info{flex:1;display:flex;align-items:center;justify-content:space-between;min-width:0}.model-settings-item-details{display:flex;flex-direction:column;gap:4px}.model-settings-item-name{font-size:15px;font-weight:600;color:#1f2937}.model-settings-item-gender{font-size:13px;color:#6b7280}.model-settings-item-actions{position:relative}.model-settings-menu-btn{width:36px;height:36px;border-radius:10px;background:transparent;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#9ca3af;transition:all .2s}.model-settings-menu-btn:hover{background:#e5e7eb;color:#6b7280}.model-settings-dropdown{position:absolute;top:100%;right:0;margin-top:4px;background:#fff;border-radius:12px;box-shadow:0 4px 20px #00000026;border:1px solid #E5E7EB;overflow:hidden;z-index:10;min-width:140px}.model-settings-dropdown-item{display:flex;align-items:center;gap:10px;width:100%;padding:12px 16px;background:none;border:none;cursor:pointer;font-size:14px;color:#374151;transition:all .15s}.model-settings-dropdown-item:hover{background:#f3f4f6}.model-settings-dropdown-item.danger{color:#ef4444}.model-settings-dropdown-item.danger:hover{background:#fef2f2}.model-settings-item-editing{flex:1;display:flex;flex-direction:column;gap:12px}.model-settings-edit-input{width:100%;border:1px solid #E5E7EB;border-radius:10px;padding:12px 14px;font-size:14px;color:#1f2937;background:#fff;transition:all .2s}.model-settings-edit-input:focus{outline:none;border-color:#a78bfa;box-shadow:0 0 0 3px #a78bfa1a}.model-settings-edit-actions{display:flex;gap:8px}.model-settings-action-btn{display:flex;align-items:center;gap:6px;padding:8px 14px;border-radius:8px;border:none;cursor:pointer;font-size:13px;font-weight:500;transition:all .2s}.model-settings-action-btn.save{background:linear-gradient(135deg,#8b5cf6,#7c3aed,#a855f7);color:#fff;font-weight:700;letter-spacing:.3px;text-shadow:0 1px 3px rgba(0,0,0,.4);box-shadow:0 2px 8px #8b5cf64d}.model-settings-action-btn.save:hover{background:linear-gradient(135deg,#7c3aed,#6d28d9,#8b5cf6);box-shadow:0 4px 12px #8b5cf666}.model-settings-action-btn.cancel{background:#f3f4f6;color:#6b7280}.model-settings-action-btn.cancel:hover{background:#e5e7eb}[data-theme=dark] .model-settings-modal-container{background:#1e1e1e}[data-theme=dark] .model-settings-modal-header{border-bottom-color:#333}[data-theme=dark] .model-settings-modal-title{color:#fff}[data-theme=dark] .model-settings-count{color:#6b7280}[data-theme=dark] .model-settings-close-btn{background:#333;color:#a0a0a0}[data-theme=dark] .model-settings-close-btn:hover{background:#404040;color:#fff}[data-theme=dark] .model-settings-loading{color:#a0a0a0}[data-theme=dark] .model-settings-empty h3{color:#fff}[data-theme=dark] .model-settings-empty p{color:#a0a0a0}[data-theme=dark] .model-settings-item{background:#252525}[data-theme=dark] .model-settings-item:hover{background:#2d2d2d}[data-theme=dark] .model-settings-item.editing{background:#1e1e1e;border-color:#333}[data-theme=dark] .model-settings-item-image{background:#333}[data-theme=dark] .model-settings-item-name{color:#fff}[data-theme=dark] .model-settings-item-gender,[data-theme=dark] .model-settings-menu-btn{color:#6b7280}[data-theme=dark] .model-settings-menu-btn:hover{background:#333;color:#a0a0a0}[data-theme=dark] .model-settings-dropdown{background:#252525;border-color:#333;box-shadow:0 4px 20px #0006}[data-theme=dark] .model-settings-dropdown-item{color:#a0a0a0}[data-theme=dark] .model-settings-dropdown-item:hover{background:#333}[data-theme=dark] .model-settings-dropdown-item.danger{color:#f87171}[data-theme=dark] .model-settings-dropdown-item.danger:hover{background:#ef444426}[data-theme=dark] .model-settings-edit-input{background:#252525;border-color:#333;color:#fff}[data-theme=dark] .model-settings-edit-input::placeholder{color:#6b7280}[data-theme=dark] .model-settings-action-btn.cancel{background:#333;color:#a0a0a0}[data-theme=dark] .model-settings-action-btn.cancel:hover{background:#404040}[data-theme=dark] .model-settings-action-btn.save{box-shadow:0 2px 12px #8b5cf666}[data-theme=dark] .model-settings-action-btn.save:hover{box-shadow:0 4px 16px #8b5cf680}.model-selector-container{display:flex;flex-direction:column;gap:var(--spacing-lg)}.model-header{display:flex;flex-direction:column;gap:var(--spacing-xs)}.model-header-top{display:flex;justify-content:space-between;align-items:center}.header-buttons{display:flex;gap:var(--spacing-sm)}.create-model-btn{display:flex;align-items:center;gap:6px;padding:8px 16px;border-radius:20px;border:1px solid var(--border-color);background:#fff;font-size:.875rem;font-weight:600;color:var(--text-main);cursor:pointer;transition:all .2s}.create-model-btn:hover{background:#f8fafc}.settings-btn{width:36px;height:36px;border-radius:50%!important;border:1px solid var(--border-color);background:#fff;display:flex;align-items:center;justify-content:center;color:var(--text-muted);cursor:pointer;transition:all .2s}.settings-btn:hover{background:#f8fafc;color:var(--text-main)}.privacy-text{font-size:.75rem;color:var(--text-muted);font-style:italic}.discover-cards-container{position:relative;max-height:320px;overflow:hidden;transition:max-height .3s ease-out}.discover-cards-container.expanded{max-height:none;overflow:visible}.discover-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--spacing-sm)}.discover-cards .model-card:hover{opacity:1!important}.discover-cards .model-card.selected,[data-theme=dark] .discover-cards .model-card.selected{box-shadow:none!important;border:3px solid #10b981!important}.model-card{aspect-ratio:4/5;border-radius:16px;overflow:hidden;position:relative;cursor:pointer;background:#f1f5f9;border:none;padding:0;transition:none;width:100%;flex:none;height:auto}.model-card:hover{opacity:.9}.model-image-container{width:100%;height:100%;position:relative}.random-model-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#e0e7ff,#f3e8ff)}.sparkles-icon{color:#8b5cf6}.model-image{width:100%;height:100%;object-fit:cover}.model-name-overlay{position:absolute;bottom:0;left:0;right:0;padding:8px;background:linear-gradient(to top,rgba(0,0,0,.7),transparent);color:#fff;text-align:left;display:block}.model-name{font-size:.8rem;font-weight:600;white-space:normal;overflow:visible;text-overflow:unset;display:block;color:#fff;text-align:center}.model-card.selected{box-shadow:inset 0 0 0 4px #10b981;border-color:transparent;opacity:1!important}.selected-check{position:absolute;top:8px;right:8px;width:24px;height:24px;background-color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#10b981;z-index:2}.model-card.empty{background-color:transparent;border:2px dashed #cbd5e1;display:flex;align-items:center;justify-content:center;cursor:default}.model-card.empty:hover{transform:none;border-color:#94a3b8}.empty-content{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.discover-gradient-overlay{position:absolute;bottom:0;left:0;right:0;height:120px;background:linear-gradient(to bottom,#fff0,#ffffffe6,#fff);display:flex;align-items:flex-end;justify-content:center;padding-bottom:var(--spacing-md);z-index:5;pointer-events:none}.see-all-btn{pointer-events:auto;background:#fff;border:1px solid var(--border-color);padding:8px 16px;border-radius:20px;font-size:.875rem;font-weight:600;color:#0f172a;display:flex;align-items:center;gap:4px;cursor:pointer;box-shadow:0 1px 2px #0000000d;transition:all .2s}.see-all-btn:hover{background:#f8fafc;transform:translateY(-1px)}.gender-options{display:flex;gap:8px}.gender-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:8px;padding:10px;border-radius:12px;border:1px solid transparent;background:#f8fafc;color:var(--text-muted);cursor:pointer;transition:all .2s;font-size:.875rem;font-weight:500}.gender-btn:hover{background:#e2e8f0}.gender-btn.selected{background:#fff;box-shadow:0 2px 4px #0000000d;border:1px solid #e2e8f0;font-weight:600}.gender-text{font-size:.875rem;font-weight:inherit;color:inherit}.section-header{display:flex;align-items:center;gap:var(--spacing-sm);margin-bottom:var(--spacing-md)}.optional-badge{background:#fef3c7;color:#d97706;font-size:.75rem;font-weight:600;padding:2px 8px;border-radius:12px}.age-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--spacing-sm)}.age-btn-wrapper{display:flex;flex-direction:column;align-items:center;gap:4px}.age-btn{width:100%;padding:10px;border-radius:12px;border:1px solid transparent;background:#f8fafc;font-size:.875rem;font-weight:500;color:var(--text-muted);cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;min-height:40px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.age-btn:hover{background:#e2e8f0}.age-btn.selected{background:#fff;color:var(--text-main);box-shadow:0 2px 4px #0000000d;border:1px solid #e2e8f0;font-weight:600}.age-btn.custom.active{background:#fffbeb;border:1px solid #F59E0B;color:#f59e0b}.age-info{font-size:.75rem;color:var(--text-muted);text-align:center}.options-title{font-size:1rem;font-weight:700;color:var(--text-main);margin-bottom:var(--spacing-sm)}[data-theme=dark] .create-model-btn{background:#252525;border-color:#383838;color:#fff}[data-theme=dark] .create-model-btn:hover{background:#2c2c2c}[data-theme=dark] .settings-btn{background:#252525;border-color:#383838;color:#a0a0a0}[data-theme=dark] .settings-btn:hover{background:#2c2c2c;color:#fff}[data-theme=dark] .privacy-text{color:#666}[data-theme=dark] .model-card{background:#252525}[data-theme=dark] .model-card.selected{box-shadow:inset 0 0 0 4px #10b981,0 0 16px #10b98180!important;border:none!important}[data-theme=dark] .model-name{color:#fff!important;text-shadow:0 1px 4px rgba(0,0,0,.9)!important;font-weight:700!important}[data-theme=dark] .model-name-overlay{background:linear-gradient(to top,rgba(0,0,0,.9),transparent)!important}[data-theme=dark] .random-model-placeholder{background:linear-gradient(135deg,#2c2c2c,#333)}[data-theme=dark] .sparkles-icon{color:#a78bfa}[data-theme=dark] .model-card.empty{border-color:#383838}[data-theme=dark] .model-card.empty:hover{border-color:#4a4a4a}[data-theme=dark] .discover-gradient-overlay{background:linear-gradient(to bottom,#1e1e1e00,#1e1e1ee6,#1e1e1e)}[data-theme=dark] .see-all-btn{background:#252525;border-color:#383838;color:#fff}[data-theme=dark] .see-all-btn:hover{background:#2c2c2c}[data-theme=dark] .gender-btn{background:#252525;color:#a0a0a0}[data-theme=dark] .gender-btn:hover{background:#2c2c2c}[data-theme=dark] .gender-btn.selected{background:#333;border-color:#383838}[data-theme=dark] .age-btn{background:#252525;color:#a0a0a0}[data-theme=dark] .age-btn:hover{background:#2c2c2c}[data-theme=dark] .age-btn.selected{background:#333;color:#fff;border-color:#383838}[data-theme=dark] .age-btn.custom.active{background:#f59e0b33;border-color:#f59e0b;color:#fbbf24}[data-theme=dark] .age-info{color:#666}[data-theme=dark] .optional-badge{background:#d9770633;color:#fbbf24}[data-theme=dark] .options-title{color:#fff}[data-theme=dark] .selected-check{background-color:#333;color:#10b981}.advanced-settings-container{display:flex;flex-direction:column;gap:2px}.advanced-settings-container .section-header{margin-bottom:0}.section-description{font-size:.875rem;color:var(--text-muted);margin-bottom:4px;margin-top:0}.header-left{display:flex;align-items:center;gap:8px}.reset-btn{width:32px;height:32px;border-radius:16px;border:1px solid var(--border-color);background:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}.reset-btn:hover{background:#f8fafc;border-color:#cbd5e1}.settings-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.setting-card{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:16px;background:#fff;border:1px solid var(--border-color);border-radius:16px;cursor:pointer;transition:all .2s;height:110px}.setting-card:hover{background:#f8fafc;border-color:#cbd5e1}.setting-icon-wrapper{display:flex;align-items:center;justify-content:center}.setting-name{font-size:.8rem;color:var(--text-muted);font-weight:500;text-align:center}[data-theme=dark] .reset-btn{background:#252525;border-color:#383838}[data-theme=dark] .reset-btn:hover{background:#2c2c2c;border-color:#4a4a4a}[data-theme=dark] .setting-card{background:#252525;border-color:#383838}[data-theme=dark] .setting-card:hover{background:#2c2c2c;border-color:#4a4a4a}[data-theme=dark] .setting-name{color:#a0a0a0}[data-theme=dark] .setting-card.selected{background:#ffffff14!important;border-width:2px}[data-theme=dark] .setting-card.selected .setting-name{color:#fff!important}.body-shape-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:9999;animation:modalFadeIn .2s ease-out}@keyframes modalFadeIn{0%{opacity:0}to{opacity:1}}.body-shape-modal-container{background:#fff;width:90%;max-width:500px;height:85vh;max-height:800px;border-radius:20px;box-shadow:0 10px 25px #0003;display:flex;flex-direction:column;overflow:hidden;position:relative;animation:slideUp .3s ease-out}.body-shape-modal-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;background:#fff;border-bottom:1px solid #f3f4f6;z-index:10}.body-shape-modal-title{font-size:16px;font-weight:600;color:#111827;margin:0}.body-shape-close-btn{width:40px;height:40px;border-radius:50%;background:#f3f4f6;color:#374151;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}.body-shape-close-btn:hover{background:#e5e7eb}.body-shape-modal-content{flex:1;overflow-y:auto;padding:20px;background:#f9fafb;scrollbar-width:none;-ms-overflow-style:none}.body-shape-modal-content::-webkit-scrollbar{display:none}.ready-measurements-container{margin-bottom:24px}.ready-measurements-title{font-size:18px;font-weight:600;color:#000;margin-bottom:12px}.body-shape-titles-container{display:flex;flex-wrap:wrap;gap:8px}.body-shape-title-item{display:flex;align-items:center;padding:10px 16px;border-radius:8px;background-color:#f3f4f6;border:1px solid #E5E7EB;cursor:pointer;transition:all .2s}.body-shape-title-item.selected{background-color:#d1fae5;border-color:#10b981;border-width:2px;padding:9px 15px}.body-shape-title-text{font-size:14px;font-weight:500;color:#374151}.body-shape-title-item.selected .body-shape-title-text{color:#10b981;font-weight:600}.simulation-outer-container{margin-bottom:24px}.simulation-title{font-size:18px;font-weight:600;color:#000;margin-bottom:12px}.simulation-container{background-color:#fff;border-radius:16px;padding:20px;display:flex;align-items:center;justify-content:center;border:1px dashed transparent!important;width:100%}.body-simulation-container{display:flex;flex-direction:column;align-items:center;justify-content:center;height:280px;width:200px;position:relative}.body-part-head{width:30px;height:40px;border-radius:20px;margin-bottom:5px;border-width:2px;border-style:solid}.body-part-neck{width:8px;height:15px;border-radius:4px;margin-bottom:5px;border-width:1px;border-style:solid}.body-part-main{height:35px;border-width:2px;border-style:solid;border-radius:17px;margin-bottom:8px;display:flex;align-items:center;justify-content:center;transition:width .3s ease}.body-part-waist{height:25px;border-radius:12px}.legs-container{display:flex;justify-content:space-between;width:30px;margin-top:5px}.body-part-leg{width:12px;height:60px;border-width:2px;border-style:solid;border-radius:6px}.body-part-arm{position:absolute;width:12px;height:50px;border-width:2px;border-style:solid;border-radius:6px}.arm-left{left:20px;top:80px}.arm-right{right:20px;top:80px}.measurement-container{margin-bottom:80px}.input-row{display:flex;justify-content:space-between;gap:12px}.input-group{flex:1}.input-label{font-size:14px;font-weight:500;color:#374151;margin-bottom:8px;display:block}.measurement-input{width:100%;border:1px solid #D1D5DB;border-radius:8px;padding:12px;text-align:center;font-size:16px;color:#000;background-color:#fff;outline:none}.measurement-input:focus{border-color:#ff6b9d;box-shadow:0 0 0 2px #ff6b9d1a}.save-btn-container{position:absolute;bottom:20px;left:0;right:0;display:flex;justify-content:center;padding:0 20px}.save-btn{display:flex;align-items:center;gap:8px;padding:16px 32px;border-radius:28px;border:none;color:#fff;font-size:16px;font-weight:600;cursor:pointer;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;transition:transform .1s,box-shadow .1s}.save-btn:active{transform:scale(.98)}.save-btn:disabled{background:#d1d5db;cursor:not-allowed;box-shadow:none}[data-theme=dark] .body-shape-modal-container{background:#1e1e1e;box-shadow:0 10px 25px #00000080}[data-theme=dark] .body-shape-modal-header{background:#1e1e1e;border-bottom-color:#333}[data-theme=dark] .body-shape-modal-title{color:#fff}[data-theme=dark] .body-shape-close-btn{background:#333;color:#a0a0a0}[data-theme=dark] .body-shape-close-btn:hover{background:#444;color:#fff}[data-theme=dark] .body-shape-modal-content{background:#121212}[data-theme=dark] .ready-measurements-title,[data-theme=dark] .simulation-title{color:#fff}[data-theme=dark] .body-shape-title-item{background-color:#252525;border-color:#383838}[data-theme=dark] .body-shape-title-text{color:#a0a0a0}[data-theme=dark] .body-shape-title-item.selected{background-color:#10b98133;border-color:#10b981}[data-theme=dark] .body-shape-title-item.selected .body-shape-title-text{color:#10b981}[data-theme=dark] .simulation-container{background-color:#1e1e1e;border-color:#383838}[data-theme=dark] .input-label{color:#a0a0a0}[data-theme=dark] .measurement-input{background-color:#252525;border-color:#383838;color:#fff}[data-theme=dark] .measurement-input:focus{border-color:#ff6b9d}[data-theme=dark] .save-btn:disabled{background:#333;color:#666}.hair-style-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;z-index:9999;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:hairStyleFadeIn .2s ease-out}@keyframes hairStyleFadeIn{0%{opacity:0}to{opacity:1}}.hair-style-modal-container{background:#fff;width:90%;max-width:500px;height:85vh;max-height:800px;border-radius:20px;box-shadow:0 10px 25px #0003;display:flex;flex-direction:column;overflow:hidden;position:relative;animation:hairStyleSlideUp .3s ease-out}@keyframes hairStyleSlideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.hair-style-modal-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #f3f4f6;background:#fff;z-index:10}.load-more-container{display:flex;justify-content:center;padding:24px 0 12px;width:100%}.load-more-btn{display:flex;align-items:center;gap:8px;padding:12px 24px;background:#000;color:#fff;border:none;border-radius:24px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s;box-shadow:0 4px 6px #0000001a}.load-more-btn:hover:not(:disabled){background:#1f2937;transform:translateY(-1px)}.load-more-btn:disabled{background:#f3f4f6;color:#9ca3af;cursor:wait;box-shadow:none}.hair-style-modal-bottom-gradient{position:absolute;bottom:0;left:0;right:0;height:120px;background:linear-gradient(to bottom,#fff0,#fff 80%);z-index:15;pointer-events:none;border-bottom-left-radius:20px;border-bottom-right-radius:20px}.hair-style-close-btn{width:40px;height:40px;border-radius:50%;border:none;background:#f3f4f6;color:#374151;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}.hair-style-close-btn:hover{background:#e5e7eb}.hair-style-modal-content{flex:1;overflow-y:auto;padding:16px 16px 80px;background:#f9fafb;position:relative;scrollbar-width:none;-ms-overflow-style:none}.hair-style-modal-content::-webkit-scrollbar{display:none}.hair-style-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.hair-style-card{position:relative;aspect-ratio:.85;background:#fff;border-radius:16px;overflow:hidden;cursor:pointer;border:2px solid transparent;transition:all .2s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 4px #0000000d}.hair-style-card:hover{box-shadow:0 8px 16px #0000001a}.hair-style-card.selected{border-color:#10b981;box-shadow:0 0 0 2px #10b9811a}.hair-style-image-container{width:100%;height:100%;position:relative;background:#f3f4f6}.hair-style-image{width:100%;height:100%;object-fit:cover;display:block}.hair-style-image-placeholder{width:100%;height:100%;background:#e5e7eb}.hair-style-modal-footer{position:absolute;bottom:24px;left:0;right:0;display:flex;justify-content:center;pointer-events:none;z-index:20}.create-card-overlay{position:absolute;top:0;left:0;right:0;bottom:0;z-index:50;display:flex;align-items:center;justify-content:center;padding:20px;animation:hairStyleFadeIn .2s ease-out}.create-card-content{position:relative;background:#fff;width:100%;max-width:400px;border-radius:20px;padding:24px;z-index:51;box-shadow:0 10px 30px #00000026;animation:hairStyleSlideUp .3s cubic-bezier(.16,1,.3,1)}.load-more-container{display:none}@media (max-width: 640px){.hair-style-modal-container{width:100%;height:100%;max-width:none;max-height:none;border-radius:0}.hair-style-grid{grid-template-columns:repeat(3,1fr);gap:8px}}[data-theme=dark] .hair-style-modal-container{background:#1e1e1e;box-shadow:0 10px 25px #00000080}[data-theme=dark] .hair-style-modal-header{background:#1e1e1e;border-bottom-color:#333}[data-theme=dark] .hair-style-close-btn{background:#333;color:#a0a0a0}[data-theme=dark] .hair-style-close-btn:hover{background:#444}[data-theme=dark] .hair-style-modal-content{background:#121212}[data-theme=dark] .hair-style-card{background:#1e1e1e;box-shadow:0 2px 4px #0003}[data-theme=dark] .hair-style-card:hover{box-shadow:0 8px 16px #0006}[data-theme=dark] .hair-style-card.selected{border-color:#10b981}[data-theme=dark] .hair-style-image-container{background:#252525}[data-theme=dark] .hair-style-image-placeholder{background:#333}[data-theme=dark] .hair-style-modal-bottom-gradient{background:linear-gradient(to bottom,#1e1e1e00,#121212 80%)}.pose-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;z-index:9999;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:poseFadeIn .2s ease-out}@keyframes poseFadeIn{0%{opacity:0}to{opacity:1}}.pose-modal-container{background:#fff;width:90%;max-width:500px;height:85vh;max-height:800px;border-radius:20px;box-shadow:0 10px 25px #0003;display:flex;flex-direction:column;overflow:hidden;position:relative;animation:poseSlideUp .3s ease-out}@keyframes poseSlideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.pose-modal-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #f3f4f6;background:#fff;z-index:10}.mobile-style-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px}.filter-buttons-container{display:flex;gap:8px;align-items:center}.filter-icon-btn{width:40px;height:40px;border-radius:12px;border:none;background:#f3f4f6;color:#6b7280;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}.filter-icon-btn:hover{background:#e5e7eb}.filter-icon-btn.active{background:#fff;color:#000;box-shadow:0 2px 8px #00000014;border:1px solid #e5e7eb}.mobile-header-title{font-size:18px;font-weight:600;color:#111827;margin:0;position:absolute;left:50%;transform:translate(-50%)}.pose-modal-bottom-gradient{position:absolute;bottom:0;left:0;right:0;height:120px;background:linear-gradient(to bottom,#fff0,#fff 80%);z-index:15;pointer-events:none;border-bottom-left-radius:20px;border-bottom-right-radius:20px}.pose-close-btn{width:40px;height:40px;border-radius:50%;border:none;background:#f3f4f6;color:#374151;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}.pose-close-btn:hover{background:#e5e7eb}.pose-modal-content{flex:1;overflow-y:auto;padding:16px 16px 80px;background:#f9fafb;position:relative;scrollbar-width:none;-ms-overflow-style:none}.pose-modal-content::-webkit-scrollbar{display:none}.pose-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.pose-card{position:relative;aspect-ratio:.55;background:#fff;border-radius:16px;overflow:hidden;cursor:pointer;border:2px solid transparent;transition:all .2s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 4px #0000000d}.pose-card:hover{box-shadow:0 8px 16px #0000001a}.pose-card.selected{border-color:#10b981;box-shadow:0 0 0 2px #10b9811a}.pose-image-container{width:100%;height:100%;position:relative;background:#f3f4f6}.pose-image{width:100%;height:100%;object-fit:cover;display:block}.pose-image-placeholder{width:100%;height:100%;background:#e5e7eb}.card-check-badge{position:absolute;top:8px;left:8px;width:24px;height:24px;background:#10b981;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 4px #0000001a;z-index:5;animation:popIn .2s cubic-bezier(.175,.885,.32,1.275)}@keyframes popIn{0%{transform:scale(0)}to{transform:scale(1)}}.card-favorite-btn{position:absolute;top:8px;right:8px;background:#0000004d;border:none;width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:5}.card-favorite-btn:hover{background:#00000080;transform:scale(1.1)}.card-custom-badge{position:absolute;bottom:8px;right:8px;background:#0009;padding:4px;border-radius:50%;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.pose-modal-footer{position:absolute;bottom:24px;left:0;right:0;display:flex;justify-content:center;pointer-events:none;z-index:20}.floating-action-btn{pointer-events:auto;display:flex;align-items:center;gap:8px;padding:14px 28px;border-radius:30px;border:none;font-size:16px;font-weight:600;color:#fff;cursor:pointer;box-shadow:0 4px 12px #0003;transition:transform .2s,box-shadow .2s}.floating-action-btn:hover{transform:translateY(-2px);box-shadow:0 6px 16px #0000004d}.floating-action-btn:active{transform:translateY(0)}.floating-action-btn.save{background:#000;color:#fff;box-shadow:0 4px 12px #00000040}.floating-action-btn.save:hover{background:#1a1a1a;box-shadow:0 6px 16px #00000059}.floating-action-btn.create,.floating-action-btn.load-more{background:linear-gradient(180deg,#fff,#f3f4f6);color:#111827;border:1px solid #E5E7EB;box-shadow:0 4px 15px #00000014,0 2px 4px #0000000d}.floating-action-btn.create:hover,.floating-action-btn.load-more:hover{background:linear-gradient(180deg,#f9fafb,#e5e7eb);box-shadow:0 6px 20px #0000001f;transform:translateY(-2px)}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px;color:#6b7280;gap:12px}.loading-more{display:flex;justify-content:center;padding:16px;color:#8b5cf6}.empty-state{display:flex;align-items:center;justify-content:center;height:100%;color:#9ca3af;font-size:15px}.animate-spin{animation:spin 1s linear infinite}.create-card-overlay{position:absolute;top:0;left:0;right:0;bottom:0;z-index:50;display:flex;align-items:center;justify-content:center;padding:20px;animation:poseFadeIn .2s ease-out}.create-card-backdrop{position:absolute;top:0;left:0;right:0;bottom:0;background:#0006;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.create-card-content{position:relative;background:#fff;width:100%;max-width:400px;border-radius:20px;padding:24px;z-index:51;box-shadow:0 10px 30px #00000026;animation:poseSlideUp .3s cubic-bezier(.16,1,.3,1)}.create-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.create-card-header h3{margin:0;font-size:18px;font-weight:600;color:#111827}.close-icon-btn{border:none;background:#f3f4f6;border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#6b7280;transition:all .2s}.close-icon-btn:hover{background:#e5e7eb;color:#111827}.create-style-input{width:100%;border:1px solid #e5e7eb;border-radius:12px;padding:16px;font-size:16px;color:#111827;background:#f9fafb;resize:none;margin-bottom:16px;outline:none;transition:border-color .2s;font-family:inherit}.create-style-input:focus{border-color:#000;background:#fff}.create-submit-btn{width:100%;background:#000;color:#fff;border:none;border-radius:24px;padding:14px;font-size:16px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}.create-submit-btn:disabled{background:#e5e7eb;color:#9ca3af;cursor:not-allowed}.create-submit-btn:hover:not(:disabled){background:#1f2937;transform:translateY(-1px)}.floating-btn-wrapper{position:relative;display:flex;justify-content:center;width:100%}@media (max-width: 640px){.pose-modal-container{width:100%;height:100%;max-width:none;max-height:none;border-radius:0}.pose-grid{grid-template-columns:repeat(3,1fr);gap:8px}}[data-theme=dark] .pose-modal-container{background:#1e1e1e;box-shadow:0 10px 25px #00000080}[data-theme=dark] .pose-modal-header{background:#1e1e1e;border-bottom-color:#333}[data-theme=dark] .mobile-header-title{color:#fff}[data-theme=dark] .filter-icon-btn{background:#333;color:#a0a0a0}[data-theme=dark] .filter-icon-btn:hover{background:#444}[data-theme=dark] .filter-icon-btn.active{background:#444;color:#fff;border-color:#555}[data-theme=dark] .pose-close-btn{background:#333;color:#a0a0a0}[data-theme=dark] .pose-close-btn:hover{background:#444}[data-theme=dark] .pose-modal-content{background:#121212}[data-theme=dark] .pose-card{background:#1e1e1e;box-shadow:0 2px 4px #0003}[data-theme=dark] .pose-card:hover{box-shadow:0 8px 16px #0006}[data-theme=dark] .pose-card.selected{border-color:#10b981}[data-theme=dark] .pose-image-container{background:#252525}[data-theme=dark] .pose-image-placeholder{background:#333}[data-theme=dark] .pose-modal-bottom-gradient{background:linear-gradient(to bottom,#1e1e1e00,#121212 80%)}[data-theme=dark] .floating-action-btn.create,[data-theme=dark] .floating-action-btn.load-more{background:linear-gradient(180deg,#333,#252525);color:#fff;border-color:#383838}[data-theme=dark] .floating-action-btn.create:hover,[data-theme=dark] .floating-action-btn.load-more:hover{background:linear-gradient(180deg,#444,#333)}[data-theme=dark] .create-card-content{background:#1e1e1e;box-shadow:0 10px 30px #00000080}[data-theme=dark] .create-card-header h3{color:#fff}[data-theme=dark] .close-icon-btn{background:#333;color:#a0a0a0}[data-theme=dark] .create-style-input{background:#252525;border-color:#383838;color:#fff}[data-theme=dark] .create-style-input:focus{border-color:#444}[data-theme=dark] .create-submit-btn:disabled{background:#333;color:#666}[data-theme=dark] .floating-action-btn.save{background:#fff;color:#000;box-shadow:0 4px 16px #ffffff26}[data-theme=dark] .floating-action-btn.save:hover{background:#f0f0f0;box-shadow:0 6px 20px #fff3}.accessories-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;z-index:9999;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:fadeIn .2s ease-out}.accessories-modal-container{background:#fff;width:90%;max-width:500px;height:85vh;max-height:800px;border-radius:20px;box-shadow:0 10px 25px #0003;display:flex;flex-direction:column;overflow:hidden;position:relative;animation:slideUp .3s ease-out}.accessories-modal-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #f3f4f6;background:#fff;z-index:10}.accessories-modal-title{font-size:16px;font-weight:600;color:#111827;margin:0}.accessories-close-btn{width:40px;height:40px;border-radius:50%;border:none;background:#f3f4f6;color:#374151;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}.accessories-close-btn:hover{background:#e5e7eb}.accessories-modal-content{flex:1;overflow-y:auto;padding:20px;background:#f9fafb;scrollbar-width:none;-ms-overflow-style:none}.accessories-modal-content::-webkit-scrollbar{display:none}.category-section{margin-bottom:24px}.category-header{margin-bottom:12px;padding:8px 4px;position:sticky;top:-20px;background:#f9fafbf2;z-index:5}.category-title{font-size:15px;font-weight:600;color:#374151;display:flex;align-items:center;gap:8px}.item-count{color:#9ca3af;font-size:13px;font-weight:400}.items-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.accessory-card{aspect-ratio:1;background:#fff;border:1px solid transparent;border-radius:16px;padding:12px;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;position:relative;box-shadow:0 1px 2px #0000000d}.accessory-card:hover{transform:translateY(-2px);box-shadow:0 4px 6px -1px #0000001a}.accessory-card.selected{transform:scale(.98);box-shadow:0 0 0 2px #fff,0 0 0 4px var(--selected-color)!important}.icon-container{margin-bottom:8px}.accessory-name{font-size:12px;font-weight:500;color:#4b5563;text-align:center;line-height:1.3}.selection-indicator{position:absolute;top:8px;right:8px;background:#fff;border-radius:50%;width:18px;height:18px;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 4px #0000001a}[data-theme=dark] .accessories-modal-container{background:#1e1e1e;box-shadow:0 10px 25px #00000080}[data-theme=dark] .accessories-modal-header{background:#1e1e1e;border-bottom-color:#333}[data-theme=dark] .accessories-modal-title{color:#fff}[data-theme=dark] .accessories-close-btn{background:#333;color:#a0a0a0}[data-theme=dark] .accessories-close-btn:hover{background:#444}[data-theme=dark] .accessories-modal-content{background:#121212}[data-theme=dark] .category-header{background:#121212f2}[data-theme=dark] .category-title{color:#fff}[data-theme=dark] .accessory-card{background:#1e1e1e;box-shadow:0 1px 2px #0003}[data-theme=dark] .accessory-card:hover{box-shadow:0 4px 6px -1px #0006}[data-theme=dark] .accessory-name{color:#a0a0a0}[data-theme=dark] .selection-indicator{background:#333}.perspective-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;z-index:9999;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:fadeIn .2s ease-out}.perspective-modal-container{background:#fff;width:90%;max-width:600px;height:85vh;max-height:800px;border-radius:20px;box-shadow:0 10px 25px #0003;display:flex;flex-direction:column;overflow:hidden;position:relative;animation:slideUp .3s ease-out}.perspective-modal-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #f3f4f6;background:#fff;z-index:10}.perspective-modal-title{font-size:16px;font-weight:600;color:#111827;margin:0}.perspective-close-btn{width:40px;height:40px;border-radius:50%;border:none;background:#f3f4f6;color:#374151;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}.perspective-close-btn:hover{background:#e5e7eb}.perspective-modal-content{flex:1;overflow-y:auto;padding:20px;background:#f9fafb;scrollbar-width:none;-ms-overflow-style:none}.perspective-modal-content::-webkit-scrollbar{display:none}.perspective-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;padding-bottom:20px}.perspective-card{background:#fff;border:1px solid transparent;border-radius:16px;padding:16px;display:flex;flex-direction:column;cursor:pointer;transition:all .2s;position:relative;box-shadow:0 1px 2px #0000000d;min-height:200px;overflow:hidden}.perspective-card:hover{transform:translateY(-2px);box-shadow:0 4px 6px -1px #0000001a}.perspective-card.selected{transform:scale(.98);box-shadow:0 0 0 2px #fff,0 0 0 4px var(--selected-color)!important}.perspective-icon-container{position:absolute;top:-25px;right:-25px;opacity:.15;transform:rotate(-15deg)}.perspective-info{z-index:2;padding-top:8px}.perspective-name{font-size:16px;font-weight:600;color:#111827;margin-bottom:8px;display:block}.perspective-description{font-size:12px;line-height:1.5;color:#6b7280;display:flex;flex-direction:column;gap:4px}.perspective-card.selected .perspective-name,.perspective-card.selected .perspective-description{color:var(--selected-color)}.perspective-selection-indicator{position:absolute;top:12px;right:12px;background:#fff;border-radius:50%;width:24px;height:24px;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 4px #0000001a;z-index:5}@media (max-width: 640px){.perspective-grid{grid-template-columns:1fr;gap:12px}}[data-theme=dark] .perspective-modal-container{background:#1e1e1e;box-shadow:0 10px 25px #00000080}[data-theme=dark] .perspective-modal-header{background:#1e1e1e;border-bottom-color:#333}[data-theme=dark] .perspective-modal-title{color:#fff}[data-theme=dark] .perspective-close-btn{background:#333;color:#a0a0a0}[data-theme=dark] .perspective-close-btn:hover{background:#444}[data-theme=dark] .perspective-modal-content{background:#121212}[data-theme=dark] .perspective-card{background:#1e1e1e;box-shadow:0 1px 2px #0003}[data-theme=dark] .perspective-card:hover{box-shadow:0 4px 6px -1px #0006}[data-theme=dark] .perspective-name{color:#fff}[data-theme=dark] .perspective-description{color:#a0a0a0}[data-theme=dark] .perspective-selection-indicator{background:#333}.mood-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;z-index:9999;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:fadeIn .2s ease-out}.mood-modal-container{background:#fff;width:90%;max-width:600px;height:85vh;max-height:800px;border-radius:20px;box-shadow:0 10px 25px #0003;display:flex;flex-direction:column;overflow:hidden;position:relative;animation:slideUp .3s ease-out}.mood-modal-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #f3f4f6;background:#fff;z-index:10}.mood-modal-title{font-size:16px;font-weight:600;color:#111827;margin:0}.mood-close-btn{width:40px;height:40px;border-radius:50%;border:none;background:#f3f4f6;color:#374151;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}.mood-close-btn:hover{background:#e5e7eb}.mood-modal-content{flex:1;overflow-y:auto;padding:20px;background:#f9fafb;scrollbar-width:none;-ms-overflow-style:none}.mood-modal-content::-webkit-scrollbar{display:none}.mood-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;padding-bottom:20px}.mood-card{background:#fff;border:1px solid transparent;border-radius:16px;padding:16px;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;position:relative;box-shadow:0 1px 2px #0000000d;min-height:120px;overflow:hidden}.mood-card:hover{transform:translateY(-2px);box-shadow:0 4px 6px -1px #0000001a}.mood-card.selected{transform:scale(.98);box-shadow:0 0 0 2px #fff,0 0 0 4px var(--selected-color)!important}.mood-emoji-container{margin-bottom:12px}.mood-emoji{font-size:32px;line-height:1}.mood-name{font-size:13px;font-weight:500;color:#6b7280;text-align:center;text-transform:capitalize}.mood-card.selected .mood-name{color:var(--selected-color);font-weight:600}.mood-popular-badge{position:absolute;top:-1px;left:-1px;background-color:#f59e0b;padding:4px 8px;border-top-left-radius:16px;border-bottom-right-radius:8px;font-size:10px;font-weight:700;color:#fff;letter-spacing:.5px;z-index:5;box-shadow:1px 1px 2px #0000001a}.mood-selection-indicator{position:absolute;top:8px;right:8px;background:#fff;border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 4px #0000001a;z-index:5}@media (max-width: 640px){.mood-grid{grid-template-columns:repeat(2,1fr);gap:12px}}[data-theme=dark] .mood-modal-container{background:#1e1e1e;box-shadow:0 10px 25px #00000080}[data-theme=dark] .mood-modal-header{background:#1e1e1e;border-bottom-color:#333}[data-theme=dark] .mood-modal-title{color:#fff}[data-theme=dark] .mood-close-btn{background:#333;color:#a0a0a0}[data-theme=dark] .mood-close-btn:hover{background:#444}[data-theme=dark] .mood-modal-content{background:#121212}[data-theme=dark] .mood-card{background:#1e1e1e;box-shadow:0 1px 2px #0003}[data-theme=dark] .mood-card:hover{box-shadow:0 4px 6px -1px #0006}[data-theme=dark] .mood-name{color:#a0a0a0}[data-theme=dark] .mood-card.selected .mood-name{color:#10b981}[data-theme=dark] .mood-selection-indicator{background:#333}.skin-tone-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;z-index:9999;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:fadeIn .2s ease-out}.skin-tone-modal-container{background:#fff;width:90%;max-width:500px;height:auto;max-height:90vh;border-radius:20px;box-shadow:0 10px 25px #0003;display:flex;flex-direction:column;overflow:hidden;position:relative;animation:slideUp .3s ease-out}.skin-tone-modal-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #f3f4f6;background:#fff;z-index:10}.skin-tone-modal-title{font-size:16px;font-weight:600;color:#111827;margin:0}.skin-tone-close-btn{width:40px;height:40px;border-radius:50%;border:none;background:#f3f4f6;color:#374151;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}.skin-tone-close-btn:hover{background:#e5e7eb}.skin-tone-modal-content{padding:20px;background:#f9fafb}.skin-tone-modal-content::-webkit-scrollbar{display:none}.skin-tone-palette{border-radius:16px;overflow:hidden;border:1px solid #E5E7EB;display:flex;flex-direction:column;background:#fff}.skin-tone-row{display:flex;flex-direction:row;height:60px}.skin-tone-swatch{flex:1;cursor:pointer;transition:transform .1s;border:.5px solid rgba(0,0,0,.05);position:relative}.skin-tone-swatch:active{transform:scale(.95);z-index:5}.skin-tone-swatch.selected{border:3px solid #39FF14!important;z-index:10}[data-theme=dark] .skin-tone-modal-container{background:#1e1e1e;box-shadow:0 10px 25px #00000080}[data-theme=dark] .skin-tone-modal-header{background:#1e1e1e;border-bottom-color:#333}[data-theme=dark] .skin-tone-modal-title{color:#fff}[data-theme=dark] .skin-tone-close-btn{background:#333;color:#a0a0a0}[data-theme=dark] .skin-tone-close-btn:hover{background:#444}[data-theme=dark] .skin-tone-modal-content{background:#121212}[data-theme=dark] .skin-tone-palette{background:#1e1e1e;border-color:#333}[data-theme=dark] .skin-tone-swatch{border-color:#ffffff0d}.ethnicity-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;z-index:9999;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:fadeIn .2s ease-out}.ethnicity-modal-container{background:#fff;width:90%;max-width:500px;height:85vh;max-height:800px;border-radius:20px;box-shadow:0 10px 25px #0003;display:flex;flex-direction:column;overflow:hidden;position:relative;animation:slideUp .3s ease-out}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.ethnicity-modal-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #f3f4f6;background:#fff;z-index:10}.ethnicity-modal-title{font-size:16px;font-weight:600;color:#111827;margin:0}.ethnicity-close-btn{width:40px;height:40px;border-radius:50%;border:none;background:#f3f4f6;color:#374151;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}.ethnicity-close-btn:hover{background:#e5e7eb}.ethnicity-modal-content{flex:1;overflow-y:auto;padding:20px;background:#f9fafb;scrollbar-width:none;-ms-overflow-style:none}.ethnicity-modal-content::-webkit-scrollbar{display:none}.ethnicity-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;padding-bottom:20px}.ethnicity-card{background:#fff;border:1px solid transparent;border-radius:16px;padding:16px;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;position:relative;box-shadow:0 1px 2px #0000000d;min-height:100px}.ethnicity-card:hover{transform:translateY(-2px);box-shadow:0 4px 6px -1px #0000001a}.ethnicity-card.selected{transform:scale(.98);box-shadow:0 0 0 2px #fff,0 0 0 4px var(--selected-color)!important;background-color:var(--selected-bg)}.ethnicity-icon-container{margin-bottom:8px}.ethnicity-name{font-size:12px;font-weight:500;color:#6b7280;text-align:center;line-height:1.3}.ethnicity-card.selected .ethnicity-name{color:var(--selected-color);font-weight:600}.ethnicity-selection-indicator{position:absolute;top:8px;right:8px;border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 4px #0000001a;z-index:5}@media (max-width: 640px){.ethnicity-grid{grid-template-columns:repeat(2,1fr);gap:12px}}[data-theme=dark] .ethnicity-modal-container{background:#1e1e1e;box-shadow:0 10px 25px #00000080}[data-theme=dark] .ethnicity-modal-header{background:#1e1e1e;border-bottom-color:#333}[data-theme=dark] .ethnicity-modal-title{color:#fff}[data-theme=dark] .ethnicity-close-btn{background:#333;color:#a0a0a0}[data-theme=dark] .ethnicity-close-btn:hover{background:#444}[data-theme=dark] .ethnicity-modal-content{background:#121212}[data-theme=dark] .ethnicity-card{background:#1e1e1e;box-shadow:0 1px 2px #0003}[data-theme=dark] .ethnicity-card:hover{box-shadow:0 4px 6px -1px #0006}[data-theme=dark] .ethnicity-name{color:#a0a0a0}[data-theme=dark] .ethnicity-card.selected .ethnicity-name{color:#10b981}[data-theme=dark] .ethnicity-selection-indicator{background:#333}.result-header-actions{display:flex;gap:8px}.result-header-badge{display:flex;align-items:center;gap:6px;padding:6px 12px;background:#fff;border:1px solid #e2e8f0;border-radius:12px;font-size:13px;color:#64748b;font-weight:500}.result-title{color:#000000a8}.result-placeholder{aspect-ratio:1/1;background:#f8fafc;border:2px dashed #e2e8f0;border-radius:24px;display:flex;align-items:center;justify-content:center;position:relative}.result-credit-badge{position:absolute;top:12px;right:12px;background-color:#fef3c7;color:#d97706;padding:4px 8px;border-radius:12px;font-size:.75rem;font-weight:700;display:flex;align-items:center;gap:4px}.result-plus-icon{width:48px;height:48px;background:#e2e8f0;border-radius:16px;display:flex;align-items:center;justify-content:center;color:#fff}[data-theme=dark] .result-header-badge{background:#252525;border-color:#383838;color:#a0a0a0}[data-theme=dark] .result-title{color:#fff!important}[data-theme=dark] .result-placeholder{background:#252525;border-color:#383838}[data-theme=dark] .result-credit-badge{background-color:#d9770633;color:#fbbf24}[data-theme=dark] .result-plus-icon{background:#383838;color:#666}.result-image-node{background:var(--card-bg, #ffffff);border-radius:10px;overflow:visible;box-shadow:0 2px 12px #0000000f;border:1px solid var(--border-color, #e5e7eb);transition:all .25s cubic-bezier(.4,0,.2,1);width:220px;cursor:default;position:relative;padding-bottom:44px}.result-image-node:hover{box-shadow:0 6px 24px #0000001a;border-color:var(--border-hover, #d1d5db)}.result-image-node.expanded{width:300px}.result-handle{width:6px!important;height:6px!important;background:transparent!important;border:none!important;opacity:0!important}.result-image-main{position:relative;width:100%;aspect-ratio:3/4;overflow:hidden;background:var(--img-bg, #f8fafc);border-radius:9px 9px 0 0}.result-image-main img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.result-image-node:hover .result-image-main img{transform:scale(1)}.result-image-main.empty{display:flex;align-items:center;justify-content:center;background:var(--empty-bg, #fcfcfd);border:2px dashed transparent;margin:8px;width:calc(100% - 16px);height:calc(100% - 16px);border-radius:8px;box-sizing:border-box}.result-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:20px}.empty-icon-container{display:flex;align-items:center;justify-content:center;color:var(--empty-icon-main, #64748b);opacity:.1}.empty-icon-main{transform:scale(1.6)}[data-theme=dark] .result-image-main.empty{background:#18181b;border-color:transparent}[data-theme=dark] .empty-text{color:#f3f4f6}.result-image-header{padding:10px 6px;display:flex;align-items:center;justify-content:space-between;cursor:pointer;border-top:1px solid var(--border-color, #e5e7eb);background:var(--header-bg, #fafafa);transition:background .2s ease}.result-image-header:hover{background:var(--header-hover, #f3f4f6)}.result-image-title{font-size:12px;font-weight:600;color:var(--text-primary, #1f2937);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1}.expand-btn{display:flex;align-items:center;gap:4px;background:none;border:none;padding:4px 6px;border-radius:6px;cursor:pointer;color:var(--text-secondary, #6b7280);font-size:11px;transition:all .2s ease}.expand-btn:hover{background:#6366f11a;color:#6366f1}.variant-count{font-weight:600;background:var(--count-bg, #f3f4f6);padding:2px 5px;border-radius:4px;font-size:10px;color:var(--text-secondary, #6b7280)}.result-variants-container{padding:8px 10px 10px;border-top:1px solid var(--border-color, #e5e7eb);animation:slideDown .2s ease}@keyframes slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.result-variants-grid{display:flex;gap:6px;overflow-x:auto;padding-bottom:4px;scrollbar-width:thin;scrollbar-color:#d1d5db transparent}.result-variants-grid::-webkit-scrollbar{height:3px}.result-variants-grid::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.variant-item{flex-shrink:0;cursor:pointer;transition:all .2s ease}.variant-item img{width:44px;height:56px;object-fit:cover;border-radius:6px;border:2px solid transparent;transition:all .2s ease}.variant-item:hover img,.variant-item.selected img{border-color:#6366f1}.variant-item.selected img{box-shadow:0 2px 8px #6366f14d}.variant-label{display:block;font-size:9px;color:var(--text-secondary, #9ca3af);text-align:center;margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:44px}.result-action-toolbar{display:flex;align-items:center;justify-content:space-between;gap:4px;padding:8px;background:var(--toolbar-bg, #f9fafb);border:1px solid var(--border-color, #e5e7eb);position:absolute;bottom:-1px;left:-1px;right:-1px;border-radius:0 0 9px 9px}.result-action-btn{display:flex;align-items:center;justify-content:center;width:38px;height:38px;background:var(--btn-bg, #ffffff);border:1px solid var(--border-color, #e5e7eb);border-radius:10px;color:var(--text-secondary, #64748b);cursor:pointer;transition:all .2s ease;position:relative}.result-action-btn:hover{background:#f8fafc;color:#8b5cf6;border-color:#c4b5fd}.result-action-btn.active{background:linear-gradient(135deg,#8b5cf6,#7c3aed,#a855f7);border:none;color:#fff}.result-action-btn{position:relative}.btn-tooltip{position:absolute;bottom:-32px;left:50%;transform:translate(-50%) scale(.9);background:#1f2937;color:#fff;padding:5px 10px;border-radius:6px;font-size:11px;font-weight:500;white-space:nowrap;opacity:0;visibility:hidden;transition:all .2s ease;pointer-events:none;z-index:100}.btn-tooltip:before{content:"";position:absolute;top:-5px;left:50%;transform:translate(-50%);border-left:5px solid transparent;border-right:5px solid transparent;border-bottom:5px solid #1f2937}.result-action-btn:hover .btn-tooltip{opacity:1;visibility:visible;transform:translate(-50%) scale(1)}[data-theme=dark] .btn-tooltip{background:#f3f4f6;color:#1f2937}[data-theme=dark] .btn-tooltip:before{border-bottom-color:#f3f4f6}[data-theme=dark] .result-image-node{background:#1f1f23;border-color:#2d2d35}[data-theme=dark] .result-image-node:hover{border-color:#3d3d47;box-shadow:0 6px 24px #0000004d}[data-theme=dark] .result-image-main{background:#18181b}[data-theme=dark] .result-image-header{background:#18181b;border-color:#2d2d35}[data-theme=dark] .result-image-header:hover{background:#252529}[data-theme=dark] .result-image-title{color:#f3f4f6}[data-theme=dark] .expand-btn{color:#9ca3af}[data-theme=dark] .expand-btn:hover{background:#6366f133}[data-theme=dark] .variant-count{background:#2d2d35;color:#9ca3af}[data-theme=dark] .result-variants-container{border-color:#2d2d35}[data-theme=dark] .result-variants-grid::-webkit-scrollbar-thumb{background:#4b4b55}[data-theme=dark] .variant-label{color:#6b7280}[data-theme=dark] .result-action-toolbar{background:#18181b;border-color:#2d2d35}[data-theme=dark] .result-action-btn{background:#27272a;border-color:#3f3f46;color:#a1a1aa}[data-theme=dark] .result-action-btn:hover{background:#3f3f46;color:#a78bfa;border-color:#52525b}[data-theme=dark] .result-action-btn.active{background:linear-gradient(135deg,#8b5cf6,#7c3aed,#a855f7);border:none;color:#fff}.results-header-node{display:flex;align-items:flex-start;padding:0;background:transparent}.results-header-content{display:flex;flex-direction:column;align-items:flex-start;gap:16px}.results-header-text h2{font-size:22px;font-weight:700;color:var(--text-primary, #1a1a2e);margin:0;letter-spacing:-.5px;white-space:nowrap}.results-header-controls{display:flex;align-items:flex-start;gap:16px}.selector-group{display:flex;flex-direction:column;gap:6px}.selector-label{font-size:11px;font-weight:500;color:#9ca3af;text-transform:uppercase;letter-spacing:.5px}.selector-options{display:flex;align-items:center;gap:4px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:4px}.selector-option{padding:6px 10px;background:transparent;border:none;border-radius:8px;cursor:pointer;font-size:12px;font-weight:500;color:#6b7280;transition:all .2s ease;white-space:nowrap}.selector-option:hover{background:#8b5cf61a;color:#8b5cf6}.selector-option.selected{background:linear-gradient(135deg,#8b5cf6,#7c3aed,#a855f7);color:#fff;font-weight:600}[data-theme=dark] .results-header-text h2{color:#f1f5f9}[data-theme=dark] .selector-label{color:#6b7280}[data-theme=dark] .selector-options{background:#27272a;border-color:#3f3f46}[data-theme=dark] .selector-option{color:#a1a1aa}[data-theme=dark] .selector-option:hover{background:#3b2f5e;color:#a78bfa}[data-theme=dark] .selector-option.selected{background:linear-gradient(135deg,#8b5cf6,#7c3aed,#a855f7);color:#fff}.child-image-node{width:160px;background:var(--card-bg, #ffffff);border-radius:10px;overflow:hidden;border:1px solid var(--border-color, #e5e7eb);box-shadow:0 2px 12px #00000014;transition:all .25s ease}.child-image-node:hover{box-shadow:0 6px 20px #0000001f;transform:translateY(-2px)}.child-image-container{width:100%;height:210px;position:relative;background:#f1f5f9;overflow:hidden}.child-image-node img{width:100%;height:100%;object-fit:cover;display:block}.fade-in{animation:fadeIn .4s ease-out forwards}.shimmer-wrapper{width:100%;height:100%;background:#f1f5f9;position:relative;overflow:hidden}.shimmer{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,#fff0,#fff6,#fff0);animation:shimmer 1.5s infinite}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}[data-theme=dark] .shimmer-wrapper{background:#27272a}[data-theme=dark] .shimmer{background:linear-gradient(90deg,#fff0,#ffffff0d,#fff0)}.child-image-label{display:block;padding:8px;font-size:11px;font-weight:600;color:var(--text-primary, #1e293b);text-align:center;background:var(--card-bg, #ffffff);border-top:1px solid var(--border-color, #e2e8f0)}[data-theme=dark] .child-image-node{background:#1f1f23;border-color:#3d3d47}[data-theme=dark] .child-image-node:hover{box-shadow:0 6px 20px #0000004d}[data-theme=dark] .child-image-label{color:#e5e7eb;background:#18181b;border-color:#2d2d35}.child-handle{width:6px!important;height:6px!important;background:transparent!important;border:none!important;top:-6px!important;opacity:0!important}.refiner-section{margin-bottom:20px}.refiner-section:last-child{margin-bottom:0}.refiner-section-divider{height:1px;background:var(--border-color);margin:20px 0}.refiner-section-title{display:flex;align-items:center;gap:8px;font-size:15px;font-weight:600;margin:0 0 14px;color:var(--text-primary)}.refiner-setting-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px;gap:12px}.refiner-setting-row:last-child{margin-bottom:0}.refiner-setting-label{font-size:13px;font-weight:500;color:var(--text-secondary);min-width:70px;flex-shrink:0}.refiner-toggle-group{display:flex;gap:6px;flex-wrap:wrap}.refiner-count-toggle{display:flex;gap:4px;background:#f1f5f9;border-radius:8px;padding:3px}.refiner-count-toggle .count-btn{padding:6px 12px;border:none;border-radius:6px;background:transparent;color:var(--text-secondary);font-size:13px;font-weight:600;cursor:pointer;transition:all .15s ease;min-width:36px}.refiner-count-toggle .count-btn.active{background:#8b5cf6;color:#fff}.refiner-background-row{display:flex;align-items:center;gap:8px}.refiner-toggle-btn{display:flex;align-items:center;gap:5px;padding:8px 12px;border-radius:10px;border:1.5px solid var(--border-color);background:var(--bg-secondary);color:var(--text-secondary);font-size:13px;font-weight:500;cursor:pointer;transition:all .15s ease}.refiner-toggle-btn:hover{border-color:#8b5cf6;background:#8b5cf614}.refiner-toggle-btn.active{border-color:#8b5cf6;background:#8b5cf626;color:#8b5cf6}.refiner-background-input{display:flex;flex-direction:column;gap:8px;flex:1}.refiner-mode-toggle{display:flex;gap:4px;background:#f1f5f9;border-radius:8px;padding:3px;width:fit-content}.refiner-mode-toggle .mode-btn{padding:5px 10px;border:none;border-radius:6px;background:transparent;color:var(--text-secondary);font-size:11px;font-weight:600;cursor:pointer;transition:all .15s ease}.refiner-mode-toggle .mode-btn.active{background:#8b5cf6;color:#fff}.refiner-color-input-container{display:flex;align-items:center;gap:8px}.refiner-hex-input{display:flex;align-items:center;background:#f1f5f9;border:none;border-radius:6px;padding:0 8px;height:28px}.refiner-hex-input .hex-prefix{color:var(--text-secondary);font-weight:600;font-size:13px}.refiner-hex-input input{background:transparent;border:none;outline:none;padding:8px 6px;font-size:13px;font-weight:500;color:var(--text-primary);width:70px;text-transform:uppercase}.refiner-text-input{background:#f1f5f9;border:none;border-radius:6px;padding:0 10px;font-size:12px;color:var(--text-primary);outline:none;width:70px;height:28px}.refiner-text-input:focus,.refiner-hex-input:focus-within{border-color:#8b5cf6}.refiner-palette-btn{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:6px;border:none;background:#f1f5f9;color:var(--text-secondary);cursor:pointer;transition:all .15s ease}.refiner-palette-btn:hover{background:#8b5cf626;color:#8b5cf6}[data-theme=dark] .refiner-toggle-btn{background:#ffffff0d;border-color:#ffffff1f}[data-theme=dark] .refiner-toggle-btn:hover{background:#8b5cf61f}[data-theme=dark] .refiner-toggle-btn.active{background:#8b5cf633;border-color:#8b5cf6}[data-theme=dark] .refiner-mode-toggle{background:#ffffff0f}[data-theme=dark] .refiner-hex-input,[data-theme=dark] .refiner-text-input,[data-theme=dark] .refiner-palette-btn,[data-theme=dark] .refiner-mode-toggle,[data-theme=dark] .refiner-count-toggle{background:#ffffff14}.add-detail-container{margin-bottom:0}.add-detail-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.add-detail-title-row{display:flex;align-items:center;gap:10px}.add-detail-title{font-size:18px;font-weight:600;color:var(--text-primary, #000);margin:0}.add-detail-optional-badge{background:#fef3c7;color:#d97706;font-size:.75rem;font-weight:600;padding:2px 8px;border-radius:12px}[data-theme=dark] .add-detail-optional-badge{background:#d9770633;color:#fbbf24}.add-detail-history-btn{padding:8px 12px;border-radius:12px;background-color:var(--bg-secondary, #ffffff);border:1px solid var(--border-color, #e5e7eb);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;color:#6b7280}.add-detail-history-btn:hover{background-color:var(--bg-tertiary, #f3f4f6)}.add-detail-description{font-size:14px;color:var(--text-secondary, #6B7280);line-height:1.5;margin-bottom:16px}.add-detail-input-container{margin-bottom:0}.add-detail-input-wrapper{position:relative}.add-detail-textarea{width:100%;min-height:120px;padding:12px 16px 40px;font-size:14px;color:var(--text-primary, #374151);line-height:1.5;border:1px solid var(--border-color, #e5e7eb);border-radius:12px;background-color:var(--bg-secondary, #ffffff);resize:vertical;font-family:inherit;transition:border-color .2s ease}.add-detail-textarea:focus{outline:none;border-color:#ec4899}.add-detail-textarea::placeholder{color:#9ca3af}.add-detail-animated-placeholder{position:absolute;top:12px;left:16px;right:80px;font-size:14px;color:#9ca3af;line-height:1.5;pointer-events:none;z-index:1}.add-detail-language-badge{position:absolute;bottom:12px;right:12px;padding:6px 12px;border-radius:10px;background-color:var(--bg-tertiary, #f3f4f6);font-size:12px;font-weight:600;color:#6b7280}.add-detail-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.add-detail-modal{background-color:var(--bg-primary, #ffffff);border-radius:16px;width:90%;max-width:480px;max-height:80vh;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 20px 60px #0003}.add-detail-modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px;border-bottom:1px solid var(--border-color, #e5e7eb)}.add-detail-modal-title{font-size:20px;font-weight:700;color:var(--text-primary, #111827);margin:0}.add-detail-modal-close{width:36px;height:36px;border-radius:50%;background-color:var(--bg-tertiary, #f3f4f6);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#6b7280;transition:all .2s ease}.add-detail-modal-close:hover{background-color:var(--bg-secondary, #e5e7eb)}.add-detail-modal-content{flex:1;overflow-y:auto;padding:16px;background-color:var(--bg-tertiary, #f9fafb)}.add-detail-item{width:100%;display:flex;justify-content:space-between;align-items:center;padding:14px 16px;background-color:var(--bg-secondary, #ffffff);border:1px solid var(--border-color, #e5e7eb);border-radius:12px;margin-bottom:10px;cursor:pointer;transition:all .2s ease;text-align:left}.add-detail-item:hover{background-color:var(--bg-tertiary, #f3f4f6);border-color:#ec4899}.add-detail-item-text{flex:1;font-size:14px;color:var(--text-primary, #374151);line-height:1.4;margin-right:12px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical}.add-detail-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;text-align:center}.add-detail-empty-state p{font-size:16px;color:#9ca3af;margin-top:16px}.add-detail-modal-footer{padding:16px 20px;border-top:1px solid var(--border-color, #e5e7eb);display:flex;justify-content:center}.add-detail-clear-btn{display:flex;align-items:center;gap:6px;padding:10px 16px;background-color:#fef2f2;border:1px solid #FECACA;border-radius:10px;color:#ef4444;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.add-detail-clear-btn:hover{background-color:#fee2e2}[data-theme=dark] .add-detail-title{color:#fff}[data-theme=dark] .add-detail-history-btn{background-color:#252525;border-color:#383838}[data-theme=dark] .add-detail-history-btn:hover{background-color:#2c2c2c}[data-theme=dark] .add-detail-textarea{background-color:#252525;border-color:#383838;color:#fff}[data-theme=dark] .add-detail-textarea:focus{border-color:#ec4899}[data-theme=dark] .add-detail-language-badge{background-color:#ffffff1a;color:#a0a0a0}[data-theme=dark] .add-detail-modal{background-color:#1a1a1a}[data-theme=dark] .add-detail-modal-header{border-color:#383838}[data-theme=dark] .add-detail-modal-title{color:#fff}[data-theme=dark] .add-detail-modal-close{background-color:#252525;color:#a0a0a0}[data-theme=dark] .add-detail-modal-close:hover{background-color:#2c2c2c}[data-theme=dark] .add-detail-modal-content{background-color:#121212}[data-theme=dark] .add-detail-item{background-color:#1a1a1a;border-color:#383838}[data-theme=dark] .add-detail-item:hover{background-color:#252525}[data-theme=dark] .add-detail-item-text{color:#fff}[data-theme=dark] .add-detail-modal-footer{border-color:#383838}.simple-image-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);display:flex;align-items:center;justify-content:center;z-index:9999;animation:fadeIn .2s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.simple-image-modal-content{display:flex;align-items:center;justify-content:center;width:100%;height:100%;padding:60px 80px;box-sizing:border-box}.simple-image-modal-nav{position:absolute;top:50%;transform:translateY(-50%);width:56px;height:56px;border-radius:50%;background:#ffffff1a;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.2);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;z-index:10000}.simple-image-modal-nav.prev{left:24px}.simple-image-modal-nav.next{right:24px}.simple-image-modal-nav:hover{background:#fff3;transform:translateY(-50%) scale(1.05)}.simple-image-modal-image-container{position:relative;display:flex;align-items:center;justify-content:center;max-width:90%;max-height:80vh;margin-top:-40px;transition:transform .3s ease;overflow:hidden;border-radius:12px}.simple-image-modal-image-container.zoomed{transform:scale(1.5);cursor:zoom-out}.simple-image-modal-image-container:not(.zoomed){cursor:zoom-in}.simple-image-modal-loader{position:absolute;display:flex;align-items:center;justify-content:center;color:#fff}.simple-image-modal-loader .animate-spin{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.simple-image-modal-image{max-width:100%;max-height:80vh;object-fit:contain;border-radius:12px;box-shadow:0 20px 60px #0006;transition:all .3s ease;cursor:none}.magnifier-lens{position:absolute;width:200px;height:200px;border-radius:50%;border:3px solid rgba(255,255,255,.9);box-shadow:0 4px 20px #0006,inset 0 0 0 1px #0000001a;background-repeat:no-repeat;background-size:400%;pointer-events:none;z-index:100;opacity:0;transition:opacity .15s ease}.simple-image-modal-image-container:hover .magnifier-lens{opacity:1}.simple-image-modal-image-container:hover .simple-image-modal-image{cursor:none}.simple-image-modal-header{position:absolute;top:20px;right:20px;display:flex;align-items:center;gap:16px;z-index:10001}.simple-image-modal-counter{font-size:2rem;font-weight:700;color:#fff6;letter-spacing:.05em;-webkit-user-select:none;user-select:none}.simple-image-modal-close{width:48px;height:48px;border-radius:50%;background:#ffffff1a;border:none;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.simple-image-modal-close:hover{background:#fff3;transform:scale(1.05)}.simple-image-modal-toolbar{position:absolute;bottom:24px;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:4px;padding:6px;background:#fffffff2;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-radius:16px;border:1px solid rgba(0,0,0,.08);box-shadow:0 4px 24px #0000001f}.simple-image-modal-tool-btn{display:flex;align-items:center;gap:6px;padding:8px 14px;background:transparent;border:none;border-radius:10px;color:#374151;cursor:pointer;transition:all .2s ease;font-size:.8rem;font-weight:500}.simple-image-modal-tool-btn:hover{background:#0000000f}.simple-image-modal-tool-btn:active{transform:scale(.98)}.simple-image-modal-tool-btn:disabled{opacity:.5;cursor:not-allowed}.simple-image-modal-tool-btn span{white-space:nowrap}.simple-image-modal-tool-btn.download,.simple-image-modal-tool-btn.kit{background:transparent;color:#374151}.simple-image-modal-tool-btn.download:hover,.simple-image-modal-tool-btn.kit:hover{background:#0000000f}.simple-image-modal-actions{display:flex;align-items:center;gap:8px}[data-theme=dark] .simple-image-modal-overlay{background:#00000080}[data-theme=dark] .simple-image-modal-toolbar{background:#2d2d2df2;border-color:#ffffff1a}[data-theme=dark] .simple-image-modal-tool-btn{color:#e5e7eb}[data-theme=dark] .simple-image-modal-tool-btn:hover{background:#ffffff1a}.simple-image-modal-actions-panel{position:absolute;right:24px;top:50%;transform:translateY(-50%);display:flex;flex-direction:column;gap:12px;z-index:10000}.simple-image-modal-action-panel-btn{display:flex;flex-direction:column;align-items:center;gap:6px;padding:12px 16px;min-width:90px;background:#fffffff2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:12px;border:1px solid rgba(0,0,0,.08);cursor:pointer;transition:all .2s ease;box-shadow:0 4px 12px #0000001a}.simple-image-modal-action-panel-btn:hover{transform:scale(1.05);box-shadow:0 6px 20px #00000026}.simple-image-modal-action-panel-btn:active{transform:scale(.98)}.simple-image-modal-action-panel-btn:disabled{opacity:.6;cursor:not-allowed}.action-btn-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#f1f5f9;border-radius:10px;color:#374151;border:1px solid #e5e7eb;transition:all .2s ease}.simple-image-modal-action-panel-btn:hover .action-btn-icon{background:#e2e8f0}.action-btn-label{font-size:.75rem;font-weight:600;color:#374151;text-align:center;line-height:1.2}.simple-image-modal-action-panel-btn.download .action-btn-icon{background:linear-gradient(135deg,#8b5cf6,#7c3aed);border-color:transparent;color:#fff}.simple-image-modal-action-panel-btn.download:hover .action-btn-icon{background:linear-gradient(135deg,#9f75ff,#8b5cf6)}.simple-image-modal-action-panel-btn.kit{background:linear-gradient(135deg,#fef3c7,#fde68a);border-color:#f59e0b}.simple-image-modal-action-panel-btn.kit .action-btn-icon{background:linear-gradient(135deg,#f59e0b,#d97706);border-color:transparent;color:#fff}.simple-image-modal-action-panel-btn.kit .action-btn-label{color:#92400e}[data-theme=dark] .simple-image-modal-action-panel-btn{background:#2d2d2df2;border-color:#ffffff1a}[data-theme=dark] .action-btn-icon{background:#3f3f46;border-color:#52525b;color:#e5e7eb}[data-theme=dark] .simple-image-modal-action-panel-btn:hover .action-btn-icon{background:#52525b}[data-theme=dark] .action-btn-label{color:#e5e7eb}[data-theme=dark] .simple-image-modal-action-panel-btn.kit{background:linear-gradient(135deg,#451a03,#78350f);border-color:#b45309}[data-theme=dark] .simple-image-modal-action-panel-btn.kit .action-btn-label{color:#fde68a}.simple-image-modal-kit-container{position:absolute;left:100px;top:50%;transform:translateY(-50%);z-index:10000;max-height:85vh}.simple-image-modal-kit-sidebar{display:flex;flex-direction:column;gap:20px;max-height:85vh;overflow-y:auto;padding:12px 12px 60px;scrollbar-width:none;background:#ffffff08;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:28px;border:1px solid rgba(255,255,255,.1);box-shadow:0 8px 32px #0006}.kit-sidebar-gradient{position:absolute;bottom:0;left:0;right:0;height:80px;pointer-events:none;border-bottom-left-radius:28px;border-bottom-right-radius:28px;background:linear-gradient(to top,rgba(255,255,255,.9),transparent);z-index:10}[data-theme=dark] .kit-sidebar-gradient{background:linear-gradient(to top,rgba(30,30,30,.95),transparent)}.simple-image-modal-kit-sidebar::-webkit-scrollbar{display:none}.kit-thumbnail{width:100px;height:100px;border-radius:18px;border:2px solid rgba(255,255,255,.15);overflow:hidden;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;background:#ffffff0d;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);flex-shrink:0;box-shadow:0 4px 12px #00000026}.kit-thumbnail:hover{transform:scale(1.08);border-color:#fff6;box-shadow:0 8px 24px #0000004d}.kit-thumbnail.active{border-color:#fff;box-shadow:none;transform:scale(1.12)}[data-theme=dark] .kit-thumbnail.active{border-color:#fff}.kit-thumbnail img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.kit-thumbnail:hover img{transform:scale(1.1)}.kit-thumbnail .kit-label{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,#000c,#0000);color:#fff;font-size:.65rem;font-weight:500;padding:8px 4px 4px;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;opacity:.9;text-shadow:0 1px 2px rgba(0,0,0,.5)}.kit-thumbnail.loading{display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;background:#ffffff0d;border:none!important;animation:kit-pulse 2s infinite ease-in-out;box-shadow:none}.kit-thumbnail.empty{background:#ffffff08;border:1px solid rgba(255,255,255,.1);box-shadow:none}@keyframes kit-pulse{0%{background-color:#ffffff0d}50%{background-color:#ffffff1a}to{background-color:#ffffff0d}}.kit-thumbnail.loading .animate-spin{color:#fff;filter:drop-shadow(0 0 8px rgba(255,255,255,.3));margin-bottom:4px}.kit-thumbnail.loading .kit-label{background:transparent;color:#ffffffb3;font-weight:400;position:relative;padding:0}@media (max-width: 1024px){.simple-image-modal-kit-container{left:12px}.kit-thumbnail{width:48px;height:48px}}.header-popover-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#fff6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:9998;opacity:0;animation:fadeIn .2s forwards}[data-theme=dark] .header-popover-overlay{background-color:#0009}@keyframes fadeIn{to{opacity:1}}.header-popover{position:absolute;top:calc(100% + 12px);right:0;width:340px;background:#fff;border-radius:20px;box-shadow:0 10px 40px -10px #00000026;border:1px solid #e2e8f0;z-index:9999;overflow:hidden;animation:popoverSlide .3s cubic-bezier(.16,1,.3,1) forwards;transform-origin:top right}[data-theme=dark] .header-popover{background:#1e1e1e;border-color:#333;box-shadow:0 10px 40px -10px #0006}@keyframes popoverSlide{0%{opacity:0;transform:translateY(-10px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.popover-header{padding:18px 20px;border-bottom:1px solid #f1f5f9;display:flex;align-items:center;justify-content:space-between}[data-theme=dark] .popover-header{border-bottom-color:#333}.popover-title{font-size:1rem;font-weight:700;color:#1e293b;margin:0}[data-theme=dark] .popover-title{color:#fff}.popover-close{background:transparent;border:none;cursor:pointer;color:#94a3b8;padding:6px;border-radius:10px;display:flex;align-items:center;justify-content:center;transition:all .2s}.popover-close:hover{background-color:#f1f5f9;color:#1e293b}[data-theme=dark] .popover-close:hover{background-color:#333;color:#fff}.popover-content{max-height:440px;overflow-y:auto;padding:10px}.popover-item{display:flex;align-items:flex-start;gap:14px;padding:14px;border-radius:14px;cursor:pointer;transition:all .2s ease;text-decoration:none;color:inherit;margin-bottom:4px}.popover-item:last-child{margin-bottom:0}.popover-item:hover{background-color:#f8fafc}[data-theme=dark] .popover-item:hover{background-color:#2c2c2c}.popover-item.selected{background-color:#f0fdf4;border:1px solid #10B981}[data-theme=dark] .popover-item.selected{background-color:#10b9811a;border-color:#10b981}.item-icon{width:36px;height:36px;border-radius:10px;background-color:#f1f5f9;display:flex;align-items:center;justify-content:center;color:#64748b;flex-shrink:0;transition:all .2s ease}[data-theme=dark] .item-icon{background-color:#2c2c2c;color:#94a3b8}.popover-item:hover .item-icon{background-color:#fff}[data-theme=dark] .popover-item:hover .item-icon{background-color:#3d3d3d;color:#fff}.item-content{flex:1}.item-title{font-size:.875rem;font-weight:600;color:#334155;margin-bottom:3px}[data-theme=dark] .item-title{color:#e2e8f0}.popover-item.unread .item-title{font-weight:800}.unread-dot{width:8px;height:8px;background-color:#ef4444;border-radius:50%;flex-shrink:0;margin-top:6px;box-shadow:0 0 10px #ef444466}.item-description{font-size:.75rem;color:#64748b;line-height:1.5}[data-theme=dark] .item-description{color:#94a3b8}.item-time{font-size:.7rem;color:#94a3b8;margin-top:6px;display:block;font-weight:500}.popover-empty{padding:40px 20px;text-align:center;color:#94a3b8;font-size:.875rem}.popover-content::-webkit-scrollbar{width:5px}.header-popover:after{content:"";position:absolute;bottom:0;left:0;right:0;height:48px;background:linear-gradient(to top,#fff,#fff0);pointer-events:none;z-index:10}[data-theme=dark] .header-popover:after{background:linear-gradient(to top,#1e1e1e,#1e1e1e00)}.popover-content::-webkit-scrollbar-track{background:transparent}.popover-content::-webkit-scrollbar-thumb{background-color:#e2e8f0;border-radius:10px}[data-theme=dark] .popover-content::-webkit-scrollbar-thumb{background-color:#333}.notification-badge-count{position:absolute;top:-4px;right:-6px;background-color:#ef4444;color:#fff;font-size:10px;font-weight:800;min-width:16px;height:16px;border-radius:10px;display:flex;align-items:center;justify-content:center;padding:0 4px;border:2px solid white;animation:badgePop .3s cubic-bezier(.175,.885,.32,1.275)}[data-theme=dark] .notification-badge-count{border-color:#1e1e1e}@keyframes badgePop{0%{transform:scale(0)}to{transform:scale(1)}}.popover-back{background:transparent;border:none;cursor:pointer;color:#94a3b8;padding:4px;border-radius:8px;display:flex;align-items:center;justify-content:center;transition:all .2s;margin-right:-4px}.popover-back:hover{background-color:#f1f5f9;color:#1e293b}[data-theme=dark] .popover-back:hover{background-color:#333;color:#fff}@keyframes slideInRight{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}.settings-page{display:flex;flex-direction:column;height:100vh;background-color:#f8fafc;overflow:hidden}.settings-page .dashboard-header{background-color:#f8fafc!important;padding-left:var(--spacing-xl)!important;border-color:#333}@keyframes slideInRight{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.settings-header-container{background-color:var(--bg-body)}.settings-body{display:flex;flex:1;overflow:hidden;padding:0 var(--spacing-xl) var(--spacing-xl) var(--spacing-xl);gap:var(--spacing-lg)}.settings-sidebar{width:260px;background-color:#fff;border-radius:16px;display:flex;flex-direction:column;height:100%;flex-shrink:0;overflow:hidden}.back-button{display:flex;align-items:center;gap:12px;background:none;border:none;cursor:pointer;color:#1e293b;font-size:.9rem;font-weight:600;padding:8px 0;transition:all .2s}.back-button svg{background-color:#fff;border-radius:50%;padding:6px;box-shadow:0 2px 4px #0000000d;border:1px solid rgba(0,0,0,.05);width:32px;height:32px;display:flex;align-items:center;justify-content:center}.back-button:hover{opacity:1}.back-button:hover svg{transform:none;background-color:#fff}[data-theme=dark] .back-button:hover svg{background-color:#262626}.settings-nav{padding:var(--spacing-md);overflow-y:auto;flex:1;-ms-overflow-style:none;scrollbar-width:none}.settings-nav::-webkit-scrollbar{display:none}.settings-nav-item{display:flex;align-items:center;gap:12px;padding:10px 16px;border-radius:12px;color:var(--text-muted);cursor:pointer;transition:all .2s;margin-bottom:8px;font-weight:500;font-size:.9rem;background-color:var(--bg-body);border:1px solid transparent}.settings-nav-item:hover{background-color:#e2e8f0;color:var(--text-muted)}.settings-nav-item.active{background-color:#fff;color:var(--text-main);box-shadow:0 2px 4px #0000000d;border:1px solid #e2e8f0;font-weight:600}.settings-content{flex:0 0 50%;display:flex;flex-direction:column;height:100%;overflow:hidden;background-color:#fff;border-radius:16px}.settings-content-header{height:80px;display:flex;align-items:center;padding:0 var(--spacing-xl);background-color:var(--dm-bg-secondary)}.settings-content-title{font-size:1.25rem;font-weight:300;color:var(--text-main)}.settings-content-body{padding:var(--spacing-xl);flex:1;overflow-y:auto}.segmented-control{display:inline-flex;background-color:var(--dm-bg-tertiary);padding:4px;border-radius:8px;gap:4px}.segmented-btn{padding:6px 16px;border-radius:6px;border:none;background:transparent;color:#64748b;font-size:.85rem;font-weight:500;cursor:pointer;transition:all .2s}.segmented-btn:hover{color:var(--text-main)}.segmented-btn.active{background-color:var(--dm-bg-secondary);color:var(--text-main);box-shadow:0 1px 2px #0000000d;font-weight:600}.history-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;color:#94a3b8;gap:16px;text-align:center}.empty-icon{opacity:.2;color:#000}.settings-section{background:var(--dm-bg-secondary);border:1px solid var(--border-color);border-radius:16px;padding:24px;margin-bottom:24px}.settings-section-title{font-size:1rem;font-weight:600;color:var(--text-main);margin-bottom:16px}.form-group{margin-bottom:16px}.form-label{display:block;font-size:.875rem;font-weight:500;color:var(--text-main);margin-bottom:8px}.form-input{width:100%;padding:10px 12px;border:1px solid var(--border-color);border-radius:8px;font-size:.9rem;color:var(--text-main);transition:border-color .2s}.form-input:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #2563eb1a}[data-theme=dark] .settings-page,[data-theme=dark] .settings-header-container,[data-theme=dark] .settings-page .dashboard-header{background-color:#121212!important}[data-theme=dark] .settings-sidebar,[data-theme=dark] .settings-content,[data-theme=dark] .settings-content-header{background-color:#1e1e1e;border-color:#ffffff1a}[data-theme=dark] .back-button{color:#fff}[data-theme=dark] .back-button svg{background-color:#262626;border-color:#ffffff1a}[data-theme=dark] .settings-nav-item{background-color:#262626;color:#a0a0a0}[data-theme=dark] .settings-nav-item:hover{background-color:#333;color:#fff}[data-theme=dark] .settings-nav-item.active{background-color:#1e1e1e;color:#fff;border-color:#444;box-shadow:0 4px 12px #0003}[data-theme=dark] .settings-content-title{color:#fff}[data-theme=dark] .segmented-control{background-color:#262626}[data-theme=dark] .segmented-btn{color:#a0a0a0}[data-theme=dark] .segmented-btn.active{background-color:#333;color:#fff}[data-theme=dark] .settings-section{background-color:#262626;border-color:#333}[data-theme=dark] .settings-section-title,[data-theme=dark] .form-label,[data-theme=dark] .form-input{color:#fff}[data-theme=dark] .form-input{background-color:#1e1e1e;border-color:#444}[data-theme=dark] .form-input:focus{border-color:#8b5cf6;box-shadow:0 0 0 3px #8b5cf633}[data-theme=dark] .empty-icon{color:#fff;opacity:.1}.history-container{display:grid;grid-template-columns:1fr 1fr;gap:16px;padding-bottom:24px}.history-card{background-color:var(--dm-bg-secondary);border:1px solid #e2e8f0d6;border-radius:16px;overflow:hidden;transition:box-shadow .2s}.history-card:hover{box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008}.history-card-header{display:flex;justify-content:space-between;align-items:center;padding:12px 16px 8px}.history-card-title{font-size:.9rem;font-weight:600;color:#1e293b}.history-card-actions{display:flex;align-items:center;gap:8px}.history-card .badge{display:flex;align-items:center;justify-content:center;padding:4px 10px;border-radius:20px!important;font-size:.7rem;font-weight:600;letter-spacing:.5px}.history-card .badge-quality{background-color:#fef3c7;color:#92400e;border:none}.history-card .badge-quality.v2{background-color:#e9d5ff;color:#6b21a8;border:none}.history-card .badge-ratio{background-color:#e0f2fe;color:#0f172a;border:none;min-width:40px;border-radius:20px!important}.history-card .badge-status{border-radius:20px!important;padding:4px 10px;display:flex;align-items:center;gap:6px}.history-card .badge-status.completed{background-color:#f0fdf4;color:#065f46}.history-card .badge-status.failed{background-color:#fef2f2;color:#991b1b}.history-card .status-dot{width:6px;height:6px;border-radius:50%}.history-card .status-dot.completed{background-color:#10b981}.history-card .status-dot.failed{background-color:#ef4444}.delete-btn{display:flex;align-items:center;gap:4px;padding:3px 12px;border-radius:20px;background-color:#fff;color:#ef4444;border:1px solid #f1f5f9;font-size:.7rem;font-weight:600;cursor:pointer;transition:all .2s;box-shadow:0 1px 2px #0000000d}.delete-btn:hover{background-color:#fee2e2;border-color:#fecaca}.history-images-grid{display:flex;flex-wrap:wrap;gap:4px;padding:0 16px 16px;width:100%}.history-image-wrapper{width:calc(33.333% - 2.7px);display:flex;flex-direction:column;gap:4px}.history-image-container{width:100%;aspect-ratio:1/1;background-color:var(--dm-bg-tertiary);position:relative;cursor:pointer;overflow:hidden;border-radius:12px;border:1px solid rgba(0,0,0,.05)}.history-image-container img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.history-image-container:hover img{transform:scale(1.05)}.history-image-caption{font-size:.75rem;color:#94a3b8;font-weight:400;text-align:left;padding-left:2px}.history-images-grid.two-images{display:flex;gap:4px}.history-images-grid.two-images .history-image-wrapper{width:calc(50% - 2px)}.history-images-grid.two-images .history-image-container{aspect-ratio:auto;height:250px}.history-card-footer{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;border-top:1px solid #f1f5f9;font-size:.8rem;color:#64748b;margin-top:12px}.history-credits{display:flex;align-items:center;gap:4px}.credit-balance-container{display:flex;align-items:center;gap:4px;font-size:.7rem;color:#64748b}.credits-label{font-style:italic;color:#64748b;font-weight:400}.credits-value{font-style:italic;font-weight:500;color:#64748b}.credits-before{font-style:italic;font-weight:400;color:#ef4444}.credits-after{font-style:italic;font-weight:400;color:#10b981}.credits-arrow{color:#6b7280;margin:0 4px}.load-more-container{grid-column:1 / -1;display:flex;justify-content:center;padding:24px 0;position:relative;z-index:20}.load-more-btn{background-color:var(--dm-bg-tertiary);color:#475569;border:none;padding:10px 32px;border-radius:24px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s}.load-more-btn:hover{background-color:#e2e8f0;color:#1e293b;transform:translateY(-1px);box-shadow:0 2px 4px #0000000d}.load-more-btn:disabled{opacity:.7;cursor:not-allowed;transform:none}.history-page-title{font-size:1rem!important;font-weight:600!important}.history-content-header{height:auto!important;padding-top:20px!important;padding-bottom:0!important;margin-bottom:0!important;min-height:unset!important}.history-content-body{padding-top:1rem!important;padding-left:1rem!important;padding-right:1rem!important;-ms-overflow-style:none;scrollbar-width:none}.history-content-body::-webkit-scrollbar{display:none}.history-bottom-gradient{position:absolute;bottom:0;left:0;right:0;height:150px;background:linear-gradient(to bottom,#fff0,#fff);pointer-events:none;z-index:10;border-radius:0 0 16px 16px}[data-theme=dark] .history-card{background-color:#1e1e1e;border-color:#333}[data-theme=dark] .history-card-title{color:#fff}[data-theme=dark] .history-card .badge-quality{background-color:#fef3c71a;color:#fbbf24}[data-theme=dark] .history-card .badge-quality.v2{background-color:#a78bfa1a;color:#a78bfa}[data-theme=dark] .history-card .badge-ratio{background-color:#262626;color:#fff}[data-theme=dark] .history-card .badge-status.completed{background-color:#10b9811a;color:#10b981}[data-theme=dark] .delete-btn{background-color:#262626;border-color:#444;color:#ef4444}[data-theme=dark] .delete-btn:hover{background-color:#ef44441a}[data-theme=dark] .history-image-container{background-color:#262626;border-color:#ffffff1a}[data-theme=dark] .history-image-caption{color:#94a3b8}[data-theme=dark] .history-card-footer{border-top-color:#333;color:#94a3b8}[data-theme=dark] .credits-label,[data-theme=dark] .credits-value{color:#94a3b8}[data-theme=dark] .load-more-btn{background-color:#333;color:#fff}[data-theme=dark] .load-more-btn:hover{background-color:#444}[data-theme=dark] .history-bottom-gradient{background:linear-gradient(to bottom,#12121200,#121212)}.history-kit-badge{position:absolute;top:8px;left:8px;display:flex;align-items:center;gap:4px;background:#00000080;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);padding:3px 10px;border-radius:8px;border:1px solid rgba(255,255,255,.2);z-index:10;color:#fff;box-shadow:0 4px 12px #0003}.history-kit-badge span{font-size:.7rem;font-weight:700;letter-spacing:.05em}.video-type{width:100%}.video-preview-thumb{width:100%;height:100%;object-fit:cover}.video-play-overlay{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;background:#0000001a;transition:background .2s}.video-play-overlay:hover{background:#0003}.play-icon-circle{width:36px;height:36px;background:#ffffff40;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:50%;display:flex;align-items:center;justify-content:center;border:1.5px solid rgba(255,255,255,.4);box-shadow:0 4px 12px #00000026}.video-processing-container{width:100%;height:100%;position:relative;background-color:#f1f5f9}.video-blur-bg{width:100%;height:100%;object-fit:cover;filter:blur(10px);opacity:.5}.video-processing-overlay{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#0006;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}[data-theme=dark] .video-processing-container{background-color:#262626}.login-page-wrapper{display:flex;height:100vh;width:100vw;background-color:#fff;align-items:center;justify-content:center;padding:20px;box-sizing:border-box}.login-content-container{display:flex;width:100%;max-width:1200px;height:90vh;background-color:#fff;border-radius:30px;overflow:hidden;border:5px solid #f1f1f1}.login-image-section{flex:1;position:relative;padding:0}.login-image-container{width:100%;height:100%;border-radius:24px;overflow:hidden;position:relative}.login-image{width:100%;height:100%;object-fit:cover}.login-form-section{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:60px}.login-form-wrapper{width:100%;max-width:400px}@media (max-width: 768px){.login-page-wrapper{padding:0;height:100%;min-height:100vh}.login-content-container{height:100%;min-height:100vh;border-radius:0;border:none;flex-direction:column}.login-image-section{display:none}.login-form-section{padding:24px;width:100%;box-sizing:border-box}.login-form-wrapper{max-width:100%}input,select,textarea{font-size:16px!important}}.card{background-color:var(--bg-card);border-radius:var(--radius-xl);padding:var(--spacing-lg);box-shadow:var(--shadow-sm);border:1px solid var(--border-color);height:100%;display:flex;flex-direction:column}.card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:var(--spacing-lg);flex-shrink:0}.card-content{flex:1;overflow-y:auto;-ms-overflow-style:none;scrollbar-width:none}.card-content::-webkit-scrollbar{display:none}.card-title{font-size:1.125rem;font-weight:600;color:var(--text-main);display:flex;align-items:center;gap:var(--spacing-sm)}.card-action{font-size:.875rem;color:var(--text-muted);font-weight:500;padding:4px 12px;border-radius:var(--radius-full);background-color:var(--bg-body);transition:all .2s}.card-action:hover{color:var(--text-main);background-color:var(--border-color)}.section-title{font-size:1.25rem;font-weight:800;color:var(--text-main);margin:0}.btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--spacing-sm);padding:12px 24px;border-radius:var(--radius-lg);font-weight:600;transition:all .2s;cursor:pointer;border:none;font-size:1rem}.btn-primary{background-color:var(--primary);color:#fff}.btn-primary:hover{background-color:var(--primary-dark);transform:translateY(-1px)}.btn-secondary{background-color:#fff;color:var(--text-main);border:1px solid var(--border-color)}.btn-secondary:hover{background-color:var(--bg-body);border-color:var(--text-muted)}.btn-full{width:100%}.input-group{margin-bottom:var(--spacing-md)}.input-label{display:block;font-size:.875rem;font-weight:500;color:var(--text-main);margin-bottom:var(--spacing-xs)}.input-field{width:100%;padding:12px 16px;border-radius:var(--radius-lg);border:1px solid var(--border-color);background-color:#fff;color:var(--text-main);transition:all .2s}.input-field:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-light)}.badge{display:inline-flex;align-items:center;padding:4px 12px;border-radius:var(--radius-full);font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.badge-new{background-color:#ede9fe;color:var(--primary)}.badge-popular{background-color:#fff7ed;color:#f97316}.card.full-height-card{padding:0;overflow:hidden}.card.full-height-card .card-content{padding:var(--spacing-lg)}.card.full-height-card .card-header{padding:var(--spacing-lg) var(--spacing-lg) 0 var(--spacing-lg)}[data-theme=dark] .card{background-color:#1e1e1e;border-color:#333;box-shadow:0 4px 12px #00000080}[data-theme=dark] .card-title{color:#fff}[data-theme=dark] .card-action{color:#a0a0a0;background-color:#252525}[data-theme=dark] .card-action:hover{color:#fff;background-color:#2c2c2c}[data-theme=dark] .section-title{color:#fff}[data-theme=dark] .btn-secondary{background-color:#252525;color:#fff;border-color:#383838}[data-theme=dark] .btn-secondary:hover{background-color:#2c2c2c;border-color:#444}[data-theme=dark] .input-field{background-color:#252525;border-color:#383838;color:#fff}[data-theme=dark] .input-field::placeholder{color:#666}[data-theme=dark] .input-label{color:#fff}[data-theme=dark] .badge-new{background-color:#8b5cf633;color:#a78bfa}[data-theme=dark] .badge-popular{background-color:#f9731633;color:#fb923c}[data-theme=dark] h1,[data-theme=dark] h2,[data-theme=dark] h3,[data-theme=dark] h4,[data-theme=dark] h5,[data-theme=dark] h6{color:#fff}[data-theme=dark] p,[data-theme=dark] span,[data-theme=dark] label{color:#a0a0a0}
