.draw-mobile-native{position:fixed;top:0;left:0;right:0;bottom:0;background:#1a1a1a;display:flex;flex-direction:column;overflow:hidden}.mobile-draw-header{position:fixed;top:0;left:0;right:0;height:48px;background:#1a1a1afa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.1);display:flex;align-items:center;gap:8px;padding:0 8px;z-index:100}.mobile-header-btn{width:36px;height:36px;border-radius:50%;background:transparent;border:none;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s ease}.mobile-header-btn:active{background:#ffffff1a}.mobile-header-btn:disabled{opacity:.3;cursor:not-allowed}.mobile-prompt-wrapper{flex:1;position:relative;display:flex;align-items:center}.mobile-prompt-input{flex:1;height:36px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:18px;color:#fff;padding:0 16px;font-size:.9rem;outline:none;transition:all .2s ease}.mobile-prompt-input:focus{background:#ffffff14;border-color:#ff6b35}.mobile-prompt-input::placeholder{color:#fff6}.prompt-hint-indicator{position:absolute;bottom:-32px;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:4px;padding:4px 12px;background:#ff6b35;border-radius:16px;color:#fff;font-size:.75rem;font-weight:600;white-space:nowrap;z-index:1000;animation:hintBounce .4s ease-out,hintPulse 2s ease-in-out infinite;box-shadow:0 4px 8px #ff6b3566}.hint-arrow{font-size:1rem;animation:pointUp 1s ease-in-out infinite}.hint-text{margin-top:2px}.mobile-prompt-wrapper.hint-active .mobile-prompt-input{border-color:#ff6b35;background:#ff6b351a;animation:subtleGlow .5s ease-out}@keyframes hintBounce{0%{opacity:0;transform:translate(-50%) translateY(10px)}50%{transform:translate(-50%) translateY(-5px)}to{opacity:1;transform:translate(-50%) translateY(0)}}@keyframes hintPulse{0%,to{opacity:1}50%{opacity:.8}}@keyframes pointUp{0%,to{transform:translateY(0)}25%{transform:translateY(-3px)}75%{transform:translateY(2px)}}@keyframes subtleGlow{0%{box-shadow:0 0 #ff6b3566}50%{box-shadow:0 0 12px 2px #ff6b354d}to{box-shadow:0 0 #ff6b3500}}.mobile-canvas-area{position:fixed;top:48px;left:0;right:0;bottom:140px;display:flex;align-items:center;justify-content:center;padding:8px;z-index:10}.mobile-drawing-canvas{width:calc(100vw - 16px);height:calc(100vw - 16px);max-width:calc(100vh - 200px);max-height:calc(100vh - 200px);background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000004d;cursor:crosshair;touch-action:none}.mobile-grid-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background-image:repeating-linear-gradient(0deg,rgba(0,0,0,.1) 0px,transparent 1px,transparent 32px,rgba(0,0,0,.1) 33px),repeating-linear-gradient(90deg,rgba(0,0,0,.1) 0px,transparent 1px,transparent 32px,rgba(0,0,0,.1) 33px);border-radius:12px;pointer-events:none}.mobile-sym-guides{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;border-radius:12px}.mobile-sym-guides.h:before{content:"";position:absolute;top:50%;left:0;right:0;height:1px;background:#ff6b3580}.mobile-sym-guides.v:before{content:"";position:absolute;left:50%;top:0;bottom:0;width:1px;background:#ff6b3580}.mobile-drop-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#ff6b351a;border:2px dashed #ff6b35;border-radius:12px;color:#ff6b35;font-weight:600;pointer-events:none}.mobile-fab-container{position:fixed;right:12px;bottom:152px;display:flex;flex-direction:column;gap:8px;z-index:90}.mobile-fab-primary{width:56px;height:56px;border-radius:50%;background:#ff6b35;border:none;color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:0 4px 12px #ff6b3566;cursor:pointer;transition:all .2s ease}.mobile-fab-primary:active{transform:scale(.95);box-shadow:0 2px 8px #ff6b3566}.mobile-fab-primary.disabled{opacity:.4;cursor:not-allowed}.mobile-fab-secondary{width:44px;height:44px;border-radius:50%;background:#1a1a1ae6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #0000004d;cursor:pointer;transition:all .2s ease;font-size:1.2rem}.mobile-fab-secondary:active{transform:scale(.95)}.mobile-bottom-toolbar-multi{position:fixed;bottom:0;left:0;right:0;background:#1a1a1afa;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-top:1px solid rgba(255,255,255,.1);z-index:100;padding:4px 6px 8px}.toolbar-row{display:flex;align-items:center;gap:4px;padding:3px 0;min-height:44px}.toolbar-row.compact{min-height:36px;padding:2px 0}.toolbar-spacer{flex:1;max-width:12px}.toolbar-btn{min-width:42px;height:42px;border-radius:10px;background:#ffffff08;border:1px solid rgba(255,255,255,.08);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .15s ease;font-size:1.3rem;flex-shrink:0}.toolbar-btn:active{transform:scale(.95);background:#ffffff14}.toolbar-btn.active{background:#ff6b3540;border-color:#ff6b3580;color:#f85;box-shadow:0 0 8px #ff6b3533}.toolbar-btn.danger{color:#ff6b6b}.toolbar-btn.danger:active{background:#ff6b6b26}.toolbar-btn.mini{min-width:36px;height:34px;font-size:1rem;border-radius:8px}.toolbar-btn.color-btn{position:relative}.toolbar-btn.color-btn.active:after{content:"";position:absolute;bottom:2px;left:50%;transform:translate(-50%);width:4px;height:4px;background:#ff6b35;border-radius:50%}.brush-size-control-multi{display:flex;align-items:center;gap:6px;padding:6px 10px;background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:20px;flex:1;max-width:140px}.size-icon{color:#ffffff80;font-size:.8rem}.mobile-size-slider{flex:1;height:4px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#ffffff1a;border-radius:2px;outline:none}.mobile-size-slider::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:18px;height:18px;border-radius:50%;background:linear-gradient(135deg,#f85,#ff6b35);cursor:pointer;box-shadow:0 2px 4px #0003}.size-label{color:#fff9;font-size:.75rem;min-width:20px;text-align:right}.controlnet-compact{display:flex;align-items:center;gap:6px;flex:1;background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:8px;padding:4px 8px}.mini-label{color:#ffffff80;font-size:.7rem;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap}.mobile-controlnet-inline{flex:1;background:transparent;border:none;color:#fff;font-size:.85rem;font-weight:600;outline:none;cursor:pointer;padding:2px 4px}.mobile-controlnet-inline option{background:#1a1a1a;color:#fff}@media(orientation:landscape)and (max-height:600px){.mobile-draw-header{height:40px}.mobile-canvas-area{top:40px;bottom:120px}.mobile-bottom-toolbar-multi{padding:2px 6px 4px}.toolbar-row{min-height:38px;padding:2px 0}.toolbar-row.compact{min-height:32px}.toolbar-btn{min-width:38px;height:38px;font-size:1.1rem}.toolbar-btn.mini{min-width:32px;height:30px}.mobile-drawing-canvas{height:calc(100vh - 170px);width:calc(100vh - 170px)}.mobile-fab-container{bottom:132px;flex-direction:row}}@media(max-width:360px){.mobile-header-btn{width:32px;height:32px}.toolbar-btn{min-width:36px;height:36px;font-size:1rem}.toolbar-btn.mini{min-width:32px;height:30px;font-size:.9rem}.mobile-fab-primary{width:48px;height:48px}.mobile-fab-secondary{width:40px;height:40px}.brush-size-control-multi{max-width:100px;padding:4px 6px}.mobile-size-slider{width:50px}.controlnet-compact{padding:2px 6px}.mini-label{font-size:.65rem}.mobile-controlnet-inline{font-size:.8rem}}.lasso-overlay{position:absolute;top:0;left:50%;transform:translate(-50%);pointer-events:none;border-radius:14px;overflow:hidden;z-index:5;display:block}.lasso-overlay__fill{fill:#ff6b3524;transition:fill .2s ease,opacity .2s ease}.lasso-overlay__fill.is-final{fill:#ff6b3538}.lasso-overlay__stroke{fill:none;stroke:#ff6b35e6;stroke-width:3;stroke-linejoin:round;stroke-dasharray:8 6;transition:stroke .2s ease,stroke-dasharray .2s ease}.lasso-overlay__stroke.is-final{stroke-dasharray:0;stroke:#ff6b35f2}.lasso-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;display:flex;align-items:center;justify-content:center;padding:24px;z-index:2000}.lasso-modal{background:#1f1f1f;color:#f5f5f5;border-radius:16px;width:min(440px,100%);padding:24px;display:flex;flex-direction:column;gap:16px;box-shadow:0 18px 48px #00000073}.lasso-modal__hint{margin:0;font-size:.92rem;opacity:.75}.lasso-modal__input{width:100%;min-height:96px;padding:12px;border-radius:10px;border:1px solid rgba(255,255,255,.12);background:#ffffff0f;color:inherit;font-size:.95rem;resize:vertical;outline:none;transition:border .2s ease,box-shadow .2s ease}.lasso-modal__input:focus{border-color:#ff6b35;box-shadow:0 0 0 1px #ff6b3566}.lasso-modal__actions{display:flex;justify-content:flex-end;gap:12px}.lasso-modal__btn{border:none;border-radius:999px;padding:10px 18px;font-weight:600;cursor:pointer;transition:transform .18s ease,opacity .2s ease}.lasso-modal__btn.secondary{background:#ffffff14;color:#f5f5f5}.lasso-modal__btn.secondary:hover:not(:disabled){background:#ffffff24}.lasso-modal__btn.primary{background:#ff6b35;color:#1a1a1a}.lasso-modal__btn:disabled{opacity:.55;cursor:not-allowed;transform:none}.lasso-modal__btn:not(:disabled):active{transform:translateY(1px)}@keyframes toolSelect{0%{transform:scale(1)}50%{transform:scale(.9)}to{transform:scale(1)}}.toolbar-btn:active{animation:toolSelect .2s ease}
