:root{--beebuz-green:#1f4d36;--beebuz-green-dark:#123723;--beebuz-honey:#f2b705;--beebuz-honey-dark:#c98f00;--beebuz-cream:#fbf6e9;--beebuz-ink:#22301f;--beebuz-danger:#b3261e;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}*{box-sizing:border-box}body{background:var(--beebuz-cream);color:var(--beebuz-ink);margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}#root{flex-direction:column;min-height:100dvh;display:flex}button{font:inherit;background:var(--beebuz-green);color:#fff;cursor:pointer;border:none;border-radius:10px;min-height:44px;padding:12px 18px}button:disabled{opacity:.6;cursor:default}button.auth-secondary{background:var(--beebuz-honey);color:var(--beebuz-green-dark)}button.auth-link{color:var(--beebuz-green);background:0 0;padding:8px 0;text-decoration:underline}input,select,textarea{font:inherit;width:100%;min-height:44px;color:inherit;background:#fff;border:1px solid #cfc6a8;border-radius:8px;padding:12px}input[type=checkbox],input[type=radio]{width:20px;height:20px;min-height:0;accent-color:var(--beebuz-green);border:1px solid #cfc6a8;border-radius:5px;flex-shrink:0;margin:0;padding:0}input[type=radio]{border-radius:50%}.checkbox-row{cursor:pointer;border-bottom:1px solid #f2ecd9;align-items:center;gap:12px;width:100%;min-height:48px;padding:10px 4px;font-weight:400;display:flex}.checkbox-row:last-child{border-bottom:none}.checkbox-list{background:#fff;border:1px solid #eee6cf;border-radius:10px;width:100%;margin:8px 0 12px;padding:0 12px}label{margin:12px 0 4px;font-weight:600;display:block}.app-shell{padding:16px;padding-bottom:max(16px, env(safe-area-inset-bottom));flex-direction:column;flex:1;align-items:center;display:flex}.auth-card,.screen-card{background:#fff;border-radius:16px;width:100%;max-width:420px;margin-top:24px;padding:24px;box-shadow:0 1px 3px #00000014}.login-header{align-items:center;gap:10px;margin-bottom:8px;display:flex}.login-header h1{margin:0}.login-logo{border-radius:10px;flex-shrink:0;width:40px;height:40px}.auth-card h1,.screen-card h1{color:var(--beebuz-green);margin:0 0 8px}.auth-lead{color:#555;margin:0 0 8px}.auth-error{color:var(--beebuz-danger);margin:8px 0;font-size:14px}.hint{color:#6b6350;font-size:13px}.empty-state{color:#6b6350;font-style:italic}.top-bar{background:var(--beebuz-green);color:#fff;width:100%;padding:10px 16px;padding-top:max(10px, env(safe-area-inset-top));align-items:baseline;gap:8px;display:flex}.top-bar .org-name{opacity:.85;font-size:13px}.top-bar strong{font-size:15px}.top-bar-identity{align-items:center;gap:6px;display:flex}.top-bar-logo{border-radius:5px;flex-shrink:0;width:20px;height:20px}.bottom-nav{padding-bottom:env(safe-area-inset-bottom);z-index:50;background:#fff;border-top:1px solid #eee6cf;display:flex;position:fixed;bottom:0;left:0;right:0}.bottom-nav-item{color:#7a7157;background:0 0;border-radius:0;flex-direction:column;flex:1;align-items:center;gap:2px;min-height:56px;padding:8px 4px 6px;font-size:11px;display:flex}.bottom-nav-item.active{color:var(--beebuz-green);font-weight:600}.app-content{width:100%;padding:16px;padding-bottom:calc(72px + env(safe-area-inset-bottom));flex-direction:column;flex:1;align-items:center;display:flex}.screen-header{justify-content:space-between;align-items:center;width:100%;max-width:640px;margin-bottom:12px;display:flex}.screen-header h1{color:var(--beebuz-green);margin:0;font-size:22px}.back-link{color:var(--beebuz-green);background:0 0;min-height:auto;padding:8px 0;font-weight:600}.action-row{justify-content:flex-end;width:100%;max-width:640px;margin-top:8px;display:flex}.list-card{width:100%;max-width:640px;color:var(--beebuz-ink);cursor:pointer;text-align:left;background:#fff;border:1px solid #eee6cf;border-radius:14px;margin-top:12px;padding:16px;display:block}.list-card .title{color:var(--beebuz-ink);font-size:16px;font-weight:600}.badge-row{flex-wrap:wrap;gap:6px;margin-top:6px;display:flex}.badge{background:var(--beebuz-cream);color:var(--beebuz-green-dark);border:1px solid #eee6cf;border-radius:999px;padding:2px 10px;font-size:12px}.badge.warning{color:var(--beebuz-danger);background:#fdecea;border-color:#f3c6c1}.menu-list{background:#fff;border:1px solid #eee6cf;border-radius:14px;width:100%;max-width:640px;overflow:hidden}.menu-item{text-align:left;width:100%;color:var(--beebuz-ink);background:#fff;border-bottom:1px solid #f2ecd9;border-radius:0;justify-content:space-between;align-items:center;min-height:52px;padding:16px;display:flex}.menu-item:last-child{border-bottom:none}.menu-item.danger{color:var(--beebuz-danger)}.tab-bar{flex-wrap:wrap;gap:8px;width:100%;max-width:640px;margin-top:16px;display:flex}.tab-bar button{color:var(--beebuz-green);border:1px solid var(--beebuz-green);background:#fff;flex:1;min-width:120px}.tab-bar button.active{background:var(--beebuz-green);color:#fff}.panel{background:#fff;border-radius:16px;width:100%;max-width:640px;margin-top:16px;padding:20px}.request-list,.member-list{flex-direction:column;gap:12px;margin:12px 0 0;padding:0;list-style:none;display:flex}.request-item,.member-item{border:1px solid #eee6cf;border-radius:10px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding:10px 12px;display:flex}.member-item.inactive{opacity:.55}.member-name{color:var(--beebuz-ink);margin:0;font-size:15px;font-weight:600}.member-item .hint{margin:2px 0 0}.chevron{color:#a89f83;flex-shrink:0;font-size:18px}.group-header{justify-content:space-between;align-items:baseline;width:100%;max-width:640px;margin:20px 0 4px;padding:0 2px;display:flex}.group-header h2{color:var(--beebuz-green-dark);margin:0;font-size:15px}.group-header .hint{margin:0}.request-actions{gap:8px;display:flex}.join-preview{border-top:1px solid #eee6cf;margin-top:16px;padding-top:16px}.update-banner{background:var(--beebuz-green-dark);color:#fff;z-index:100;padding:12px 16px;padding-bottom:max(12px, env(safe-area-inset-bottom));justify-content:space-between;align-items:center;gap:12px;display:flex;position:fixed;bottom:0;left:0;right:0}.update-banner button{background:var(--beebuz-honey);color:var(--beebuz-green-dark);min-height:36px;padding:8px 12px}.import-table{border-collapse:collapse;width:100%;font-size:13px}.import-table th,.import-table td{text-align:left;border:1px solid #eee6cf;padding:6px 8px}.import-table input{min-height:32px;padding:4px 6px;font-size:13px}.import-table tr.row-skipped{opacity:.4}.form-actions{flex-wrap:wrap;align-items:center;gap:16px;margin-top:16px;display:flex}.form-actions .auth-link{padding:12px 0}.field-error{color:var(--beebuz-danger);margin:-8px 0 12px;font-size:13px}.form-success{color:var(--beebuz-green-dark);background:#eaf3ec;border:1px solid #cfe4d5;border-radius:8px;margin:8px 0;padding:10px 12px;font-size:14px}.reimb-card{background:#fff;border:1px solid #eee6cf;border-radius:12px;flex-direction:column;gap:6px;width:100%;padding:12px;display:flex}.reimb-card__top{justify-content:space-between;align-items:baseline;gap:8px;display:flex}.reimb-card__subject{color:var(--beebuz-ink);overflow-wrap:anywhere;min-width:0;font-size:15px;font-weight:600}.reimb-card__amount{color:var(--beebuz-green-dark);white-space:nowrap;flex-shrink:0;font-size:15px;font-weight:700}.reimb-card__meta{color:#6b6350;overflow-wrap:anywhere;margin:0;font-size:13px}.status-pill,.reimb-status{color:var(--beebuz-ink);background:#f2ecd9;border-radius:999px;align-self:flex-start;padding:2px 10px;font-size:12px;font-weight:600;display:inline-flex}.status-pill--positive,.reimb-status--approved,.reimb-status--reimbursed{color:var(--beebuz-green-dark);background:#e3efe8}.status-pill--negative,.reimb-status--rejected,.reimb-status--cancelled{color:var(--beebuz-danger);background:#fdecea}.reimb-card__receipt{align-self:flex-start;padding:4px 0}.reimb-card__footer{justify-content:space-between;align-items:center;gap:8px;margin-top:4px;display:flex}.reimb-card__actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:flex}.reimb-card__actions button{min-height:40px}.reimb-menu{flex-shrink:0;position:relative}.reimb-menu__trigger{color:var(--beebuz-ink);background:0 0;border:1px solid #cfc6a8;border-radius:8px;min-width:36px;min-height:36px;padding:0 10px;font-size:18px;line-height:1}.reimb-menu__popover{z-index:60;background:#fff;border:1px solid #eee6cf;border-radius:10px;min-width:220px;max-width:min(320px,90vw);position:absolute;bottom:calc(100% + 4px);left:0;overflow:hidden;box-shadow:0 4px 16px #00000029}.reimb-menu__item{text-align:left;width:100%;color:var(--beebuz-ink);cursor:pointer;background:#fff;border-bottom:1px solid #f2ecd9;border-radius:0;min-height:44px;padding:12px 14px;font-size:14px;display:block}.reimb-menu__item:last-child{border-bottom:none}.app-footer{text-align:center;color:#a89f83;padding:16px;font-size:11px}
