html,body,#app{width:100%;min-height:100vh}*{margin:0;padding:0;box-sizing:border-box}body{background-color:#f5f5f5;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;min-height:100vh}.container{padding:10px}.card{background:#fff;border-radius:8px;padding:12px;margin-bottom:10px;box-shadow:0 1px 6px #0000000d}.btn-primary{background:linear-gradient(135deg,#e74c3c,#c0392b);color:#fff;border:none;border-radius:20px;height:44px;font-size:16px;font-weight:500;display:flex;align-items:center;justify-content:center;cursor:pointer}.btn-secondary{background:#f5f5f5;color:#333;border:1px solid #dddddd;border-radius:20px;height:44px;font-size:16px;font-weight:500;display:flex;align-items:center;justify-content:center;cursor:pointer}.btn-small{height:32px;font-size:13px;padding:0 16px}.text-primary{color:#e74c3c}.text-secondary{color:#999}.text-price{color:#e74c3c;font-weight:600}.section-title{font-size:16px;font-weight:600;color:#333;margin-bottom:10px;display:flex;align-items:center}.section-title:before{content:"";width:4px;height:16px;background:#e74c3c;border-radius:2px;margin-right:8px}.form-item{margin-bottom:12px}.form-item .form-label{font-size:14px;color:#666;margin-bottom:6px;display:block}.form-item .form-picker{width:100%;height:44px;background:#fafafa;border:1px solid #eeeeee;border-radius:6px;padding:0 12px;font-size:15px;color:#333;display:flex;align-items:center;justify-content:space-between}.form-item .form-picker .arrow{color:#999;font-size:20px}.status-tag{display:inline-block;padding:3px 8px;border-radius:10px;font-size:11px}.status-tag.pending{background:#fff3cd;color:#856404}.status-tag.confirmed{background:#d4edda;color:#155724}.status-tag.completed{background:#d1ecf1;color:#0c5460}.status-tag.cancelled{background:#f8d7da;color:#721c24}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.w-full{width:100%}
