body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-overflow-scrolling:touch;align-items:flex-start;background:linear-gradient(145deg,#f8f9fa,#fff);color:#1e293b;display:flex;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;justify-content:center;min-height:100vh;overflow-y:auto;padding:20px;-webkit-user-select:none;user-select:none}[contenteditable],input,textarea{font-family:inherit;user-select:text;-webkit-user-select:text}.app-container{margin:0 auto;max-width:1440px;padding-bottom:140px;width:100%}.logo-link{align-items:center;display:flex;flex-direction:column;text-decoration:none;transition:transform .2s ease}.logo-link:hover{transform:scale(1.02)}.logo-gradient{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#4361ee,#9c6ee7,#ff6b6b);-webkit-background-clip:text;background-clip:text;font-size:clamp(2.2rem,8vw,3rem);font-weight:800;letter-spacing:-.02em;line-height:1.1;text-shadow:0 0 20px #4361ee4d}.logo-sub{color:#64748b;font-size:clamp(.8rem,3vw,1rem);font-weight:400;letter-spacing:.3em;margin-top:4px;text-transform:uppercase}.tabs-row{-webkit-overflow-scrolling:touch;display:flex;gap:12px;margin-bottom:24px;overflow-x:auto;padding-bottom:8px;scrollbar-width:thin}.tab{align-items:center;background-color:#fff;border:1px solid #e2e8f0;border-radius:40px;box-shadow:0 2px 4px #00000005;cursor:pointer;display:flex;font-weight:500;gap:8px;padding:10px 24px;transition:all .2s ease;white-space:nowrap}.tab:hover{background-color:#f1f5f9;border-color:#cbd5e1;box-shadow:0 4px 8px #0000000d;transform:translateY(-1px)}.tab.active{background-color:#eef2ff;border-color:#4361ee;border-width:2px;box-shadow:0 4px 12px #4361ee26;color:#4361ee;font-weight:600}.tab-close{background:#0000;border:none;color:#94a3b8;cursor:pointer;font-size:18px;line-height:1;padding:0 4px;transition:color .2s}.tab-close:hover{color:#ef4444}.add-tab-button{background:#fff;border:1px dashed #4361ee;border-radius:40px;color:#4361ee;cursor:pointer;font-weight:600;padding:10px 24px;transition:all .2s;white-space:nowrap}.add-tab-button:hover{background:#4361ee;border-style:solid;color:#fff}.main-row{display:flex;flex-wrap:wrap;gap:40px}.canvas-col{align-items:center;display:flex;flex:1 1 400px;flex-direction:column;min-width:300px}.settings-col{flex:1 1 500px;min-width:300px}.side-buttons{display:flex;gap:12px;justify-content:center;margin-bottom:16px}.side-button{align-items:center;background-color:#f1f5f9;border:none;border-radius:40px;box-shadow:0 2px 4px #00000005;color:#1e293b;cursor:pointer;display:flex;font-size:1rem;font-weight:600;gap:8px;padding:10px 24px;transition:all .2s}.side-button:hover{background-color:#e2e8f0;box-shadow:0 4px 8px #0000000d;transform:translateY(-1px)}.side-button.active{background-color:#4361ee;box-shadow:0 6px 14px #4361ee40;color:#fff}.canvas-wrapper{align-items:center;background:#fff;border:1px solid #eef2f6;border-radius:24px;box-shadow:0 20px 40px -12px #00000026;display:flex;justify-content:center;margin:0 auto 16px;max-width:600px;padding:0}.canvas-wrapper,canvas{touch-action:pan-y pinch-zoom;width:100%}canvas{-webkit-tap-highlight-color:transparent;border:none;border-radius:20px;display:block;height:auto;outline:none;-webkit-user-select:none;user-select:none}.zoom-panel{border:1px solid #e2e8f0;border-radius:60px;box-shadow:0 4px 12px #0000000a;gap:12px;margin-bottom:8px;margin-left:auto;margin-right:auto;padding:8px 16px;width:fit-content}.zoom-btn,.zoom-panel{background:#fff;display:flex;justify-content:center}.zoom-btn{align-items:center;border:1px solid #e2e8f0;border-radius:50%;color:#4361ee;cursor:pointer;font-size:18px;height:40px;transition:all .2s;width:40px}.zoom-btn:hover{background:#f8fafc;border-color:#4361ee;transform:scale(1.05)}.zoom-percent{color:#0f172a;font-weight:600;line-height:40px;padding:0 12px}.zoom-reset{background:#fff;border:1px solid #e2e8f0;border-radius:40px;color:#475569;cursor:pointer;font-weight:600;height:40px;padding:0 20px;transition:all .2s}.zoom-reset:hover{background:#f1f5f9;border-color:#94a3b8}.item-card{background:#fff;border:1px solid #f1f5f9;border-radius:32px;box-shadow:0 20px 40px -12px #0000001a;padding:32px}.item-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:24px}.item-header h3{color:#0f172a;font-size:1.35rem;font-weight:600;margin:0}.clear-button{background:#fff1f0;border:1px solid #fecaca;border-radius:40px;color:#b91c1c;cursor:pointer;font-size:.9rem;font-weight:600;padding:8px 20px;transition:all .2s}.clear-button:hover{background:#fee2e2;border-color:#f87171;color:#991b1b}label{color:#334155;display:block;font-size:.9rem;font-weight:600;margin-bottom:6px}input.full-width,select.full-width{background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;font-size:1rem;margin-bottom:24px;padding:12px 16px;transition:border .2s,box-shadow .2s;width:100%}input.full-width:focus,select.full-width:focus{background-color:#fff;border-color:#4361ee;box-shadow:0 0 0 3px #4361ee26;outline:none}.color-buttons{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:24px}.color-button{border:2px solid #0000;border-radius:50%;box-shadow:0 2px 6px #0000001a;cursor:pointer;height:44px;transition:all .2s;width:44px}.color-button:hover{box-shadow:0 4px 12px #00000026;transform:scale(1.1)}.color-button.active{border-color:#4361ee;box-shadow:0 0 0 2px #4361ee4d}.size-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:12px}.mode-toggle{background:#fff;border:1px solid #4361ee;border-radius:40px;color:#4361ee;cursor:pointer;font-size:.85rem;font-weight:600;padding:6px 16px;transition:all .2s}.mode-toggle:hover{background:#4361ee;color:#fff}.simple-size{align-items:center;display:flex;gap:12px;margin-bottom:24px}.size-select{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;cursor:pointer;flex:1 1;font-size:1rem;min-width:120px;padding:10px 14px;transition:all .2s}.size-select:focus{border-color:#4361ee;box-shadow:0 0 0 3px #4361ee26;outline:none}.qty-badge{background:#f1f5f9;border-radius:40px;color:#1e293b;font-weight:600;min-width:70px;padding:10px 20px;text-align:center}.advanced-size{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(auto-fill,minmax(90px,1fr));margin-bottom:24px}.size-input{align-items:center;display:flex;flex-direction:column}.size-input span{color:#475569;font-size:.9rem;font-weight:600;margin-bottom:6px}.size-input input{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;font-size:1rem;padding:10px;text-align:center;transition:all .2s;width:100%}.size-input input:focus{border-color:#4361ee;box-shadow:0 0 0 3px #4361ee26;outline:none}.checkbox{align-items:center;color:#334155;cursor:pointer;display:flex;font-weight:500;gap:12px;margin-bottom:24px}.checkbox input{accent-color:#4361ee;height:20px;width:20px}.prints-title{color:#0f172a;font-size:1.2rem;font-weight:600;margin-bottom:20px;margin-top:0}.empty-prints{color:#94a3b8;font-style:italic;margin-bottom:20px}.print-card{background:#fff;border:1px solid #eef2f6;border-radius:24px;cursor:pointer;margin-bottom:16px;padding:20px;transition:box-shadow .2s,border-color .2s}.print-card:hover{border-color:#cbd5e1;box-shadow:0 8px 20px #0000000a}.print-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:16px}.print-header strong{color:#4361ee;font-size:1.1rem}.delete-print{align-items:center;background:#0000;border:none;border-radius:50%;color:#94a3b8;cursor:pointer;display:flex;font-size:22px;height:40px;justify-content:center;transition:all .2s;width:40px}.delete-print:hover{background:#fee2e2;color:#ef4444}.ungroup-btn{align-items:center;background:#0000;border:none;border-radius:50%;color:#4361ee;cursor:pointer;display:flex;font-size:22px;height:40px;justify-content:center;transition:all .2s;width:40px}.ungroup-btn:hover{background:#eef2ff}.print-card input[type=checkbox]{height:20px;margin:0;width:20px}.print-row{align-items:center;display:flex;gap:12px;margin-top:12px}.print-row label{color:#475569;font-weight:500;margin-bottom:0;min-width:80px}.print-row select{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;flex:1 1;font-size:1rem;padding:10px 14px;transition:border .2s}.print-row select:focus{border-color:#4361ee;box-shadow:0 0 0 3px #4361ee26;outline:none}.group-members{background:#f8fafc;border-radius:16px;color:#334155;font-size:.9rem;margin-top:16px;padding:12px}.group-members strong{color:#4361ee}.print-editor{background:#f8fafc;border:1px solid #eef2f6;border-radius:20px;margin-top:20px;padding:20px}.print-editor h5{color:#4361ee;font-size:1rem;font-weight:600;margin:0 0 16px}.editor-row{display:flex;flex-wrap:wrap;gap:12px}.editor-field{flex:1 1 auto;min-width:140px}.editor-field label{color:#475569;font-size:.85rem;font-weight:600;margin-bottom:4px}.editor-field input,.editor-field select{background:#fff;border:1px solid #e2e8f0;border-radius:14px;font-size:.9rem;padding:10px 12px;transition:border .2s;width:100%}.editor-field input:focus,.editor-field select:focus{border-color:#4361ee;box-shadow:0 0 0 3px #4361ee26;outline:none}.editor-checkbox{align-items:center;display:flex;gap:8px;margin-left:8px}.editor-checkbox button{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:14px;color:#334155;cursor:pointer;display:flex;font-size:1.2rem;height:44px;justify-content:center;transition:all .2s;width:44px}.editor-checkbox button.active{background:#4361ee;border-color:#4361ee;color:#fff}.editor-checkbox button:hover{background:#f1f5f9;border-color:#94a3b8}.image-controls{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin-top:10px}.image-controls button{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:18px;color:#475569;cursor:pointer;display:flex;font-size:1.2rem;height:50px;justify-content:center;transition:all .2s;width:50px}.image-controls button:hover{background:#4361ee;border-color:#4361ee;color:#fff}.image-controls button.delete-btn{background:#fee2e2;border-color:#fecaca;color:#b91c1c}.image-controls button.delete-btn:hover{background:#fecaca}.image-controls-grid{grid-gap:6px;display:grid;gap:6px;grid-template-columns:1fr;margin-top:8px}.image-controls-grid button{align-items:center;background:#fee2e2;border:1px solid #fecaca;border-radius:40px;box-shadow:0 2px 4px #00000005;color:#b91c1c;cursor:pointer;display:flex;flex-direction:row;font-size:.9rem;font-weight:500;gap:8px;justify-content:center;min-height:40px;padding:8px 12px;transition:all .2s}.image-controls-grid button i{color:#b91c1c;font-size:18px;margin-bottom:0}.image-controls-grid button:hover{background:#fecaca}.tools-section{margin-top:28px}.tools-section h4{color:#0f172a;font-size:1.1rem;margin-bottom:16px}.tool-buttons{display:flex;flex-wrap:wrap;gap:10px;justify-content:center}.tool-btn{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:20px;box-shadow:0 2px 4px #00000005;color:#1e293b;cursor:pointer;display:inline-flex;flex-direction:column;font-size:.9rem;font-weight:500;justify-content:center;min-width:90px;padding:12px 16px;position:relative;transition:all .2s}.tool-btn:disabled{cursor:not-allowed;opacity:.4}.tool-btn:hover:not(:disabled){background:#4361ee;border-color:#4361ee;box-shadow:0 8px 16px #4361ee33;color:#fff;transform:translateY(-2px)}.tool-btn i{font-size:24px;margin-bottom:6px}.tool-label{font-size:.8rem;white-space:nowrap}.mobile-dock{animation:glow 2s infinite;background:#fff;border-top:2px solid #4361ee;bottom:0;box-shadow:0 -4px 20px #4361ee1a;display:none;flex-wrap:wrap;gap:8px;justify-content:center;left:0;padding:12px 8px;position:fixed;right:0;z-index:100}@keyframes glow{0%{box-shadow:0 -2px 10px #4361ee4d,0 -1px 0 #4361ee}50%{box-shadow:0 -4px 20px #4361ee99,0 -1px 0 #4361ee}to{box-shadow:0 -2px 10px #4361ee4d,0 -1px 0 #4361ee}}.dock-btn{align-items:center;background:#0000;border:none;border-radius:16px;color:#334155;cursor:pointer;display:flex;flex-direction:column;font-size:.8rem;font-weight:500;min-width:64px;padding:8px 0;transition:all .2s}.dock-btn i{color:#4361ee;font-size:24px;margin-bottom:4px}.dock-btn:active{background:#eef2ff;transform:scale(.96)}.dock-btn:disabled{opacity:.3}.mobile-edit-panel{animation:slideUp .2s ease;background:#fff;border-radius:20px 20px 0 0;border-top:1px solid #e2e8f0;bottom:80px;box-shadow:0 -2px 10px #0000000d;left:0;max-height:50vh;overflow-y:auto;padding:12px;position:fixed;right:0;z-index:1000}.mobile-edit-panel h5{color:#0f172a;font-size:.9rem;font-weight:600;margin:0 0 8px;text-align:center}.panel-close-btn{align-items:center;background:#f1f5f9;border:none;border-radius:50%;color:#64748b;cursor:pointer;display:flex;font-size:12px;height:28px;justify-content:center;position:absolute;right:8px;top:8px;transition:background .2s;width:28px}.panel-close-btn:hover{background:#e2e8f0}.mobile-edit-panel .editor-row{margin-bottom:10px}.mobile-edit-panel .editor-row label{color:#475569;font-size:.75rem;margin-bottom:2px}.text-row{align-items:flex-end;display:flex;gap:8px}.font-field{flex:2 1}.font-field select{background:#fff;border:1px solid #e2e8f0;border-radius:12px;font-size:.85rem;height:38px;padding:8px 10px;width:100%}.style-buttons{display:flex;flex:1 1;gap:8px}.style-buttons button{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:12px;color:#334155;cursor:pointer;display:flex;flex:1 1;font-size:1rem;height:38px;justify-content:center;transition:all .2s}.style-buttons button.active{background:#4361ee;border-color:#4361ee;color:#fff}.color-row{align-items:flex-start;display:flex}.color-section{width:100%}.color-controls{align-items:center;display:flex;flex-wrap:wrap;gap:8px}.color-swatches{display:flex;flex-wrap:wrap;gap:4px}.color-swatch{border:2px solid #0000;border-radius:8px;box-shadow:0 2px 4px #0000001a;cursor:pointer;height:30px;transition:transform .1s;width:30px}.color-swatch:hover{transform:scale(1.1)}.color-picker-wrapper{height:34px;position:relative;width:34px}.color-picker-wrapper input[type=color]{cursor:pointer;height:100%;left:0;opacity:0;position:absolute;top:0;width:100%}.color-picker-wrapper i{align-items:center;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:8px;color:#475569;display:flex;font-size:16px;height:100%;justify-content:center;left:0;pointer-events:none;position:absolute;top:0;width:100%}.stroke-row{display:flex;gap:8px}.stroke-color,.stroke-width{flex:1 1}.stroke-color input[type=color]{cursor:pointer;padding:2px}.stroke-color input[type=color],.stroke-width input[type=number]{border:1px solid #e2e8f0;border-radius:8px;height:38px;width:100%}.stroke-width input[type=number]{font-size:.85rem;padding:6px}.mobile-edit-panel .delete-btn{align-items:center;background:#f44336;border:none;border-radius:30px;color:#fff;cursor:pointer;display:inline-flex;font-size:.9rem;gap:6px;justify-content:center;margin-top:4px;padding:8px 16px;transition:background .2s;width:100%}.mobile-edit-panel .delete-btn:hover{background:#d32f2f}.total-section{background:linear-gradient(145deg,#f8fafc,#fff);border:1px solid #eef2f6;border-radius:32px;box-shadow:0 20px 40px -12px #00000014;margin-top:40px;padding:32px}.total-header{align-items:center;display:flex;flex-wrap:wrap;gap:20px;justify-content:space-between}.total-header h3{color:#0f172a;font-size:1.8rem;font-weight:700;margin:0}.total-header span{color:#4361ee}.checkout-button{align-items:center;background:#4361ee;border:none;border-radius:60px;box-shadow:0 8px 20px #4361ee4d;color:#fff;cursor:pointer;display:flex;font-size:1.2rem;font-weight:700;gap:12px;padding:16px 48px;transition:all .2s}.checkout-button:hover{background:#3a56d4;box-shadow:0 12px 28px #4361ee66;transform:scale(1.02)}.checkout-button:disabled{cursor:not-allowed;opacity:.6}.merge-hint{align-items:center;background:#fef9c3;border-radius:60px;color:#854d0e;display:flex;flex-wrap:wrap;font-size:1rem;gap:12px;margin-top:20px;padding:14px 20px}.hint-button{background:none;border:none;color:#4361ee;cursor:pointer;font-size:inherit;font-weight:600;padding:0;text-decoration:underline}.total-details{color:#475569;font-size:.95rem;margin-top:24px}.item-detail{background:#fff;border:1px solid #eef2f6;border-radius:20px;margin-bottom:20px;padding:16px}.print-detail{color:#334155;margin-left:16px}.total-summary{color:#0f172a;font-weight:600;margin-top:16px}.modal-overlay{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0009;bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:1000}.modal-content{background:#fff;border-radius:32px;box-shadow:0 30px 60px #0000004d;max-height:80vh;max-width:500px;overflow-y:auto;padding:32px;width:90%}.modal-content h3{color:#4361ee;font-size:1.5rem;margin-bottom:24px;margin-top:0}.modal-content input,.modal-content textarea{border:1px solid #e2e8f0;border-radius:20px;font-family:inherit;font-size:1rem;margin-bottom:16px;padding:14px 18px;transition:border .2s,box-shadow .2s;width:100%}.modal-content input:focus,.modal-content textarea:focus{border-color:#4361ee;box-shadow:0 0 0 3px #4361ee26;outline:none}.modal-content textarea{min-height:100px;resize:vertical}.modal-buttons{display:flex;gap:12px;justify-content:flex-end;margin-top:24px}.modal-btn{border:none;border-radius:40px;cursor:pointer;font-size:1rem;font-weight:600;padding:14px 28px;transition:all .2s}.modal-btn.primary{background:#4361ee;box-shadow:0 4px 12px #4361ee33;color:#fff}.modal-btn.primary:hover{background:#3a56d4;transform:scale(1.02)}.modal-btn.primary:disabled{cursor:not-allowed;opacity:.5}.modal-btn.secondary{background:#f1f5f9;color:#334155}.modal-btn.secondary:hover{background:#e2e8f0}.design-catalog{display:flex;flex-direction:column;gap:24px}.category-title{color:#4361ee;font-size:1.1rem;font-weight:600;margin-bottom:12px}.design-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fill,minmax(110px,1fr))}.design-item{background:#f8fafc;border:1px solid #eef2f6;border-radius:20px;cursor:pointer;padding:12px;text-align:center;transition:transform .2s,box-shadow .2s}.design-item:hover{background:#fff;box-shadow:0 10px 20px #0000000a;transform:scale(1.03)}.design-preview{background:#f1f5f9;border-radius:16px;height:auto;margin-bottom:8px;object-fit:contain;width:100%}.design-name{color:#1e293b;font-size:.85rem;font-weight:500}.notification{animation:slideIn .3s ease;background:#fff;border-left:4px solid #4361ee;border-radius:60px;box-shadow:0 10px 30px #0000001a;color:#0f172a;font-size:1rem;font-weight:500;padding:16px 28px;position:fixed;right:30px;top:30px;z-index:2000}.notification.error{border-left-color:#ef4444}.notification.info{border-left-color:#3b82f6}@keyframes slideIn{0%{opacity:0;transform:translateX(100%)}to{opacity:1;transform:translateX(0)}}.auth-page{align-items:center;background:linear-gradient(145deg,#f8f9fa,#fff);display:flex;justify-content:center;min-height:100vh}.auth-container{background:#fff;border-radius:32px;box-shadow:0 20px 40px -12px #0000001a;max-width:400px;padding:40px;width:100%}.auth-container h2{color:#4361ee;margin-top:0}.auth-error{background:#fee2e2;color:#b91c1c}.auth-error,.auth-success{border-radius:8px;margin-bottom:20px;padding:10px}.auth-success{background:#d1fae5;color:#065f46}.auth-container .form-group{margin-bottom:20px}.auth-container label{color:#334155;display:block;font-weight:600;margin-bottom:6px}.auth-container input{border:1px solid #e2e8f0;border-radius:12px;font-size:1rem;padding:12px;width:100%}.auth-container button{background:#4361ee;border:none;border-radius:40px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:14px;width:100%}.auth-container button:disabled{opacity:.5}.auth-switch{margin-top:20px;text-align:center}.auth-switch button{background:none;border:none;color:#4361ee;cursor:pointer;font-size:.95rem;padding:0;text-decoration:underline;width:auto}.header{border-bottom:1px solid #eef2f6;justify-content:space-between;margin-bottom:30px;padding:10px 0}.header,.user-menu{align-items:center;display:flex}.login-btn{background:linear-gradient(135deg,#4361ee,#9c6ee7);border-radius:40px;box-shadow:0 4px 10px #4361ee4d;color:#fff;display:inline-block;font-size:.95rem;font-weight:600;padding:10px 24px;text-decoration:none;transition:transform .2s,box-shadow .2s}.login-btn:hover{box-shadow:0 8px 20px #4361ee66;transform:translateY(-2px)}.user-menu__authenticated{align-items:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:50px;box-shadow:0 2px 8px #00000005;display:flex;gap:15px;padding:6px 6px 6px 16px}.user-avatar{align-items:center;background:linear-gradient(135deg,#4361ee,#9c6ee7);border-radius:50%;color:#fff;display:flex;font-size:1.1rem;font-weight:700;height:36px;justify-content:center;text-transform:uppercase;width:36px}.user-name{color:#1e293b;font-size:.95rem;font-weight:600}.user-menu__actions{display:flex;gap:8px}.profile-link{background:#fff;border:1px solid #e2e8f0;border-radius:40px;color:#4361ee;font-size:.9rem;font-weight:600;padding:8px 16px;text-decoration:none;transition:background .2s}.profile-link:hover{background:#f1f5f9}.logout-btn{background:#fee2e2;border:1px solid #fecaca;border-radius:40px;color:#b91c1c;cursor:pointer;font-size:.9rem;font-weight:600;padding:8px 16px;transition:background .2s}.logout-btn:hover{background:#fecaca}.profile-page{margin:0 auto;max-width:1200px;padding:40px 20px}.profile-header{background:#fff;border:1px solid #f1f5f9;border-radius:24px;box-shadow:0 8px 20px #00000005;flex-wrap:wrap;justify-content:space-between;margin-bottom:40px;padding:30px}.profile-header,.profile-user-info{align-items:center;display:flex;gap:20px}.profile-avatar{align-items:center;background:linear-gradient(135deg,#4361ee,#9c6ee7);border-radius:50%;box-shadow:0 8px 16px #4361ee33;color:#fff;display:flex;font-size:2.5rem;font-weight:700;height:80px;justify-content:center;text-transform:uppercase;width:80px}.profile-user-info h1{color:#0f172a;font-size:1.8rem;margin:0 0 5px}.profile-email,.profile-phone{align-items:center;color:#64748b;display:flex;font-size:1rem;gap:5px;margin:0}.orders-title{align-items:center;color:#0f172a;display:flex;font-size:1.6rem;gap:10px;margin-bottom:30px}.no-orders{background:#f8fafc;border-radius:24px;color:#64748b;font-size:1.2rem;padding:60px 20px;text-align:center}.no-orders a{color:#4361ee;font-weight:600;text-decoration:none}.orders-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.order-card{background:#fff;border:1px solid #eef2f6;border-radius:20px;box-shadow:0 4px 12px #00000005;overflow:hidden;transition:transform .2s,box-shadow .2s}.order-card:hover{border-color:#cbd5e1;box-shadow:0 12px 28px #0000000f;transform:translateY(-4px)}.order-card-header{align-items:center;background:#f8fafc;border-bottom:1px solid #eef2f6;display:flex;justify-content:space-between;padding:16px 20px}.order-id{color:#4361ee;font-size:1.1rem;font-weight:700}.order-status{border-radius:30px;font-size:.8rem;font-weight:600;padding:4px 12px;text-transform:uppercase}.status-Новый{background:#ffedd5;color:#9a3412}.status-В обработке{background:#dbeafe;color:#1e40af}.status-Готов{background:#dcfce7;color:#166534}.status-Отменён{background:#fee2e2;color:#991b1b}.order-card-body{padding:20px}.order-date,.order-total{align-items:center;color:#334155;display:flex;font-size:.95rem;gap:8px;margin-bottom:8px}.order-total{color:#0f172a;font-weight:600}.order-card-footer{border-top:1px solid #eef2f6;display:flex}.order-action{align-items:center;background:none;border:none;color:#4361ee;cursor:pointer;display:flex;flex:1 1;font-size:.9rem;font-weight:600;gap:6px;justify-content:center;padding:12px;text-align:center;text-decoration:none;transition:background .2s}.order-action:first-child{border-right:1px solid #eef2f6}.order-action:hover{background:#f1f5f9}.order-action.repeat{color:#10b981}.loading{align-items:center;color:#4361ee;display:flex;font-size:1.5rem;height:100vh;justify-content:center}.form-group{margin-bottom:20px;position:relative}.form-group label{color:#334155;display:block;font-size:.9rem;font-weight:600;margin-bottom:6px}.form-group input,.form-group textarea{background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;font-size:1rem;padding:12px 16px;transition:border .2s,box-shadow .2s;width:100%}.form-group input:focus,.form-group textarea:focus{background-color:#fff;border-color:#4361ee;box-shadow:0 0 0 3px #4361ee26;outline:none}.form-group input.error,.form-group input.invalid{border-color:#ef4444}.form-group input.valid{border-color:#10b981}.field-hint{color:#64748b;display:block;font-size:.8rem;margin-top:4px}.field-hint.error{color:#ef4444}.input-with-icon{position:relative}.input-with-icon input{padding-right:40px}.input-icon{font-size:1.2rem;pointer-events:none;position:absolute;right:12px;top:50%;transform:translateY(-50%)}.phone-input{background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;font-family:monospace;font-size:1rem;letter-spacing:.5px;padding:12px 16px;transition:border .2s,box-shadow .2s;width:100%}.phone-input:focus{background-color:#fff;border-color:#4361ee;box-shadow:0 0 0 3px #4361ee26;outline:none}@media (max-width:900px){.main-row{flex-direction:column}.canvas-col,.settings-col{width:100%}.canvas-wrapper{max-width:100%}}@media (max-width:600px){.header{align-items:stretch;flex-direction:column;gap:15px;margin-bottom:20px}.logo-link{align-self:center}.user-menu__authenticated{background:#0000;border:none;box-shadow:none;flex-wrap:wrap;justify-content:center;padding:0}.user-menu__actions{justify-content:center;width:100%}.login-btn{display:inline-block;font-size:.85rem;padding:8px 16px}.profile-header,.profile-user-info{align-items:flex-start;flex-direction:column}.profile-user-info{text-align:left}.profile-avatar{font-size:2rem;height:60px;width:60px}.orders-grid{grid-template-columns:1fr}.logo-gradient{font-size:2.2rem}.logo-sub{font-size:.8rem;letter-spacing:.2em}.tabs-row{gap:6px}.tab{font-size:.9rem}.add-tab-button,.tab{padding:8px 16px}.canvas-wrapper{margin:0 auto 16px;max-width:400px}.side-buttons{gap:5px}.side-button{font-size:.9rem;padding:8px 16px}.zoom-panel{margin-bottom:8px;padding:5px 10px}.zoom-btn{font-size:16px;height:36px;width:36px}.zoom-percent{font-size:.9rem;line-height:36px}.zoom-reset{font-size:.9rem;height:36px;padding:0 12px}.item-card{padding:20px}.item-header h3{font-size:1rem}.clear-button{font-size:.8rem;padding:5px 12px}.color-button{height:36px;width:36px}.simple-size{flex-wrap:wrap}.size-select{font-size:.9rem;min-width:120px}.qty-badge{min-width:50px;padding:8px 12px}.advanced-size{grid-template-columns:repeat(auto-fill,minmax(70px,1fr))}.size-input input{font-size:.85rem;padding:8px}.tool-buttons{-webkit-overflow-scrolling:touch;display:flex;flex-wrap:nowrap;gap:5px;justify-content:flex-start;overflow-x:auto;padding-bottom:12px}.tool-btn{flex-shrink:0;font-size:.8rem;min-width:70px;padding:8px 10px}.tool-icon{font-size:20px;margin-bottom:2px}.tool-label{font-size:.7rem}.mobile-dock{display:flex;flex-wrap:wrap;gap:5px;justify-content:center;padding:8px 4px}.dock-btn{font-size:.7rem;min-width:55px;padding:8px 0}.dock-btn i{font-size:22px}.tools-section.desktop-only{display:none}.mobile-edit-panel{bottom:80px;max-height:50vh;padding:12px}.total-header{align-items:stretch;flex-direction:column}.total-header h3{font-size:1.4rem;text-align:center}.checkout-button{font-size:1rem;justify-content:center;padding:12px 24px;width:100%}.modal-content{padding:24px;width:95%}.design-grid{gap:10px;grid-template-columns:repeat(auto-fill,minmax(80px,1fr))}.design-preview{height:80px;width:80px}.design-name{font-size:.75rem}.print-card{padding:16px}.print-row{align-items:flex-start;flex-direction:column;gap:4px}.print-row label{font-size:.9rem;min-width:auto}.print-row select{font-size:.9rem;width:100%}.print-editor{padding:16px}.image-controls button{font-size:1.2rem;height:48px;width:48px}.delete-print,.ungroup-btn{font-size:1.4rem;height:48px;width:48px}.print-card input[type=checkbox]{height:24px;margin:0;width:24px}.print-row select{font-size:1rem;padding:12px}}@media (max-width:480px){.side-button{font-size:.8rem;padding:6px 12px}.dock-btn{font-size:.65rem;min-width:50px}.dock-btn i{font-size:20px}.merge-hint{font-size:.85rem;padding:8px 12px}.tool-btn{min-width:60px}.size-select{min-width:100px}}:root{--PhoneInput-color--focus:#03b2cb;--PhoneInputInternationalIconPhone-opacity:0.8;--PhoneInputInternationalIconGlobe-opacity:0.65;--PhoneInputCountrySelect-marginRight:0.35em;--PhoneInputCountrySelectArrow-width:0.3em;--PhoneInputCountrySelectArrow-marginLeft:var(--PhoneInputCountrySelect-marginRight);--PhoneInputCountrySelectArrow-borderWidth:1px;--PhoneInputCountrySelectArrow-opacity:0.45;--PhoneInputCountrySelectArrow-color:currentColor;--PhoneInputCountrySelectArrow-color--focus:var(--PhoneInput-color--focus);--PhoneInputCountrySelectArrow-transform:rotate(45deg);--PhoneInputCountryFlag-aspectRatio:1.5;--PhoneInputCountryFlag-height:1em;--PhoneInputCountryFlag-borderWidth:1px;--PhoneInputCountryFlag-borderColor:#00000080;--PhoneInputCountryFlag-borderColor--focus:var(--PhoneInput-color--focus);--PhoneInputCountryFlag-backgroundColor--loading:#0000001a}.PhoneInput{align-items:center;display:flex}.PhoneInputInput{flex:1 1;min-width:0}.PhoneInputCountryIcon{height:1em;height:var(--PhoneInputCountryFlag-height);width:1.5em;width:calc(var(--PhoneInputCountryFlag-height)*var(--PhoneInputCountryFlag-aspectRatio))}.PhoneInputCountryIcon--square{width:1em;width:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--border{background-color:#0000001a;background-color:var(--PhoneInputCountryFlag-backgroundColor--loading);box-shadow:0 0 0 1px #00000080,inset 0 0 0 1px #00000080;box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor)}.PhoneInputCountryIconImg{display:block;height:100%;width:100%}.PhoneInputInternationalIconPhone{opacity:.8;opacity:var(--PhoneInputInternationalIconPhone-opacity)}.PhoneInputInternationalIconGlobe{opacity:.65;opacity:var(--PhoneInputInternationalIconGlobe-opacity)}.PhoneInputCountry{align-items:center;align-self:stretch;display:flex;margin-right:.35em;margin-right:var(--PhoneInputCountrySelect-marginRight);position:relative}.PhoneInputCountrySelect{border:0;cursor:pointer;height:100%;left:0;opacity:0;position:absolute;top:0;width:100%;z-index:1}.PhoneInputCountrySelect[disabled],.PhoneInputCountrySelect[readonly]{cursor:default}.PhoneInputCountrySelectArrow{border-bottom-width:1px;border-bottom-width:var(--PhoneInputCountrySelectArrow-borderWidth);border-color:currentColor;border-color:var(--PhoneInputCountrySelectArrow-color);border-left-width:0;border-right-width:1px;border-right-width:var(--PhoneInputCountrySelectArrow-borderWidth);border-style:solid;border-top-width:0;content:"";display:block;height:.3em;height:var(--PhoneInputCountrySelectArrow-width);margin-left:.35em;margin-left:var(--PhoneInputCountrySelectArrow-marginLeft);opacity:.45;opacity:var(--PhoneInputCountrySelectArrow-opacity);transform:rotate(45deg);transform:var(--PhoneInputCountrySelectArrow-transform);width:.3em;width:var(--PhoneInputCountrySelectArrow-width)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon+.PhoneInputCountrySelectArrow{color:#03b2cb;color:var(--PhoneInputCountrySelectArrow-color--focus);opacity:1}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon--border{box-shadow:0 0 0 1px #03b2cb,inset 0 0 0 1px #03b2cb;box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon .PhoneInputInternationalIconGlobe{color:#03b2cb;color:var(--PhoneInputCountrySelectArrow-color--focus);opacity:1}
/*# sourceMappingURL=main.a4af4a14.css.map*/