.app-root,.app-root *,.login-app,.login-app *{touch-action:manipulation}.stu-modal-overlay{position:fixed;inset:0;background:#0006;z-index:9999;display:flex;align-items:flex-end;justify-content:center;font-family:-apple-system,BlinkMacSystemFont,Noto Sans TC,SF Pro Display,sans-serif;-webkit-font-smoothing:antialiased}.stu-modal-sheet{width:100%;max-width:480px;background:#fff;border-radius:20px 20px 0 0;padding-bottom:env(safe-area-inset-bottom,0px);display:flex;flex-direction:column;max-height:66vh}.stu-sheet-handle{width:36px;height:4px;background:#d1d5db;border-radius:2px}.stu-sheet-header{padding:16px 20px 8px}.stu-sheet-title{font-size:20px;font-weight:700;color:#1c1c1e}.stu-sheet-subtitle{font-size:14px;color:#8e8e93;margin-top:2px;display:flex;align-items:center;gap:4px}.stu-detail-status-inline{margin-left:auto;font-size:13px;font-weight:600}.stu-sheet-time{font-size:12px;color:#8e8e93;margin-top:2px}.stu-sheet-body{flex:1;overflow-y:auto;padding:8px 20px;-webkit-overflow-scrolling:touch}.stu-sheet-body.center{text-align:center;padding:24px 20px 8px}.stu-sheet-footer{padding:12px 20px 16px;display:flex;gap:10px;border-top:1px solid #f2f2f7}.stu-sheet-footer.single{justify-content:center}.stu-btn-primary{flex:1;padding:14px;background:#004405;color:#fff;border:none;border-radius:14px;font-size:16px;font-weight:600;cursor:pointer}.stu-btn-primary:active{opacity:.85}.stu-btn-cancel{flex:1;padding:14px;background:#f2f2f7;color:#6b7280;border:none;border-radius:14px;font-size:16px;font-weight:600;cursor:pointer}.stu-btn-danger{flex:1;padding:14px;background:#dc2626;color:#fff;border:none;border-radius:14px;font-size:16px;font-weight:600;cursor:pointer}.stu-btn-danger-outline{flex:1;padding:14px;background:#fff;color:#dc2626;border:2px solid #dc2626;border-radius:14px;font-size:16px;font-weight:600;cursor:pointer}.stu-btn-danger-outline:disabled,.stu-btn-primary:disabled{opacity:.4;cursor:not-allowed}.stu-btn-gradient{flex:1;padding:14px;background:linear-gradient(135deg,#004405,#065f46);color:#fff;border:none;border-radius:14px;font-size:16px;font-weight:600;cursor:pointer;box-shadow:0 4px 12px #00440533}.stu-btn-gradient:disabled{opacity:.5;cursor:not-allowed}.stu-field{margin-bottom:16px}.stu-field:last-child{margin-bottom:0}.stu-field label{display:block;font-size:13px;font-weight:600;color:#6b7280;margin-bottom:6px}.stu-field input{width:100%;padding:12px 14px;border:1.5px solid #e5e7eb;border-radius:10px;font-size:16px;background:#f9fafb;outline:none;transition:border-color .2s,box-shadow .2s}.stu-field input:focus{border-color:#16a34a;box-shadow:0 0 0 3px #16a34a1f}.stu-field-error{font-size:13px;color:#ef4444;margin-top:4px}.stu-sheet-close{width:30px;height:30px;background:#f2f2f7;border:none;border-radius:50%;font-size:18px;color:#8e8e93;display:flex;align-items:center;justify-content:center;cursor:pointer}.stu-detail-row{display:flex;justify-content:space-between;align-items:center;padding:10px 0}.stu-detail-label{font-size:14px;color:#8e8e93}.stu-detail-value{font-size:14px;font-weight:600;color:#1c1c1e}.stu-detail-divider{height:1px;background:#f2f2f7;margin:4px 0}.stu-detail-item-row{display:flex;justify-content:space-between;padding:10px 0;font-size:15px;color:#1c1c1e}.stu-detail-item-row.three-col{align-items:center}.stu-detail-item-row.three-col .sr-name{flex:1;font-weight:400;color:#6b7280}.stu-detail-item-row.three-col .sr-calc{color:#8e8e93;font-size:14px;margin-right:12px}.stu-detail-item-row.three-col .sr-amount{min-width:50px;text-align:right;font-weight:500;color:#1c1c1e}.stu-detail-row.total{font-size:17px;font-weight:700}.stu-status-hint{display:flex;align-items:center;gap:8px;padding:12px 16px;border-radius:12px;font-size:14px;font-weight:500;margin-top:12px}.stu-status-hint.pending{background:#fffbeb;color:#b45309}.stu-status-hint.paid{background:#eff6ff;color:#1d4ed8}.stu-status-hint.confirmed{background:#f0fdf4;color:#16a34a}.stu-status-hint.cancelled{background:#fef2f2;color:#dc2626}.stu-type-badge{display:inline-block;font-size:14px;font-weight:600;padding:2px 6px;border-radius:4px;margin-right:4px;vertical-align:middle}.stu-type-purchase{background:#f0fdf4;color:#16a34a}.stu-type-refund{background:#fef2f2;color:#dc2626}.stu-type-exchange{background:#eff6ff;color:#2563eb}.stu-type-compensation{background:#f3e8ff;color:#6b21a8}.stu-spinner{display:inline-block;width:18px;height:18px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:stu-spin .6s linear infinite}@keyframes stu-spin{to{transform:rotate(360deg)}}.sheet-enter-active{transition:all .3s cubic-bezier(.32,.72,.37,1.12)}.sheet-leave-active{transition:all .25s ease-in}.sheet-enter-from,.sheet-leave-to{opacity:0}.sheet-enter-from .stu-modal-sheet,.sheet-leave-to .stu-modal-sheet{transform:translateY(100%)}.items-modal-list{display:flex;flex-direction:column;gap:0}.items-modal-row{display:flex;align-items:center;padding:12px 0;border-bottom:1px solid #f2f2f7}.items-modal-row:last-child{border-bottom:none}.items-modal-img{width:36px;height:36px;border-radius:8px;object-fit:cover;margin-right:10px;flex-shrink:0}.items-modal-text{flex:1;min-width:0}.items-modal-name{font-size:16px;font-weight:500;color:#1c1c1e}.items-modal-desc{font-size:13px;color:#8e8e93;margin-top:2px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.items-modal-veg{display:inline-block;font-size:13px;font-weight:600;margin-left:6px;padding:1px 6px;border-radius:4px;background:#f0fdf4;color:#16a34a;vertical-align:middle}.items-modal-empty{text-align:center;padding:24px 0;color:#8e8e93;font-size:15px}.items-modal-hint{text-align:center;padding:12px 0 0;color:#aeaeb2;font-size:13px}
