*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:16px;font-weight:400;line-height:1.5;color:#171717;background-color:#f5f5f5}:focus{outline:3px solid #0066cc;outline-offset:2px}:focus:not(:focus-visible){outline:none}:focus-visible{outline:3px solid #0066cc;outline-offset:2px}.bp-app{display:flex;flex-direction:column;min-height:100vh}.bp-header{background-color:#06c;color:#fff;padding:24px 16px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.bp-header__container{max-width:1200px;margin:0 auto}.bp-header__title{font-size:32px;font-weight:700;line-height:1.25;margin-bottom:4px}.bp-header__subtitle{font-size:18px;font-weight:400;opacity:.9}.bp-main{flex:1;max-width:1200px;width:100%;margin:0 auto;padding:32px 16px}.bp-footer{background-color:#fff;border-top:1px solid #d4d4d4;padding:24px 16px;margin-top:auto}.bp-footer__text{max-width:1200px;margin:0 auto;text-align:center;color:#525252;font-size:14px}.bp-dashboard__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px;gap:16px;flex-wrap:wrap}.bp-dashboard__title{font-size:24px;font-weight:700;color:#171717}.bp-dashboard__loading,.bp-dashboard__error,.bp-dashboard__empty{background-color:#fff;border:1px solid #d4d4d4;border-radius:8px;padding:32px;text-align:center}.bp-dashboard__error{border-color:#b71c1c;background-color:#fde7e7}.bp-dashboard__error-message{color:#b71c1c;font-weight:500;margin-bottom:16px}.bp-dashboard__empty-message{color:#525252;margin-bottom:16px;font-size:18px}.bp-dashboard__list{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:24px}@media (min-width: 768px){.bp-dashboard__list{grid-template-columns:repeat(auto-fill,minmax(350px,1fr))}}.bp-card{background-color:#fff;border:2px solid #d4d4d4;border-radius:12px;padding:24px;box-shadow:0 1px 2px #0000000d;transition:box-shadow .2s ease-in-out}.bp-card:hover{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.bp-card--status-green{border-left-color:#0d7c36;border-left-width:6px}.bp-card--status-yellow{border-left-color:#9f6b00;border-left-width:6px}.bp-card--status-brown{border-left-color:#7f4200;border-left-width:6px}.bp-card--status-red{border-left-color:#b71c1c;border-left-width:6px}.bp-card__header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid #e5e5e5}.bp-card__date-time{display:flex;flex-direction:column;gap:4px}.bp-card__date{font-size:18px;font-weight:600;color:#171717}.bp-card__time{font-size:16px;color:#525252}.bp-card__status{display:flex;align-items:center;gap:8px}.bp-card__status-indicator{width:12px;height:12px;border-radius:9999px}.bp-card__status-indicator--green{background-color:#0d7c36}.bp-card__status-indicator--yellow{background-color:#9f6b00}.bp-card__status-indicator--brown{background-color:#7f4200}.bp-card__status-indicator--red{background-color:#b71c1c}.bp-card__status-text{font-size:14px;font-weight:500;color:#404040}.bp-card__body{margin-bottom:24px}.bp-card__readings{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.bp-card__reading{display:flex;flex-direction:column;gap:4px}.bp-card__reading--systolic,.bp-card__reading--diastolic,.bp-card__reading--pulse{flex:1;min-width:80px}.bp-card__reading-divider{font-size:24px;font-weight:700;color:#a3a3a3}.bp-card__label{font-size:14px;color:#525252;text-transform:uppercase;letter-spacing:.5px}.bp-card__value{font-size:24px;font-weight:700;color:#171717}.bp-card__unit{font-size:14px;color:#737373}.bp-card__footer{display:flex;gap:8px;padding-top:16px;border-top:1px solid #e5e5e5}.bp-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:8px 16px;font-size:16px;font-weight:500;line-height:1.5;text-align:center;text-decoration:none;border:1px solid transparent;border-radius:8px;cursor:pointer;transition:all .2s ease-in-out;white-space:nowrap}.bp-button:disabled{opacity:.5;cursor:not-allowed}.bp-button__icon{font-size:18px}.bp-button--primary{background-color:#06c;color:#fff;border-color:#06c}.bp-button--primary:hover:not(:disabled){background-color:#004a99;border-color:#004a99}.bp-button--secondary{background-color:#fff;color:#404040;border-color:#d4d4d4}.bp-button--secondary:hover:not(:disabled){background-color:#f5f5f5;border-color:#a3a3a3}.bp-button--add{background-color:#0d7c36;color:#fff;border-color:#0d7c36}.bp-button--add:hover:not(:disabled){background-color:#084e22}.bp-button--edit{flex:1;background-color:#06c;color:#fff;border-color:#06c}.bp-button--edit:hover:not(:disabled){background-color:#004a99}.bp-button--delete{flex:1;background-color:#fff;color:#b71c1c;border-color:#b71c1c}.bp-button--delete:hover:not(:disabled){background-color:#fde7e7}.bp-button--large{padding:16px 24px;font-size:18px}.bp-form{background-color:#fff;border:1px solid #d4d4d4;border-radius:12px;padding:32px;box-shadow:0 1px 2px #0000000d}.bp-form__section{margin-bottom:32px}.bp-form__section:last-of-type{margin-bottom:32px}.bp-form__section-title{font-size:20px;font-weight:600;color:#171717;margin-bottom:16px;padding-bottom:8px;border-bottom:2px solid #e5e5e5}.bp-form__row{display:grid;grid-template-columns:1fr;gap:24px}@media (min-width: 768px){.bp-form__row{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}}.bp-form__field{display:flex;flex-direction:column;gap:8px}.bp-form__label{font-size:16px;font-weight:500;color:#171717}.bp-form__required{color:#b71c1c}.bp-form__input,.bp-form__select{width:100%;padding:8px 16px;font-size:16px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.5;color:#171717;background-color:#fff;border:1px solid #d4d4d4;border-radius:8px;transition:border-color .2s ease-in-out}.bp-form__input:hover:not(:disabled),.bp-form__select:hover:not(:disabled){border-color:#a3a3a3}.bp-form__input:focus,.bp-form__select:focus{border-color:#06c;outline:3px solid #0066cc;outline-offset:0}.bp-form__input[aria-invalid=true],.bp-form__select[aria-invalid=true]{border-color:#b71c1c}.bp-form__input[aria-invalid=true]:focus,.bp-form__select[aria-invalid=true]:focus{outline-color:#b71c1c}.bp-form__input:disabled,.bp-form__select:disabled{background-color:#f5f5f5;cursor:not-allowed}.bp-form__input-group{display:flex;align-items:center;gap:8px}.bp-form__unit{font-size:16px;font-weight:500;color:#525252;white-space:nowrap}.bp-form__error{font-size:14px;color:#b71c1c;font-weight:500}.bp-form__help{font-size:14px;color:#525252}.bp-form__actions{display:flex;gap:16px;padding-top:24px;border-top:1px solid #e5e5e5}@media (max-width: 640px){.bp-form__actions{flex-direction:column}}.bp-entry-view{max-width:800px;margin:0 auto}.bp-entry-view__header{margin-bottom:32px}.bp-entry-view__title{font-size:24px;font-weight:700;color:#171717;margin-top:16px}.bp-entry-view__loading,.bp-entry-view__error{background-color:#fff;border:1px solid #d4d4d4;border-radius:8px;padding:32px;text-align:center}.bp-entry-view__error{border-color:#b71c1c;background-color:#fde7e7;color:#b71c1c}.bp-link{color:#06c;text-decoration:none;font-weight:500;transition:color .2s ease-in-out}.bp-link:hover{color:#004a99;text-decoration:underline}.bp-link--back{display:inline-flex;align-items:center;gap:4px;font-size:18px;color:#404040}.bp-link--back:hover{color:#171717}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}
