@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;600;700&display=swap";:root{--yellow: #f6c956;--dark: #3d3d3d;--teal: #4eaaa9;--bg: #a98c8a;--card: #f9e2a0;--white: #ffffff}*{box-sizing:border-box;font-family:Manrope,sans-serif}body{margin:0;background:#fff;color:var(--dark)}.page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:0}.phone{width:100%;background:#fff;border-radius:0;padding:18px 16px 120px;box-shadow:none;position:relative;min-height:100vh}.header{text-align:center;font-size:22px;font-weight:700;margin:10px 0 16px}.screen{display:flex;flex-direction:column;gap:14px}.screen-center{display:grid;place-items:center;height:100%;font-weight:600}.profile{display:flex;flex-direction:column;align-items:center;gap:8px}.avatar{width:80px;height:80px;background:#83c9c7;border-radius:50%;display:grid;place-items:center;font-size:32px}.username{font-weight:600}.section-title{font-weight:700;margin-top:6px}.text-muted{color:#7a7a7a;font-size:13px}.card{background:var(--card);border-radius:14px;padding:12px 14px;box-shadow:inset 0 0 0 1px #0000000d}.card.pending{box-shadow:inset 0 0 0 1px #0000000d;border:2px solid #d34a4a;background:var(--card)}.card.clickable-card{cursor:pointer}.card.row{display:flex;align-items:center;justify-content:space-between;gap:12px}.clickable{cursor:pointer;flex:1}.card-title{font-weight:700}.card-subtitle{font-size:13px;color:#5a5a5a;margin-top:4px}.stack{display:flex;flex-direction:column;gap:12px}.row{display:flex;gap:10px;align-items:center}.row.between{justify-content:space-between}.button{background:var(--yellow);border:none;border-radius:14px;padding:12px 16px;font-weight:700;color:#3b2f10;cursor:pointer;transition:transform .1s ease}.button.small{padding:10px 12px;font-size:12px;white-space:nowrap}.button:disabled{opacity:.7;cursor:default}.button:active{transform:scale(.98)}.button.outline{background:transparent;border:2px solid var(--yellow)}.button.ghost{background:transparent;border:1px dashed #b2b2b2}.input{width:100%;border:none;background:#fff4cf;border-radius:12px;padding:12px;font-size:14px;outline:1px solid rgba(0,0,0,.05)}.select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:linear-gradient(45deg,transparent 50%,#6b5a2a 50%),linear-gradient(135deg,#6b5a2a 50%,transparent 50%),linear-gradient(to right,transparent,transparent);background-position:calc(100% - 18px) calc(50% - 2px),calc(100% - 12px) calc(50% - 2px),100% 0;background-size:6px 6px,6px 6px,2.5em 2.5em;background-repeat:no-repeat;padding-right:36px}.input.time{width:80px;text-align:center}.textarea{min-height:90px;resize:vertical}.label{font-weight:600}.tabs{position:fixed;bottom:calc(12px + env(safe-area-inset-bottom,0px));left:12px;right:12px;background:var(--yellow);border-radius:16px;display:grid;grid-template-columns:repeat(3,1fr);padding:8px 10px;gap:8px;z-index:10}.tab{background:transparent;border:none;display:flex;flex-direction:column;align-items:center;gap:4px;font-size:11px;color:#3f3f3f;cursor:pointer;padding:6px 4px;border-radius:12px}.tab.active{background:#ffffffb3}.tab img{width:22px;height:22px}.icon-button{border:none;background:transparent;font-size:18px;cursor:pointer}.divider{height:1px;background:#d2d2d2;margin:6px 0 4px}.week{display:grid;grid-template-columns:repeat(7,1fr);gap:6px}.week-item{display:flex;flex-direction:column;align-items:center;gap:4px;font-size:12px}.time-row{display:flex;gap:8px;flex-wrap:wrap}.checkbox{display:flex;align-items:center;gap:8px;font-size:13px}.back{border:none;background:transparent;font-size:20px;cursor:pointer;align-self:flex-start}.placeholder{display:flex;flex-direction:column;gap:14px;text-align:center;padding:20px 10px}.placeholder-text{font-size:14px;color:#5a5a5a}.modal{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000059;display:grid;place-items:start center;padding:24px;overflow-y:auto;z-index:20}.modal-card{background:#fff;border-radius:16px;padding:20px 20px 32px;width:min(360px,100%);display:flex;flex-direction:column;gap:12px;max-height:calc(100vh - 48px);overflow-y:auto}.modal-actions{display:flex;gap:8px;justify-content:space-between;position:sticky;bottom:0;background:#fff;padding-top:8px}.error{color:#b84747;font-size:13px}@media (max-width: 520px){.phone{min-height:100vh;border-radius:0;padding-bottom:110px}}
