.auth-page{background:var(--bg-alt);justify-content:center;align-items:center;min-height:100vh;padding:40px 20px;display:flex}.auth-card{border-radius:var(--radius-lg);width:100%;max-width:440px;box-shadow:var(--shadow-card);border:1px solid var(--border-light);background:#fff;padding:40px}.auth-header{text-align:center;margin-bottom:30px}.auth-header .logo-icon{margin-bottom:16px;font-size:2.5rem;display:inline-block}.auth-header h1{color:var(--text-primary);margin-bottom:8px;font-size:1.5rem;font-weight:800}.auth-header p{color:var(--text-secondary);font-size:.95rem}.auth-form .form-group{margin-bottom:20px}.auth-form label{color:var(--text-secondary);margin-bottom:8px;font-size:.85rem;font-weight:600;display:block}.auth-form input{border:1.5px solid var(--border-light);border-radius:var(--radius-md);width:100%;transition:all var(--dur) var(--ease);padding:12px 16px;font-size:1rem}.auth-form input:focus{border-color:var(--primary);box-shadow:0 0 0 4px var(--primary-50);outline:none}.password-input-wrap{position:relative}.toggle-password{color:var(--text-muted);cursor:pointer;background:0 0;border:none;padding:4px;font-size:.85rem;position:absolute;top:50%;right:14px;transform:translateY(-50%)}.auth-options{justify-content:space-between;align-items:center;margin-bottom:24px;font-size:.85rem;display:flex}.remember-me{color:var(--text-secondary);cursor:pointer;align-items:center;gap:8px;display:flex}.forgot-password{color:var(--primary);font-weight:600;text-decoration:none}.forgot-password:hover{text-decoration:underline}.auth-divider{text-align:center;color:var(--text-muted);align-items:center;margin:24px 0;font-size:.85rem;display:flex}.auth-divider:before,.auth-divider:after{content:"";border-bottom:1px solid var(--border-light);flex:1}.auth-divider:before{margin-right:12px}.auth-divider:after{margin-left:12px}.google-btn{border:1.5px solid var(--border-light);border-radius:var(--radius-md);width:100%;color:var(--text-primary);cursor:pointer;transition:all var(--dur) var(--ease);background:#fff;justify-content:center;align-items:center;gap:12px;padding:12px;font-size:1rem;font-weight:600;display:flex}.google-btn:hover{background:var(--bg-alt);border-color:#d2d2d2}.google-btn img{width:20px;height:20px}.auth-footer{text-align:center;color:var(--text-secondary);margin-top:24px;font-size:.9rem}.auth-footer a{color:var(--primary);font-weight:600;text-decoration:none}.auth-footer a:hover{text-decoration:underline}.orders-page{background:var(--bg-alt);min-height:calc(100vh - 300px);padding-top:80px}.orders-header{border-bottom:1px solid var(--border-light);background:#fff;margin-bottom:40px;padding:40px 0 20px}.orders-header-content{justify-content:space-between;align-items:flex-end;display:flex}.orders-title h1{color:var(--text-primary);margin-bottom:8px;font-size:2rem;font-weight:800}.orders-title p{color:var(--text-secondary)}.orders-filters{gap:12px;margin-top:20px;display:flex}.filter-btn{background:var(--bg-alt);border:1px solid var(--border-light);color:var(--text-secondary);cursor:pointer;border-radius:20px;padding:8px 16px;font-size:.9rem;font-weight:600;transition:all .2s}.filter-btn.active{background:var(--text-primary);color:#fff;border-color:var(--text-primary)}.orders-list{flex-direction:column;gap:16px;margin-bottom:60px;display:flex}.order-card{border:1px solid var(--border-light);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);background:#fff;flex-direction:column;gap:20px;padding:24px;display:flex}@media (width>=768px){.order-card{flex-direction:row;justify-content:space-between;align-items:center}}.order-info{flex:1}.order-header{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.order-id{color:var(--text-muted);background:var(--bg-alt);border-radius:4px;padding:4px 8px;font-family:monospace;font-size:.85rem}.order-date{color:var(--text-muted);font-size:.85rem}.order-details h3{color:var(--text-primary);margin-bottom:4px;font-size:1.1rem;font-weight:700}.order-details p{color:var(--text-secondary);margin-bottom:8px;font-size:.9rem}.order-target{color:var(--primary);word-break:break-all;font-size:.85rem}.order-status-area{flex-direction:column;align-items:flex-start;gap:12px;min-width:150px;display:flex}@media (width>=768px){.order-status-area{text-align:right;align-items:flex-end}}.order-amount{color:var(--text-primary);font-size:1.2rem;font-weight:800}.empty-orders{text-align:center;border-radius:var(--radius-lg);border:1px dashed var(--border-light);background:#fff;padding:60px 20px}.empty-icon{opacity:.5;margin-bottom:16px;font-size:3rem}.empty-orders h3{color:var(--text-primary);margin-bottom:8px;font-size:1.2rem}.empty-orders p{color:var(--text-secondary);margin-bottom:24px}@media (width<=480px){.auth-card{border-radius:var(--radius-md);padding:30px 20px}.orders-header-content{flex-direction:column;align-items:flex-start;gap:16px}}
