:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#172b3a;background:#f4f7f9;font-synthesis:none;--blue:#1c6fa1;--orange:#e57526;--muted:#657785;--border:#e3e9ed;--shadow:0 3px 16px #18334705;line-height:1.5}*{box-sizing:border-box}body{margin:0}button,input,select,textarea{font:inherit}button{cursor:pointer;color:inherit;background:#fff;border:1px solid var(--border);border-radius:10px;padding:10px 15px;display:inline-flex;align-items:center;justify-content:center;gap:9px;transition:background .16s,transform .16s,border-color .16s}button:hover:not(:disabled){background:#eef5f9;border-color:#bdd2df}button:active:not(:disabled){transform:translateY(1px)}button:disabled{cursor:default;opacity:.6}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid #e5752680;outline-offset:3px}button.primary{background:var(--blue);color:#fff;border-color:var(--blue);font-weight:600}button.primary:hover:not(:disabled){background:#185c85}button.small{font-size:.875rem;padding:9px 13px}button.icon-button{height:44px;width:44px;padding:0;border-color:transparent;background:transparent}h1,h2,h3,p{margin:0}h1{font-size:2rem;font-weight:650;letter-spacing:-.045em;line-height:1.2}h2{font-size:1.25rem;font-weight:650;letter-spacing:-.025em}h3{font-size:1rem;font-weight:600}p{color:var(--muted)}img{max-width:100%}svg{flex-shrink:0}small{font-size:.8125rem;color:var(--muted)}.app-shell{display:flex;min-height:100vh}.sidebar{width:238px;position:fixed;inset:0 auto 0 0;padding:32px 20px;background:#172a33;color:#e5eef2;display:flex;flex-direction:column}.brand-link{background:#fff!important;border:0;border-radius:5px;padding:12px 10px;width:100%}.brand-link img{width:170px;max-height:62px;object-fit:contain}.portal-label{font-size:.75rem;letter-spacing:.16em;color:#99aeb9;margin:20px 8px 25px}.sidebar nav{display:grid;gap:8px}.sidebar nav button{justify-content:flex-start;border:0;color:#c7d6df;background:transparent;padding:12px 14px;font-size:1rem}.sidebar nav button.active{color:#fff;background:#1c6fa1}.sidebar nav button:hover:not(:disabled){background:#234659}.count{font-size:.75rem;margin-left:auto;background:#ffffff25;min-width:23px;border-radius:20px;padding:1px 6px;text-align:center}.sidebar-footer{margin-top:auto;padding:24px 8px 0;font-size:.8125rem;color:#94a9b5;line-height:1.8}.workspace{margin-left:238px;flex:1;min-width:0}.topbar{height:88px;background:#fffd;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;padding:0 44px}.topbar-title{font-weight:600;letter-spacing:-.02em}.profile-button{border:0;background:transparent;padding:7px 0 7px 10px;gap:12px}.profile-button>span:not(.avatar){text-align:left;display:flex;flex-direction:column;max-width:250px}.profile-button strong{font-size:.875rem;font-weight:600}.profile-button small{font-size:.75rem}.avatar{width:40px;height:40px;object-fit:cover;border-radius:50%;flex-shrink:0}.initials{display:inline-flex;align-items:center;justify-content:center;background:#e8f1f7;color:var(--blue);font-size:.8125rem;font-weight:600}.page{max-width:1250px;padding:36px 44px 70px;margin:auto}.page-heading{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:30px}.page-heading p{margin-top:9px;font-size:.9375rem}.module-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-bottom:38px}.module-card{position:relative;text-align:left;display:flex;align-items:stretch;justify-content:flex-start;flex-direction:column;gap:5px;padding:21px 20px 23px;border-radius:16px;background:#fff;box-shadow:var(--shadow)}.module-card:hover:not(:disabled){background:#fff;border-color:#8fb6cd;transform:translateY(-3px);box-shadow:0 8px 20px #1833470d}.module-card-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;min-height:40px;gap:6px}.module-icon{display:flex;width:44px;height:44px;border-radius:12px;background:#ecf4f8;align-items:center;justify-content:center;color:var(--blue)}.expense .module-icon{background:#fcf1e8;color:var(--orange)}.module-card strong{font-size:1rem;font-weight:650}.module-card>span{font-size:.8125rem;color:var(--muted)}.module-arrow{position:absolute;right:18px;bottom:25px;color:#8198a7}.module-card>span{padding-right:15px}.review-count{font-size:.75rem;color:#aa4a0b;background:#fff0e3;border-radius:7px;padding:4px 7px;text-align:center}.section-heading{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:19px}.posts-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.post-card{padding:0;display:block;overflow:hidden;text-align:left;background:#fff;border-radius:16px;box-shadow:var(--shadow);width:100%}.post-card:hover:not(:disabled){background:#fff;border-color:#b1c8d6;box-shadow:0 5px 22px #1833470b}.post-card>img,.post-placeholder{width:100%;height:190px;object-fit:cover}.post-placeholder{display:flex;align-items:center;justify-content:center;background:#eaf2f7;color:#397fa7}.post-placeholder.orange{color:#bd6e32;background:#fcf0e6}.post-content{padding:21px 23px 23px}.post-meta{display:flex;justify-content:space-between;align-items:center;gap:12px;font-size:.75rem;color:var(--muted);margin-bottom:11px}.post-meta>span{color:#b55312;font-weight:600}.post-card h3{font-size:1.125rem;letter-spacing:-.015em;margin-bottom:8px}.post-card p{font-size:.875rem;line-height:1.6;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;white-space:pre-wrap}.feed-sentinel{min-height:2px;margin-top:20px;text-align:center}.mobile-nav{display:none}.empty{padding:42px 24px;text-align:center;background:#fff;border:1px dashed #cedce4;border-radius:16px}.empty h3{margin-bottom:7px}.empty p{font-size:.875rem}.loading{display:flex;align-items:center;justify-content:center;gap:10px;padding:20px;color:var(--muted);font-size:.875rem}.spin{animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.startup{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:18px;padding:24px}.brand{width:230px}.error{padding:12px 15px;background:#fff0f0;border:1px solid #f2caca;border-radius:10px;color:#963434;font-size:.875rem;white-space:pre-wrap;margin:12px 0}.info{background:#edf5fb;color:#305d7b;padding:14px;border-radius:10px;font-size:.875rem;margin-bottom:16px}.success{color:#24704b;font-size:.875rem;margin:12px 0}.module-toolbar{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-bottom:24px}.segments{display:flex;border-radius:10px;background:#e8eef2;padding:4px;gap:3px}.segments button{background:transparent;border:0;padding:8px 16px;border-radius:8px;font-size:.875rem}.segments button.selected{background:#fff;box-shadow:0 1px 5px #18334712}.request-list,.updates-list{display:grid;gap:13px}.request-card,.notice-card{display:flex;justify-content:flex-start;text-align:left;padding:22px 23px;border-radius:14px;width:100%;gap:18px;box-shadow:var(--shadow)}.request-card>div:nth-child(2),.notice-card>div:nth-child(2){flex:1;min-width:0}.request-card p,.notice-card p{font-size:.875rem;margin-top:5px}.request-card small{display:block;margin-top:5px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.request-icon,.notice-icon{width:44px;height:44px;border-radius:11px;background:#ecf4f8;display:flex;align-items:center;justify-content:center;color:var(--blue);flex-shrink:0}.status{font-size:.8125rem;white-space:nowrap;padding:5px 10px;border-radius:7px;font-weight:500}.status.good{background:#e6f5ed;color:#286b49}.status.pending{background:#fff0e2;color:#9c4d11}.status.bad{background:#faeaea;color:#9b3636}.status.neutral{background:#edf0f3;color:#617080}.notice-card time{font-size:.75rem;display:block;color:var(--muted);margin-top:10px}.notice-card.unread{border-color:#b9d2e1}.notice-card.unread h3:after{content:"";display:inline-block;height:7px;width:7px;border-radius:50%;background:var(--blue);margin-left:9px}.back-link{border:0;background:transparent!important;padding:0;margin-bottom:13px;color:var(--blue);font-size:.875rem}.modal{padding:0;border:1px solid #dce5eb;border-radius:20px;width:min(650px,calc(100vw - 32px));max-height:calc(100dvh - 50px);box-shadow:0 25px 100px #102b4040;color:inherit;animation:modal-in .2s ease-out}.modal::backdrop{background:#10283665;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}@keyframes modal-in{0%{opacity:0;transform:translateY(15px) scale(.99)}to{opacity:1;transform:none}}.modal-header{position:sticky;top:0;z-index:2;display:flex;align-items:center;justify-content:space-between;padding:17px 25px;background:#fffe;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}.modal-header h2{padding-right:15px}.modal-content{padding:25px 28px 29px}.field{display:flex;flex-direction:column;gap:7px;margin-bottom:18px;font-size:.875rem;font-weight:500}.field input,.field select,.field textarea{width:100%;background:#fbfcfd;border:1px solid #d7e0e6;border-radius:9px;padding:11px 12px;color:inherit;min-width:0;font-size:1rem;font-weight:400}.field textarea{resize:vertical;min-height:80px}.field input:focus,.field select:focus,.field textarea:focus{background:#fff;border-color:var(--blue)}fieldset{border:0;padding:0;margin:0;min-width:0}.save-button{margin-top:12px}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 16px}.check-row{display:flex;align-items:center;gap:10px;font-size:.9375rem;padding:9px 0}.check-row input{accent-color:var(--blue);width:18px;height:18px;flex-shrink:0}.group-title{margin:22px 0 12px}.hint{font-size:.875rem;line-height:1.7;margin:10px 0 18px}.photo-preview{border-radius:12px;overflow:hidden;background:#f2f6f9;min-height:150px;margin-bottom:12px;text-align:center}.photo-preview img{width:100%;max-height:240px;object-fit:contain;display:block}.photo-preview .post-placeholder{height:150px}.photo-input{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:9px;border:1px solid var(--border);border-radius:9px;padding:9px 12px;font-size:.875rem;cursor:pointer;overflow:hidden}.photo-input:focus-within{outline:3px solid #e5752680;outline-offset:3px}.photo-input input{position:absolute;inset:0;width:100%;opacity:0;cursor:pointer}.action-row{display:flex;align-items:center;gap:15px;flex-wrap:wrap}.text-button{border:0;background:transparent!important;color:var(--blue);padding:10px 0;font-size:.875rem}.destructive{color:#a63a3a!important}.post-detail-image{border-radius:13px;overflow:hidden;background:#f4f7f9;margin-bottom:18px}.post-detail-image img{width:100%;max-height:340px;object-fit:contain;display:block}.post-body{white-space:pre-wrap;line-height:1.8;margin:15px 0 24px;color:#374d5b}.profile-summary{display:flex;gap:15px;align-items:center;margin-bottom:20px}.profile-summary .avatar{height:58px;width:58px}.profile-summary p{font-size:.875rem}.detail-list{margin:14px 0 25px}.detail-list>div{display:flex;justify-content:space-between;gap:20px;padding:12px 0;border-bottom:1px solid var(--border);font-size:.9375rem}.detail-list dt{color:var(--muted)}.detail-list dd{margin:0;text-align:right}.menu-row{width:100%;text-align:left;justify-content:flex-start;border-radius:0;border:0;border-bottom:1px solid var(--border);padding:15px 3px;font-size:.9375rem}.menu-row svg:last-child{margin-left:auto}.capitalize{text-transform:capitalize}.detail-heading{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:12px}.message-block{background:#f3f7fa;border-radius:10px;padding:15px;margin:15px 0;color:#3e5666}.message-block p{font-size:.9375rem;margin-top:5px;white-space:pre-wrap}.total-card{display:flex;align-items:center;justify-content:space-between;padding:20px;background:#edf5fa;border-radius:12px;margin:20px 0}.total-card strong{font-size:1.5rem;letter-spacing:-.025em}.receipt-card{width:100%;justify-content:flex-start;padding:17px;text-align:left;border-radius:12px;margin-bottom:11px;gap:13px}.receipt-card>svg{color:var(--orange)}.receipt-card>div{flex:1;min-width:0}.receipt-card p{font-size:.875rem;margin:4px 0}.receipt-card:disabled{opacity:1}.receipt-preview{display:block;max-height:60vh;width:100%;object-fit:contain;margin-bottom:15px}.document-toolbar{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-bottom:20px}.document-toolbar button{font-size:.875rem}.document-path{font-size:.875rem;color:var(--muted);overflow-wrap:anywhere}.document-list{border:1px solid var(--border);border-radius:14px;overflow:hidden;background:#fff;transition:opacity .15s}.document-list.busy{opacity:.45}.document-row{width:100%;border:0;border-bottom:1px solid var(--border);border-radius:0;justify-content:flex-start;text-align:left;padding:19px 22px;gap:15px}.document-row>svg{color:var(--blue)}.document-row>span{flex:1;overflow-wrap:anywhere}.document-row>svg:last-child{color:var(--muted)}.document-row.opening{background:#eaf3f9}.employee-group{margin-bottom:30px}.employee-group h2{margin:22px 0 16px}.employee-row{width:100%;justify-content:flex-start;text-align:left;gap:14px;padding:18px 20px;margin-bottom:9px;border-radius:12px}.employee-row>div{flex:1;min-width:0}.employee-row p{font-size:.875rem;overflow-wrap:anywhere}.employee-row>span.capitalize{font-size:.8125rem;color:var(--muted)}.permission-group{border-top:1px solid var(--border);padding-top:17px;margin-top:22px}.permission-group h3{margin-bottom:8px}.permission-group .field{margin-top:12px}.settings-card{background:#fff;border:1px solid var(--border);padding:28px;border-radius:16px;max-width:680px}.settings-card h2{margin-bottom:18px}hr{border:0;border-top:1px solid var(--border);margin:28px 0}.login-page{min-height:100dvh;display:grid;grid-template-columns:1fr 1fr;background:#fff}.login-image{position:relative;background:linear-gradient(180deg,#10243020,#102430c0),url(/architecture.png) center/cover;padding:48px;display:flex;flex-direction:column;justify-content:space-between;color:#fff}.login-logo{width:250px;background:#ffffffef;padding:16px;border-radius:4px}.login-image>div{padding-bottom:45px}.login-image span{font-size:.8125rem;letter-spacing:.2em;color:#d9e4ec}.login-image h1{font-size:clamp(2.8rem,4vw,4.8rem);font-weight:500;letter-spacing:-.04em;line-height:1.12;margin:23px 0}.login-image p{color:#d6e3ea}.login-form{max-width:490px;width:100%;margin:auto;padding:45px}.login-form h2{font-size:2rem;line-height:1.2;letter-spacing:-.04em;margin-bottom:14px}.login-form>p{margin-bottom:30px;font-size:.9375rem;line-height:1.7}.eyebrow{font-size:.75rem;font-weight:600;letter-spacing:.13em;color:var(--blue);margin-bottom:23px}.login-form .save-button{width:100%;padding:13px}.login-form footer{font-size:.75rem;color:var(--muted);margin-top:50px}.mobile-logo{display:none}@media(min-width:1450px){.page{padding-top:44px}.module-card{padding:24px}.post-card>img,.post-placeholder{height:210px}}@media(max-width:1100px){.sidebar{width:210px;padding:28px 15px}.workspace{margin-left:210px}.topbar{padding:0 28px}.page{padding:28px}.module-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.module-card-top{margin-bottom:12px}.module-arrow{bottom:22px}.request-card{flex-wrap:wrap}.request-card .status{margin-left:auto}.request-card>div:nth-child(2){flex-basis:50%}}@media(max-width:720px){.sidebar{display:none}.workspace{margin-left:0}.topbar{height:74px;padding:0 20px}.topbar-title{font-size:1.125rem}.profile-button>span:not(.avatar),.profile-button>svg{display:none}.profile-button{padding:0}.page{padding:25px 20px 100px}.page-heading{margin-bottom:25px}h1{font-size:1.75rem}.module-grid{gap:12px;margin-bottom:30px}.module-card{padding:17px 16px;min-height:158px}.module-card>span{padding-right:0}.module-card-top{margin-bottom:12px}.module-arrow{display:none}.review-count{font-size:.75rem;max-width:70px}.posts-grid{grid-template-columns:1fr;gap:18px}.post-card>img,.post-placeholder{height:185px}.post-content{padding:19px 20px}.mobile-nav{display:flex;position:fixed;bottom:0;left:0;right:0;z-index:5;padding:8px 30px max(9px,env(safe-area-inset-bottom));background:#ffffffed;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-top:1px solid var(--border);justify-content:space-around}.mobile-nav button{flex-direction:column;gap:3px;padding:6px 30px;border:0;background:transparent;font-size:.75rem;color:var(--muted)}.mobile-nav button.active{color:var(--blue)}.mobile-bell{position:relative;display:flex}.mobile-bell i{position:absolute;right:-15px;top:-3px;background:var(--orange);color:#fff;border-radius:20px;font-style:normal;font-size:.625rem;min-width:17px;padding:0 3px}.module-toolbar{flex-wrap:wrap}.segments{width:100%;margin-bottom:5px}.segments button{flex:1}.request-card,.notice-card{padding:18px;gap:12px}.request-card>div:nth-child(2){flex-basis:60%}.request-card>svg:last-child{display:none}.request-icon{width:38px;height:38px}.notice-card h3{font-size:.9375rem}.modal{width:calc(100vw - 20px);max-height:calc(100dvh - 24px);border-radius:17px}.modal-header{padding:14px 18px}.modal-content{padding:20px}.modal-header h2{font-size:1.125rem}.document-row{padding:17px}.document-toolbar{gap:8px}.employee-row{padding:16px;flex-wrap:wrap}.settings-card{padding:20px}.login-page{display:block}.login-image{display:none}.login-form{padding:40px 26px;min-height:100dvh;display:flex;flex-direction:column;justify-content:center}.login-form h2{font-size:1.8rem}.mobile-logo{display:block;width:220px;margin-bottom:45px}.login-form footer{margin-top:40px}}.settings-card{margin-bottom:22px}.login-image h1{white-space:pre-line}.login-logo{width:min(440px,78%);background:transparent;padding:0;border-radius:0;filter:drop-shadow(0 2px 7px #ffffff90)}.secondary-action,.danger-zone{margin-top:24px;padding-top:22px;border-top:1px solid var(--border)}.danger-zone{background:#fff7f7;border:1px solid #f1d1d1;border-radius:12px;padding:18px;margin-top:26px}.danger-zone h3{color:#8d3030}.danger-zone .hint{margin-bottom:10px}.danger-zone button.primary{background:#a63a3a;border-color:#a63a3a}.danger-zone button.primary:hover:not(:disabled){background:#882d2d}@media(max-width:380px){.module-grid,.form-grid{grid-template-columns:1fr}.module-card{min-height:130px}.post-meta{align-items:flex-start;flex-direction:column;gap:4px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}}.template-settings{max-width:900px;margin-top:22px}.template-group{margin-top:25px}.template-group>h3{color:var(--blue);margin-bottom:7px}.template-group .menu-row div{display:flex;flex-direction:column;gap:4px;text-align:left;min-width:0}.template-group .menu-row small{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:650px}.placeholder-list{display:flex;gap:7px;flex-wrap:wrap;align-items:center;margin:5px 0 15px}.placeholder-list>span{width:100%;font-size:.875rem;font-weight:600}.placeholder-list button{font-family:ui-monospace,monospace;font-size:.75rem;padding:5px 7px}
