*{box-sizing:border-box}body,html{margin:0;padding:0;font-family:Inter,Segoe UI,Roboto,sans-serif;background:#f6faf9;color:#0f1d2c}body{min-height:100vh}:root{--green:#16a78f;--green-soft:#e2f7f4;--gray:#b9c4cf;--gray-2:#e8eef3;--teal:#12b380;--purple:#32c2a4}a{color:inherit;text-decoration:none}.app-wrap{padding:24px}.page-grid{display:grid;grid-gap:20px;gap:20px;grid-template-columns:minmax(220px,260px) 1fr;max-width:1180px;margin:0 auto;min-height:calc(100vh - 40px)}.sidebar{background:#fff;border-radius:20px;box-shadow:0 8px 30px rgba(8,17,33,.05);padding:28px 16px}.sidebar ul{list-style-type:none;margin:0;padding:0}.sidebar li{margin-top:12px}.sidebar a{display:flex;align-items:center;gap:10px;padding:10px 14px;border-radius:12px;color:#3f5669;font-weight:600;font-size:.92rem}.sidebar a.active,.sidebar a:hover{background:#f0faf8;color:#0d6457}.header-card{background:#fff;border-radius:22px;padding:18px 16px;margin-bottom:16px;box-shadow:0 8px 30px rgba(8,17,33,.05);display:block}.header-card strong{color:#1b4a46}.main-area{display:grid;grid-gap:24px;gap:24px;grid-template-columns:1fr 1.3fr}.receipt-card{background:#fff;border-radius:18px;padding:22px 24px;box-shadow:0 4px 20px rgba(8,17,33,.05);gap:14px}.receipt-card,.receipt-mock{display:flex;flex-direction:column}.receipt-mock{background:#f8fcfb;border-radius:14px;border:1px solid #dbe8ed;padding:14px;gap:6px;flex:1 1}.receipt-mock h3{margin:0;letter-spacing:1px;font-size:1rem;text-transform:uppercase}.receipt-row{display:flex;justify-content:space-between;align-items:center;font-size:.95rem}.receipt-total{border-top:1px dashed #e5eaed;padding-top:8px;font-weight:700}.scan-box{background:#f4faf8;border:1.5px dashed #b8e6dc;border-radius:14px;padding:20px;text-align:center;color:#29746c;cursor:pointer}.details-panel{background:#fff;border-radius:18px;padding:22px 24px;box-shadow:0 4px 20px rgba(8,17,33,.05);display:flex;flex-direction:column;gap:14px}.controls{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px}.field{background:#f4faf8;border:1px solid #d9e6e5;border-radius:12px;padding:11px 14px}.field label{font-size:.73rem;color:#58707e;display:block;margin-bottom:4px}.field strong{font-size:.96rem}.select{width:100%;border:none;background:transparent;font-size:.95rem;font-weight:700}.toggle-group{display:flex;gap:10px}.toggle{flex:1 1;background:#f4faf8;border:1px solid #d9e8eb;border-radius:12px;padding:11px 13px;display:flex;justify-content:space-between;align-items:center}.toggle-on{color:#0c7262;font-weight:600}.toggle-off{color:#6b7d8b}.progress-wrap{background:#f4faf8;border-radius:12px;padding:14px 16px}.progress-bar{width:100%;height:10px;background:#d6f3e9;border-radius:10px;overflow:hidden;margin-top:8px}.progress-bar>div{height:100%;width:51%;background:linear-gradient(90deg,#12be84,#54d186)}.action-row{display:flex;justify-content:flex-end;gap:10px;margin-top:6px}.btn{border:none;border-radius:10px;padding:10px 22px;font-weight:700;font-size:.88rem;cursor:pointer}.btn-save{background:#1d6b56;color:#fff}.btn-save:hover{background:#155c49}.btn-discard{background:#f0f4f6;color:#6b8090}.btn-discard:hover{background:#e5edf2}@media (max-width:1000px){.controls,.main-area,.page-grid{grid-template-columns:1fr}.header-card{text-align:center}}.tr-layout{min-height:100vh;background:#f0f5f3;display:flex;flex-direction:column}.tr-topnav{background:#fff;padding:0 32px;height:58px;display:flex;align-items:center;gap:32px;box-shadow:0 1px 0 #e4eeeb}.tr-logo{font-weight:800;font-size:1.15rem;color:#0f1d2c;min-width:90px}.tr-nav{display:flex;gap:28px;flex:1 1}.tr-nav a{font-size:.92rem;font-weight:600;color:#617d8a;padding-bottom:4px}.tr-nav a.active{color:#0f1d2c;border-bottom:2.5px solid #0f1d2c}.tr-nav-icons{display:flex;gap:10px;align-items:center;margin-left:auto}.tr-icon-btn{background:none;border:none;font-size:1.15rem;cursor:pointer;padding:6px;border-radius:50%}.tr-avatar{background:#e6edf1;width:34px;height:34px;justify-content:center;border-radius:50%}.tr-avatar,.tr-topbar-shared{display:flex;align-items:center}.tr-topbar-shared{justify-content:flex-end;gap:10px;padding:12px 24px 0;max-width:1180px;width:100%;margin:0 auto}.tr-topbar-savings{background:#fde84a;border-radius:999px;padding:7px 14px;font-size:.82rem;font-weight:600;color:#0f1d2c;display:flex;align-items:center;gap:6px}.tr-topbar-savings strong{font-weight:800}.tr-topbar-actions{display:flex;align-items:center;gap:8px}.tr-topbar-icon{background:none;border:none;cursor:pointer;padding:7px;border-radius:50%;display:flex;align-items:center;justify-content:center}.tr-topbar-icon:hover{background:#e0eeea}.tr-topbar-avatar{width:34px;height:34px;background:#f4a3b0;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center}.tr-page-grid{display:grid;grid-template-columns:240px 1fr;grid-gap:20px;gap:20px;flex:1 1;max-width:1180px;width:100%;margin:0 auto;padding:24px 24px 32px}.tr-sidebar{background:#fff;border-radius:20px;padding:24px 16px;display:flex;flex-direction:column;gap:0;box-shadow:0 4px 20px rgba(8,17,33,.05)}.tr-greeting{margin-bottom:22px}.tr-greeting small{display:block;font-size:.72rem;font-weight:700;color:#8ba4b0;letter-spacing:.05em;text-transform:uppercase}.tr-greeting strong{font-size:1rem;color:#0f1d2c}.tr-nav-sections{display:flex;flex-direction:column;flex:1 1}.tr-nav-list{list-style:none;margin:0;padding:0}.tr-nav-list li{margin-bottom:2px}.tr-nav-list a{display:flex;align-items:center;gap:10px;padding:9px 12px;border-radius:12px;font-size:.91rem;font-weight:600;color:#4a6474;line-height:1.3}.tr-nav-list a.active{background:#1d6b56;color:#fff}.tr-nav-list a:hover:not(.active){background:#f0faf8;color:#0d6457}.tr-nav-icon{font-size:1rem;width:20px;text-align:center;flex-shrink:0}.tr-nav-divider{height:1px;background:#e8eef3;margin:8px 4px}.tr-add-btn{margin-top:auto;width:100%;background:#1d6b56;color:#fff;border:none;border-radius:999px;padding:13px 16px;font-weight:700;font-size:.9rem;cursor:pointer;text-align:center;display:block}.tr-add-btn:hover{background:#155c49}.tr-main{display:flex;flex-direction:column;gap:18px}.tr-hero{background:linear-gradient(135deg,#1a5c4a,#2d9e7a 60%,#5cc99e);border-radius:22px;padding:32px;display:flex;align-items:center;justify-content:space-between;color:#fff;min-height:150px;position:relative;overflow:hidden}.tr-hero-text h1{margin:0 0 10px;font-size:2rem;font-weight:800;line-height:1.2}.tr-hero-text p{margin:0;font-size:.92rem;opacity:.9;max-width:360px}.tr-hero-text strong{font-weight:800}.tr-piggy-wrap{width:80px;height:80px;background:hsla(0,0%,100%,.18);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2.2rem;flex-shrink:0}.tr-cards-row{background:#fff;border-radius:18px;box-shadow:0 4px 20px rgba(8,17,33,.05);display:grid;grid-template-columns:repeat(3,1fr);grid-gap:0;gap:0;overflow:hidden}.tr-deduction-card{padding:22px 24px;position:relative;overflow:hidden;display:flex;flex-direction:column;gap:6px;border-right:1px solid #f0f4f6}.tr-deduction-card:last-child{border-right:none}.tr-card-overflow{overflow:visible}.tr-card-top{justify-content:space-between;margin-bottom:6px}.tr-card-icon,.tr-card-top{display:flex;align-items:center}.tr-card-icon{width:40px;height:40px;border-radius:12px;justify-content:center;font-size:1.1rem}.tr-icon-pink{background:#fde8e8}.tr-icon-teal{background:#d6f5ef}.tr-icon-yellow{background:#fef3c7}.tr-icon-circle{border-radius:50%}.tr-badge{font-size:.68rem;font-weight:700;padding:3px 9px;border-radius:999px;letter-spacing:.05em}.tr-badge-standard{background:#e8eef3;color:#546878}.tr-badge-active,.tr-badge-new{background:#d6f5ef;color:#0d6457}.tr-deduction-card h3{margin:0;font-size:.93rem;color:#0f1d2c;font-weight:700}.tr-amount{font-size:1.55rem;font-weight:800;color:#0f1d2c;margin:2px 0 4px}.tr-deduction-card p{margin:0;font-size:.78rem;color:#6b8090;line-height:1.5}.tr-check{position:absolute;bottom:16px;right:16px;width:28px;height:28px;background:#d6f5ef;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.8rem;color:#0d6457}.tr-bottom-row{display:flex;flex-direction:column;gap:0}.tr-pnd-card{background:#fff;border-radius:18px;padding:24px 28px;box-shadow:0 4px 20px rgba(8,17,33,.05);display:grid;grid-template-columns:1fr auto;grid-template-rows:auto auto auto;grid-column-gap:32px;column-gap:32px;grid-row-gap:10px;row-gap:10px;align-items:start;position:relative;overflow:hidden}.tr-pnd-left{display:flex;flex-direction:column;gap:10px}.tr-readiness-pill{display:inline-block;background:#edf7f3;border-radius:999px;padding:5px 14px;font-size:.78rem;font-weight:600;color:#1a6b55;align-self:flex-start}.tr-pnd-card h2{margin:0;font-size:1.15rem;color:#0f1d2c;font-weight:800}.tr-pnd-card p{margin:0;font-size:.83rem;color:#6b8090;line-height:1.55}.tr-download-btn{background:#1d6b56;color:#fff;border:none;border-radius:12px;padding:11px 22px;font-weight:700;font-size:.88rem;cursor:pointer;white-space:nowrap;align-self:center}.tr-download-btn:hover{background:#155c49}.tr-prosperity-card{background:#fff;border-radius:18px;padding:22px 28px;box-shadow:0 4px 20px rgba(8,17,33,.05);display:grid;grid-template-columns:1fr 1fr;grid-gap:16px 32px;gap:16px 32px;align-items:center}.tr-prosperity-card h3{margin:0;font-size:1rem;font-weight:700;color:#0f1d2c;grid-column:1/-1}.tr-tracker-row{display:flex;justify-content:space-between;align-items:center;font-size:.83rem;color:#6b8090}.tr-goal-amount{font-weight:700;color:#0f1d2c}.tr-progress-bar{height:10px;background:#edf3f0;border-radius:999px;overflow:hidden;display:flex}.tr-progress-green{width:62%;height:100%;background:#1d9c72;border-radius:999px 0 0 999px}.tr-progress-yellow{width:16%;height:100%;background:#f5c84a}.tr-tip{background:#f8fcfb;border-radius:14px;padding:14px 16px;display:flex;gap:10px;align-items:flex-start;grid-column:1/-1}.tr-bulb{font-size:1.1rem;flex-shrink:0}.tr-tip p{margin:0;font-size:.78rem;color:#4a6474;line-height:1.55}.tr-qr-watermark{position:absolute;right:-8px;bottom:-8px;width:100px;height:100px;opacity:.07;color:#0f1d2c;pointer-events:none}.tr-footer{display:flex;align-items:center;justify-content:space-between;padding:18px 48px;font-size:.72rem;font-weight:600;color:#8ba4b0;letter-spacing:.04em;border-top:1px solid #e4eeeb;margin-top:auto}.tr-footer-links{display:flex;gap:20px}.tr-footer-links a{color:#8ba4b0;text-decoration:underline;text-underline-offset:3px}.tr-footer-links a:hover{color:#1d6b56}@media (max-width:1000px){.tr-cards-row,.tr-page-grid{grid-template-columns:1fr}.tr-deduction-card{border-right:none;border-bottom:1px solid #f0f4f6}.tr-deduction-card:last-child{border-bottom:none}.tr-pnd-card,.tr-prosperity-card{grid-template-columns:1fr}.tr-topnav{padding:0 16px}.tr-footer{padding:16px 20px;flex-direction:column;gap:10px;text-align:center}}.sr-page{min-height:100vh;background:#f0f5f3;flex-direction:column}.sr-page,.sr-topnav{display:flex;align-items:center}.sr-topnav{width:100%;max-width:480px;background:#fff;padding:12px 18px;justify-content:space-between;border-bottom:1px solid #e4eeeb}.sr-back-btn{display:flex;align-items:center;gap:4px;color:#1a5c4a;font-weight:700;font-size:.88rem;width:60px}.sr-back-btn:hover{opacity:.75}.sr-topnav-logo{font-weight:800;font-size:1rem;color:#0f1d2c}.scan-box{display:block}.sr-header{width:100%;max-width:480px;background:#1a5c4a;padding:14px 22px;justify-content:space-between}.sr-header,.sr-success-label{display:flex;align-items:center}.sr-success-label{gap:8px;color:#fff;font-weight:800;font-size:.88rem;letter-spacing:.06em}.sr-check-circle{background:#fff;color:#1a5c4a;border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:.65rem;font-weight:900;flex-shrink:0}.sr-thai-label{color:#fff;font-size:.88rem;font-weight:600}.sr-body{width:100%;max-width:480px;background:#fff;flex:1 1;padding:36px 28px 28px;flex-direction:column}.sr-body,.sr-icon-wrap{display:flex;align-items:center}.sr-icon-wrap{width:80px;height:80px;background:#fde8e8;border-radius:50%;justify-content:center;margin-bottom:22px}.sr-vendor{font-size:1.35rem;font-weight:800;color:#1a5c4a;margin:0 0 6px;text-align:center;line-height:1.3}.sr-vendor-thai{font-size:.88rem;color:#8ba4b0;margin:0 0 14px;text-align:center}.sr-date{display:flex;align-items:center;gap:6px;font-size:.8rem;color:#8ba4b0;margin:0 0 24px}.sr-divider{width:100%;border:none;border-top:1.5px dashed #d8e8e4;margin:0 0 24px}.sr-items{width:100%;display:flex;flex-direction:column;gap:18px;margin-bottom:26px}.sr-item{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.sr-item-info{display:flex;flex-direction:column;gap:3px}.sr-item-name{font-weight:700;font-size:.97rem;color:#0f1d2c}.sr-item-thai{font-size:.78rem;color:#8ba4b0}.sr-item-price{font-weight:700;font-size:.97rem;color:#0f1d2c;white-space:nowrap}.sr-total-box{width:100%;background:#f2f7f5;border-radius:20px;padding:16px 20px;margin-bottom:24px}.sr-vat-row{font-size:.71rem;color:#8ba4b0;margin-bottom:10px}.sr-total-row,.sr-vat-row{display:flex;justify-content:space-between}.sr-total-row{align-items:center}.sr-total-label{font-weight:800;font-size:1.05rem;color:#1a5c4a;letter-spacing:.07em}.sr-total-amount{font-weight:800;font-size:1.9rem;color:#1a5c4a}.sr-btn-save{width:100%;background:linear-gradient(135deg,#2d9e7a,#1a5c4a);color:#fff;border:none;border-radius:999px;padding:17px 20px;font-size:1rem;font-weight:700;cursor:pointer;margin-bottom:12px}.sr-btn-save:hover{opacity:.92}.sr-btn-edit{width:100%;background:#e8eef3;color:#4a6474;border:none;border-radius:999px;padding:17px 20px;font-size:1rem;font-weight:600;cursor:pointer;margin-bottom:28px;display:flex;align-items:center;justify-content:center;gap:8px}.sr-btn-edit:hover{background:#dde6ed}.sr-progress-bar{width:100%;height:8px;background:#edf3f0;border-radius:999px;overflow:hidden;display:flex;margin-bottom:10px}.sr-progress-green{width:63%;background:#1d9c72;border-radius:999px 0 0 999px}.sr-progress-yellow{width:5%;background:#f5c84a}.sr-progress-text{font-size:.77rem;color:#6b8090;text-align:center;margin:0 0 28px;line-height:1.5}.sr-footer-text{font-size:.66rem;color:#b9c4cf;letter-spacing:.1em;text-align:center;margin:0}.ms-page{min-height:100vh;background:#eef4f2;display:flex;align-items:center;justify-content:center;padding:24px 16px}.ms-card{width:100%;max-width:420px;background:#fff;border-radius:28px;padding:20px 20px 24px;box-shadow:0 8px 40px rgba(8,17,33,.1)}.ms-topbar{gap:12px;margin-bottom:20px}.ms-brand-icon,.ms-topbar{display:flex;align-items:center}.ms-brand-icon{width:44px;height:44px;background:#1d6b56;border-radius:14px;justify-content:center;flex-shrink:0}.ms-brand-text{display:flex;flex-direction:column;gap:1px}.ms-brand-name{font-weight:800;font-size:.95rem;color:#0f1d2c;line-height:1}.ms-brand-time{font-size:.78rem;color:#8ba4b0}.ms-hero{background:linear-gradient(135deg,#1a5c4a,#2d9e7a);border-radius:20px;padding:22px 20px;display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:20px}.ms-hero-title{font-size:1.3rem;font-weight:800;color:#fff;margin:0 0 8px;line-height:1.3}.ms-hero-sub{font-size:.85rem;color:#7dd5b8;margin:0;font-weight:600}.ms-hero-receipt-btn{width:44px;height:44px;background:hsla(0,0%,100%,.18);border-radius:14px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.ms-items{display:flex;flex-direction:column;gap:10px;margin-bottom:22px}.ms-item{background:#f4f8f6;border-radius:16px;padding:14px 16px;gap:14px}.ms-item,.ms-item-icon{display:flex;align-items:center}.ms-item-icon{width:44px;height:44px;border-radius:50%;justify-content:center;flex-shrink:0}.ms-icon-pink{background:#fde8e8}.ms-icon-teal{background:#c8f5ea}.ms-icon-yellow{background:#fef3c7}.ms-item-info{display:flex;flex-direction:column;gap:2px;flex:1 1}.ms-item-name{font-weight:700;font-size:.97rem;color:#0f1d2c}.ms-item-cat{font-size:.72rem;font-weight:700;color:#8ba4b0;letter-spacing:.06em}.ms-item-price{font-weight:700;font-size:.97rem;color:#0f1d2c;white-space:nowrap}.ms-budget{margin-bottom:14px}.ms-budget-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.ms-budget-label{color:#8ba4b0;letter-spacing:.06em}.ms-budget-label,.ms-budget-pct{font-size:.72rem;font-weight:700}.ms-budget-pct{color:#1d9c72;letter-spacing:.04em}.ms-budget-bar{height:10px;background:#edf3f0;border-radius:999px;overflow:hidden;display:flex}.ms-bar-green{width:83%;background:#1d6b56;border-radius:999px 0 0 999px}.ms-bar-yellow{width:5%;background:#f5c84a}.ms-divider{border:none;border-top:1.5px dashed #d8e8e4;margin:14px 0 18px}.ms-total{display:flex;align-items:center;justify-content:space-between;margin-bottom:22px}.ms-total-label{font-size:.88rem;color:#6b8090;font-weight:500}.ms-total-right{display:flex;flex-direction:column;align-items:flex-end;gap:0}.ms-total-currency{font-size:.72rem;font-weight:700;color:#c08b2a;letter-spacing:.06em}.ms-total-amount{font-size:2rem;font-weight:800;color:#1a5c4a;line-height:1.1}.ms-buttons{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px}.ms-btn-save{background:linear-gradient(135deg,#2d9e7a,#1a5c4a);color:#fff;border:none;border-radius:999px;padding:16px 12px;font-size:.95rem;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px}.ms-btn-save:hover{opacity:.9}.ms-btn-review{background:#fde8ed;color:#9b3a52;border:none;border-radius:999px;padding:16px 12px;font-size:.95rem;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;text-align:center}.ms-btn-review:hover{background:#fbd0da}.up-topbar{justify-content:space-between}.up-savings-pill,.up-topbar{display:flex;align-items:center}.up-savings-pill{background:#fde84a;border-radius:999px;padding:8px 16px;font-size:.84rem;font-weight:600;color:#0f1d2c;gap:7px}.up-savings-pill strong{font-weight:800}.up-topbar-icons{gap:10px}.up-icon-btn,.up-topbar-icons{display:flex;align-items:center}.up-icon-btn{background:none;border:none;cursor:pointer;padding:7px;border-radius:50%;justify-content:center}.up-icon-btn:hover{background:#e0eeea}.up-avatar-btn{width:36px;height:36px;background:#f4a3b0;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center}.up-header{background:#fff;border-radius:18px;box-shadow:0 4px 20px rgba(8,17,33,.05);padding:22px 28px;display:flex;align-items:flex-start;justify-content:space-between}.up-title{font-size:1.5rem;font-weight:800;color:#0f1d2c;margin:0 0 4px}.up-sub{font-size:.82rem;color:#8ba4b0;margin:0}.up-cards{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px}.up-card{background:#fff;border-radius:18px;padding:22px;box-shadow:0 4px 20px rgba(8,17,33,.05);display:flex;flex-direction:column;gap:10px}.up-card-icon{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.up-icon-green{background:#1d6b56}.up-icon-teal{background:#1d9c72}.up-card-title{font-size:1rem;font-weight:800;color:#0f1d2c;margin:0}.up-card-desc{font-size:.78rem;color:#6b8090;margin:0;line-height:1.55}.up-form-card{background:#fff;border-radius:18px;box-shadow:0 4px 20px rgba(8,17,33,.05);padding:22px 28px}.up-form-card-header{margin-bottom:18px}.up-form-body{display:flex;flex-direction:column;gap:18px}.up-divider{height:1px;background:#f0f4f6}.up-left{display:flex;flex-direction:column;gap:16px}.up-receipt-wrap{flex:1 1;position:relative}.up-vendor-pill{position:absolute;top:-14px;left:50%;transform:translateX(-50%);background:#fff;border-radius:999px;padding:5px 14px;font-size:.72rem;font-weight:700;color:#1d6b56;letter-spacing:.07em;box-shadow:0 2px 10px rgba(8,17,33,.1);display:flex;align-items:center;gap:6px;white-space:nowrap;z-index:1}.up-vendor-dot{width:7px;height:7px;background:#1d9c72;border-radius:50%;flex-shrink:0}.up-receipt-card{background:#f8fcfb;border-radius:14px;padding:20px 16px 14px;box-shadow:none;border:1px solid #e5edf2;background-image:linear-gradient(rgba(180,210,200,.18) 1px,transparent 0),linear-gradient(90deg,rgba(180,210,200,.18) 1px,transparent 0);background-size:24px 24px}.up-receipt-header{display:flex;flex-direction:column;gap:3px;margin-bottom:10px;text-align:center}.up-receipt-header strong{font-size:.9rem;letter-spacing:.04em;color:#0f1d2c}.up-receipt-sub{font-size:.72rem;color:#8ba4b0}.up-receipt-date-row{margin-bottom:10px}.up-date-highlight{display:inline-block;background:#d6f5ef;color:#0f1d2c;font-size:.78rem;font-weight:600;padding:3px 10px;border-radius:4px;width:100%}.up-receipt-lines{display:flex;flex-direction:column;gap:4px;margin-bottom:8px}.up-receipt-line{font-size:.8rem;color:#2d3f4a;padding:2px 0}.up-receipt-line,.up-receipt-total-row{display:flex;justify-content:space-between}.up-receipt-total-row{background:#fffde6;border-radius:4px;padding:5px 8px;font-size:.82rem;font-weight:700;color:#0f1d2c;margin-bottom:4px}.up-receipt-vat{display:flex;justify-content:space-between;font-size:.72rem;color:#8ba4b0;padding:2px 8px;margin-bottom:14px}.up-receipt-qr{width:60px;height:60px;margin:0 auto;background-image:repeating-linear-gradient(0deg,#c8d8d4,#c8d8d4 3px,transparent 0,transparent 9px),repeating-linear-gradient(90deg,#c8d8d4,#c8d8d4 3px,transparent 0,transparent 9px);background-size:9px 9px;border-radius:4px;opacity:.5}.up-dropzone{background:#f4faf8;border:1.5px dashed #b8e6dc;border-radius:14px;padding:22px 16px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:6px}.up-camera-icon{position:relative;width:54px;height:54px;background:#1d9c72;margin-bottom:10px}.up-camera-icon,.up-camera-plus{border-radius:50%;display:flex;align-items:center;justify-content:center}.up-camera-plus{position:absolute;top:-4px;right:-4px;width:18px;height:18px;background:#fff;color:#1d9c72;font-size:.85rem;font-weight:900;line-height:1}.up-drop-title{font-weight:700;font-size:.95rem;color:#0f1d2c;margin:0}.up-drop-sub{font-size:.75rem;color:#6b8090;margin:0}.up-form-title{font-size:1rem;font-weight:800;color:#0f1d2c;margin:0 0 4px}.up-form-sub{font-size:.82rem;color:#8ba4b0;margin:0;line-height:1.55}.up-fields-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:14px;gap:14px}.up-field{display:flex;flex-direction:column;gap:6px}.up-label{font-size:.72rem;color:#8ba4b0;font-weight:600;letter-spacing:.03em}.up-input{background:#f4f8f6;border:1.5px solid #e0eeea;border-radius:12px;padding:11px 14px;font-size:.93rem;font-weight:600;color:#0f1d2c;outline:none;width:100%}.up-input:focus{border-color:#1d9c72}.up-input-icon-wrap{position:relative;display:flex;align-items:center}.up-input-icon{position:absolute;right:12px;pointer-events:none}.up-baht-symbol{position:absolute;left:12px;font-size:.9rem;color:#1d9c72;font-weight:700;z-index:1}.up-input-baht{padding-left:26px}.up-select-wrap{position:relative}.up-select{background:#f4f8f6;border:1.5px solid #e0eeea;border-radius:12px;padding:11px 36px 11px 14px;font-size:.93rem;font-weight:600;color:#0f1d2c;outline:none;width:100%;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer}.up-select-arrow{position:absolute;right:14px;top:50%;transform:translateY(-50%) rotate(90deg);font-size:1.1rem;color:#8ba4b0;pointer-events:none}.up-section-label{font-size:.7rem;font-weight:700;color:#8ba4b0;letter-spacing:.1em}.up-toggles{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px}.up-toggle-card{background:#f7fbf9;border-radius:14px;padding:14px}.up-toggle-row{display:flex;align-items:flex-start;gap:12px}.up-toggle-info{display:flex;flex-direction:column;gap:3px}.up-toggle-title{font-size:.85rem;font-weight:700;color:#0f1d2c;display:flex;align-items:center;gap:5px}.up-toggle-desc{font-size:.72rem;color:#8ba4b0;font-style:italic}.up-help{width:16px;height:16px;background:#d6e8e4;border-radius:50%;font-size:.6rem;font-weight:800;color:#3a7a6a;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.up-switch{position:relative;display:inline-block;width:42px;height:24px;flex-shrink:0}.up-switch input{opacity:0;width:0;height:0}.up-slider{inset:0;background:#d0d9e0;border-radius:999px;cursor:pointer}.up-slider,.up-slider:before{position:absolute;transition:.25s}.up-slider:before{content:"";width:18px;height:18px;left:3px;top:3px;background:#fff;border-radius:50%;box-shadow:0 1px 4px rgba(0,0,0,.18)}.up-switch input:checked+.up-slider{background:#1d9c72}.up-switch input:checked+.up-slider:before{transform:translateX(18px)}.up-tax-limit{background:#f4faf8;border-radius:16px;padding:16px 18px;display:flex;flex-direction:column;gap:8px}.up-tax-limit-header{display:flex;justify-content:space-between;align-items:center}.up-tax-limit-label{font-size:.68rem;font-weight:800;color:#1d9c72;letter-spacing:.09em}.up-tax-pct{font-size:.78rem;font-weight:700;color:#6b8090}.up-tax-amount{font-size:1.05rem;font-weight:800;color:#0f1d2c}.up-tax-bar{height:10px;background:#ddeee9;border-radius:999px;overflow:hidden;display:flex}.up-tax-bar-green{width:49%;background:#1d9c72;border-radius:999px 0 0 999px}.up-tax-bar-yellow{width:14%;background:#f5c84a}.up-actions{display:flex;gap:14px}.up-btn-save{flex:1 1;background:linear-gradient(135deg,#2d9e7a,#1a5c4a);color:#fff;border:none;border-radius:999px;padding:15px 24px;font-size:1rem;font-weight:700;cursor:pointer}.up-btn-save:hover{opacity:.9}.up-btn-discard{background:#fde8ed;color:#9b3a52;border:none;border-radius:999px;padding:15px 24px;font-size:1rem;font-weight:700;cursor:pointer}.up-btn-discard:hover{background:#fbd0da}@media (max-width:900px){.up-cards,.up-fields-grid,.up-toggles{grid-template-columns:1fr}}.ex-savings-pill{background:#fde84a;border-radius:999px;padding:8px 16px;font-size:.88rem;font-weight:600;color:#0f1d2c;display:flex;align-items:center;gap:6px}.ex-savings-pill strong{font-weight:800}.ex-savings-icon{font-size:1rem}.ex-topbar-icons{gap:12px}.ex-icon-btn,.ex-topbar-icons{display:flex;align-items:center}.ex-icon-btn{background:none;border:none;cursor:pointer;padding:8px;border-radius:50%;justify-content:center}.ex-icon-btn:hover{background:#e0eeea}.ex-avatar-btn{width:38px;height:38px;background:#f4a3b0;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center}.ex-content{background:#fff;border-radius:18px;box-shadow:0 4px 20px rgba(8,17,33,.05);padding:24px;display:grid;grid-template-columns:1fr 1.4fr;grid-gap:24px;gap:24px}.ex-left{display:flex;flex-direction:column;gap:16px}.ex-receipt-wrap{position:relative}.ex-vendor-pill{position:absolute;top:-14px;left:50%;transform:translateX(-50%);background:#fff;border-radius:999px;padding:5px 14px;font-size:.72rem;font-weight:700;color:#1d6b56;letter-spacing:.07em;box-shadow:0 2px 10px rgba(8,17,33,.1);display:flex;align-items:center;gap:6px;white-space:nowrap;z-index:1}.ex-vendor-dot{width:7px;height:7px;background:#1d9c72;border-radius:50%;flex-shrink:0}.ex-receipt-card{background:#f8fcfb;border-radius:14px;padding:20px 16px 14px;box-shadow:none;border:1px solid #e5edf2;background-image:linear-gradient(rgba(180,210,200,.18) 1px,transparent 0),linear-gradient(90deg,rgba(180,210,200,.18) 1px,transparent 0);background-size:24px 24px}.ex-receipt-header{display:flex;flex-direction:column;gap:3px;margin-bottom:10px;text-align:center}.ex-receipt-header strong{font-size:.9rem;letter-spacing:.04em;color:#0f1d2c}.ex-receipt-sub{font-size:.72rem;color:#8ba4b0}.ex-receipt-date-row{margin-bottom:10px}.ex-date-highlight{display:inline-block;background:#d6f5ef;color:#0f1d2c;font-size:.78rem;font-weight:600;padding:3px 10px;border-radius:4px;width:100%;box-sizing:border-box}.ex-receipt-lines{display:flex;flex-direction:column;gap:4px;margin-bottom:8px}.ex-receipt-line{font-size:.8rem;color:#2d3f4a;padding:2px 0}.ex-receipt-line,.ex-receipt-total-row{display:flex;justify-content:space-between}.ex-receipt-total-row{background:#fffde6;border-radius:4px;padding:5px 8px;font-size:.82rem;font-weight:700;color:#0f1d2c;margin-bottom:4px}.ex-receipt-vat{display:flex;justify-content:space-between;font-size:.72rem;color:#8ba4b0;padding:2px 8px;margin-bottom:14px}.ex-receipt-qr{width:60px;height:60px;margin:0 auto;background-image:repeating-linear-gradient(0deg,#c8d8d4,#c8d8d4 3px,transparent 0,transparent 9px),repeating-linear-gradient(90deg,#c8d8d4,#c8d8d4 3px,transparent 0,transparent 9px);background-size:9px 9px;border-radius:4px;opacity:.5}.ex-dropzone{background:#f4faf8;border:1.5px dashed #b8e6dc;border-radius:14px;padding:22px 16px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:6px}.ex-camera-icon{position:relative;width:54px;height:54px;background:#1d9c72;margin-bottom:10px}.ex-camera-icon,.ex-camera-plus{border-radius:50%;display:flex;align-items:center;justify-content:center}.ex-camera-plus{position:absolute;top:-4px;right:-4px;width:18px;height:18px;background:#fff;color:#1d9c72;font-size:.85rem;font-weight:900;line-height:1}.ex-drop-title{font-weight:700;font-size:.95rem;color:#0f1d2c;margin:0}.ex-drop-sub{font-size:.75rem;color:#6b8090;margin:0}.ex-right{background:transparent;border-radius:0;padding:0;display:flex;flex-direction:column;gap:18px}.ex-form-title{font-size:1.4rem;font-weight:800;color:#0f1d2c;margin:0}.ex-form-sub{font-size:.85rem;color:#6b8090;margin:0;line-height:1.55}.ex-fields-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:14px;gap:14px}.ex-field{display:flex;flex-direction:column;gap:6px}.ex-label{font-size:.72rem;color:#8ba4b0;font-weight:600;letter-spacing:.03em}.ex-input{background:#f4f8f6;border:1.5px solid #e0eeea;border-radius:12px;padding:11px 14px;font-size:.93rem;font-weight:600;color:#0f1d2c;outline:none;width:100%}.ex-input:focus{border-color:#1d9c72}.ex-input-icon-wrap{position:relative;display:flex;align-items:center}.ex-input-icon{position:absolute;right:12px;pointer-events:none}.ex-baht-symbol{position:absolute;left:12px;font-size:.9rem;color:#1d9c72;font-weight:700;z-index:1}.ex-input-baht{padding-left:26px}.ex-select-wrap{position:relative}.ex-select{background:#f4f8f6;border:1.5px solid #e0eeea;border-radius:12px;padding:11px 36px 11px 14px;font-size:.93rem;font-weight:600;color:#0f1d2c;outline:none;width:100%;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer}.ex-select-arrow{position:absolute;right:14px;top:50%;transform:translateY(-50%) rotate(90deg);font-size:1.1rem;color:#8ba4b0;pointer-events:none}.ex-section-label{font-size:.7rem;font-weight:700;color:#8ba4b0;letter-spacing:.1em}.ex-toggles{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px}.ex-toggle-card{background:#f7fbf9;border-radius:14px;padding:14px}.ex-toggle-row{display:flex;align-items:flex-start;gap:12px}.ex-toggle-info{display:flex;flex-direction:column;gap:3px}.ex-toggle-title{font-size:.85rem;font-weight:700;color:#0f1d2c;display:flex;align-items:center;gap:5px}.ex-toggle-desc{font-size:.72rem;color:#8ba4b0;font-style:italic}.ex-help{width:16px;height:16px;background:#d6e8e4;border-radius:50%;font-size:.6rem;font-weight:800;color:#3a7a6a;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.ex-switch{position:relative;display:inline-block;width:42px;height:24px;flex-shrink:0}.ex-switch input{opacity:0;width:0;height:0}.ex-slider{inset:0;background:#d0d9e0;border-radius:999px;cursor:pointer}.ex-slider,.ex-slider:before{position:absolute;transition:.25s}.ex-slider:before{content:"";width:18px;height:18px;left:3px;top:3px;background:#fff;border-radius:50%;box-shadow:0 1px 4px rgba(0,0,0,.18)}.ex-switch input:checked+.ex-slider{background:#1d9c72}.ex-switch input:checked+.ex-slider:before{transform:translateX(18px)}.ex-tax-limit{background:#f4faf8;border-radius:16px;padding:16px 18px;display:flex;flex-direction:column;gap:8px}.ex-tax-limit-header{display:flex;justify-content:space-between;align-items:center}.ex-tax-limit-label{font-size:.68rem;font-weight:800;color:#1d9c72;letter-spacing:.09em}.ex-tax-pct{font-size:.78rem;font-weight:700;color:#6b8090}.ex-tax-amount{font-size:1.05rem;font-weight:800;color:#0f1d2c}.ex-tax-bar{height:10px;background:#ddeee9;border-radius:999px;overflow:hidden;display:flex}.ex-tax-bar-green{width:49%;background:#1d9c72;border-radius:999px 0 0 999px}.ex-tax-bar-yellow{width:14%;background:#f5c84a}.ex-actions{display:flex;gap:14px}.ex-btn-save{flex:1 1;background:linear-gradient(135deg,#2d9e7a,#1a5c4a);color:#fff;border:none;border-radius:999px;padding:15px 24px;font-size:1rem;font-weight:700;cursor:pointer}.ex-btn-save:hover{opacity:.9}.ex-btn-discard{background:#fde8ed;color:#9b3a52;border:none;border-radius:999px;padding:15px 24px;font-size:1rem;font-weight:700;cursor:pointer}.ex-btn-discard:hover{background:#fbd0da}@media (max-width:900px){.ex-content,.ex-fields-grid,.ex-toggles{grid-template-columns:1fr}}.eh-header{background:#fff;border-radius:18px;box-shadow:0 4px 20px rgba(8,17,33,.05);padding:22px 28px;display:flex;align-items:flex-start;justify-content:space-between}.eh-title{font-size:1.5rem;font-weight:800;color:#0f1d2c;margin:0 0 4px}.eh-subtitle{font-size:.82rem;color:#8ba4b0;margin:0}.eh-header-right{display:flex;align-items:center;gap:10px}.eh-savings-pill{background:#fde84a;border-radius:999px;padding:7px 14px;font-size:.82rem;font-weight:600;color:#0f1d2c;display:flex;align-items:center;gap:6px}.eh-savings-pill strong{font-weight:800}.eh-icon-btn{background:none;border:none;cursor:pointer;padding:7px;border-radius:50%;display:flex;align-items:center;justify-content:center}.eh-icon-btn:hover{background:#e0eeea}.eh-avatar-btn{width:34px;height:34px;background:#f4a3b0;border:none;border-radius:50%;cursor:pointer;justify-content:center}.eh-avatar-btn,.eh-filters{display:flex;align-items:center}.eh-filters{background:#fff;border-radius:18px;box-shadow:0 4px 20px rgba(8,17,33,.05);padding:14px 22px;justify-content:space-between;gap:8px}.eh-filter-left{display:flex;gap:8px;flex-wrap:wrap}.eh-filter-btn{background:#fff;border:1.5px solid #e0eeea;border-radius:10px;padding:8px 14px;font-size:.82rem;font-weight:600;color:#2d4a56;cursor:pointer;display:flex;align-items:center;gap:6px}.eh-filter-btn:hover{border-color:#1d9c72;color:#1d6b56}.eh-advanced-btn{background:none;border:none;padding:8px 12px;font-size:.82rem;font-weight:700;color:#1d6b56;cursor:pointer;display:flex;align-items:center;gap:6px;white-space:nowrap}.eh-cards{display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:16px;gap:16px}.eh-card{background:#fff;border-radius:18px;padding:22px;box-shadow:0 4px 20px rgba(8,17,33,.05);display:flex;flex-direction:column;gap:10px}.eh-card-icon{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.eh-icon-green{background:#1d6b56}.eh-icon-rose{background:#7a2a3a}.eh-card-title{font-size:1rem;font-weight:800;color:#0f1d2c;margin:0}.eh-card-desc{font-size:.78rem;color:#6b8090;margin:0;line-height:1.55;flex:1 1}.eh-btn-green{background:#1d6b56;color:#fff;border:none;border-radius:999px;padding:11px 20px;font-size:.88rem;font-weight:700;cursor:pointer;align-self:flex-start}.eh-btn-green:hover{background:#155c49}.eh-btn-rose{background:#7a2a3a;color:#fff;border:none;border-radius:999px;padding:11px 20px;font-size:.88rem;font-weight:700;cursor:pointer;align-self:flex-start}.eh-btn-rose:hover{background:#641f2f}.eh-card-yellow{background:#fde84a;box-shadow:none;justify-content:space-between}.eh-card-yellow-title{font-size:1rem;font-weight:800;color:#0f1d2c;margin:0}.eh-card-yellow-target{font-size:.78rem;color:#5a4a00;margin:0;font-weight:600}.eh-goal-spacer{flex:1 1}.eh-goal-footer{display:flex;flex-direction:column;gap:6px}.eh-goal-row{display:flex;justify-content:space-between;font-size:.8rem;font-weight:600;color:#0f1d2c}.eh-goal-pct{color:#1d6b56;font-weight:800}.eh-goal-bar{height:10px;background:rgba(0,0,0,.1);border-radius:999px;overflow:hidden;display:flex}.eh-goal-bar-green{width:72%;background:#1d6b56;border-radius:999px 0 0 999px}.eh-goal-bar-yellow{width:8%;background:#c9a800}.eh-transactions{background:#fff;border-radius:18px;padding:22px 24px;box-shadow:0 4px 20px rgba(8,17,33,.05)}.eh-tx-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.eh-tx-title{font-size:1.1rem;font-weight:800;color:#0f1d2c;margin:0}.eh-view-all{font-size:.82rem;font-weight:700;color:#1d6b56}.eh-view-all:hover{text-decoration:underline}.eh-table{display:flex;flex-direction:column}.eh-table-head{padding:0 8px 10px;font-size:.68rem;font-weight:700;color:#8ba4b0;letter-spacing:.07em;border-bottom:1px solid #edf3f0}.eh-table-head,.eh-table-row{display:grid;grid-template-columns:2.5fr 1fr 1fr 1fr 1fr}.eh-table-row{padding:14px 8px;border-bottom:1px solid #f2f7f5;align-items:center}.eh-table-row:last-child{border-bottom:none}.eh-vendor-cell{display:flex;align-items:center;gap:12px}.eh-vendor-icon{width:38px;height:38px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.eh-vendor-name{font-weight:700;font-size:.88rem;color:#0f1d2c}.eh-vendor-date{font-size:.72rem;color:#8ba4b0;margin-top:2px}.eh-pill-cat{background:#f0f4f2;color:#4a6474;font-weight:600}.eh-pill-cat,.eh-pill-tax{border-radius:999px;padding:4px 11px;font-size:.74rem}.eh-pill-tax{font-weight:700}.eh-pill-vat{background:#d6f5ef;color:#0d6457}.eh-pill-nonvat{background:#f0f4f2;color:#6b8090}.eh-amount{font-weight:700;font-size:.92rem;color:#0f1d2c}.eh-receipt-btn{display:inline-flex;align-items:center;gap:5px;color:#1d9c72;font-size:.82rem;font-weight:700}.eh-receipt-btn:hover{color:#155c49}@media (max-width:900px){.eh-cards{grid-template-columns:1fr}.eh-table-head,.eh-table-row{grid-template-columns:2fr 1fr 1fr}.eh-table-head span:nth-child(4),.eh-table-head span:nth-child(5),.eh-table-row>div:nth-child(4),.eh-table-row>div:nth-child(5){display:none}}.lang-toggle{display:flex;background:#e8eef3;border-radius:8px;padding:2px;gap:1px}.lang-btn{padding:4px 11px;border-radius:6px;border:none;background:transparent;font-size:.78rem;font-weight:800;color:#6b8090;cursor:pointer;letter-spacing:.5px;transition:background .15s,color .15s}.lang-btn-active{background:#fff;color:#0f1d2c;box-shadow:0 1px 4px rgba(8,17,33,.1)}.st-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;background:#fff;border-radius:20px;padding:22px 28px;box-shadow:0 4px 20px rgba(8,17,33,.05)}.st-title{margin:0 0 4px;font-size:1.15rem;font-weight:800;color:#0f1d2c;letter-spacing:.3px}.st-sub{margin:0;font-size:.82rem;color:#6b8090}.st-header-stats{gap:20px;flex-shrink:0}.st-header-stats,.st-stat{display:flex;align-items:center}.st-stat{flex-direction:column;gap:2px}.st-stat-num{font-size:1.4rem;font-weight:800;color:#16a78f;line-height:1}.st-stat-label{font-size:.72rem;color:#8ba4b0;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.st-stat-divider{width:1px;height:36px;background:#e5edf2}.st-legend{display:grid;grid-template-columns:1fr 110px 1fr 64px 32px;grid-gap:0 12px;gap:0 12px;padding:0 20px 0 28px;font-size:.72rem;font-weight:700;color:#8ba4b0;text-transform:uppercase;letter-spacing:.6px}.st-group{background:#fff;border-radius:18px;box-shadow:0 4px 20px rgba(8,17,33,.05);overflow:hidden}.st-group-header{display:flex;align-items:center;gap:10px;padding:14px 20px;background:#f4faf8;border-bottom:1px solid #e5edf2}.st-group-icon{font-size:1rem}.st-group-name{font-size:.88rem;font-weight:800;color:#0d6457;flex:1 1;letter-spacing:.2px}.st-group-count{font-size:.75rem;color:#8ba4b0;font-weight:600;background:#e5f5f1;border-radius:20px;padding:2px 10px}.st-rows{display:flex;flex-direction:column}.st-row{display:grid;grid-template-columns:1fr 110px 1fr 64px 32px;grid-gap:0 12px;gap:0 12px;align-items:center;padding:13px 20px 13px 28px;border-bottom:1px solid #f0f4f6;transition:background .15s}.st-row:hover{background:#fafcfc}.st-row-off{opacity:.45}.st-row-name-col{display:flex;flex-direction:column;gap:2px;min-width:0}.st-row-name{font-size:.87rem;font-weight:700;color:#0f1d2c}.st-row-desc{font-size:.77rem;color:#8ba4b0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.st-row-wht-col{justify-content:center}.st-row-wht-col,.st-wht-wrap{display:flex;align-items:center}.st-wht-wrap{gap:4px;background:#f0faf8;border:1.5px solid #b8e6dc;border-radius:10px;padding:5px 10px}.st-wht-input{width:36px;border:none;background:transparent;font-size:.88rem;font-weight:700;color:#0d6457;text-align:center;outline:none;-moz-appearance:textfield}.st-wht-input::-webkit-inner-spin-button,.st-wht-input::-webkit-outer-spin-button{-webkit-appearance:none}.st-wht-pct{font-size:.8rem;font-weight:700;color:#16a78f}.st-na-badge{font-size:.78rem;font-weight:700;color:#b0bec7;background:#f0f4f6;border-radius:8px;padding:4px 12px}.st-row-note-col{min-width:0}.st-note-text{font-size:.76rem;color:#7a95a5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.4}.st-note-empty{font-size:.82rem;color:#d5dde3}.st-row-toggle-col{display:flex;justify-content:center}.st-switch{position:relative;display:inline-block;width:38px;height:22px;cursor:pointer}.st-switch input{opacity:0;width:0;height:0}.st-slider{position:absolute;inset:0;background:#d5dde3;border-radius:22px;transition:background .2s}.st-slider:before{content:"";position:absolute;width:16px;height:16px;left:3px;top:3px;background:#fff;border-radius:50%;transition:transform .2s;box-shadow:0 1px 4px rgba(0,0,0,.15)}.st-switch input:checked+.st-slider{background:#16a78f}.st-switch input:checked+.st-slider:before{transform:translateX(16px)}.st-save-bar{display:flex;align-items:center;justify-content:space-between;gap:16px;background:#0f1d2c;border-radius:16px;padding:16px 24px}.st-save-note{font-size:.8rem;color:#8ba4b0}.st-save-actions{display:flex;gap:10px}.st-btn-reset{padding:9px 20px;border-radius:10px;border:1.5px solid #345;background:transparent;color:#8ba4b0;font-size:.84rem;font-weight:700;cursor:pointer;transition:border-color .15s,color .15s}.st-btn-reset:hover{border-color:#8ba4b0;color:#ccd8e0}.st-btn-save{padding:9px 22px;border-radius:10px;border:none;background:#16a78f;color:#fff;font-size:.84rem;font-weight:700;cursor:pointer;transition:background .15s}.st-btn-save:hover{background:#0d8f7a}.st-custom-badge{display:inline-block;margin-left:7px;font-size:.68rem;font-weight:700;color:#16a78f;background:#e2f7f4;border-radius:6px;padding:1px 7px;vertical-align:middle;letter-spacing:.2px}.st-delete-btn,.st-row-action-col{display:flex;justify-content:center}.st-delete-btn{align-items:center;width:28px;height:28px;border-radius:8px;border:1.5px solid #f0c0c0;background:#fff5f5;color:#c0485a;cursor:pointer;transition:background .15s,border-color .15s}.st-delete-btn:hover{background:#fde8ea;border-color:#c0485a}.st-add-row-btn{display:flex;align-items:center;gap:7px;width:100%;padding:12px 28px;background:transparent;color:#16a78f;font-size:.83rem;font-weight:700;cursor:pointer;border:none;border-top:1.5px dashed #d0ede8;transition:background .15s;letter-spacing:.2px}.st-add-row-btn:hover{background:#f4faf8}.st-add-form{border-top:1.5px dashed #b8e6dc;background:#f8fdfc;padding:18px 24px 16px 28px}.st-add-form-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px 16px;gap:12px 16px;margin-bottom:14px}.st-add-field{display:flex;flex-direction:column;gap:5px}.st-add-label{font-size:.74rem;font-weight:700;color:#6b8090;text-transform:uppercase;letter-spacing:.5px}.st-add-input{padding:8px 12px;border:1.5px solid #d5e8e4;border-radius:10px;font-size:.86rem;color:#0f1d2c;background:#fff;outline:none;transition:border-color .15s}.st-add-input:focus{border-color:#16a78f}.st-add-wht-row{display:flex;align-items:center;gap:12px}.st-add-wht-toggle{display:flex;align-items:center;gap:7px;cursor:pointer}.st-add-wht-toggle input{accent-color:#16a78f;width:15px;height:15px;cursor:pointer}.st-add-wht-label{font-size:.83rem;font-weight:700;color:#3f5669}.st-add-form-actions{display:flex;justify-content:flex-end;gap:10px}.st-add-cancel-btn{padding:8px 18px;border-radius:10px;border:1.5px solid #d5dde3;background:#fff;color:#6b8090;font-size:.83rem;font-weight:700;cursor:pointer;transition:border-color .15s}.st-add-cancel-btn:hover{border-color:#8ba4b0}.st-add-confirm-btn{display:flex;align-items:center;gap:6px;padding:8px 20px;border-radius:10px;border:none;background:#16a78f;color:#fff;font-size:.83rem;font-weight:700;cursor:pointer;transition:background .15s}.st-add-confirm-btn:disabled{opacity:.45;cursor:not-allowed}.st-add-confirm-btn:not(:disabled):hover{background:#0d8f7a}.bg-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;background:#fff;border-radius:20px;padding:22px 28px;box-shadow:0 4px 20px rgba(8,17,33,.05)}.bg-title{margin:0 0 4px;font-size:1.15rem;font-weight:800;color:#0f1d2c}.bg-sub{margin:0;font-size:.82rem;color:#6b8090}.bg-period-tabs{display:flex;background:#f0f4f6;border-radius:12px;padding:3px;gap:2px;flex-shrink:0}.bg-period-btn{padding:7px 18px;border-radius:9px;border:none;background:transparent;font-size:.84rem;font-weight:700;color:#6b8090;cursor:pointer;transition:background .15s,color .15s}.bg-period-active{background:#fff;color:#0f1d2c;box-shadow:0 2px 8px rgba(8,17,33,.08)}.bg-summary{display:flex;align-items:center;gap:0;background:#fff;border-radius:18px;padding:18px 28px;box-shadow:0 4px 20px rgba(8,17,33,.05);flex-wrap:wrap;row-gap:12px}.bg-summary-stat{display:flex;flex-direction:column;gap:2px;padding:0 20px}.bg-summary-stat:first-child{padding-left:0}.bg-summary-label{font-size:.72rem;font-weight:700;color:#8ba4b0;text-transform:uppercase;letter-spacing:.5px}.bg-summary-val{font-size:1.1rem;font-weight:800;color:#0f1d2c}.bg-summary-spent{color:#3f5669}.bg-summary-rem{color:#16a78f}.bg-over-tag,.bg-summary-over{color:#e04a5a}.bg-over-tag{display:inline-block;margin-left:6px;font-size:.7rem;font-weight:700;background:#fde8ea;border-radius:6px;padding:1px 7px;vertical-align:middle}.bg-summary-divider{width:1px;height:40px;background:#e5edf2;flex-shrink:0}.bg-summary-bar-wrap{display:flex;align-items:center;gap:10px;margin-left:auto;min-width:180px}.bg-summary-bar{flex:1 1;height:8px;background:#e5edf2;border-radius:8px;overflow:hidden}.bg-summary-bar-fill{height:100%;border-radius:8px;transition:width .4s}.bg-summary-pct{font-size:.82rem;font-weight:800;color:#3f5669;min-width:32px;text-align:right}.bg-legend{display:grid;grid-template-columns:1fr 160px 1fr 64px 32px;grid-gap:0 12px;gap:0 12px;padding:0 20px 0 28px;font-size:.72rem;font-weight:700;color:#8ba4b0;text-transform:uppercase;letter-spacing:.6px}.bg-group{background:#fff;border-radius:18px;box-shadow:0 4px 20px rgba(8,17,33,.05);overflow:hidden}.bg-group-header{display:flex;align-items:center;gap:10px;padding:13px 20px;background:#f4faf8;border-bottom:1px solid #e5edf2}.bg-group-icon{font-size:1rem}.bg-group-name{font-size:.88rem;font-weight:800;color:#0d6457;flex:1 1}.bg-group-meta{display:flex;align-items:center;gap:10px}.bg-group-mini-bar{width:60px;height:5px;background:#e5edf2;border-radius:5px;overflow:hidden}.bg-group-mini-fill{height:100%;border-radius:5px}.bg-group-pct{font-size:.78rem;font-weight:800}.bg-group-budget-sum{font-size:.78rem;font-weight:700;color:#6b8090}.bg-group-count{font-size:.75rem;color:#8ba4b0;font-weight:600;background:#e5f5f1;border-radius:20px;padding:2px 10px}.bg-rows{display:flex;flex-direction:column}.bg-row{display:grid;grid-template-columns:1fr 160px 1fr 64px 32px;grid-gap:0 12px;gap:0 12px;align-items:center;padding:13px 20px 13px 28px;border-bottom:1px solid #f0f4f6;transition:background .15s}.bg-row:hover{background:#fafcfc}.bg-row-off{opacity:.4}.bg-row-name-col{display:flex;flex-direction:column;gap:2px;min-width:0}.bg-row-name{font-size:.87rem;font-weight:700;color:#0f1d2c}.bg-row-desc{font-size:.77rem;color:#8ba4b0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bg-custom-badge{display:inline-block;margin-left:7px;font-size:.68rem;font-weight:700;color:#16a78f;background:#e2f7f4;border-radius:6px;padding:1px 7px;vertical-align:middle}.bg-budget-wrap,.bg-row-budget-col{display:flex;align-items:center}.bg-budget-wrap{gap:4px;background:#f0faf8;border:1.5px solid #b8e6dc;border-radius:10px;padding:6px 10px;width:100%}.bg-baht{font-size:.85rem;font-weight:700;color:#16a78f;flex-shrink:0}.bg-budget-input{flex:1 1;min-width:0;border:none;background:transparent;font-size:.88rem;font-weight:700;color:#0d6457;outline:none;-moz-appearance:textfield}.bg-budget-input::-webkit-inner-spin-button,.bg-budget-input::-webkit-outer-spin-button{-webkit-appearance:none}.bg-budget-input::placeholder{color:#aabfc8;font-weight:500}.bg-na-badge{font-size:.78rem;font-weight:700;color:#b0bec7;background:#f0f4f6;border-radius:8px;padding:4px 12px}.bg-row-progress-col{display:flex;flex-direction:column;gap:5px;min-width:0}.bg-prog-bar{height:6px;background:#e5edf2;border-radius:6px;overflow:hidden}.bg-prog-fill{height:100%;border-radius:6px;transition:width .3s}.bg-prog-labels{display:flex;justify-content:space-between}.bg-prog-spent{font-size:.74rem;color:#8ba4b0;font-weight:600}.bg-prog-rem{font-size:.74rem;color:#16a78f;font-weight:700}.bg-over{color:#e04a5a!important}.bg-no-limit{font-size:.78rem;color:#b0bec7;font-style:italic}.bg-row-action-col,.bg-row-toggle-col{display:flex;justify-content:center}.bg-add-grid{display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:12px 16px;gap:12px 16px;margin-bottom:14px}.db-header{background:#fff;border-radius:18px;box-shadow:0 4px 20px rgba(8,17,33,.05);padding:22px 28px;display:flex;align-items:flex-start;justify-content:space-between}.db-title{font-size:1.5rem;font-weight:800;color:#0f1d2c;margin:0 0 4px}.db-sub{font-size:.82rem;color:#8ba4b0;margin:0}.db-budget-link{font-size:.82rem;font-weight:700;color:#1d6b56;border:1.5px solid #1d6b56;border-radius:999px;padding:9px 20px;text-decoration:none;white-space:nowrap;transition:background .15s,color .15s;flex-shrink:0}.db-budget-link:hover{background:#1d6b56;color:#fff}.db-kpi-row{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:16px;gap:16px}.db-kpi-card{background:#fff;border-radius:18px;box-shadow:0 4px 20px rgba(8,17,33,.05);padding:22px 22px 18px;display:flex;flex-direction:column;gap:6px;border-left:4px solid #e5edf2}.db-kpi-safe{border-left-color:#16a78f}.db-kpi-danger{border-left-color:#e04a5a}.db-kpi-alert{border-left-color:#f0a020}.db-kpi-icon{font-size:1.4rem;margin-bottom:2px}.db-kpi-label{font-size:.72rem;color:#8ba4b0;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.db-kpi-val{font-size:1.25rem;font-weight:900;color:#0f1d2c}.db-kpi-spent-val{color:#0d6457}.db-over-tag{font-size:.65rem;font-weight:800;color:#fff;background:#e04a5a;border-radius:6px;padding:2px 6px;margin-left:6px;vertical-align:middle}.db-global-card{background:#fff;border-radius:18px;box-shadow:0 4px 20px rgba(8,17,33,.05);padding:20px 28px}.db-global-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.db-global-label{font-size:.85rem;font-weight:700;color:#3a5060}.db-global-pct{font-size:1.1rem;font-weight:900}.db-global-bar{height:10px;background:#e5edf2;border-radius:10px;overflow:hidden}.db-global-fill{height:100%;border-radius:10px;transition:width .3s}.db-global-sub{font-size:.78rem;color:#8ba4b0;margin-top:8px}.db-cat-card{background:#fff;border-radius:18px;box-shadow:0 4px 20px rgba(8,17,33,.05);padding:22px 24px}.db-tx-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.db-tx-title{font-size:1rem;font-weight:800;color:#0f1d2c;margin:0}.db-table-head{display:grid;grid-template-columns:1.6fr 1.6fr 1.2fr 80px 90px;grid-gap:0 12px;gap:0 12px;padding:8px 0 10px;border-bottom:1.5px solid #e8eff4;font-size:.68rem;font-weight:800;color:#8ba4b0;letter-spacing:.06em;text-transform:uppercase}.db-cat-list{display:flex;flex-direction:column}.db-cat-row{display:grid;grid-template-columns:1.6fr 1.6fr 1.2fr 80px 90px;grid-gap:0 12px;gap:0 12px;align-items:center;padding:13px 0;border-bottom:1px solid #f0f4f6;transition:background .12s}.db-cat-row:last-child{border-bottom:none}.db-cat-row:hover{background:#fafcfc;border-radius:8px}.db-cat-name-cell{display:flex;align-items:center;gap:10px}.db-cat-icon{font-size:1.1rem;flex-shrink:0}.db-cat-name{font-size:.86rem;font-weight:700;color:#0f1d2c}.db-cat-bar-cell{display:flex;align-items:center;gap:8px}.db-cat-bar{flex:1 1;height:6px;background:#e5edf2;border-radius:6px;overflow:hidden}.db-cat-bar-fill{height:100%;border-radius:6px;transition:width .3s}.db-cat-pct{font-size:.78rem;font-weight:800;flex-shrink:0;width:36px;text-align:right}.db-cat-nolimit{font-size:.76rem;color:#b0bec7;font-style:italic}.db-cat-amounts{display:flex;align-items:baseline;gap:0}.db-cat-spent{font-size:.85rem;font-weight:700;color:#0d6457}.db-cat-budget,.db-cat-count-cell{font-size:.78rem;color:#8ba4b0}.db-cat-count-cell{font-weight:600}.db-status-over{color:#fff;background:#e04a5a;white-space:nowrap}.db-status-ok,.db-status-over{display:inline-block;font-size:.7rem;font-weight:800;border-radius:999px;padding:3px 10px}.db-status-ok{color:#16a78f;background:#e6f7f3}.db-status-none{font-size:.78rem;color:#c0cdd5}.db-bottom-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px}.db-alerts-card,.db-top-card{background:#fff;border-radius:18px;padding:22px;box-shadow:0 4px 20px rgba(8,17,33,.05);display:flex;flex-direction:column;gap:10px}.db-card-icon{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.db-icon-red{background:#7a2a3a}.db-icon-teal{background:#1d6b56}.db-card-title{font-size:1rem;font-weight:800;color:#0f1d2c;margin:0}.db-card-desc{font-size:.78rem;color:#16a78f;margin:0;font-weight:600;flex:1 1}.db-alert-list{display:flex;flex-direction:column;gap:0;flex:1 1}.db-alert-row{display:flex;justify-content:space-between;align-items:center;padding:9px 0;border-bottom:1px solid #f0f4f6}.db-alert-row:last-child{border-bottom:none}.db-alert-name{font-size:.83rem;font-weight:600;color:#0f1d2c;flex:1 1;min-width:0;padding-right:10px}.db-alert-over{font-size:.82rem;font-weight:800;color:#e04a5a;white-space:nowrap}.db-top-list{display:flex;flex-direction:column;gap:0;flex:1 1}.db-top-row{display:flex;align-items:center;gap:10px;padding:9px 0;border-bottom:1px solid #f0f4f6}.db-top-row:last-child{border-bottom:none}.db-top-rank{font-size:.72rem;font-weight:900;color:#a0b0bc;width:22px;flex-shrink:0;text-align:center}.db-top-info{flex:1 1;min-width:0;display:flex;flex-direction:column;gap:1px}.db-top-name{font-size:.83rem;font-weight:700;color:#0f1d2c;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.db-top-amt{font-size:.78rem;color:#0d6457;font-weight:700}.db-top-pct{font-size:.82rem;font-weight:800;flex-shrink:0}.tr-nav-item-wrap{position:relative;display:flex;align-items:center;gap:4px;margin-bottom:2px}.tr-nav-item-wrap a:first-child{flex:1 1}.tr-mo-badge{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:8px;font-size:.85rem;flex-shrink:0;background:#f0faf8;color:#0d6457;transition:background .15s}.tr-mo-badge:hover{background:#d6f5ef}.mo-layout{min-height:100vh;background:#f0f5f3;display:flex;flex-direction:column;max-width:430px;margin:0 auto;padding-bottom:72px;position:relative}.mo-topbar{background:#fff;padding:14px 18px;justify-content:space-between;box-shadow:0 1px 0 #e4eeeb;position:-webkit-sticky;position:sticky;top:0;z-index:10}.mo-back,.mo-topbar{display:flex;align-items:center}.mo-back{justify-content:center;width:34px;height:34px;border-radius:10px;background:#f4faf8}.mo-topbar-logo{font-size:.95rem;font-weight:800;color:#0f1d2c}.mo-topbar-badge{font-size:1.1rem}.mo-content{padding:14px;display:flex;flex-direction:column;gap:12px}.mo-bottomnav{position:fixed;bottom:0;left:50%;transform:translateX(-50%);width:100%;max-width:430px;background:#fff;border-top:1px solid #e4eeeb;display:flex;height:64px;z-index:20;box-shadow:0 -4px 20px rgba(8,17,33,.08)}.mo-tab{flex:1 1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;text-decoration:none;color:#8ba4b0}.mo-tab.active{color:#1d6b56}.mo-tab-icon{font-size:1.3rem}.mo-tab-label{font-size:.65rem;font-weight:700}.mo-card{background:#fff;border-radius:18px;overflow:hidden;box-shadow:0 2px 12px rgba(8,17,33,.05)}.mo-card-header{padding:14px 16px 0;display:flex;align-items:center;justify-content:space-between}.mo-card-title{font-size:.9rem;font-weight:700;color:#0f1d2c}.mo-viewall{font-size:.78rem;color:#1d6b56;font-weight:600;text-decoration:none}.mo-hero{background:linear-gradient(135deg,#1d6b56,#12b380);border-radius:18px;padding:20px;color:#fff;display:flex;align-items:flex-start;justify-content:space-between}.mo-hero-label{font-size:.78rem;font-weight:600;opacity:.8}.mo-hero-amount{font-size:2rem;font-weight:800;margin:4px 0}.mo-hero-sub{font-size:.78rem;opacity:.8}.mo-hero-pct-badge{background:hsla(0,0%,100%,.2);border-radius:12px;padding:6px 12px;font-size:1.1rem;font-weight:800;color:#fff;align-self:center}.mo-hero-bar-wrap{padding:0 2px}.mo-hero-bar{height:7px;background:#d6eee8;border-radius:10px;overflow:hidden}.mo-hero-bar-fill{height:100%;border-radius:10px;transition:width .4s}.mo-kpi-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px}.mo-kpi-card{background:#fff;border-radius:16px;padding:14px;box-shadow:0 2px 10px rgba(8,17,33,.05);display:flex;flex-direction:column;gap:2px}.mo-kpi-icon{font-size:1.25rem}.mo-kpi-label{font-size:.7rem;color:#8ba4b0;font-weight:600;margin-top:4px}.mo-kpi-val{font-size:1rem;font-weight:800;color:#0f1d2c}.mo-green{color:#1d6b56!important}.mo-red{color:#e04a5a!important}.mo-cat-row{display:flex;align-items:center;gap:10px;padding:11px 16px;border-top:1px solid #f0f4f6}.mo-cat-icon{font-size:1.3rem;width:34px;text-align:center;flex-shrink:0}.mo-cat-info{flex:1 1;min-width:0}.mo-cat-name{font-size:.82rem;font-weight:600;color:#0f1d2c}.mo-cat-bar-wrap{display:flex;align-items:center;gap:6px;margin-top:4px}.mo-cat-bar{flex:1 1;height:5px;background:#e8eef3;border-radius:10px;overflow:hidden}.mo-cat-bar-fill{height:100%;border-radius:10px}.mo-cat-pct{font-size:.7rem}.mo-cat-amt,.mo-cat-pct{font-weight:700;flex-shrink:0}.mo-cat-amt{font-size:.88rem;color:#0f1d2c}.mo-tx-row{gap:12px;padding:12px 16px;border-top:1px solid #f0f4f6}.mo-tx-icon,.mo-tx-row{display:flex;align-items:center}.mo-tx-icon{width:38px;height:38px;border-radius:12px;justify-content:center;flex-shrink:0;font-size:1.1rem}.mo-tx-info{flex:1 1;min-width:0}.mo-tx-vendor{font-size:.87rem;font-weight:600;color:#0f1d2c;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mo-tx-date{font-size:.73rem;color:#8ba4b0;margin-top:2px}.mo-tx-tags{display:flex;gap:5px;margin-top:4px}.mo-tx-amount{font-size:.92rem;font-weight:700;color:#0f1d2c;flex-shrink:0}.mo-pill-cat{background:#e2f7f4;color:#0d6457}.mo-pill-cat,.mo-pill-vat{padding:2px 8px;border-radius:999px;font-size:.68rem;font-weight:600}.mo-pill-vat{background:#e8f5e9;color:#2e7d32}.mo-pill-nonvat{padding:2px 8px;border-radius:999px;background:#fce8e8;color:#c0392b;font-size:.68rem;font-weight:600}.mo-camera-zone{flex-direction:column;gap:10px;padding:28px 16px}.mo-camera-btn,.mo-camera-zone{display:flex;align-items:center}.mo-camera-btn{width:72px;height:72px;background:linear-gradient(135deg,#1d6b56,#12b380);border-radius:50%;justify-content:center;font-size:1.8rem;border:none;cursor:pointer;box-shadow:0 6px 20px rgba(29,107,86,.35)}.mo-camera-label{font-size:.95rem;font-weight:700;color:#0f1d2c}.mo-camera-sub{font-size:.78rem;color:#8ba4b0;text-align:center}.mo-or-divider{display:flex;align-items:center;width:100%;gap:10px;color:#b9c4cf;font-size:.78rem;font-weight:600}.mo-or-divider:after,.mo-or-divider:before{content:"";flex:1 1;height:1px;background:#e4eeeb}.mo-dropzone{width:100%;background:#f4faf8;border:1.5px dashed #b8e6dc;border-radius:14px;padding:16px;display:flex;flex-direction:column;align-items:center;gap:4px;cursor:pointer}.mo-drop-label{font-size:.85rem;font-weight:600;color:#0d6457}.mo-drop-sub{font-size:.73rem;color:#8ba4b0}.mo-receipt-preview{padding:16px;display:flex;flex-direction:column;gap:6px}.mo-receipt-shop{font-size:.88rem;font-weight:800;color:#0f1d2c;text-transform:uppercase;letter-spacing:.04em}.mo-receipt-date{font-size:.73rem;color:#8ba4b0}.mo-receipt-line{font-size:.82rem;color:#3f5669;padding:2px 0}.mo-receipt-line,.mo-receipt-total{display:flex;justify-content:space-between}.mo-receipt-total{font-size:.9rem;font-weight:800;color:#0f1d2c;border-top:1px dashed #e4eeeb;padding-top:8px;margin-top:4px}.mo-receipt-vat{display:flex;justify-content:space-between;font-size:.73rem;color:#8ba4b0}.mo-field{display:flex;flex-direction:column;gap:5px;padding:12px 16px 0}.mo-label{font-size:.7rem;font-weight:700;color:#8ba4b0;text-transform:uppercase;letter-spacing:.05em}.mo-input{border:1.5px solid #e8eef3;border-radius:12px;padding:10px 14px;font-size:.9rem;color:#0f1d2c;background:#fafcfc;outline:none;width:100%}.mo-input:focus{border-color:#1d6b56}.mo-fields-2col{display:grid;grid-template-columns:1fr 1fr;grid-gap:0 12px;gap:0 12px;padding:12px 16px 0}.mo-fields-2col .mo-field{padding:0}.mo-input-baht-wrap{position:relative}.mo-baht-sign{position:absolute;left:12px;top:50%;transform:translateY(-50%);font-weight:700;color:#617d8a}.mo-input-indent{padding-left:28px}.mo-section-label{font-size:.7rem;font-weight:700;color:#8ba4b0;text-transform:uppercase;letter-spacing:.05em;padding:12px 16px 0}.mo-toggle-card{display:flex;align-items:center;justify-content:space-between;padding:10px 16px;border-top:1px solid #f0f4f6}.mo-toggle-title{font-size:.87rem;font-weight:600;color:#0f1d2c}.mo-toggle-desc{font-size:.73rem;color:#8ba4b0}.mo-switch{position:relative;display:inline-block;width:42px;height:24px;flex-shrink:0}.mo-switch input{opacity:0;width:0;height:0}.mo-slider{cursor:pointer;inset:0;background:#d0dce5;border-radius:24px}.mo-slider,.mo-slider:before{position:absolute;transition:.3s}.mo-slider:before{content:"";width:18px;height:18px;left:3px;bottom:3px;background:#fff;border-radius:50%}.mo-switch input:checked+.mo-slider{background:#1d6b56}.mo-switch input:checked+.mo-slider:before{transform:translateX(18px)}.mo-tax-limit-box{padding:12px 16px;border-top:1px solid #f0f4f6;display:flex;flex-direction:column;gap:4px}.mo-tax-limit-row{display:flex;align-items:center;justify-content:space-between}.mo-tax-pct-badge{font-size:.8rem;font-weight:800;color:#1d6b56}.mo-tax-limit-sub{font-size:.75rem;color:#8ba4b0}.mo-limit-bar{height:6px;background:#e8eef3;border-radius:10px;overflow:hidden;margin-top:4px}.mo-limit-bar-fill{height:100%;background:linear-gradient(90deg,#12b380,#1d6b56);border-radius:10px}.mo-btn-primary{width:calc(100% - 32px);margin:14px 16px 6px;background:#1d6b56;color:#fff;border:none;border-radius:14px;padding:14px;font-size:.95rem;font-weight:700;cursor:pointer;display:block}.mo-btn-primary:hover{background:#155c49}.mo-btn-secondary{width:calc(100% - 32px);margin:0 16px 16px;background:#f0f4f6;color:#4a6474;border:none;border-radius:14px;padding:14px;font-size:.95rem;font-weight:700;cursor:pointer;display:block}.mo-summary-bar{background:#fff;border-radius:16px;padding:14px;display:flex;align-items:center;box-shadow:0 2px 10px rgba(8,17,33,.05)}.mo-summary-item{flex:1 1;display:flex;flex-direction:column;align-items:center;gap:2px}.mo-summary-val{font-size:1rem;font-weight:800;color:#0f1d2c}.mo-summary-label{font-size:.68rem;color:#8ba4b0;font-weight:600}.mo-summary-divider{width:1px;height:32px;background:#e4eeeb}.mo-chips{display:flex;gap:8px;flex-wrap:wrap}.mo-chip{padding:6px 14px;border-radius:999px;background:#fff;color:#4a6474;font-size:.78rem;font-weight:600;border:1.5px solid #e4eeeb;cursor:pointer}.mo-chip.active{background:#1d6b56;color:#fff;border-color:#1d6b56}.mo-export-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px}.mo-export-btn{background:#fff;border:1.5px solid #e4eeeb;border-radius:14px;padding:14px 12px;display:flex;align-items:center;gap:10px;cursor:pointer;font-size:1.4rem}.mo-export-label{font-size:.8rem;font-weight:700;color:#0f1d2c}.mo-export-sub{font-size:.7rem;color:#8ba4b0}.mo-goal-card{padding:16px}.mo-goal-title{font-size:.9rem;font-weight:700;color:#0f1d2c}.mo-goal-target{font-size:.8rem;color:#1d6b56;font-weight:700;margin:4px 0 10px}.mo-goal-bar-wrap{display:flex;align-items:center;gap:8px}.mo-goal-bar{flex:1 1;height:8px;background:#e4eeeb;border-radius:10px;overflow:hidden}.mo-goal-bar-fill{height:100%;background:linear-gradient(90deg,#12b380,#1d6b56);border-radius:10px}.mo-goal-pct{font-size:.82rem;font-weight:800;color:#1d6b56}.mo-tax-hero{background:linear-gradient(135deg,#1a5c4a,#2d9e7a);border-radius:18px;padding:22px 20px;color:#fff;display:flex;align-items:center;gap:14px}.mo-tax-hero-text{flex:1 1}.mo-tax-hero-label{font-size:.78rem;opacity:.85;font-weight:600}.mo-tax-hero-amount{font-size:2.2rem;font-weight:800;margin:4px 0}.mo-tax-hero-sub{font-size:.76rem;opacity:.85;line-height:1.5}.mo-tax-piggy{font-size:3rem}.mo-deduction-row{display:flex;align-items:flex-start;gap:12px;padding:13px 16px;border-top:1px solid #f0f4f6}.mo-deduction-icon{width:42px;height:42px;border-radius:13px;display:flex;align-items:center;justify-content:center;font-size:1.3rem;flex-shrink:0}.mo-deduction-info{flex:1 1;min-width:0}.mo-deduction-name{font-size:.87rem;font-weight:700;color:#0f1d2c;display:flex;align-items:center;gap:6px;flex-wrap:wrap}.mo-deduction-badge{font-size:.65rem;font-weight:700;padding:2px 8px;border-radius:999px}.mo-deduction-desc{font-size:.73rem;color:#8ba4b0;margin-top:3px;line-height:1.45}.mo-deduction-amount{font-size:1rem;font-weight:800;color:#1d6b56;flex-shrink:0}.mo-pnd-card{padding:18px}.mo-pnd-pill{display:inline-block;background:#e2f7f4;color:#0d6457;font-size:.75rem;font-weight:700;padding:4px 12px;border-radius:999px;margin-bottom:8px}.mo-pnd-title{font-size:.98rem;font-weight:700;color:#0f1d2c;margin:0 0 6px}.mo-pnd-desc{font-size:.8rem;color:#617d8a;margin:0 0 12px;line-height:1.5}.mo-pnd-bar{height:8px;background:#e4eeeb;border-radius:10px;overflow:hidden;margin-bottom:14px}.mo-pnd-bar-fill{height:100%;background:linear-gradient(90deg,#12b380,#1d6b56);border-radius:10px}.mo-prosperity-card{padding:18px}.mo-prosperity-title{font-size:.95rem;font-weight:700;color:#0f1d2c;margin-bottom:10px}.mo-prosperity-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px;font-size:.83rem;color:#617d8a;font-weight:600}.mo-prosperity-goal{font-size:1rem;font-weight:800;color:#1d6b56}.mo-prosperity-tip{align-items:flex-start;background:#f4faf8;border-radius:12px;padding:12px;font-size:.78rem;color:#3f5669;line-height:1.5;margin-top:4px}.mo-period-row,.mo-prosperity-tip{display:flex;gap:8px}.mo-period-btn{flex:1 1;padding:10px;border-radius:12px;border:1.5px solid #e4eeeb;background:#fff;color:#617d8a;font-size:.88rem;font-weight:700;cursor:pointer}.mo-period-btn.active{background:#1d6b56;color:#fff;border-color:#1d6b56}.mo-budget-summary{padding:16px}.mo-budget-summary-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px 16px;gap:10px 16px;margin-bottom:12px}.mo-bs-item{display:flex;flex-direction:column;gap:2px}.mo-bs-label{font-size:.7rem;color:#8ba4b0;font-weight:600;text-transform:uppercase;letter-spacing:.04em}.mo-bs-val{font-size:1rem;font-weight:800;color:#0f1d2c}.mo-budget-bar-wrap{display:flex;align-items:center;gap:8px;margin-top:4px}.mo-group-header{width:100%;display:flex;align-items:center;gap:10px;padding:14px 16px;background:none;cursor:pointer;text-align:left;border:none;border-bottom:1px solid #f0f4f6}.mo-group-icon{font-size:1.3rem;flex-shrink:0}.mo-group-name{flex:1 1;font-size:.92rem;font-weight:700;color:#0f1d2c}.mo-group-meta{display:flex;align-items:center;gap:8px}.mo-group-pct{font-size:.82rem;font-weight:800}.mo-group-count{font-size:.78rem;color:#8ba4b0;font-weight:600;background:#f0f4f6;padding:2px 8px;border-radius:999px}.mo-group-chevron{font-size:.65rem;color:#8ba4b0}.mo-group-active-badge{font-size:.75rem;color:#1d6b56;font-weight:700;background:#e2f7f4;padding:2px 8px;border-radius:999px}.mo-budget-row,.mo-group-body{display:flex;flex-direction:column}.mo-budget-row{padding:12px 16px;border-top:1px solid #f0f4f6;gap:8px}.mo-budget-row.mo-row-off{opacity:.5}.mo-budget-row-top{display:flex;align-items:center;gap:8px}.mo-budget-row-name{flex:1 1;font-size:.87rem;font-weight:600;color:#0f1d2c;display:flex;align-items:center;gap:6px;flex-wrap:wrap}.mo-custom-badge{font-size:.65rem;background:#fff3cd;color:#856404;padding:2px 7px;border-radius:999px;font-weight:700}.mo-delete-btn{background:none;border:none;cursor:pointer;font-size:1rem;padding:4px;color:#e04a5a;flex-shrink:0}.mo-budget-input-row{display:flex;align-items:center;gap:6px}.mo-period-unit{font-size:.72rem;color:#8ba4b0;font-weight:600;white-space:nowrap}.mo-budget-progress{display:flex;flex-direction:column;gap:4px}.mo-budget-prog-labels{display:flex;justify-content:space-between;font-size:.72rem;font-weight:700}.mo-settings-row{padding:12px 16px;border-top:1px solid #f0f4f6}.mo-settings-row.mo-row-off{opacity:.5}.mo-settings-row-main{display:flex;align-items:flex-start;gap:10px}.mo-settings-info{flex:1 1;min-width:0}.mo-settings-name{font-size:.87rem;font-weight:700;color:#0f1d2c;display:flex;align-items:center;gap:5px;flex-wrap:wrap}.mo-settings-desc{font-size:.73rem;color:#8ba4b0;margin-top:2px}.mo-settings-note{font-size:.72rem;color:#617d8a;margin-top:3px;line-height:1.4}.mo-settings-actions{display:flex;align-items:center;gap:6px;flex-shrink:0}.mo-wht-badge{font-size:.65rem;background:#e3e8ff;color:#3949ab;padding:2px 7px;border-radius:999px;font-weight:700}.mo-add-form{padding:14px 16px;background:#f4faf8;border-top:1px solid #e4eeeb;display:flex;flex-direction:column;gap:10px}.mo-add-form-actions{display:flex;gap:8px}.mo-add-cancel{flex:1 1;background:#f0f4f6;color:#4a6474}.mo-add-cancel,.mo-add-confirm{padding:9px;border:none;border-radius:10px;font-size:.88rem;font-weight:700;cursor:pointer}.mo-add-confirm{flex:2 1;background:#1d6b56;color:#fff}.mo-add-confirm:disabled{opacity:.4;cursor:not-allowed}.mo-add-row-btn{width:100%;padding:12px 16px;background:none;border:none;border-top:1px dashed #d0dce5;color:#1d6b56;font-size:.85rem;font-weight:700;cursor:pointer;text-align:left}.mo-wht-toggle-row{display:flex;align-items:center;gap:10px}.mo-wht-input-wrap{display:flex;align-items:center;gap:6px}.mo-save-bar{background:#fff;border-radius:18px;padding:16px;box-shadow:0 2px 12px rgba(8,17,33,.05);display:flex;flex-direction:column;gap:10px}.mo-save-note{font-size:.78rem;color:#617d8a;margin:0;line-height:1.5}.mo-save-actions{display:flex;gap:8px;justify-content:flex-end}.rg-page{min-height:100vh;display:grid;grid-template-columns:1fr 1fr}.rg-panel-left{background:linear-gradient(160deg,#1a5c4a,#1d6b56 50%,#12b380);display:flex;align-items:center;justify-content:center;padding:48px 40px;position:-webkit-sticky;position:sticky;top:0;height:100vh}.rg-panel-content{max-width:360px;width:100%}.rg-logo-wrap{display:flex;align-items:center;gap:10px;margin-bottom:36px}.rg-logo-icon{font-size:2rem}.rg-logo-name{font-size:1.5rem;font-weight:900;color:#fff;letter-spacing:.02em}.rg-panel-title{font-size:2rem;font-weight:800;color:#fff;line-height:1.3;margin:0 0 12px}.rg-panel-sub{font-size:.92rem;color:hsla(0,0%,100%,.75);margin:0 0 36px}.rg-features{display:flex;flex-direction:column;gap:14px;margin-bottom:32px}.rg-feature-row{display:flex;align-items:center;gap:12px}.rg-feature-icon{font-size:1.2rem;width:36px;height:36px;background:hsla(0,0%,100%,.15);border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.rg-feature-text{font-size:.88rem;color:hsla(0,0%,100%,.9);font-weight:500}.rg-panel-badge{display:inline-flex;align-items:center;gap:6px;background:hsla(0,0%,100%,.15);border:1px solid hsla(0,0%,100%,.25);border-radius:999px;padding:7px 16px;font-size:.82rem;color:hsla(0,0%,100%,.9);font-weight:600}.rg-panel-right{background:#f6faf9;display:flex;align-items:flex-start;justify-content:center;padding:48px 40px;overflow-y:auto;min-height:100vh}.rg-form-wrap{max-width:440px;width:100%}.rg-form-header{margin-bottom:28px}.rg-form-title{font-size:1.6rem;font-weight:800;color:#0f1d2c;margin:0 0 6px}.rg-form-sub{font-size:.88rem;color:#617d8a;margin:0}.rg-steps{margin-bottom:28px}.rg-step,.rg-steps{display:flex;align-items:center}.rg-step{gap:8px}.rg-step-circle{width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.82rem;font-weight:800;background:#e8eef3;color:#8ba4b0;transition:all .2s}.rg-step.active .rg-step-circle{background:#1d6b56;color:#fff}.rg-step-label{font-size:.82rem;font-weight:600;color:#8ba4b0}.rg-step.active .rg-step-label{color:#1d6b56}.rg-step-line{flex:1 1;height:2px;background:#e8eef3;margin:0 12px}.rg-fields{gap:16px}.rg-field,.rg-fields{display:flex;flex-direction:column}.rg-field{gap:5px}.rg-field-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px}.rg-label{font-size:.78rem;font-weight:700;color:#4a6474}.rg-req{color:#e04a5a}.rg-optional{font-weight:500;color:#8ba4b0;font-size:.75rem}.rg-hint{font-size:.72rem;color:#8ba4b0}.rg-input{border:1.5px solid #dce8ed;border-radius:12px;padding:11px 14px;font-size:.9rem;color:#0f1d2c;background:#fff;outline:none;width:100%;transition:border-color .15s}.rg-input:focus{border-color:#1d6b56}.rg-input-error{border-color:#e04a5a!important}.rg-input-icon-wrap{position:relative;display:flex;align-items:center}.rg-input-icon{position:absolute;left:13px;pointer-events:none}.rg-input-pad{padding-left:36px}.rg-input-pr{padding-right:40px}.rg-eye-btn{position:absolute;right:10px;background:none;border:none;cursor:pointer;font-size:1rem;line-height:1;padding:4px}.rg-error-msg{font-size:.72rem;color:#e04a5a;font-weight:600}.rg-type-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px}.rg-type-btn{display:flex;flex-direction:column;align-items:flex-start;gap:2px;padding:14px;border-radius:14px;border:2px solid #dce8ed;background:#fff;cursor:pointer;text-align:left;transition:all .15s}.rg-type-btn.active{border-color:#1d6b56;background:#f0faf8}.rg-type-icon{font-size:1.3rem}.rg-type-name{font-size:.88rem;font-weight:700;color:#0f1d2c}.rg-type-desc{font-size:.72rem;color:#8ba4b0;font-weight:500}.rg-type-btn.active .rg-type-name{color:#1d6b56}.rg-strength{display:flex;align-items:center;gap:8px;margin-top:4px}.rg-strength-bars{display:flex;gap:4px;flex:1 1}.rg-strength-bar{height:4px;flex:1 1;border-radius:10px;background:#e8eef3;transition:background .2s}.rg-strength-label{font-size:.72rem;font-weight:700;min-width:56px;text-align:right}.rg-terms{display:flex;align-items:flex-start;gap:10px;font-size:.84rem;color:#4a6474;line-height:1.5;cursor:pointer}.rg-terms input[type=checkbox]{margin-top:2px;accent-color:#1d6b56;width:16px;height:16px;flex-shrink:0}.rg-link{color:#1d6b56;font-weight:600;text-decoration:underline}.rg-btn-next{width:100%;padding:13px;background:#1d6b56;color:#fff;border:none;border-radius:14px;font-size:.95rem;font-weight:700;cursor:pointer;margin-top:4px;transition:background .15s}.rg-btn-next:hover:not(:disabled){background:#155c49}.rg-btn-next:disabled{opacity:.4;cursor:not-allowed}.rg-btn-row{display:grid;grid-template-columns:auto 1fr;grid-gap:10px;gap:10px}.rg-btn-back{padding:13px 20px;background:#f0f4f6;color:#4a6474;font-size:.9rem}.rg-btn-back,.rg-btn-submit{border:none;border-radius:14px;font-weight:700;cursor:pointer}.rg-btn-submit{padding:13px;background:#1d6b56;color:#fff;font-size:.95rem;transition:background .15s}.rg-btn-submit:hover:not(:disabled){background:#155c49}.rg-btn-submit:disabled{opacity:.4;cursor:not-allowed}.rg-divider{display:flex;align-items:center;gap:12px;margin:20px 0;color:#b9c4cf;font-size:.8rem;font-weight:600}.rg-divider:after,.rg-divider:before{content:"";flex:1 1;height:1px;background:#e4eeeb}.rg-social-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px;margin-bottom:20px}.rg-social-btn{display:flex;align-items:center;justify-content:center;gap:8px;padding:11px;background:#fff;border:1.5px solid #dce8ed;border-radius:12px;font-size:.88rem;font-weight:600;color:#0f1d2c;cursor:pointer;transition:background .15s}.rg-social-btn:hover{background:#f4faf8}.rg-login-link{text-align:center;font-size:.86rem;color:#617d8a;margin:0}@media (max-width:768px){.rg-page{grid-template-columns:1fr}.rg-panel-left{display:none}.rg-panel-right{padding:32px 20px}}.lg-label-row{display:flex;align-items:center;justify-content:space-between}.lg-forgot{font-size:.78rem;color:#1d6b56;font-weight:600;text-decoration:none}.lg-forgot:hover{text-decoration:underline}.lg-remember{display:flex;align-items:center;gap:8px;font-size:.84rem;color:#4a6474;cursor:pointer}.lg-remember input[type=checkbox]{accent-color:#1d6b56;width:16px;height:16px}.lg-btn-login{display:block;width:100%;padding:13px;text-align:center;background:#1d6b56;color:#fff;border-radius:14px;font-size:.95rem;font-weight:700;text-decoration:none;transition:background .15s;margin-top:4px}.lg-btn-login:hover{background:#155c49}.lg-btn-login.disabled{opacity:.4;pointer-events:none}.lg-google-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:10px;padding:13px;background:#fff;color:#0f1d2c;border:1.5px solid #dce8ed;border-radius:14px;font-size:.95rem;font-weight:600;cursor:pointer;transition:background .15s,box-shadow .15s;box-shadow:0 1px 4px rgba(8,17,33,.06)}.lg-google-btn:hover:not(:disabled){background:#f4faf8;box-shadow:0 2px 10px rgba(8,17,33,.1)}.lg-google-btn:disabled{opacity:.6;cursor:not-allowed}.lg-spinner{width:18px;height:18px;border-radius:50%;border:2.5px solid #d0dce5;border-top-color:#1d6b56;animation:lg-spin .7s linear infinite;flex-shrink:0}@keyframes lg-spin{to{transform:rotate(1turn)}}.lg-tabs{display:grid;grid-template-columns:1fr 1fr;grid-gap:8px;gap:8px;margin-bottom:24px}.lg-tab{display:flex;align-items:center;justify-content:center;gap:6px;padding:10px;border-radius:12px;border:2px solid #e4eeeb;background:#fff;color:#617d8a;font-size:.88rem;font-weight:700;cursor:pointer;transition:all .15s}.lg-tab.active{border-color:#1d6b56;background:#f0faf8;color:#1d6b56}.lg-erp-badge{gap:7px;background:#f0faf8;border:1px solid #c6e8e2;border-radius:10px;padding:8px 12px;font-size:.78rem;color:#0d6457}.lg-btn-erp,.lg-erp-badge{display:flex;align-items:center;font-weight:700}.lg-btn-erp{width:100%;justify-content:center;gap:8px;padding:13px;background:#1d6b56;color:#fff;border:none;border-radius:14px;font-size:.95rem;cursor:pointer;margin-top:4px;transition:background .15s}.lg-btn-erp:hover:not(:disabled){background:#155c49}.lg-btn-erp:disabled{opacity:.4;cursor:not-allowed}.lg-error-box{background:#fce8e8;border:1px solid #f5b8b8;border-radius:12px;padding:10px 14px;font-size:.82rem;color:#c0392b;font-weight:600}.lg-google-desc{font-size:.88rem;color:#617d8a;margin:0 0 16px;text-align:center}.tb-avatar-wrap{position:relative}.tb-avatar-btn{background:none;border:none;padding:0;cursor:pointer}.tb-avatar-img{width:36px;height:36px;border-radius:50%;object-fit:cover;border:2px solid #fff}.tb-avatar-initial{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:#1d6b56;color:#fff;font-weight:700;font-size:.9rem}.tb-menu{position:absolute;top:calc(100% + 10px);right:0;background:#fff;border-radius:16px;box-shadow:0 8px 32px rgba(8,17,33,.14);min-width:230px;z-index:9999;overflow:hidden;padding:6px}.tb-menu-header{display:flex;align-items:center;gap:10px;padding:12px 10px}.tb-menu-avatar{width:40px;height:40px;border-radius:50%;flex-shrink:0;background:#1d6b56;display:flex;align-items:center;justify-content:center;overflow:hidden}.tb-menu-avatar-img{width:100%;height:100%;object-fit:cover}.tb-menu-avatar-init{color:#fff;font-weight:700;font-size:1rem}.tb-menu-name{font-weight:700;font-size:.88rem;color:#0f1d2c}.tb-menu-email{font-size:.75rem;color:#617d8a;margin-top:1px}.tb-menu-divider{height:1px;background:#eef2f5;margin:4px 0}.tb-menu-item{display:flex;align-items:center;gap:9px;width:100%;padding:10px 12px;border-radius:10px;font-size:.86rem;font-weight:600;color:#3f5669;background:none;border:none;cursor:pointer;text-align:left;transition:background .12s}.tb-menu-item:hover{background:#f0faf8;color:#0d6457}.tb-menu-signout{color:#c0392b}.tb-menu-signout:hover{background:#fce8e8;color:#a93226}.pf-page{min-height:100vh;background:#f0f5f3;padding:32px 28px;max-width:900px;margin:0 auto}.pf-loading{display:flex;align-items:center;justify-content:center;min-height:300px;font-size:.95rem;color:#617d8a}.pf-back-link{color:#1d6b56;font-weight:600;font-size:.88rem}.pf-back-link:hover{text-decoration:underline}.pf-header{margin-bottom:28px}.pf-title{margin:10px 0 4px;font-size:1.6rem;font-weight:800;color:#0f1d2c}.pf-sub{margin:0;font-size:.85rem;color:#617d8a}.pf-layout{display:grid;grid-template-columns:240px 1fr;grid-gap:20px;gap:20px}@media (max-width:680px){.pf-layout{grid-template-columns:1fr}}.pf-card{background:#fff;border-radius:20px;box-shadow:0 4px 20px rgba(8,17,33,.06);padding:28px 24px}.pf-card-left{display:flex;flex-direction:column;align-items:center;text-align:center;gap:10px}.pf-avatar-wrap{margin-bottom:4px}.pf-avatar-img{width:88px;height:88px;border-radius:50%;object-fit:cover;border:3px solid #e2f7f4}.pf-avatar-circle{width:88px;height:88px;border-radius:50%;background:linear-gradient(135deg,#1d6b56,#16a78f);display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:800;color:#fff}.pf-info-name{font-weight:700;font-size:1rem;color:#0f1d2c}.pf-info-email{font-size:.8rem;color:#617d8a;word-break:break-all}.pf-roles-wrap{width:100%;margin-top:6px}.pf-roles-label{font-size:.72rem;font-weight:700;color:#8ba4b0;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px}.pf-roles-list{display:flex;flex-wrap:wrap;gap:6px;justify-content:center}.pf-role-badge{background:#e2f7f4;color:#0d6457;border-radius:8px;padding:3px 10px;font-size:.75rem;font-weight:600}.pf-signout-btn{margin-top:auto;display:flex;align-items:center;gap:7px;background:#fce8e8;color:#c0392b;border:none;border-radius:10px;padding:9px 18px;font-size:.83rem;font-weight:700;cursor:pointer;transition:background .12s}.pf-signout-btn:hover{background:#f5b8b8}.pf-section-title{margin:0 0 20px;font-size:1.05rem;font-weight:800;color:#0f1d2c}.pf-form{gap:16px}.pf-field,.pf-form{display:flex;flex-direction:column}.pf-field{gap:6px}.pf-field-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px}@media (max-width:500px){.pf-field-row{grid-template-columns:1fr}}.pf-label{font-size:.78rem;font-weight:700;color:#58707e}.pf-input{border:1.5px solid #dbe8ed;border-radius:12px;padding:11px 14px;font-size:.9rem;color:#0f1d2c;background:#f8fcfb;outline:none;transition:border .15s;font-family:inherit}.pf-input:focus{border-color:#16a78f;background:#fff}.pf-input:disabled{opacity:.5;cursor:not-allowed}.pf-input-readonly{background:#f0f4f6;color:#617d8a}.pf-textarea{border:1.5px solid #dbe8ed;border-radius:12px;padding:11px 14px;font-size:.9rem;color:#0f1d2c;background:#f8fcfb;outline:none;transition:border .15s;resize:vertical;font-family:inherit;min-height:88px}.pf-textarea:focus{border-color:#16a78f;background:#fff}.pf-textarea:disabled{opacity:.5;cursor:not-allowed}.pf-msg{border-radius:12px;padding:11px 14px;font-size:.84rem;font-weight:600}.pf-msg-ok{background:#e2f7f4;color:#0d6457}.pf-msg-err{background:#fce8e8;color:#c0392b}.pf-actions{display:flex;justify-content:flex-end}.pf-btn-save{background:#1d6b56;color:#fff;border:none;border-radius:12px;padding:11px 28px;font-size:.9rem;font-weight:700;cursor:pointer;transition:background .15s}.pf-btn-save:hover:not(:disabled){background:#155c49}.pf-btn-save:disabled{opacity:.5;cursor:not-allowed}.pf-google-note{background:#f4f6f8;border-radius:12px;padding:12px 16px;font-size:.83rem;color:#617d8a}.mom-hero{display:flex;align-items:center;justify-content:space-between;background:linear-gradient(135deg,#1d6b56,#16a78f);color:#fff}.mom-hero-label{font-size:.75rem;opacity:.8;text-transform:uppercase;letter-spacing:.5px}.mom-hero-title{font-size:1.2rem;font-weight:800;margin:2px 0 6px}.mom-hero-count{font-size:.88rem;display:flex;align-items:center;gap:6px}.mom-count-badge{background:hsla(0,0%,100%,.25);border-radius:8px;padding:2px 9px;font-weight:700}.mom-hero-icon{font-size:2.4rem;opacity:.9}.mom-select-all{font-size:.75rem;color:#16a78f;font-weight:700;cursor:pointer}.mom-list{display:flex;flex-direction:column;gap:10px;margin-top:12px}.mom-item{justify-content:space-between}.mom-item,.mom-item-left{display:flex;align-items:center}.mom-item-left{gap:10px}.mom-item-check{width:20px;height:20px;border-radius:6px;background:#e2f7f4}.mom-item-check,.mom-item-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0}.mom-item-icon{width:36px;height:36px;border-radius:10px;font-size:1.1rem}.mom-item-info{display:flex;flex-direction:column}.mom-item-name{font-size:.88rem;font-weight:700;color:#0f1d2c}.mom-item-cat{font-size:.7rem;font-weight:700;margin-top:1px}.mom-item-price{font-size:.92rem;font-weight:800;color:#0f1d2c}.mom-budget-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.mom-budget-label{font-size:.72rem;font-weight:700;color:#8ba4b0;letter-spacing:.5px}.mom-budget-pct{font-size:.72rem;font-weight:700;color:#e67e22}.mom-budget-bar{height:8px;background:#e8f5f2;border-radius:8px;overflow:hidden;display:flex}.mom-bar-green{width:70%;background:linear-gradient(90deg,#12be84,#54d186)}.mom-bar-yellow{width:15%;background:#f4c85a}.mom-budget-hint{font-size:.78rem;color:#617d8a;margin-top:6px}.mom-total-card{background:#f0faf8}.mom-total-row{display:flex;align-items:center;justify-content:space-between}.mom-total-label{font-size:.85rem;font-weight:700;color:#3f5669}.mom-total-right{display:flex;align-items:baseline;gap:4px}.mom-total-cur{font-size:.72rem;color:#8ba4b0;font-weight:700}.mom-total-amt{font-size:1.4rem;font-weight:800;color:#1d6b56}.mom-btn-save{margin-bottom:8px}.mom-btn-review{color:#9b3a52;border-color:#e8c0cc}.mom-btn-review:hover{background:#fde8ee}.mosr-success-banner{display:flex;align-items:center;gap:14px;background:linear-gradient(135deg,#1d6b56,#16a78f);border-radius:18px;padding:18px 20px;margin-bottom:12px}.mosr-check-circle{width:52px;height:52px;border-radius:50%;background:hsla(0,0%,100%,.2);display:flex;align-items:center;justify-content:center;flex-shrink:0}.mosr-success-en{font-size:1rem;font-weight:800;color:#fff}.mosr-success-th{font-size:.82rem;color:hsla(0,0%,100%,.8);margin-top:2px}.mosr-vendor-card{text-align:center}.mosr-vendor-icon{display:flex;justify-content:center;margin-bottom:10px}.mosr-vendor-name{font-size:1rem;font-weight:800;color:#0f1d2c}.mosr-vendor-thai{font-size:.8rem;color:#617d8a;margin:3px 0 8px}.mosr-vendor-date{display:inline-flex;align-items:center;gap:5px}.mosr-item-count,.mosr-vendor-date{font-size:.78rem;color:#8ba4b0}.mosr-items{display:flex;flex-direction:column;gap:10px;margin:12px 0}.mosr-item{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.mosr-item-info{display:flex;flex-direction:column}.mosr-item-name{font-size:.88rem;font-weight:700;color:#0f1d2c}.mosr-item-thai{font-size:.75rem;color:#617d8a;margin-top:2px}.mosr-item-price{font-size:.92rem;font-weight:800;color:#0f1d2c;white-space:nowrap}.mosr-total-box{background:#f0faf8;border-radius:12px;padding:12px 14px;margin-top:4px}.mosr-vat-row{display:flex;justify-content:space-between;font-size:.75rem;color:#617d8a;margin-bottom:8px}.mosr-vat-en{font-weight:600}.mosr-total-row{display:flex;align-items:center;justify-content:space-between}.mosr-total-label{font-size:.8rem;font-weight:800;color:#0f1d2c;letter-spacing:.5px}.mosr-total-amount{font-size:1.4rem;font-weight:800;color:#1d6b56}.mosr-btn-edit{color:#4a6474}.mosr-progress-label{font-size:.8rem;font-weight:700;color:#3f5669;margin-bottom:10px}.mosr-progress-bar{height:8px;background:#d6f3e9;border-radius:8px;overflow:hidden;margin-bottom:8px}.mosr-bar-fill{width:65%;height:100%;background:linear-gradient(90deg,#12be84,#54d186);border-radius:8px}.mosr-progress-row{display:flex;align-items:center;gap:8px}.mosr-progress-pct{font-size:1rem;font-weight:800;color:#1d6b56}.mosr-progress-hint{font-size:.78rem;color:#617d8a}.mosr-footer{text-align:center;font-size:.7rem;color:#b9c4cf;letter-spacing:1px;padding:8px 0 4px}