.resources-screen{width:100%;height:100%;overflow-y:auto;background-color:#fff}.resources-inner{max-width:420px;margin:0 auto;padding:.5rem 0 2.5rem}.resources-header{padding:1.25rem 1rem .5rem}.resources-title{margin:0 0 .5rem;color:var(--fairgiver-gray);font-size:1.6rem;font-weight:800}.resources-tabs{display:flex;flex-wrap:nowrap;gap:.6rem;padding:0 1rem .9 rem}.resources-tab{border:none;background:transparent;padding:.25rem;font-size:.85rem;color:#0000008c;cursor:pointer}.resources-tab--active{color:#fff;background-color:var(--fairgiver-teal);border-radius:999px;padding:.15rem .55rem}.resources-search{padding:0 1rem .75rem;margin:0}.resources-search-input{width:100%;display:block;background-color:var(--fairgiver-cream);border-radius:12px;border:1px solid rgba(0,0,0,.1);font-size:.95rem;padding:.75rem 1rem;box-sizing:border-box}.resources-search-input::placeholder{color:#42404099}.resources-search-input:focus{border-color:var(--ring)}.resources-video-list{display:flex;flex-direction:column;gap:1rem;padding:0 1rem 2rem}.resources-empty{padding:1rem 0;text-align:center;color:#424040b3;font-size:.9rem}.resources-video-card{background-color:#fff;border-radius:1rem;border:1px solid rgba(0,0,0,.06);padding:.75rem;box-shadow:0 4px 12px #00000014}.resources-video-card__thumbnail{position:relative;background-color:var(--fairgiver-cream);border-radius:.75rem;height:150px;display:flex;align-items:center;justify-content:center;margin-bottom:.75rem;border:1px solid rgba(0,0,0,.03)}.resources-video-card__play-icon{width:0;height:0;border-top:12px solid transparent;border-bottom:12px solid transparent;border-left:18px solid var(--fairgiver-teal)}.resources-video-card__duration{position:absolute;right:.5rem;bottom:.5rem;padding:.1rem .45rem;border-radius:.45rem;background-color:#000000c7;color:#fff;font-size:.75rem}.resources-video-card__body{display:flex;flex-direction:column;gap:.35rem}.resources-video-card__title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:.5rem}.resources-video-card__title{margin:0;font-size:1rem;font-weight:700;color:var(--foreground)}.resources-video-card__bookmark{border:none;background:none;padding:0;cursor:pointer}.resources-video-card__bookmark-icon{display:inline-block;width:18px;height:18px;border-radius:2px;border:1.5px solid var(--fairgiver-teal);position:relative}.resources-video-card__bookmark-icon:before{content:"";position:absolute;top:0;left:50%;width:1px;height:8px;background-color:var(--fairgiver-teal);transform:translate(-50%)}.resources-video-card__tag{background:none;color:var(--fairgiver-teal);font-weight:600;padding:0;margin-bottom:.25rem}.resources-video-card__description{margin:.1rem 0 0;font-size:.9rem;color:#424040d9}.login-screen{width:100%;min-height:100vh;background-color:#fff;display:flex;justify-content:center;align-items:center;padding:1.75rem 1.25rem;box-sizing:border-box}.login-inner{width:100%;max-width:420px;display:flex;flex-direction:column;align-items:center;gap:1.5rem}.login-header{width:100%;text-align:center}.login-logo-wrapper{margin-bottom:.75rem;display:flex;justify-content:center}.login-logo{max-width:300px;height:auto;display:block}.login-subtitle{margin-top:.35rem}.login-card{width:100%;padding:1.25rem 1.25rem 1.5rem;border-radius:1.25rem;box-sizing:border-box}.login-body{display:flex;flex-direction:column}.login-field{margin-bottom:1rem}.login-label{display:block;font-size:.8rem;font-weight:600;margin-bottom:.4rem;color:#333}.login-phone-row{display:flex;align-items:center;gap:.55rem}.login-phone-prefix{padding:.55rem .8rem;border-radius:999px;background-color:var(--fg-bg-soft);border:1px solid var(--fg-border-soft);font-size:.9rem;font-weight:600;color:var(--fairgiver-gray);flex-shrink:0}.login-input{flex:1}.login-helper{margin-top:.35rem;font-size:.8rem;color:var(--fg-muted)}.login-feedback{margin-top:.5rem;font-size:.85rem}.login-error-message{color:#b00020}.login-success-message{color:var(--fairgiver-teal)}.login-primary-btn{margin-top:.75rem;width:100%;border-radius:999px;border:none;padding:.85rem 1rem;background:var(--fairgiver-teal);color:#fff;font-weight:700;font-size:.95rem;cursor:pointer}.login-primary-btn:disabled{opacity:.6;cursor:default}.login-secondary-link{margin-top:.5rem;width:100%;border:none;background:transparent;font-size:.85rem;color:var(--fairgiver-teal);text-align:center;cursor:pointer}@media (max-width: 480px){.login-screen{padding:1.5rem 1rem}.login-card{padding:1.1rem 1.1rem 1.4rem}}.bottom-nav{position:fixed;left:0;right:0;bottom:0;z-index:40;background:transparent}.bottom-nav__inner{max-width:420px;margin:0 auto;background-color:#fff;border-radius:20px 20px 0 0;box-shadow:0 -6px 18px #0000001a;padding:.75rem .5rem calc(.75rem + env(safe-area-inset-bottom));display:flex;justify-content:space-between;gap:.5rem}.bottom-nav__item{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-decoration:none;border-radius:16px;padding:.4rem .25rem;color:#424040b3;font-size:.75rem;font-weight:600}.bottom-nav__item--active{background-color:var(--fairgiver-cream);color:var(--fairgiver-teal)}.bottom-nav__icon{display:flex;align-items:center;justify-content:center;margin-bottom:.1rem}.bottom-nav__icon svg{width:20px;height:20px;stroke:currentColor;fill:none;stroke-width:1.7}.bottom-nav__label{line-height:1.1}.app-shell{padding-bottom:72px}:root{--fairgiver-teal: #085447;--fairgiver-gold: #d8a816;--fairgiver-purple: #401268;--fairgiver-cream: #ece8e2;--fairgiver-gray: #424040;--fg-border-soft: #e3dfd7;--fg-muted: #7b7770;--fg-bg-soft: #f6f3ee}*,*:before,*:after{box-sizing:border-box}body{margin:0;padding:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Nunito,sans-serif;background-color:#111;color:var(--fairgiver-gray)}#root{min-height:100vh;display:flex;justify-content:center}.app-shell{flex:1;display:flex;justify-content:center}.app-shell-inner{width:100%;max-width:420px;min-height:100vh;background-color:#fff;box-sizing:border-box;padding-bottom:5rem}.home-screen,.visit-screen,.notes-screen,.meds-screen,.resources-screen{min-height:100vh;background-color:#fff;padding:1.5rem 1.25rem 5.5rem;box-sizing:border-box}.page-header{margin-bottom:1rem}.page-title,.resources-title,.notes-title,.meds-title,.helper-title-main{margin:0;font-size:1.7rem;font-weight:800;color:#222}.page-subtitle,.notes-subtitle,.meds-subtitle,.helper-subtitle{margin-top:.35rem;font-size:.95rem;color:var(--fg-muted)}.home-muted,.notes-muted,.helper-muted{font-size:.85rem;color:var(--fg-muted)}.fg-card{background-color:#fff;border-radius:1.25rem;border:1px solid #f1eee7;box-shadow:0 8px 18px #0f0e0a0f}.home-header{display:flex;align-items:center;gap:.85rem;margin-bottom:.75rem}.home-logo-circle{width:64px;height:64px;border-radius:999px;background:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 0 0 1px #ebe7de;flex-shrink:0}.home-logo-img{width:80%;height:80%;object-fit:contain;display:block}.home-title{font-size:1.25rem;font-weight:800;margin:0;color:var(--fairgiver-teal)}.home-subtitle{margin:.28rem 0 0;font-size:.9rem;color:var(--fg-muted)}.home-greeting-pill{margin:.4rem -1.25rem 1.75rem;padding:.9rem 1.5rem;background-color:var(--fairgiver-cream);border-radius:999px;text-align:center}.home-greeting-text{margin:0;font-size:1.4rem;font-weight:800;color:#222}.home-greeting-date{margin:.2rem 0 0;font-size:.9rem;color:var(--fg-muted)}.home-quick-header{margin:0 0 .6rem;font-size:1.1rem;font-weight:800;color:#222}.home-quick-actions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;margin-bottom:1rem}.home-quick-btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;box-shadow:none;background-image:none;border-radius:1.4rem;border:1px solid #e6e1d8;background-color:#fff;padding:.55rem .4rem .65rem;display:flex;flex-direction:column;align-items:center;gap:.35rem;cursor:pointer}.home-quick-btn-primary{background-color:var(--fairgiver-gold);border-color:var(--fairgiver-gold)}.home-quick-icon{width:1.9rem;height:1.9rem;border-radius:.9rem;background-color:#00000005;display:flex;align-items:center;justify-content:center}.home-quick-label{font-size:.8rem;font-weight:600;color:var(--fairgiver-gray)}.home-affirmation-pill{margin:.25rem 0 1.4rem;padding:.7rem .9rem;border-radius:999px;background:#f3ecf8;display:inline-flex;align-items:center;gap:.5rem}.home-affirmation-icon{font-size:1.1rem}.home-affirmation-text{font-size:.9rem;color:var(--fairgiver-purple)}.home-care-card{margin-top:.5rem;padding:1.1rem 1.25rem 1.2rem;border-radius:1.5rem;background-color:var(--fg-bg-soft);border:1px solid var(--fg-border-soft)}.home-care-title{margin:0 0 .9rem;font-size:1.1rem;font-weight:800;color:#222;text-align:center}.home-care-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border-radius:1.5rem;background-color:#fff;border:1px solid #f1eee7;box-shadow:0 8px 18px #0f0e0a0f;overflow:hidden}.home-care-item{padding:.9rem .75rem 1rem;text-align:center}.home-care-item+.home-care-item{border-left:1px solid #e7e2d7}.home-care-number{font-size:1.8rem;font-weight:800;margin:0 0 .15rem}.home-care-number-med{color:var(--fairgiver-teal)}.home-care-number-notes{color:var(--fairgiver-gold)}.home-care-label{font-size:.75rem;color:var(--fg-muted);margin-bottom:.3rem}.home-care-icon{font-size:1rem}.home-section-header{margin:1.8rem 0 .75rem;font-size:1.05rem;font-weight:800;color:#222}.notes-screen{padding-top:1.75rem}.notes-header{margin-bottom:.75rem}.notes-title{margin:0;font-size:1.7rem;font-weight:800;color:#222}.notes-subtitle{margin:.3rem 0 0;font-size:.95rem;color:var(--fg-muted)}.notes-error{color:#b00020;font-size:.85rem;margin-bottom:.75rem}.notes-input-card{background:#fff;border-radius:1.25rem;border:1px solid #f1eee7;box-shadow:0 8px 18px #0f0e0a0f;padding:1rem;margin-bottom:1.25rem}.notes-label{display:block;font-size:.8rem;font-weight:600;margin-bottom:.4rem;color:#333}.notes-textarea{width:100%;max-width:100%;min-height:80px;padding:.7rem .75rem;border-radius:.9rem;border:1px solid #ded9cf;font-family:inherit;font-size:.9rem;resize:vertical;background:#fff;box-sizing:border-box}.notes-textarea:focus{outline:2px solid var(--fairgiver-gold);outline-offset:1px}.notes-save-btn{margin-top:.7rem;width:100%;border-radius:999px;border:none;padding:.85rem 1rem;background:var(--fairgiver-gold);color:var(--fairgiver-gray);font-weight:700;font-size:.95rem;cursor:pointer}.notes-save-btn:disabled{opacity:.6;cursor:default}.notes-save-btn--secondary{background-color:#e5e7eb;color:#111827}.notes-save-btn--secondary:hover{background-color:#d1d5db}.notes-list-section{margin-top:1.25rem}.notes-section-title{margin:0 0 .6rem;font-size:1rem;font-weight:800;color:#222}.notes-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.notes-item{background:#fff;border-radius:.9rem;border:1px solid #f1eee7;padding:.7rem .85rem}.notes-mode-toggle{display:inline-flex;border-radius:999px;padding:4px;background:#f3f4f6;margin-bottom:12px}.notes-mode-btn{border:none;background:transparent;padding:6px 14px;border-radius:999px;font-size:.9rem;cursor:pointer}.notes-mode-btn--active{background:#111827;color:#fff}.notes-record-placeholder{text-align:center;padding:12px 8px 4px}.notes-record-button-wrapper{display:flex;justify-content:center;margin:.75rem 0}.notes-record-button{width:96px;height:96px;border-radius:999px;border:6px solid #e5b100;background:#fff7df;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .15s ease,transform .1s ease,border-color .15s ease}.notes-record-button:hover{transform:translateY(-1px)}.notes-record-button--active{border-color:#d23030;background:#ffe4e4}.notes-record-dot{width:52px;height:52px;border-radius:999px;background-color:#e5b100}.notes-record-button--active .notes-record-dot{background-color:#d23030}.notes-record-audio-preview{margin-top:.75rem;border-top:1px dashed #e5e7eb;padding-top:.75rem}.notes-back-btn{background:none;border:none;color:#2563eb;padding:0;font-size:.9rem;cursor:pointer;margin-bottom:.5rem}.notes-back-btn:hover{text-decoration:underline}.notes-detail-section{margin-bottom:1.5rem}.notes-detail-section-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.notes-detail-content-box{background-color:#f9fafb;border-radius:.75rem;padding:.75rem 1rem;border:1px solid #e5e7eb;margin-top:.25rem}.notes-detail-content{white-space:pre-wrap;font-size:.9rem;margin:0}.visit-screen .notes-header{margin-bottom:.75rem}.notes-input{width:100%;padding:.55rem .6rem;border-radius:.65rem;border:1px solid #ded9cf;font-size:.9rem;font-family:inherit;background-color:#fff}.helper-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000059;display:flex;align-items:center;justify-content:center;z-index:1000}.helper-modal-shell{background:#fff;border-radius:1.1rem;box-shadow:0 18px 45px #100f0a4d;max-width:640px;width:calc(100% - 3rem);max-height:calc(100vh - 4rem);padding:1.5rem 1.5rem 1rem;overflow-y:auto}.helper-header{margin-bottom:.75rem}.helper-title{margin:0 0 .35rem;font-size:1.1rem;font-weight:800;color:#222}.helper-consent-card{background:var(--fg-bg-soft);border-radius:1rem;border:1px solid var(--fg-border-soft);padding:1rem 1.1rem;margin-top:.75rem}.helper-consent-buttons{display:flex;gap:.5rem;margin-top:.35rem}.helper-consent-buttons .notes-save-btn{flex:1 1 0}.helper-consent-secondary{background:#fff;color:var(--fairgiver-gray);border:1px solid #d0ccc0}.helper-record-section{display:flex;flex-direction:column;align-items:center;margin-top:.75rem}.helper-record-button{width:96px;height:96px;border-radius:999px;border:6px solid #e5b100;background:#fff7df;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .15s ease,transform .1s ease,border-color .15s ease}.helper-record-button:hover{transform:translateY(-1px)}.helper-record-inner{width:52px;height:52px;border-radius:999px;background:#e5b100}.helper-record-button.helper-recording{border-color:#d23030;background:#ffe4e4}.helper-record-button.helper-recording .helper-record-inner{background:#d23030}.helper-language-row{display:flex;gap:.5rem;margin-top:.5rem}.helper-lang-btn{flex:1;border-radius:999px;border:1px solid #ccc4b5;background:#f7f3eb;padding:.45rem .75rem;font-size:.85rem;cursor:pointer}.helper-lang-btn-active{background:#055342;border-color:#055342;color:#fff}.helper-footer{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1.25rem;justify-content:center}.helper-secondary-btn{background:#f5f2ee;color:#424040;border-color:#d0ccc0}.helper-plain-btn{border:none;background:transparent;color:var(--fairgiver-teal);font-size:.9rem;padding:.35rem .5rem;cursor:pointer}.mt-sm{margin-top:.5rem}.mt-md{margin-top:1rem}.mt-lg{margin-top:1.5rem}
