@import"https://fonts.googleapis.com/css2?family=Dosis:wght@200..800&display=swap";:root{--nav-gray: #808EB2;--blue: #4F65BB;--blue-active: #4946B6;--nav-light-gray: #EEF1FB}.navbar{width:100%;background-color:#fff;border-bottom:1px solid #C7CEDF}.navbar-content{display:flex;justify-content:space-between;align-items:center;padding-top:1em;padding-left:3em;padding-right:3em}.left p{font-weight:700;font-size:1.4em;color:#000}.right{display:flex;flex-direction:row}.nav1,.nav2{display:flex;flex-direction:row;gap:2em;align-items:center}li{color:var(--light-gray);list-style:none}.navlink{color:var(--nav-gray);text-decoration:none;font-weight:500;font-size:1.2em}.underline:hover{color:#000;transition:all .3s ease}.underline.active{color:#000;text-decoration:underline;text-underline-offset:4px;transition:all .3s ease}.login{color:var(--blue);font-weight:600}.login.active{color:var(--blue-active)}.login:hover{color:var(--blue-active);transition:all .3s ease}.button{color:#fff;font-weight:600;background-color:var(--blue);padding:.5em 1.5em;border-radius:2em;box-shadow:0 .25em .25em #00000026;position:relative;overflow:hidden;display:inline-block;z-index:1}.button span{z-index:2;position:relative}.button:before{content:"";position:absolute;top:0;left:0;width:0;height:100%;background-color:var(--blue-active);transition:all .3s ease;z-index:1}.button:hover:before{width:100%;z-index:1}.nav2{display:flex;flex-direction:row;align-items:center;justify-content:center;padding:0;gap:1.5em;position:relative}.profile-dropdown{position:relative}.role-pill{display:inline-flex;align-items:center;justify-content:center;min-width:6.5em;padding:.35em 1.1em;border-radius:999px;background-color:#ffa6a6;color:#fff;font-size:.95em;font-weight:600;box-shadow:0 .25em .5em #ff595e40;text-transform:capitalize}.role-pill.role-patient{background-color:#4f65bb;box-shadow:0 .25em .5em #4f65bb4d}.role-pill.role-admin{background-color:#51b87c;box-shadow:0 .25em .5em #51b87c4d}.role-pill.role-unverified{background-color:#8a94ab;box-shadow:0 .25em .5em #8a94ab4d}.dropdown-menu{position:absolute;top:2.8em;right:0;background:#fff;border:1px solid var(--nav-gray);box-shadow:0 .25em .5em #00000026;padding:.5em 0;border-radius:.5em;z-index:10;width:max-content;display:flex;flex-direction:column}.dropdown-menu li{list-style:none;padding:.5em 1em;color:var(--nav-gray);font-size:1em;cursor:pointer;transition:.2s ease}.dropdown-menu li:hover{background:var(--blue);color:#fff}.pfp-image{width:2.5em;height:2.5em;border-radius:50%;cursor:pointer;transition:transform .2s ease}.pfp-image:hover{transform:scale(1.05)}.nav-divider{width:2px;height:1.5em;border-radius:10px;background-color:var(--nav-light-gray);margin:1.5em;align-self:center}.sign-in-container{background-color:#eef1fb;display:flex;align-items:center;background-image:url(/assets/sign-up-graphic-rGz41fUW.svg);background-size:100% auto;background-position:center bottom;background-repeat:no-repeat;height:32em;overflow:show}.sign-in{background-color:#fff;display:flex;flex-direction:column;gap:2.5em;width:24em;padding:3em 4em;border-radius:1em;box-shadow:0 .25em .25em #00000026;margin-top:4em;margin-bottom:4em;align-items:center}.form{display:flex;flex-direction:column;gap:1em}.input{width:16em;border:none;background-color:#eef1fb;border-radius:2em;height:2em;justify-content:center;font-weight:500;font-size:1.2em;padding-left:1em;padding-right:1em}.input::placeholder{color:#808eb2;font-weight:500}.sign-in-button{margin-top:1.5em;margin-bottom:2em;border:none;height:2em;background-color:#3c58af;color:#fff}.sign-in-button:hover{background-color:#4946b6;transition:all .3s ease}.sign-up-link{color:#3c58af;font-weight:600}a{text-decoration:none}a:hover{color:var(--blue-active);transition:all .3s ease}.signup-container{max-width:70%;margin:3rem auto;border-radius:10px;color:#1a1a1a}.signup-container h2{font-size:2rem;font-weight:700;margin-bottom:2rem;text-align:left}.signup-container h3{font-size:1.4rem;font-weight:700;margin-bottom:1.5rem}.signup-container label{display:block;margin-top:1rem;font-weight:700;color:#3c58af}.signup-container label:not(.radio-label){font-size:1.05rem;width:auto}.signup-container input,.signup-container select,.signup-container textarea{width:100%;margin-top:.3rem;padding:.5rem 1.5rem;border-radius:120px;border:1px solid #dcdcdc;background:#f9f9fb;font-size:.95rem;transition:all .2s ease;background-color:#f1f4fc}.signup-container input:focus,.signup-container select:focus,.signup-container textarea:focus{border-color:#5563c1;outline:none;background:#f1f4fc;box-shadow:0 0 0 2px #5563c133}.signup-container select{-webkit-appearance:none;-moz-appearance:none;appearance:none;height:40px;width:30%}.signup-container textarea{min-height:100px;resize:vertical;border-radius:15px}.signup-container .button-group{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.signup-container .button-group button{border:1px solid #dcdcdc;background:#f5f6fb;padding:.5rem 2.5rem;border-radius:8px;cursor:pointer;font-size:.9rem;transition:all .2s ease;color:#333}.signup-container .button-group button.selected{background:#5563c1;color:#fff;border-color:#5563c1;box-shadow:0 2px 6px #5563c14d}.signup-container .button-group button:hover:not(.selected){background:#e8e9f3}.signup-container .checkbox-group-grid{display:grid!important;grid-template-columns:1fr 1fr;gap:0rem 1rem!important}.signup-container .checkbox-group-grid label{margin-top:.2em!important}.signup-container .checkbox-group-grid div>textarea{transition:all .25s ease}.signup-container #other-gender{width:10rem;height:2rem}.signup-container .checkbox-group{display:flex;flex-direction:column;margin-top:.5rem;gap:.4rem 1rem}.signup-container .checkbox-group label{font-size:1.1rem;display:flex;align-items:center;gap:.5rem;font-weight:400;color:#000}.signup-container .checkbox-group input[type=checkbox]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:21px!important;height:21px!important;padding:.5em!important;border:2px solid #c3cae3;border-radius:5px;background:#fff;position:relative;cursor:pointer;transition:all .15s ease}.signup-container .checkbox-group input[type=checkbox]:hover{border-color:#5563c1}.signup-container .checkbox-group input[type=checkbox]:checked{background-color:#5563c1;border-color:#5563c1}.signup-container .checkbox-group input[type=checkbox]:checked:after{content:"";position:absolute;top:1px;left:5px;width:5px;height:10px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}.signup-container .checkbox-group b{font-weight:550}.signup-container .checkbox-group.work-difficulty-group{gap:.8rem 1rem}.signup-container .checkbox-group .factor-option{align-items:flex-start}.signup-container .checkbox-group .factor-copy{display:flex;flex-direction:column;gap:.1rem}.signup-container .checkbox-group .factor-title{font-weight:550}.signup-container .checkbox-group .factor-description{font-size:.9rem;color:#4b5563}.signup-container .checkbox-group .factor-option input[type=checkbox]{margin-top:.2rem}.signup-container .nav-buttons{display:flex;justify-content:space-between;margin-top:2rem}.signup-container .nav-buttons button{border:none;border-radius:6px;padding:.7rem 2.8rem;font-size:1rem;cursor:pointer;transition:all .2s ease}.signup-container .nav-buttons button:first-child{background:#fff;border:1px solid #dcdcdc;color:#333}.signup-container .nav-buttons button:first-child:hover{background:#f1f1f1}.signup-container .nav-buttons .submit-btn,.signup-container .nav-buttons .next-btn{background:#394bba;color:#fff;box-shadow:0 3px 8px #394bba4d}.signup-container .nav-buttons .submit-btn:hover,.signup-container .nav-buttons .next-btn:hover{background:#2e3fa0}.hidden{visibility:hidden}body{min-height:100vh}.footer-insert{height:22em;width:100vw;background-image:url(/assets/footer-signup-dtBjttJM.svg);background-repeat:none;background-size:cover}.error-text{color:#d9534f;font-size:1rem;margin-top:.3rem}:root{margin:0;padding:0;box-sizing:border-box;--purple: #79649E;--purple-lt: #D5C7E6;--green: #D8F2A0;--green-lt: #DAE9B9}.section{width:100%;padding:4em 4em 8em;text-align:center;justify-content:center;align-items:center;color:var(--black);z-index:0;display:flex;flex-direction:column}.button{border:none;z-index:3}.cta{color:#000;background-color:var(--green);border:none;font-size:1.4em;font-weight:600;margin-top:1em;margin-bottom:3em;padding:.75em 2em;border-radius:2em;box-shadow:0 .25em .25em #00000026;position:relative;overflow:hidden;display:inline-block;z-index:1}.cta span{position:relative;z-index:2}.cta:before{content:"";position:absolute;top:0;left:0;width:0;height:100%;background-color:#cfef8a;transition:all .3s ease;z-index:1}.cta:hover{cursor:pointer}.cta:hover:before{width:100%;z-index:1}.welcome-text{color:var(--purple);font-size:2em;font-weight:700;text-transform:uppercase;margin:0 0 .5em}.title{color:var(--purple);font-size:4em;font-weight:900;margin-top:0;text-transform:uppercase}.desc{color:#000;font-weight:400;font-size:1.5em;letter-spacing:.5px;display:inline-block;width:65%;margin-top:1em}.desc-title{font-weight:800;font-size:2.25em;margin-top:.5em;margin-bottom:1em}.desc-sm{font-size:1.2em;margin-top:1.5em}.desc-xsm{font-size:1em;margin-top:5em;margin-bottom:8em}.bold{font-weight:700;font-size:1.5em}.row{width:100%;display:flex;flex-direction:row;justify-content:space-between;position:absolute;bottom:-3.5em;z-index:2}.row-item{background-color:#fff;width:32%;padding:0 1.5em 1.5em;text-align:left;border-radius:1em;position:relative;box-shadow:0 .25em .25em #00000026;overflow:hidden}.row .desc{width:100%;padding-bottom:3em}.row-bottom{position:absolute;bottom:0;left:0;width:100%;background-color:var(--purple-lt);padding:1em 1.5em}.row-bottom .desc-sm{padding:0;margin:0}.sprout-icon{position:absolute;bottom:3.5em;right:1em;width:2em;height:auto;z-index:1}.row-2{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%;max-width:1600px;margin-top:10vw;margin-bottom:12vw;gap:1.5vw;padding:0 2vw;position:relative}.row-item-2{flex:1 1 0;min-width:50px;text-align:center}.row-item-2 .desc-sm{margin-top:.5vw;font-size:clamp(.7rem,1.1vw,1.2rem);line-height:1.3}.row-item-2 .bold{font-size:clamp(1.25rem,2.5vw,2.75rem)}.row-item-2:nth-child(1){transform:translateY(-7vw) translate(-8vw)}.row-item-2:nth-child(2){transform:translateY(4vw) translate(-8vw)}.row-item-2:nth-child(3){transform:translateY(-8vw) translate(-1.5vw)}.row-item-2:nth-child(4){transform:translateY(4vw) translate(8vw)}.row-item-2:nth-child(5){transform:translateY(-7vw) translate(8vw)}.section-1{background:#fff url(/assets/header-graphic-D9axkWxX.svg) center bottom/100% auto no-repeat}.section-1 .desc{font-weight:700}.section-2{background-color:var(--green-lt);position:relative;overflow:visible;z-index:2;padding-bottom:18em}.section-3{background:url(/assets/section-3-graphic-BChjiPb0.svg) center calc(4vw + 4rem) /100% auto no-repeat;position:relative;min-height:calc(56.25vw + 8rem);padding-top:clamp(2rem,3vw,4rem);padding-bottom:clamp(8rem,14vw,18rem)}.section-3>*{position:relative;z-index:1}.section-3 .desc{width:min(90%,840px)}.section-3 .desc-title{margin-top:clamp(1.5em,3vw,3em);font-size:clamp(1.5rem,2.2vw,2.25rem)}.section-5{background:var(--purple-lt) url("data:image/svg+xml,%3csvg%20width='1440'%20height='540'%20viewBox='0%200%201440%20540'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='mask0_4451_215'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='0'%20y='0'%20width='1440'%20height='540'%3e%3crect%20width='1440'%20height='540'%20fill='%23D9D9D9'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_4451_215)'%3e%3cg%20filter='url(%23filter0_dddd_4451_215)'%3e%3cpath%20d='M1187.5%2071.8408C1355.83%20-69.2746%201397%20137.863%201440%20161.958V540.053L725.5%20540.053C762.333%20481.386%20818.3%20415.245%20935.5%20344.845C1082%20256.845%201080%20161.961%201187.5%2071.8408Z'%20fill='%238F8AB6'/%3e%3cpath%20d='M1118%20272.655C1276.83%20163.18%201422.5%20251.322%201485%20321.155V540.156H616C744.667%20450.989%20787%20423.341%20895%20405.341C1043.66%20380.564%20925.5%20405.342%201118%20272.655Z'%20fill='%23736DA4'/%3e%3cpath%20d='M925.5%20312.342L893.024%20414.342H957.976L925.5%20312.342Z'%20fill='%23DAE9B9'/%3e%3cpath%20d='M981.5%20346.342L965.479%20396.592H997.521L981.5%20346.342Z'%20fill='%23DAE9B9'/%3e%3cpath%20d='M1329%20203.342L1302.15%20292.592H1355.85L1329%20203.342Z'%20fill='%23DAE9B9'/%3e%3cpath%20d='M1372.5%20198.342L1347.82%20260.592H1397.18L1372.5%20198.342Z'%20fill='%23DAE9B9'/%3e%3c/g%3e%3c/g%3e%3cdefs%3e%3cfilter%20id='filter0_dddd_4451_215'%20x='600'%20y='-34'%20width='901'%20height='577.156'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeColorMatrix%20in='SourceAlpha'%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200'%20result='hardAlpha'/%3e%3cfeOffset%20dy='-3'/%3e%3cfeGaussianBlur%20stdDeviation='3'/%3e%3cfeColorMatrix%20type='matrix'%20values='0%200%200%200%200.541176%200%200%200%200%200.541176%200%200%200%200%200.541176%200%200%200%200.1%200'/%3e%3cfeBlend%20mode='normal'%20in2='BackgroundImageFix'%20result='effect1_dropShadow_4451_215'/%3e%3cfeColorMatrix%20in='SourceAlpha'%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200'%20result='hardAlpha'/%3e%3cfeOffset%20dy='-10'/%3e%3cfeGaussianBlur%20stdDeviation='5'/%3e%3cfeColorMatrix%20type='matrix'%20values='0%200%200%200%200.541176%200%200%200%200%200.541176%200%200%200%200%200.541176%200%200%200%200.09%200'/%3e%3cfeBlend%20mode='normal'%20in2='effect1_dropShadow_4451_215'%20result='effect2_dropShadow_4451_215'/%3e%3cfeColorMatrix%20in='SourceAlpha'%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200'%20result='hardAlpha'/%3e%3cfeOffset%20dy='-23'/%3e%3cfeGaussianBlur%20stdDeviation='7'/%3e%3cfeColorMatrix%20type='matrix'%20values='0%200%200%200%200.541176%200%200%200%200%200.541176%200%200%200%200%200.541176%200%200%200%200.05%200'/%3e%3cfeBlend%20mode='normal'%20in2='effect2_dropShadow_4451_215'%20result='effect3_dropShadow_4451_215'/%3e%3cfeColorMatrix%20in='SourceAlpha'%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200'%20result='hardAlpha'/%3e%3cfeOffset%20dy='-41'/%3e%3cfeGaussianBlur%20stdDeviation='8'/%3e%3cfeColorMatrix%20type='matrix'%20values='0%200%200%200%200.541176%200%200%200%200%200.541176%200%200%200%200%200.541176%200%200%200%200.01%200'/%3e%3cfeBlend%20mode='normal'%20in2='effect3_dropShadow_4451_215'%20result='effect4_dropShadow_4451_215'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='effect4_dropShadow_4451_215'%20result='shape'/%3e%3c/filter%3e%3c/defs%3e%3c/svg%3e") right bottom/60% auto no-repeat;align-items:flex-start;text-align:left}.footer-box{width:66%;padding:1em 0 5em 5em}.footer-box .title{color:#000}.footer-box .desc{margin-top:0;width:100%}@media (max-width: 1024px){.section-3{min-height:calc(56.25vw + 10rem)}.row-2{margin-top:8vw;margin-bottom:14vw}.row-item-2:nth-child(1){transform:translateY(-7vw) translate(-6vw)}.row-item-2:nth-child(2){transform:translateY(4vw) translate(-6vw)}.row-item-2:nth-child(3){transform:translateY(-8vw) translate(-1vw)}.row-item-2:nth-child(4){transform:translateY(4vw) translate(6vw)}.row-item-2:nth-child(5){transform:translateY(-7vw) translate(6vw)}.row-item-2 .desc-sm{font-size:clamp(.6rem,1.3vw,1rem)}.row-item-2 .bold{font-size:clamp(1rem,2.8vw,2rem)}}@media (max-width: 768px){.section-3{background-size:200% auto;background-position:center calc(4vw + 16rem);min-height:auto;padding-bottom:6rem}.row-2{flex-direction:column;gap:1.5rem;margin-top:3rem;margin-bottom:3rem;padding:0 1rem}.row-item-2,.row-item-2:nth-child(1),.row-item-2:nth-child(2),.row-item-2:nth-child(3),.row-item-2:nth-child(4),.row-item-2:nth-child(5){transform:none;max-width:280px;margin:0 auto}.row-item-2 .bold{font-size:1.75rem}.row-item-2 .desc-sm{font-size:1rem}}.desc.second{margin-top:1.5em}.container-resources{text-align:left;width:100%;padding:3rem;display:flex;flex-direction:column;row-gap:15px}@media (max-width: 768px){.container-resources{padding:1.5rem}}h1{margin:0}h2{font-size:1.2rem;font-weight:700;margin-top:1rem;margin-bottom:.5rem}p{margin:0}.view-toggle{background-color:#eef1fb;width:fit-content;padding:4px;border-radius:100px;position:relative;display:flex;align-items:center;justify-content:center;margin-top:0;margin-bottom:-8px}.view-toggle button{position:relative;z-index:10;font-size:14px;font-weight:600;padding:8px 24px;border:none;background-color:transparent;color:#8797c4;cursor:pointer;border-radius:100px}.view-toggle button.active{background-color:transparent;color:#fff;transition-duration:.3s}.view-toggle button:hover{background-color:transparent}.toggle-pill{position:absolute;width:calc(50% - 4px);height:calc(100% - 8px);background-color:#6f89da;border-radius:100px;z-index:0;top:4px;left:4px;transition:transform .3s ease}.toggle-pill.list{transform:translate(100%)}.toggle-pill.tile{transform:translate(0)}.resources-search{background-color:#eef1fb;border-radius:12px;border:none;padding:.4rem .7rem;color:#000;font-size:15px;font-weight:500;width:100%;margin-bottom:1.5rem}.resources-search::placeholder{color:#8797c4}.resource-tile{position:relative;width:calc((100% - 3.9rem)/4);min-width:300px;background-color:#f4f6fd;padding:1.5rem;border-radius:20px;display:flex;flex-direction:column;gap:1rem;box-shadow:0 4px 12px #00000014;cursor:pointer;transition:transform .2s,box-shadow .2s;border:none}.resource-tile:hover{transform:translateY(-2px);box-shadow:0 6px 16px #0000001f}.resource-header{display:flex;justify-content:space-between;align-items:flex-start;gap:10px}.resource-title{font-size:1.2rem;font-weight:800;margin:0;color:#000;white-space:normal;overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;line-height:1.3}.heart-button{background:none;border:none;cursor:pointer;padding:0;flex-shrink:0;display:flex;align-items:center;justify-content:center}.heart-icon{width:24px;height:24px}.resource-description{font-size:.9rem;color:#1a1a1a;margin:0 0 1.5rem;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;line-height:1.5;flex-grow:1}.resource-tags{display:flex;flex-wrap:nowrap;overflow:hidden;align-items:center;gap:.5rem;margin-top:auto;height:32px}.more-tags{font-weight:600;color:#5b4a8c;background-color:transparent;border:1px solid #5B4A8C;padding:2px 10px;border-radius:999px;font-size:.75rem;white-space:nowrap;flex-shrink:0;height:24px;display:flex;align-items:center}.resource-footer{display:flex;justify-content:space-between;align-items:center;margin-top:.5rem;color:#666;font-size:.9rem;font-weight:500;border-top:none;padding-top:0;min-height:32px}.resource-type,.resource-location{display:flex;align-items:center;gap:8px;color:#666;font-weight:600;flex:0 0 auto}.resource-location{color:#5b4a8c}.resource-badge-center{display:flex;gap:.5rem;align-items:center;justify-content:center;flex:0 0 auto}.badge-suggested{display:inline-flex;align-items:center;gap:4px;background-color:#8b5cf6;color:#fff;font-size:.75rem;font-weight:600;padding:4px 12px;border-radius:12px;white-space:nowrap;height:24px}.badge-coach{display:inline-flex;align-items:center;background-color:#f59e0b;color:#fff;font-size:.75rem;font-weight:600;padding:4px 12px;border-radius:12px;white-space:nowrap;height:24px}.resource-popup-overlay{position:fixed;top:0;left:0;height:100vh;width:100vw;background:#0006;display:flex;align-items:center;justify-content:center;z-index:1000}.resource-popup{background:#fff;width:70%;max-height:85vh;overflow-y:scroll;border-radius:12px;padding:2rem;position:relative;box-shadow:0 4px 20px #0000001a}.popup-buttons{width:100%;height:2rem;display:flex;flex-direction:row;justify-content:space-between;align-items:center}.close-button,.popup-heart-button{background:none;border:none;cursor:pointer;margin:0;padding:0}.popup-heart-icon{width:25px;height:25px;margin:0;padding:0}.popup-header{background-color:#eef1fb;margin:1rem -2rem;padding:1rem 2rem;width:calc(100% + 4rem)}.popup-header-inner{max-width:100%}h2{margin:0;padding:0}.popup-description{padding:1rem 0}.popup-tags{display:flex;flex-wrap:wrap;gap:.5rem}.popup-meta p{margin:.5rem 0;font-size:large}.embed-container{width:100%;aspect-ratio:16/9;display:flex;position:relative;overflow:hidden;margin-top:1.5rem;justify-content:center;align-items:center}.embed-container iframe{width:90%;height:100%;border:0;border-radius:12px}.embed-wrapper{margin-top:1.5rem}.tag{display:inline-flex;align-items:center;padding:6px 16px;border-radius:999px;font-size:.85rem;font-weight:600;white-space:nowrap}.tag-a{background-color:#c9e8b7;color:#6c825f}.tag-a .tag-dot{background-color:#6c825f}.tag-b{background-color:#e0d7f0;color:#79649e}.tag-b .tag-dot{background-color:#79649e}.tag-purple{background-color:#e8defa;color:#5b4a8c}.tag-orange{background-color:#e6ccb2;color:#5e4018}.tag-blue{background-color:#d1dbfa;color:#5b73b8}.container#resources-tile-view{row-gap:1rem;width:100%}.resources-grid-tile{display:flex;flex-flow:row wrap;row-gap:1.3rem;column-gap:1.3rem}#resources-table-view{width:100%;display:flex;flex-direction:column;row-gap:1rem;overflow-x:auto;-webkit-overflow-scrolling:touch}.resources-table{width:100%;border-collapse:collapse;font-size:.9rem;min-width:900px;table-layout:fixed}.resources-table th{font-weight:700;padding:1rem .8rem;border-bottom:none;text-align:left;vertical-align:middle;color:#333;white-space:nowrap}.resources-table th:nth-child(1){width:60px}.resources-table th:nth-child(2){width:20%}.resources-table th:nth-child(3){width:40%}.resources-table th:nth-child(4){width:12%}.resources-table th:nth-child(5){width:12%}.resources-table th:nth-child(6){width:auto}.resources-table td{padding:1.5rem .8rem;border-top:none;vertical-align:top;text-align:left;background-color:#fff}.resources-table .resource-row{cursor:pointer;transition:background-color .2s}.resources-table .resource-row:hover td{background-color:#f9f9f9}.title-cell{font-weight:700;font-size:1rem}.description-cell{color:#555;font-size:.85rem;line-height:1.4}.heart-cell{text-align:center}.table-heart-button{background:none;border:none;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center}.table-heart-icon{width:20px;height:20px}.icon-text{display:flex;align-items:center;gap:.5rem;font-weight:500;font-size:.85rem;white-space:nowrap}.categories-wrapper{display:flex;flex-wrap:wrap;gap:.5rem}.category-badge{padding:.3em .8em;border-radius:999px;font-size:.75rem;font-weight:500;white-space:nowrap}.color-0{background-color:#c8e6c9;color:#2e7d32}.color-1{background-color:#e1bee7;color:#4a148c}.color-2{background-color:#ffe0b2;color:#e65100}.color-3{background-color:#bbdefb;color:#0d47a1}.color-4{background-color:#f8bbd0;color:#880e4f}.resource-dash-tile{position:relative;width:100%;background-color:#f4f6fd;padding:1.5rem;border-radius:20px;display:flex;flex-direction:column;gap:1rem;box-shadow:0 4px 12px #00000014;cursor:pointer;transition:transform .2s,box-shadow .2s;border:none}.resource-dash-tile:hover{transform:translateY(-2px);box-shadow:0 6px 16px #0000001f}.resource-dash-tile .resource-header{display:flex;justify-content:space-between;align-items:flex-start;gap:10px}.resource-dash-tile .resource-title{font-size:1.2rem;font-weight:800;margin:0;color:#000;white-space:normal;overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;line-height:1.3}.resource-dash-tile .heart-button{background:none;border:none;cursor:pointer;padding:0;flex-shrink:0;display:flex;align-items:center;justify-content:center}.resource-dash-tile .heart-icon{width:24px;height:24px}.resource-dash-tile .resource-description{font-size:.9rem;color:#1a1a1a;margin:0 0 1.5rem;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;line-height:1.5;flex-grow:1}.resource-dash-tile .resource-tags{display:flex;flex-wrap:nowrap;overflow:hidden;align-items:center;gap:.5rem;margin-top:auto;height:32px}.resource-dash-tile .tag{display:inline-flex;align-items:center;padding:6px 16px;border-radius:999px;font-size:.85rem;font-weight:600;white-space:nowrap}.resource-dash-tile .tag-purple{background-color:#e8defa;color:#5b4a8c}.resource-dash-tile .tag-orange{background-color:#e6ccb2;color:#5e4018}.resource-dash-tile .tag-blue{background-color:#d1dbfa;color:#5b73b8}.resource-dash-tile .more-tags{font-weight:600;color:#5b4a8c;background-color:transparent;border:1px solid #5B4A8C;padding:2px 10px;border-radius:999px;font-size:.75rem;white-space:nowrap;flex-shrink:0;height:24px;display:flex;align-items:center}.patient-dashboard{display:flex;min-height:100vh;background-color:#fff}.sidebar{width:180px;background-color:#e8ebf7;padding:24px 0;display:flex;flex-direction:column}.sidebar .sidebar-title{font-size:16px;font-weight:600;color:#1a1a1a;padding:0 20px 20px;margin:0}.sidebar .sidebar-tab{background:none;border:none;text-align:left;padding:12px 20px;font-size:14px;color:#4b5563;cursor:pointer;transition:all .2s ease}.sidebar .sidebar-tab:hover{background-color:#dce1f3}.sidebar .sidebar-tab.active{background-color:#6875d4;color:#fff;font-weight:500}.content{flex:1;padding:32px 40px;color:#000;background-color:#fff}.page-header{margin-bottom:24px}.page-header .page-title{font-size:32px;font-weight:700;margin:0 0 8px;color:#1a1a1a}.page-header .page-subtitle{font-size:16px;color:#666;margin:0;line-height:1.5}.link-button{border:none;background:none;color:#6875d4;font-weight:600;cursor:pointer;padding:0;text-decoration:none}.link-button:hover{text-decoration:underline}.primary-btn,.secondary-btn{border-radius:8px;padding:10px 20px;font-size:14px;font-weight:600;border:none;cursor:pointer;transition:all .2s ease}.primary-btn{background-color:#6875d4;color:#fff}.primary-btn:hover{background-color:#5563b8}.secondary-btn{background-color:#e8ebf7;color:#1a1a1a}.secondary-btn:hover{background-color:#dce1f3}.empty-state{background-color:#f9fafb;border-radius:12px;padding:48px 32px;text-align:center;color:#666}.empty-state p{margin:0 0 16px;font-size:16px}.resources-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px;margin-top:24px}.resources-section{margin-bottom:48px}.resources-section:last-child{margin-bottom:0}.resources-section .section-header{margin-bottom:20px}.resources-section .section-header .section-title-row{display:flex;align-items:center;gap:12px;margin-bottom:8px}.resources-section .section-header .section-title-row .coach-recommended-badge{display:inline-flex;align-items:center;padding:4px 12px;background-color:#6875d4;color:#fff;font-size:12px;font-weight:600;border-radius:999px;text-transform:uppercase;letter-spacing:.05em}.resources-section .section-header .section-title{margin:0 0 8px;font-size:20px;font-weight:600;color:#1a1a1a}.resources-section .section-header .section-subtitle{margin:0;font-size:14px;color:#666;line-height:1.5}.resources-section .section-footer{display:flex;justify-content:center;margin-top:24px}.resources-section .empty-state-inline{padding:32px 24px;background-color:#f9fafb;border-radius:8px;text-align:center}.resources-section .empty-state-inline p{margin:0;color:#666;font-size:14px}.coaching-banner{border:2px dashed #d1d5db;border-radius:12px;padding:20px 24px;background-color:#f9fafb;color:#1a1a1a;margin-bottom:24px;line-height:1.6}.coaching-banner p{margin:0;font-size:15px}.coaching-banner a{color:#6875d4;font-weight:600;text-decoration:none}.coaching-banner a:hover{text-decoration:underline}.appointment-notice{background-color:#e8ebf7;border-radius:12px;padding:20px 24px;margin-bottom:24px;display:flex;align-items:center;justify-content:space-between}.appointment-notice.no-appointment{justify-content:flex-start}.appointment-notice p{margin:0 0 4px;font-size:15px;color:#1a1a1a}.appointment-notice p:last-child{margin:0}.appointment-notice .appointment-actions{display:flex;gap:12px}.coaching-card{background-color:#f9fafb;border-radius:12px;display:flex;justify-content:space-between;align-items:center;padding:24px 28px;gap:24px;margin-bottom:32px}.coaching-card .coaching-card-content{flex:1}.coaching-card .coaching-card-content .section-title{margin:0 0 12px;font-size:20px;font-weight:700;color:#1a1a1a}.coaching-card .coaching-card-content .coach-info{display:flex;gap:16px;align-items:flex-start}.coaching-card .coaching-card-content .coach-info .coach-avatar{width:60px;height:60px;border-radius:50%;background-color:#d1d5db;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:600;color:#6b7280;flex-shrink:0}.coaching-card .coaching-card-content .coach-info .coach-text{flex:1}.coaching-card .coaching-card-content .coach-info .coach-text .coach-name{margin:0 0 8px;font-size:16px;font-weight:600;color:#1a1a1a}.coaching-card .coaching-card-content .coach-info .coach-text .coach-bio{margin:0;font-size:14px;color:#666;line-height:1.5}.coaching-card .coaching-card-content .coach-summary{margin:0;font-size:16px;color:#1a1a1a;line-height:1.5}.coaching-card .coaching-card-content .coach-details{margin:8px 0 0;color:#666;font-size:15px;line-height:1.5}.coaching-card .coaching-card-actions{flex-shrink:0}.appointments-section{display:flex;flex-direction:column;gap:16px}.appointments-section .section-header{display:flex;flex-direction:column;gap:6px}.appointments-section .section-header .section-title{margin:0;font-size:20px;font-weight:700;color:#1a1a1a}.appointments-section .section-header .section-subtitle{margin:0;color:#666;font-size:15px;line-height:1.5}.appointment-table-wrapper{background-color:#fff;border-radius:12px;border:1px solid #e5e7eb;overflow:hidden}.appointment-table{width:100%;border-collapse:collapse}.appointment-table th,.appointment-table td{padding:14px 20px;text-align:left;font-size:14px}.appointment-table thead{background-color:#f9fafb}.appointment-table thead th{font-weight:600;color:#374151}.appointment-table tbody tr{border-top:1px solid #e5e7eb}.appointment-table tbody tr:hover{background-color:#f9fafb}.appointment-table tbody td{color:#1a1a1a}.profile-section{background-color:#e8ebf7;border-radius:12px;padding:28px 32px;margin-bottom:24px}.profile-section .section-title{margin:0 0 24px;font-size:20px;font-weight:600;color:#1a1a1a}.profile-section .profile-info-row{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:16px}.profile-section .profile-info-row:last-child{margin-bottom:0}@media (max-width: 768px){.profile-section .profile-info-row{grid-template-columns:1fr}}.profile-section .profile-info-column{display:flex;flex-direction:column;gap:16px}.profile-section .profile-info-item{display:grid;grid-template-columns:1fr 1fr;gap:16px;align-items:start}.profile-section .profile-info-item .profile-label{font-size:14px;font-weight:600;color:#1a1a1a;line-height:1.5}.profile-section .profile-info-item .profile-value{font-size:14px;color:#1a1a1a;line-height:1.5}@media (max-width: 768px){.profile-section .profile-info-item{grid-template-columns:1fr}}.info-grid{display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.info-grid.single-column{grid-template-columns:1fr}.info-grid .info-item{display:flex;flex-direction:column;gap:6px;padding:16px 18px;border-radius:8px;background-color:#fff;border:1px solid #e5e7eb}.info-grid .info-item .info-label{font-size:12px;color:#6b7280;text-transform:uppercase;letter-spacing:.05em;font-weight:600}.info-grid .info-item .info-value{font-size:15px;color:#1a1a1a;line-height:1.4}.profile-actions{display:flex;justify-content:flex-start;margin-top:16px}.profile-actions button{min-width:140px}.resource-popup-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;display:flex;align-items:center;justify-content:center;z-index:20;padding:24px}@media (max-width: 1024px){.patient-dashboard{flex-direction:column}.sidebar{width:100%;flex-direction:row;flex-wrap:wrap;padding:16px;gap:8px}.sidebar .sidebar-title{width:100%;padding:0 0 8px}.sidebar .sidebar-tab{flex:1;text-align:center;border-radius:12px}.content{padding:24px}.coaching-card{flex-direction:column;align-items:flex-start}.coaching-card .coaching-card-actions{width:100%;display:flex;justify-content:flex-start}}.patient-profile-page{padding:40px 60px;max-width:1400px;margin:0 auto;color:#1a1a1a;position:relative}.patient-profile-page .back-button{background:none;border:none;padding:8px;cursor:pointer;color:#1a1a1a;display:flex;align-items:center;transition:color .2s;position:absolute;top:40px;left:60px;margin:0}.patient-profile-page .back-button:hover{color:#6875d4}.patient-profile-page .back-button svg{width:24px;height:24px}.patient-profile-page .patient-name-header{font-size:32px;font-weight:700;margin-bottom:30px;text-align:center}.patient-profile-page .info-section{background-color:#e8ebf7;border-radius:16px;padding:32px;margin-bottom:24px}.patient-profile-page .info-section .section-title{font-size:20px;font-weight:600;margin-bottom:24px}.patient-profile-page .info-section .info-grid{display:flex;flex-direction:column;gap:16px}.patient-profile-page .info-section .info-grid .info-row{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.patient-profile-page .info-section .info-grid .info-row-single{display:flex}.patient-profile-page .info-section .info-grid .info-item{display:flex;flex-direction:column;gap:8px}.patient-profile-page .info-section .info-grid .info-item .info-label{font-size:13px;font-weight:600;color:#1a1a1a}.patient-profile-page .info-section .info-grid .info-item .info-value{font-size:14px;color:#1a1a1a}.patient-profile-page .info-section .health-info-grid{display:flex;flex-direction:column;gap:24px}.patient-profile-page .info-section .health-info-grid .health-item{display:flex;flex-direction:column;gap:12px}.patient-profile-page .info-section .health-info-grid .health-item .health-label{font-size:13px;font-weight:600;color:#1a1a1a}.patient-profile-page .info-section .health-info-grid .health-item .health-value{font-size:14px;color:#1a1a1a}.patient-profile-page .info-section .health-info-grid .health-item .health-checkboxes{display:flex;flex-direction:column;gap:12px;padding-left:8px}.patient-profile-page .info-section .health-info-grid .health-item .health-checkboxes .checkbox-item{display:flex;align-items:flex-start;gap:12px;cursor:pointer}.patient-profile-page .info-section .health-info-grid .health-item .health-checkboxes .checkbox-item input[type=checkbox]{margin-top:4px;width:18px;height:18px;cursor:pointer;accent-color:#6875d4;flex-shrink:0}.patient-profile-page .info-section .health-info-grid .health-item .health-checkboxes .checkbox-item span{font-size:13px;color:#1a1a1a;line-height:1.5}.patient-profile-page .resources-section{margin-bottom:40px}.patient-profile-page .resources-section .resources-header{margin-bottom:24px}.patient-profile-page .resources-section .resources-header .section-title{font-size:20px;font-weight:600;margin-bottom:8px}.patient-profile-page .resources-section .resources-header .resources-subtitle{font-size:13px;color:#666;line-height:1.5}.patient-profile-page .resources-section .resources-header .resources-subtitle .link-text{color:#6875d4;text-decoration:none}.patient-profile-page .resources-section .resources-header .resources-subtitle .link-text:hover{text-decoration:underline}.patient-profile-page .resources-section .resources-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:24px}.patient-profile-page .resources-section .resources-grid .resource-card{background-color:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:20px;display:flex;flex-direction:column;transition:box-shadow .2s}.patient-profile-page .resources-section .resources-grid .resource-card:hover{box-shadow:0 4px 12px #00000014}.patient-profile-page .resources-section .resources-grid .resource-card .resource-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px}.patient-profile-page .resources-section .resources-grid .resource-card .resource-header .resource-title{font-size:15px;font-weight:600;line-height:1.4;flex:1;margin:0;padding-right:8px}.patient-profile-page .resources-section .resources-grid .resource-card .resource-header .heart-button{background:none;border:none;padding:4px;cursor:pointer;color:#666;transition:color .2s;flex-shrink:0}.patient-profile-page .resources-section .resources-grid .resource-card .resource-header .heart-button:hover{color:#e74c3c}.patient-profile-page .resources-section .resources-grid .resource-card .resource-header .heart-button svg{display:block}.patient-profile-page .resources-section .resources-grid .resource-card .resource-description{font-size:13px;color:#666;line-height:1.5;margin-bottom:16px;flex:1}.patient-profile-page .resources-section .resources-grid .resource-card .resource-footer{display:flex;justify-content:space-between;align-items:flex-end;gap:12px}.patient-profile-page .resources-section .resources-grid .resource-card .resource-footer .resource-tags{display:flex;flex-wrap:wrap;gap:6px;align-items:center;flex:1}.patient-profile-page .resources-section .resources-grid .resource-card .resource-footer .resource-tags .resource-tag{padding:4px 10px;border-radius:12px;font-size:11px;font-weight:500;white-space:nowrap}.patient-profile-page .resources-section .resources-grid .resource-card .resource-footer .resource-tags .resource-tag.tag-suggested{background-color:#d1fae5;color:#065f46}.patient-profile-page .resources-section .resources-grid .resource-card .resource-footer .resource-tags .resource-tag.tag-saved{background-color:#dbeafe;color:#1e40af}.patient-profile-page .resources-section .resources-grid .resource-card .resource-footer .resource-tags .resource-tag.tag-assigned{background-color:#fef3c7;color:#92400e}.patient-profile-page .resources-section .resources-grid .resource-card .resource-footer .resource-tags .resource-rating{font-size:12px;font-weight:600;color:#059669}.patient-profile-page .resources-section .resources-grid .resource-card .resource-footer .resource-category.tag-category{padding:4px 12px;border-radius:12px;font-size:11px;font-weight:500;background-color:#e9d5ff;color:#6b21a8;white-space:nowrap}.patient-profile-page .resources-section .view-all-container{display:flex;justify-content:center}.patient-profile-page .resources-section .view-all-container .view-all-button{padding:12px 48px;background-color:#6875d4;color:#fff;border:none;border-radius:24px;font-size:14px;font-weight:500;cursor:pointer;transition:background-color .2s}.patient-profile-page .resources-section .view-all-container .view-all-button:hover{background-color:#5563c4}.resource-upload-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000040;display:flex;align-items:center;justify-content:center;z-index:1200;padding:24px}.resource-upload-modal{width:100%;max-width:920px;background:#fff;border-radius:16px;padding:32px 40px;box-shadow:0 10px 30px #10182814;color:#0f172a}.resource-upload-modal .modal-title{font-size:28px;font-weight:700;margin:0 0 24px}.resource-upload-modal .tags-section{margin-bottom:24px}.resource-upload-modal .tags-section .tags-container{display:flex;gap:10px;flex-wrap:wrap;align-items:center}.resource-upload-modal .tags-section .tag-chip{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:18px;font-weight:600;font-size:13px;background:#ede9fe;color:#5b21b6}.resource-upload-modal .tags-section .tag-chip.tag-vt{background:#d1fae5;color:#065f46}.resource-upload-modal .tags-section .tag-remove{background:transparent;border:none;cursor:pointer;font-size:16px;opacity:.85;padding:0;margin:0}.resource-upload-modal .tags-section .add-tags-btn{background:#eef2ff;color:#4f46e5;border:none;padding:8px 12px;border-radius:16px;cursor:pointer;font-weight:600;font-size:13px}.resource-upload-modal .tags-section .tag-picker{margin-top:16px}.resource-upload-modal .tags-section .tag-picker .picker-instruction{margin:0 0 10px;color:#374151;font-weight:600;font-size:14px}.resource-upload-modal .tags-section .tag-picker .picker-list{display:flex;gap:10px;flex-wrap:wrap}.resource-upload-modal .tags-section .tag-picker .picker-list .picker-chip{border:none;padding:8px 14px;border-radius:18px;background:#f3f4f6;color:#111827;font-weight:600;cursor:pointer;font-size:13px}.resource-upload-modal .tags-section .tag-picker .picker-list .picker-chip.selected{background:#d1fae5;color:#065f46}.resource-upload-modal .form-field{margin-bottom:24px}.resource-upload-modal .form-field label{display:block;font-size:14px;color:#2563eb;font-weight:700;margin-bottom:8px}.resource-upload-modal .form-field input,.resource-upload-modal .form-field textarea{width:100%;padding:12px 16px;border-radius:12px;border:none;background:#eef1fb;color:#0f172a;font-size:15px;box-sizing:border-box}.resource-upload-modal .form-field input::placeholder,.resource-upload-modal .form-field textarea::placeholder{color:#94a3b8}.resource-upload-modal .form-field textarea{min-height:140px;resize:vertical}.resource-upload-modal .upload-error{background:#fecaca;color:#7f1d1d;padding:10px 14px;border-radius:8px;font-weight:600;margin-bottom:12px}.resource-upload-modal .upload-dropzone{width:100%;min-height:160px;padding:28px;border-radius:12px;border:2px dashed #C7D2FE;display:flex;align-items:center;justify-content:center;text-align:center;background:#f8f9ff;cursor:pointer;transition:all .2s}.resource-upload-modal .upload-dropzone:hover{border-color:#a5b4fc;background:#eef2ff}.resource-upload-modal .upload-dropzone.has-file{background:#eef2ff;border-style:solid;border-color:#a3b5f5}.resource-upload-modal .upload-dropzone.uploading{border-color:#4f46e5;background:#4f46e50d}.resource-upload-modal .upload-placeholder{color:#475569;font-weight:600;display:flex;flex-direction:column;align-items:center;gap:12px}.resource-upload-modal .upload-actions{margin-top:16px;display:flex;gap:12px;justify-content:center}.resource-upload-modal .small-btn{background:#4f65bb;color:#fff;border:none;padding:10px 16px;border-radius:8px;cursor:pointer;font-weight:600;font-size:14px}.resource-upload-modal .small-btn:hover{background:#4358a8}.resource-upload-modal .upload-status{display:flex;flex-direction:column;align-items:center;gap:12px;color:#4f65bb;font-weight:600}.resource-upload-modal .upload-status .upload-spinner{width:32px;height:32px;border:3px solid #E0E7FF;border-top-color:#4f65bb;border-radius:50%;animation:spin .8s linear infinite}.resource-upload-modal .uploaded-file{display:flex;gap:12px;align-items:center}.resource-upload-modal .uploaded-file .file-name{font-weight:700;color:#0f172a}.resource-upload-modal .modal-actions{margin-top:32px}.resource-upload-modal .submit-btn{background:#4f65bb;color:#fff;padding:14px 28px;border-radius:12px;border:none;font-weight:700;font-size:16px;cursor:pointer;box-shadow:0 6px 14px #4f65bb40}.resource-upload-modal .submit-btn:hover:not(:disabled){background:#4358a8}.resource-upload-modal .submit-btn:disabled{background:#cbd5e1;cursor:not-allowed;opacity:.6;box-shadow:none}.resource-upload-page{width:100%;background:transparent;padding:0}.resource-upload-page .resource-upload-inner{width:100%;margin:0;padding:0}.resource-upload-page .page-header{display:flex;align-items:flex-start;gap:18px;margin-bottom:24px}.resource-upload-page .page-header .back-btn{background:none;border:none;font-size:24px;cursor:pointer;color:#111827;padding:0;line-height:1;display:flex;align-items:center;margin-top:3px}.resource-upload-page .page-header .back-btn:hover{color:#4f46e5}.resource-upload-page .page-header .page-title{font-size:28px;font-weight:700;margin:0;color:#0f172a;line-height:1.2}.resource-upload-page .form-field{margin-bottom:20px}.resource-upload-page .form-field label{display:block;font-size:14px;color:#2563eb;font-weight:700;margin-bottom:8px}.resource-upload-page .form-field input,.resource-upload-page .form-field textarea,.resource-upload-page .form-field select.dropdown-select{width:100%;padding:12px 16px;border-radius:12px;border:none;background:#eef1fb;color:#6b7280;font-size:15px;box-sizing:border-box;-webkit-appearance:none;-moz-appearance:none;appearance:none}.resource-upload-page .form-field input::placeholder,.resource-upload-page .form-field textarea::placeholder,.resource-upload-page .form-field select.dropdown-select::placeholder{color:#94a3b8}.resource-upload-page .form-field select.dropdown-select{cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M5.25 7.5L10 12.25L14.75 7.5' stroke='%236B7280' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;background-size:16px 16px;padding-right:40px;min-height:36px;border-radius:12px}.resource-upload-page .form-field textarea{min-height:100px;resize:vertical;color:#0f172a}.resource-upload-page .form-field input[type=text]{color:#0f172a}.resource-upload-page .form-field .add-category-btn{background:#4f65bb;color:#fff;border:none;padding:10px 18px;border-radius:999px;font-size:14px;font-weight:700;cursor:pointer;display:inline-flex;align-items:center;gap:8px;box-shadow:0 2px #0000000d}.resource-upload-page .form-field .add-category-btn:hover{background:#3f56a4}.resource-upload-page .form-field .add-category-btn:active{transform:translateY(1px)}.resource-upload-page .upload-error{background:#fecaca;color:#7f1d1d;padding:10px 14px;border-radius:8px;font-weight:600;margin-bottom:12px}.resource-upload-page .upload-dropzone{width:100%;min-height:200px;padding:32px;border-radius:12px;border:2px dashed #C7D2FE;display:flex;align-items:center;justify-content:center;text-align:center;background:#eef1fb;cursor:pointer;transition:all .2s}.resource-upload-page .upload-dropzone:hover{border-color:#a5b4fc;background:#e0e7ff}.resource-upload-page .upload-dropzone.has-file{background:#eef2ff;border-style:solid;border-color:#a3b5f5}.resource-upload-page .upload-dropzone.uploading{border-color:#4f46e5;background:#4f46e50d}.resource-upload-page .upload-placeholder{display:flex;flex-direction:column;align-items:center;gap:16px}.resource-upload-page .upload-placeholder .upload-icon{margin-bottom:8px}.resource-upload-page .upload-placeholder .upload-text{color:#1f2937;font-weight:500;font-size:15px;margin:0}.resource-upload-page .upload-actions{display:flex;gap:12px;justify-content:center;margin-top:16px}.resource-upload-page .upload-btn{background:#4f65bb;color:#fff;border:none;padding:10px 20px;border-radius:8px;cursor:pointer;font-weight:600;font-size:14px}.resource-upload-page .upload-btn:hover{background:#4358a8}.resource-upload-page .category-row{background:#eef1fb;border-radius:12px;padding:10px 12px;display:flex;align-items:center;justify-content:flex-start;gap:12px;min-height:50px}.resource-upload-page .category-chips{display:flex;flex-wrap:wrap;gap:8px;flex:1;order:2}.resource-upload-page .add-tags-btn{background:#4f65bb;color:#fff;border:none;padding:8px 16px;border-radius:6px;font-size:13px;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;gap:6px;white-space:nowrap;flex-shrink:0;order:1}.resource-upload-page .add-tags-btn:hover{background:#4358a8}.resource-upload-page .cat-chip{display:inline-flex;align-items:center;gap:8px;padding:8px 14px;border-radius:20px;font-size:14px;font-weight:600}.resource-upload-page .cat-chip .dot{font-size:18px;line-height:1}.resource-upload-page .cat-chip .remove{background:transparent;border:none;padding:0 4px;line-height:1;cursor:pointer;font-weight:700;font-size:18px;color:inherit;opacity:.7}.resource-upload-page .cat-chip .remove:hover{opacity:1}.resource-upload-page .cat-chip.purple{background:#ede9fe;color:#5b21b6}.resource-upload-page .cat-chip.green{background:#d1fae5;color:#065f46}.resource-upload-page .cat-chip.pink{background:#fce7f3;color:#9d174d}.resource-upload-page .cat-chip.orange{background:#fed7aa;color:#92400e}.resource-upload-page .cat-chip.blue{background:#dbeafe;color:#1e40af}.resource-upload-page .cat-chip.gray{background:#e5e7eb;color:#374151}.resource-upload-page .category-picker{margin-top:12px;background:#fff;border-radius:8px;padding:16px;box-shadow:0 2px 8px #0000001a}.resource-upload-page .picker-instruction{margin:0 0 12px;color:#374151;font-weight:600;font-size:14px}.resource-upload-page .picker-list{display:flex;flex-direction:column;gap:8px}.resource-upload-page .picker-chip{border:none;padding:12px 16px;border-radius:8px;font-weight:600;cursor:pointer;font-size:14px;display:flex;align-items:center;gap:10px;transition:all .2s ease;width:100%}.resource-upload-page .picker-chip .dot{font-size:18px;line-height:1}.resource-upload-page .picker-chip.purple{background:#ede9fe;color:#5b21b6}.resource-upload-page .picker-chip.green{background:#d1fae5;color:#065f46}.resource-upload-page .picker-chip.pink{background:#fce7f3;color:#9d174d}.resource-upload-page .picker-chip.orange{background:#fed7aa;color:#92400e}.resource-upload-page .picker-chip.blue{background:#dbeafe;color:#1e40af}.resource-upload-page .picker-chip.gray{background:#e5e7eb;color:#374151}.resource-upload-page .picker-chip.selected{outline:2px solid currentColor;outline-offset:2px}.resource-upload-page .picker-chip:hover{transform:translateY(-1px);box-shadow:0 2px 4px #0000001a}.resource-upload-page .upload-status{display:flex;flex-direction:column;align-items:center;gap:12px;color:#4f46e5;font-weight:600}.resource-upload-page .upload-status .upload-spinner{width:32px;height:32px;border:3px solid #E0E7FF;border-top-color:#4f46e5;border-radius:50%;animation:spin .8s linear infinite}.resource-upload-page .uploaded-file{display:flex;gap:12px;align-items:center}.resource-upload-page .uploaded-file .file-name{font-weight:700;color:#0f172a}.resource-upload-page .modal-actions{margin-top:32px}.resource-upload-page .modal-actions .submit-btn{background:#4f46e5;color:#fff;padding:14px 28px;border-radius:12px;border:none;font-weight:700;font-size:16px;cursor:pointer;box-shadow:0 6px 14px #4f46e540}.resource-upload-page .modal-actions .submit-btn:hover:not(:disabled){background:#4338ca}.resource-upload-page .modal-actions .submit-btn:disabled{background:#cbd5e1;cursor:not-allowed;opacity:.6;box-shadow:none}@media (max-width: 768px){.resource-upload-modal{padding:24px 20px}.resource-upload-page .resource-upload-inner{padding:20px 16px 60px}.resource-upload-page .page-header .modal-title{font-size:24px}}@keyframes spin{to{transform:rotate(360deg)}}.patients-page{display:flex;min-height:100vh;background-color:#fff}.patients-page .sidebar{width:180px;background-color:#e8ebf7;padding:24px 0;display:flex;flex-direction:column}.patients-page .sidebar .sidebar-title{font-size:16px;font-weight:600;color:#1a1a1a;padding:0 20px 20px;margin:0}.patients-page .sidebar .tab{padding:12px 20px;cursor:pointer;font-size:14px;color:#4b5563;transition:all .2s ease}.patients-page .sidebar .tab:hover{background-color:#dce1f3}.patients-page .sidebar .tab.active{background-color:#6875d4;color:#fff;font-weight:500}.patients-page .main-content{flex:1;padding:24px 32px;color:#000;background-color:#fff}.patients-page .main-content .page-title{font-size:32px;font-weight:700;margin-bottom:20px}.patients-page .main-content .upload-resources-content .success-banner,.patients-page .main-content .assign-resources-content .success-banner{text-align:center;margin-bottom:50px}.patients-page .main-content .upload-resources-content .success-banner h1,.patients-page .main-content .assign-resources-content .success-banner h1{font-size:28px;font-weight:600;margin-bottom:12px}.patients-page .main-content .upload-resources-content .success-banner p,.patients-page .main-content .assign-resources-content .success-banner p{font-size:16px;color:#666}.patients-page .main-content .upload-resources-content .resources-sections,.patients-page .main-content .assign-resources-content .resources-sections{max-width:1000px;margin-bottom:50px}.patients-page .main-content .upload-resources-content .resources-sections .section-header,.patients-page .main-content .assign-resources-content .resources-sections .section-header{display:flex;justify-content:space-between;align-items:center;padding:24px 32px;background-color:#fff;border-radius:12px;margin-bottom:20px;cursor:pointer;transition:background-color .2s}.patients-page .main-content .upload-resources-content .resources-sections .section-header:hover,.patients-page .main-content .assign-resources-content .resources-sections .section-header:hover{background-color:#f9f9f9}.patients-page .main-content .upload-resources-content .resources-sections .section-header h2,.patients-page .main-content .assign-resources-content .resources-sections .section-header h2{font-size:24px;font-weight:600;margin:0}.patients-page .main-content .upload-resources-content .resources-sections .section-header .arrow,.patients-page .main-content .assign-resources-content .resources-sections .section-header .arrow{font-size:32px;font-weight:300;transition:transform .3s;color:#666}.patients-page .main-content .upload-resources-content .resources-sections .section-header .arrow.expanded,.patients-page .main-content .assign-resources-content .resources-sections .section-header .arrow.expanded{transform:rotate(90deg)}.patients-page .main-content .upload-resources-content .resources-sections .section-content,.patients-page .main-content .assign-resources-content .resources-sections .section-content{padding:24px 32px;background-color:#fff;border-radius:12px;margin-bottom:20px;margin-top:-10px}.patients-page .main-content .upload-resources-content .resources-sections .section-content p,.patients-page .main-content .assign-resources-content .resources-sections .section-content p{margin:0;color:#666}.patients-page .main-content .upload-resources-content .resources-sections .section-content .resources-list,.patients-page .main-content .assign-resources-content .resources-sections .section-content .resources-list{display:flex;flex-direction:column;gap:12px}.patients-page .main-content .upload-resources-content .resources-sections .section-content .resources-list .resource-item,.patients-page .main-content .assign-resources-content .resources-sections .section-content .resources-list .resource-item{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;background-color:#fff;border-radius:8px;transition:background-color .2s}.patients-page .main-content .upload-resources-content .resources-sections .section-content .resources-list .resource-item:hover,.patients-page .main-content .assign-resources-content .resources-sections .section-content .resources-list .resource-item:hover{background-color:#f5f5f5}.patients-page .main-content .upload-resources-content .resources-sections .section-content .resources-list .resource-item .resource-item-info,.patients-page .main-content .assign-resources-content .resources-sections .section-content .resources-list .resource-item .resource-item-info{display:flex;flex-direction:column;gap:4px}.patients-page .main-content .upload-resources-content .resources-sections .section-content .resources-list .resource-item .resource-item-info .resource-item-name,.patients-page .main-content .assign-resources-content .resources-sections .section-content .resources-list .resource-item .resource-item-info .resource-item-name{font-weight:600;font-size:15px;color:#1a202c}.patients-page .main-content .upload-resources-content .resources-sections .section-content .resources-list .resource-item .resource-item-info .resource-item-date,.patients-page .main-content .assign-resources-content .resources-sections .section-content .resources-list .resource-item .resource-item-info .resource-item-date{font-size:13px;color:#718096}.patients-page .main-content .upload-resources-content .resources-sections .section-content .resources-list .resource-item .resource-status,.patients-page .main-content .assign-resources-content .resources-sections .section-content .resources-list .resource-item .resource-status{padding:6px 16px;border-radius:20px;font-size:12px;font-weight:600}.patients-page .main-content .upload-resources-content .resources-sections .section-content .resources-list .resource-item .resource-status.pending,.patients-page .main-content .assign-resources-content .resources-sections .section-content .resources-list .resource-item .resource-status.pending{background-color:#fef3c7;color:#92400e}.patients-page .main-content .upload-resources-content .resources-sections .section-content .resources-list .resource-item .resource-status.approved,.patients-page .main-content .assign-resources-content .resources-sections .section-content .resources-list .resource-item .resource-status.approved{background-color:#d1fae5;color:#065f46}.patients-page .main-content .upload-resources-content .upload-button-container,.patients-page .main-content .assign-resources-content .upload-button-container{display:flex;justify-content:center;margin-top:60px}.patients-page .main-content .upload-resources-content .upload-button-container .upload-resource-button,.patients-page .main-content .assign-resources-content .upload-button-container .upload-resource-button{padding:16px 48px;background-color:#5865f2;color:#fff;border:none;border-radius:32px;font-size:16px;font-weight:600;cursor:pointer;transition:background-color .2s}.patients-page .main-content .upload-resources-content .upload-button-container .upload-resource-button:hover,.patients-page .main-content .assign-resources-content .upload-button-container .upload-resource-button:hover{background-color:#4752c4}.patients-page .main-content .assign-resources-content{max-width:1200px}.patients-page .main-content .assign-resources-content .view-toggle-assign{background-color:#eef1fb;width:fit-content;padding:4px;border-radius:12px;position:relative;align-items:center;justify-content:center;margin-bottom:20px}.patients-page .main-content .assign-resources-content .view-toggle-assign button{position:relative;z-index:10;font-size:15px;font-weight:600;padding:6px 16px;border:none;background-color:transparent;color:#8797c4;cursor:pointer;transition:color .3s ease}.patients-page .main-content .assign-resources-content .view-toggle-assign button.active{color:#fff}.patients-page .main-content .assign-resources-content .view-toggle-assign .toggle-pill{position:absolute;width:calc(50% - 4px);height:calc(100% - 8px);background-color:#6f89da;border-radius:8px;z-index:0;top:4px;left:4px;transition:transform .3s ease}.patients-page .main-content .assign-resources-content .view-toggle-assign .toggle-pill.list{transform:translate(100%)}.patients-page .main-content .assign-resources-content .view-toggle-assign .toggle-pill.tile{transform:translate(0)}.patients-page .main-content .assign-resources-content .search-input-assign{width:100%;padding:10px 16px;border:none;border-radius:8px;background-color:#eef1fb;font-size:14px;margin-bottom:20px;color:#8797c4;font-weight:500}.patients-page .main-content .assign-resources-content .search-input-assign::placeholder{color:#8797c4}.patients-page .main-content .assign-resources-content .search-input-assign:focus{outline:none;background-color:#e3e8f7}.patients-page .main-content .assign-resources-content .resources-table-container{background-color:#fff;border-radius:12px;overflow:hidden;margin-bottom:30px;box-shadow:0 1px 3px #0000000d}.patients-page .main-content .assign-resources-content .resources-tile-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:20px;margin-bottom:30px}.patients-page .main-content .assign-resources-content .assign-resource-tile{display:flex;flex-direction:column;align-items:flex-start;gap:12px;padding:20px;border:1px solid #d6dcf0;border-radius:16px;background-color:#f5f7ff;box-shadow:0 2px 6px #0f172a14;cursor:pointer;text-align:left;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.patients-page .main-content .assign-resources-content .assign-resource-tile:hover{transform:translateY(-2px);box-shadow:0 6px 18px #6f89da2e}.patients-page .main-content .assign-resources-content .assign-resource-tile.selected{border-color:#6f89da;background-color:#e9edff;box-shadow:0 0 0 2px #6f89da40}.patients-page .main-content .assign-resources-content .assign-resource-tile input[type=checkbox]{width:18px;height:18px;accent-color:#5865f2;cursor:pointer}.patients-page .main-content .assign-resources-content .assign-resource-tile .tile-select{display:flex;align-items:center;gap:10px;font-size:13px;font-weight:600;color:#5865f2;text-transform:uppercase;letter-spacing:.05em}.patients-page .main-content .assign-resources-content .assign-resource-tile .tile-title{margin:0;font-size:20px;font-weight:700;color:#1a1c2d}.patients-page .main-content .assign-resources-content .assign-resource-tile .tile-description{margin:0;font-size:14px;line-height:1.5;color:#4b5563;max-height:4.2em;overflow:hidden;text-overflow:ellipsis}.patients-page .main-content .assign-resources-content .assign-resource-tile .tile-meta{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:600;color:#4f65bb}.patients-page .main-content .assign-resources-content .assign-resource-tile .tile-location{background-color:#dfe4fb;border-radius:999px;padding:4px 12px}.patients-page .main-content .assign-resources-content .assign-resource-tile .tile-tags{display:flex;flex-wrap:wrap;gap:8px}.patients-page .main-content .assign-resources-content .assign-resource-tile .tile-tag{background-color:#eef1fb;color:#4f65bb;border-radius:999px;padding:4px 12px;font-size:12px;font-weight:600;text-transform:capitalize}.patients-page .main-content .assign-resources-content .assign-resource-tile .tile-more{background-color:#d9e0f7;color:#283a8c;border-radius:999px;padding:4px 12px;font-size:12px;font-weight:600}.patients-page .main-content .assign-resources-content .assign-resource-tile:focus-visible{outline:2px solid #5865f2;outline-offset:2px}.patients-page .main-content .assign-resources-content .assign-resource-tile .tile-select span{text-transform:uppercase;font-size:11px;letter-spacing:.06em}.patients-page .main-content .assign-resources-content .assign-resource-tile .tile-tags span{text-transform:capitalize}.patients-page .main-content .assign-resources-content .assign-resource-tile input[type=checkbox]:focus-visible{outline:2px solid #5865f2;outline-offset:2px}.patients-page .main-content .assign-resources-content .empty-state{background-color:#f5f7ff;border-radius:16px;padding:40px;text-align:center;color:#6b7280;font-weight:600}.patients-page .main-content .assign-resources-content .resources-table{width:100%;border-collapse:collapse}.patients-page .main-content .assign-resources-content .resources-table thead{background-color:#f8f9fb}.patients-page .main-content .assign-resources-content .resources-table thead tr th{padding:16px;text-align:left;font-size:13px;font-weight:600;color:#6b7280;border-bottom:1px solid #e5e7eb;vertical-align:middle}.patients-page .main-content .assign-resources-content .resources-table tbody tr{border-bottom:1px solid #f3f4f6;transition:background-color .2s}.patients-page .main-content .assign-resources-content .resources-table tbody tr:hover{background-color:#f9fafb}.patients-page .main-content .assign-resources-content .resources-table tbody tr.selected{background-color:#f0f4ff}.patients-page .main-content .assign-resources-content .resources-table tbody tr td{padding:16px;font-size:14px;vertical-align:top}.patients-page .main-content .assign-resources-content .resources-table .col-select{width:60px;text-align:center}.patients-page .main-content .assign-resources-content .resources-table .col-select input[type=checkbox]{width:18px;height:18px;cursor:pointer;accent-color:#5865f2}.patients-page .main-content .assign-resources-content .resources-table .col-title{width:18%;font-weight:600;color:#111827}.patients-page .main-content .assign-resources-content .resources-table .col-description{width:30%;color:#6b7280;line-height:1.5}.patients-page .main-content .assign-resources-content .resources-table .col-location{width:12%;text-align:center}.patients-page .main-content .assign-resources-content .resources-table .col-location .location{font-size:14px;font-weight:500;color:#374151}.patients-page .main-content .assign-resources-content .resources-table .col-tags{width:13%}.patients-page .main-content .assign-resources-content .resources-table .col-tags .tags-group{display:contents}.patients-page .main-content .assign-resources-content .resources-table .col-tags .tag{display:block;padding:4px 12px;border-radius:12px;font-size:12px;font-weight:500;white-space:nowrap;margin-bottom:6px;margin-left:-12px;width:fit-content}.patients-page .main-content .assign-resources-content .resources-table .col-tags .tag.tag-saved{background-color:#dbeafe;color:#1e40af}.patients-page .main-content .assign-resources-content .resources-table .col-tags .tag.tag-vt{background-color:#d1fae5;color:#065f46}.patients-page .main-content .assign-resources-content .resources-table .col-tags .tag.tag-category{background-color:#e9d5ff;color:#6b21a8}.patients-page .main-content .assign-resources-content .resources-table .col-categories{width:17%}.patients-page .main-content .assign-resources-content .resources-table .col-categories .categories-group{display:contents}.patients-page .main-content .assign-resources-content .resources-table .col-categories .category{display:block;padding:4px 12px;border-radius:12px;font-size:12px;font-weight:500;white-space:nowrap;background-color:#dcfce7;color:#166534;margin-bottom:6px;margin-left:-12px;width:fit-content}.patients-page .main-content .assign-resources-content .next-button-container{display:flex;justify-content:flex-end;margin-top:30px}.patients-page .main-content .assign-resources-content .next-button-container .next-button{padding:12px 48px;background-color:#6875d4;color:#fff;border:none;border-radius:8px;font-size:15px;font-weight:600;cursor:pointer;transition:background-color .2s}.patients-page .main-content .assign-resources-content .next-button-container .next-button:hover:not(:disabled){background-color:#5563c4}.patients-page .main-content .assign-resources-content .next-button-container .next-button:disabled{background-color:#cbd5e1;cursor:not-allowed}.patients-page .main-content .assign-resources-content .patients-table .col-patient-name{width:30%;font-weight:600;color:#111827}.patients-page .main-content .assign-resources-content .patients-table .col-patient-email{width:35%;color:#6b7280}.patients-page .main-content .assign-resources-content .patients-table .col-patient-location{width:25%;color:#6b7280}.patients-page .main-content .assign-resources-content .navigation-buttons{display:flex;justify-content:flex-end;align-items:center;gap:12px;margin-top:30px}.patients-page .main-content .assign-resources-content .navigation-buttons .back-button,.patients-page .main-content .assign-resources-content .navigation-buttons .assign-button{padding:12px 48px;border:none;border-radius:8px;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s;text-decoration:none;display:inline-block}.patients-page .main-content .assign-resources-content .navigation-buttons .back-button{background-color:#f3f4f6;color:#374151;border:1px solid #d1d5db}.patients-page .main-content .assign-resources-content .navigation-buttons .back-button:hover{background-color:#e5e7eb;border-color:#9ca3af}.patients-page .main-content .assign-resources-content .navigation-buttons .assign-button{background-color:#6875d4;color:#fff;box-shadow:0 2px 8px #6875d440}.patients-page .main-content .assign-resources-content .navigation-buttons .assign-button:hover:not(:disabled){background-color:#5563c4;box-shadow:0 4px 12px #6875d459;transform:translateY(-1px)}.patients-page .main-content .assign-resources-content .navigation-buttons .assign-button:active:not(:disabled){transform:translateY(0);box-shadow:0 1px 4px #6875d433}.patients-page .main-content .assign-resources-content .navigation-buttons .assign-button:disabled{background-color:#cbd5e1;cursor:not-allowed;box-shadow:none}.patients-page .main-content .assign-resources-content .success-screen{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;text-align:center}.patients-page .main-content .assign-resources-content .success-screen .success-title{font-size:28px;font-weight:600;margin-bottom:32px;color:#111827;max-width:600px}.patients-page .main-content .assign-resources-content .success-screen .back-to-assign-button{padding:14px 40px;background-color:#6875d4;color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s;box-shadow:0 4px 12px #6875d440;text-decoration:none;display:inline-block}.patients-page .main-content .assign-resources-content .success-screen .back-to-assign-button:hover{background-color:#5563c4;box-shadow:0 6px 16px #6875d459;transform:translateY(-1px)}.patients-page .main-content .assign-resources-content .success-screen .back-to-assign-button:active{transform:translateY(0);box-shadow:0 2px 8px #6875d433}.patients-page .main-content .profile-content .welcome-header{margin-bottom:30px}.patients-page .main-content .profile-content .welcome-header .welcome-title{font-size:28px;font-weight:700;margin-bottom:6px}.patients-page .main-content .profile-content .welcome-header .welcome-subtitle{font-size:14px;color:#666}.patients-page .main-content .profile-content .dashboard-grid{display:grid;grid-template-columns:1fr 1fr;gap:30px;max-height:calc(100vh - 200px)}.patients-page .main-content .profile-content .dashboard-section{background-color:#fff;border-radius:12px;padding:24px;display:flex;flex-direction:column}.patients-page .main-content .profile-content .dashboard-section .section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.patients-page .main-content .profile-content .dashboard-section .section-header .section-title{font-size:20px;font-weight:600}.patients-page .main-content .profile-content .dashboard-section .section-header .view-all-link{background:none;border:none;color:#666;cursor:pointer;font-size:14px;transition:color .2s}.patients-page .main-content .profile-content .dashboard-section .section-header .view-all-link:hover{color:#333}.patients-page .main-content .profile-content .dashboard-section .appointments-list,.patients-page .main-content .profile-content .dashboard-section .resources-list{display:flex;flex-direction:column;gap:12px;overflow-y:auto;flex:1;padding-right:8px}.patients-page .main-content .profile-content .dashboard-section .appointments-list::-webkit-scrollbar,.patients-page .main-content .profile-content .dashboard-section .resources-list::-webkit-scrollbar{width:6px}.patients-page .main-content .profile-content .dashboard-section .appointments-list::-webkit-scrollbar-track,.patients-page .main-content .profile-content .dashboard-section .resources-list::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.patients-page .main-content .profile-content .dashboard-section .appointments-list::-webkit-scrollbar-thumb,.patients-page .main-content .profile-content .dashboard-section .resources-list::-webkit-scrollbar-thumb{background:silver;border-radius:3px}.patients-page .main-content .profile-content .dashboard-section .appointments-list::-webkit-scrollbar-thumb:hover,.patients-page .main-content .profile-content .dashboard-section .resources-list::-webkit-scrollbar-thumb:hover{background:#a0a0a0}.patients-page .main-content .profile-content .dashboard-section .appointment-card{background-color:#f8f8f8;border-radius:8px;padding:16px;display:flex;justify-content:space-between;align-items:center;transition:background-color .2s}.patients-page .main-content .profile-content .dashboard-section .appointment-card:hover{background-color:#f0f0f0}.patients-page .main-content .profile-content .dashboard-section .appointment-card .appointment-info{flex:1}.patients-page .main-content .profile-content .dashboard-section .appointment-card .appointment-info .appointment-patient{font-weight:600;font-size:15px;margin-bottom:4px}.patients-page .main-content .profile-content .dashboard-section .appointment-card .appointment-info .appointment-date{font-size:13px;color:#666}.patients-page .main-content .profile-content .dashboard-section .appointment-card .status-badge{display:inline-block;padding:6px 14px;border-radius:20px;font-size:12px;font-weight:500;white-space:nowrap}.patients-page .main-content .profile-content .dashboard-section .appointment-card .status-badge.upcoming{background-color:#ffd966;color:#6b5400}.patients-page .main-content .profile-content .dashboard-section .appointment-card .status-badge.completed{background-color:#a8c9ff;color:#003d7a}.patients-page .main-content .profile-content .dashboard-section .resource-card{background-color:#f8f8f8;border-radius:8px;padding:16px;transition:background-color .2s}.patients-page .main-content .profile-content .dashboard-section .resource-card:hover{background-color:#f0f0f0}.patients-page .main-content .profile-content .dashboard-section .resource-card .resource-main{margin-bottom:10px}.patients-page .main-content .profile-content .dashboard-section .resource-card .resource-main .resource-title{font-weight:600;font-size:15px;margin-bottom:4px}.patients-page .main-content .profile-content .dashboard-section .resource-card .resource-main .resource-description{font-size:13px;color:#666;line-height:1.4}.patients-page .main-content .profile-content .dashboard-section .resource-card .resource-tags{display:flex;gap:8px}.patients-page .main-content .profile-content .dashboard-section .resource-card .resource-tags .category-tag,.patients-page .main-content .profile-content .dashboard-section .resource-card .resource-tags .service-tag{display:inline-block;padding:4px 12px;border-radius:20px;font-size:11px;font-weight:500}.patients-page .main-content .profile-content .dashboard-section .resource-card .resource-tags .category-tag{background-color:#d4b3ff;color:#4d2680}.patients-page .main-content .profile-content .dashboard-section .resource-card .resource-tags .service-tag{background-color:#b3ffb3;color:#0d5c0d}.patients-page .main-content .appointments-section{margin-bottom:50px}.patients-page .main-content .appointments-section .section-header-inline{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.patients-page .main-content .appointments-section .section-header-inline h2{font-size:20px;font-weight:600;margin:0}.patients-page .main-content .appointments-section .section-header-inline .manage-appointments-btn{padding:8px 20px;background-color:#6875d4;color:#fff;border:none;border-radius:20px;font-size:13px;font-weight:500;cursor:pointer;transition:background-color .2s}.patients-page .main-content .appointments-section .section-header-inline .manage-appointments-btn:hover{background-color:#5563c4}.patients-page .main-content .appointments-section .section-subtitle{font-size:13px;color:#666;margin-bottom:16px}.patients-page .main-content .appointments-section .appointments-list{display:flex;flex-direction:column;gap:16px}.patients-page .main-content .appointments-section .appointments-list .appointment-card-inline{background-color:#e8ebf7;border-radius:12px;padding:20px 24px;display:flex;justify-content:space-between;align-items:center}.patients-page .main-content .appointments-section .appointments-list .appointment-card-inline .appointment-details .appointment-title{font-size:15px;font-weight:500;margin-bottom:6px;color:#1a1a1a}.patients-page .main-content .appointments-section .appointments-list .appointment-card-inline .appointment-details .appointment-datetime{font-size:13px;color:#666}.patients-page .main-content .appointments-section .appointments-list .appointment-card-inline .appointment-actions{display:flex;gap:12px}.patients-page .main-content .appointments-section .appointments-list .appointment-card-inline .appointment-actions button{padding:8px 24px;border:none;border-radius:6px;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s}.patients-page .main-content .appointments-section .appointments-list .appointment-card-inline .appointment-actions .btn-cancel{background-color:#cbd5e1;color:#475569}.patients-page .main-content .appointments-section .appointments-list .appointment-card-inline .appointment-actions .btn-cancel:hover{background-color:#b8c5d3}.patients-page .main-content .appointments-section .appointments-list .appointment-card-inline .appointment-actions .btn-zoom{background-color:#6875d4;color:#fff}.patients-page .main-content .appointments-section .appointments-list .appointment-card-inline .appointment-actions .btn-zoom:hover{background-color:#5563c4}.patients-page .main-content .patients-section h2{font-size:20px;font-weight:600;margin-bottom:8px}.patients-page .main-content .patients-section .section-subtitle{font-size:13px;color:#666;margin-bottom:16px}.patients-page .main-content .patients-section .search-input{width:100%;padding:12px 20px;border:none;border-radius:25px;background-color:#e8ebf7;font-size:14px;margin-bottom:20px;color:#333}.patients-page .main-content .patients-section .search-input::placeholder{color:#9ca3af}.patients-page .main-content .patients-section .search-input:focus{outline:none;background-color:#dce1f3}.patients-page .main-content .patients-section .patients-table-wrapper{background-color:#e8ebf7;border-radius:16px;overflow:hidden;padding:4px}.patients-page .main-content .patients-section .patients-data-table{width:100%;border-collapse:collapse;background-color:transparent}.patients-page .main-content .patients-section .patients-data-table thead tr th{text-align:left;padding:16px 20px;font-size:13px;font-weight:600;color:#1a1a1a;background-color:transparent;border:none}.patients-page .main-content .patients-section .patients-data-table tbody tr{background-color:#e8ebf7;cursor:pointer;transition:background-color .2s}.patients-page .main-content .patients-section .patients-data-table tbody tr:hover{background-color:#dce1f3}.patients-page .main-content .patients-section .patients-data-table tbody tr.clickable-row{cursor:pointer}.patients-page .main-content .patients-section .patients-data-table tbody tr td{padding:16px 20px;font-size:14px;color:#1a1a1a;border:none}.patients-page .main-content .patients-section .patients-data-table tbody tr td.patient-name-cell{font-weight:500}.patients-page .main-content .upload-resources-content .upload-section{margin-bottom:40px}.patients-page .main-content .upload-resources-content .upload-section .page-title{font-size:32px;font-weight:700;color:#1a1a1a;margin:0 0 8px}.patients-page .main-content .upload-resources-content .upload-section .page-description{font-size:16px;color:#666;margin:0 0 24px;line-height:1.5}.patients-page .main-content .upload-resources-content .upload-section .page-description .resource-library-link{background:none;border:none;color:#4f65bb;text-decoration:underline;cursor:pointer;font-size:inherit;padding:0;margin:0}.patients-page .main-content .upload-resources-content .upload-section .page-description .resource-library-link:hover{color:#4358a8}.patients-page .main-content .upload-resources-content .upload-section .upload-button-container{display:flex;justify-content:center;margin:0;padding:0}.patients-page .main-content .upload-resources-content .upload-section .upload-resources-btn{background-color:#4f65bb;color:#fff;border:none;padding:12px 32px;font-size:16px;font-weight:600;border-radius:8px;cursor:pointer;transition:background-color .2s ease}.patients-page .main-content .upload-resources-content .upload-section .upload-resources-btn:hover{background-color:#4358a8}.patients-page .main-content .upload-resources-content .upload-section .upload-resources-btn:active{background-color:#3d4d8f}.patients-page .main-content .upload-resources-content .uploaded-resources-section,.patients-page .main-content .upload-resources-content .pending-resources-section{margin-bottom:48px}.patients-page .main-content .upload-resources-content .uploaded-resources-section .section-title,.patients-page .main-content .upload-resources-content .pending-resources-section .section-title{font-size:24px;font-weight:600;color:#1a1a1a;margin:0 0 8px}.patients-page .main-content .upload-resources-content .uploaded-resources-section .section-description,.patients-page .main-content .upload-resources-content .pending-resources-section .section-description{font-size:14px;color:#666;margin:0 0 16px;line-height:1.5}.patients-page .main-content .upload-resources-content .uploaded-resources-section .section-description .resource-library-link,.patients-page .main-content .upload-resources-content .pending-resources-section .section-description .resource-library-link{background:none;border:none;color:#4f65bb;text-decoration:underline;cursor:pointer;font-size:inherit;padding:0;margin:0}.patients-page .main-content .upload-resources-content .uploaded-resources-section .section-description .resource-library-link:hover,.patients-page .main-content .upload-resources-content .pending-resources-section .section-description .resource-library-link:hover{color:#4358a8}.patients-page .main-content .upload-resources-content .uploaded-resources-section .resources-table,.patients-page .main-content .upload-resources-content .pending-resources-section .resources-table{width:100%;background-color:#fff}.patients-page .main-content .upload-resources-content .uploaded-resources-section .resources-table .table-header,.patients-page .main-content .upload-resources-content .pending-resources-section .resources-table .table-header{display:grid;grid-template-columns:2fr 3fr 1.5fr 1.5fr 2fr;gap:16px;padding:12px 16px;background-color:#f8f9fa;border-bottom:1px solid #e5e7eb;align-items:center}.patients-page .main-content .upload-resources-content .uploaded-resources-section .resources-table .table-header .header-cell,.patients-page .main-content .upload-resources-content .pending-resources-section .resources-table .table-header .header-cell{font-size:14px;font-weight:600;color:#374151;text-align:left}.patients-page .main-content .upload-resources-content .uploaded-resources-section .resources-table .table-body .table-row,.patients-page .main-content .upload-resources-content .pending-resources-section .resources-table .table-body .table-row{display:grid;grid-template-columns:2fr 3fr 1.5fr 1.5fr 2fr;gap:16px;padding:20px 16px;background-color:#f3f4f6;border-bottom:8px solid white;align-items:start}.patients-page .main-content .upload-resources-content .uploaded-resources-section .resources-table .table-body .table-row:last-child,.patients-page .main-content .upload-resources-content .pending-resources-section .resources-table .table-body .table-row:last-child{border-bottom:none}.patients-page .main-content .upload-resources-content .uploaded-resources-section .resources-table .table-body .table-row .table-cell,.patients-page .main-content .upload-resources-content .pending-resources-section .resources-table .table-body .table-row .table-cell{display:block;align-items:flex-start}.patients-page .main-content .upload-resources-content .uploaded-resources-section .resources-table .table-body .table-row .table-cell.title-column .resource-title,.patients-page .main-content .upload-resources-content .pending-resources-section .resources-table .table-body .table-row .table-cell.title-column .resource-title{font-size:16px;font-weight:600;color:#1a1a1a;line-height:1.4}.patients-page .main-content .upload-resources-content .uploaded-resources-section .resources-table .table-body .table-row .table-cell.description-column .resource-description,.patients-page .main-content .upload-resources-content .pending-resources-section .resources-table .table-body .table-row .table-cell.description-column .resource-description{font-size:14px;color:#4b5563;line-height:1.6}.patients-page .main-content .upload-resources-content .uploaded-resources-section .resources-table .table-body .table-row .table-cell.location-column .resource-location,.patients-page .main-content .upload-resources-content .pending-resources-section .resources-table .table-body .table-row .table-cell.location-column .resource-location{font-size:14px;font-weight:500;color:#374151}.patients-page .main-content .upload-resources-content .uploaded-resources-section .resources-table .table-body .table-row .table-cell.tags-column .resource-tags,.patients-page .main-content .upload-resources-content .pending-resources-section .resources-table .table-body .table-row .table-cell.tags-column .resource-tags{display:block}.patients-page .main-content .upload-resources-content .uploaded-resources-section .resources-table .table-body .table-row .table-cell.tags-column .resource-tags .resource-tag,.patients-page .main-content .upload-resources-content .pending-resources-section .resources-table .table-body .table-row .table-cell.tags-column .resource-tags .resource-tag{padding:6px 12px;border-radius:16px;font-size:13px;font-weight:500;display:block;width:fit-content;background-color:#f3f4f6;color:#374151;margin-bottom:8px;margin-left:-12px}.patients-page .main-content .upload-resources-content .uploaded-resources-section .resources-table .table-body .table-row .table-cell.categories-column .resource-categories,.patients-page .main-content .upload-resources-content .pending-resources-section .resources-table .table-body .table-row .table-cell.categories-column .resource-categories{display:block}.patients-page .main-content .upload-resources-content .uploaded-resources-section .resources-table .table-body .table-row .table-cell.categories-column .resource-categories .resource-category,.patients-page .main-content .upload-resources-content .pending-resources-section .resources-table .table-body .table-row .table-cell.categories-column .resource-categories .resource-category{padding:6px 12px;border-radius:16px;font-size:13px;font-weight:500;display:block;width:fit-content;background-color:#dcfce7;color:#166534;margin-bottom:8px;margin-left:-12px}@media (max-width: 768px){.patients-page .main-content .upload-resources-content .upload-section .page-title{font-size:28px}.patients-page .main-content .upload-resources-content .upload-section .page-description{font-size:14px}.patients-page .main-content .upload-resources-content .upload-section .upload-resources-btn{width:100%;padding:12px 24px;font-size:15px}.patients-page .main-content .upload-resources-content .uploaded-resources-section .section-title,.patients-page .main-content .upload-resources-content .pending-resources-section .section-title{font-size:20px}.patients-page .main-content .upload-resources-content .uploaded-resources-section .section-description,.patients-page .main-content .upload-resources-content .pending-resources-section .section-description{font-size:13px}.patients-page .main-content .upload-resources-content .uploaded-resources-section .resources-table .table-header,.patients-page .main-content .upload-resources-content .pending-resources-section .resources-table .table-header{display:none}.patients-page .main-content .upload-resources-content .uploaded-resources-section .resources-table .table-body .table-row,.patients-page .main-content .upload-resources-content .pending-resources-section .resources-table .table-body .table-row{grid-template-columns:1fr;gap:12px}.patients-page .main-content .upload-resources-content .uploaded-resources-section .resources-table .table-body .table-row .table-cell:before,.patients-page .main-content .upload-resources-content .pending-resources-section .resources-table .table-body .table-row .table-cell:before{content:attr(data-label);font-weight:600;margin-bottom:4px;display:block}}@media (max-width: 480px){.patients-page .main-content .upload-resources-content .upload-section .page-title{font-size:24px}.patients-page .main-content .upload-resources-content .uploaded-resources-section .section-title,.patients-page .main-content .upload-resources-content .pending-resources-section .section-title{font-size:18px}}.patients-page .main-content .upload-success-page{display:flex;align-items:center;justify-content:center;min-height:calc(100vh - 200px);padding:40px}.patients-page .main-content .upload-success-page .success-inner{text-align:center;max-width:600px}.patients-page .main-content .upload-success-page .success-inner h2{font-size:22px;font-weight:600;color:#0f172a;margin:0 0 32px;line-height:1.5}.patients-page .main-content .upload-success-page .success-inner .success-action .upload-resources-btn{background:#4f65bb;color:#fff;border:none;padding:14px 32px;border-radius:8px;font-size:15px;font-weight:600;cursor:pointer;transition:background .2s}.patients-page .main-content .upload-success-page .success-inner .success-action .upload-resources-btn:hover{background:#4358a8}.coach-profile .profile-view,.coach-profile .profile-edit{display:flex;gap:32px;align-items:flex-start;padding:24px 0}.coach-profile .profile-left,.coach-profile .profile-edit-left{width:220px;display:flex;flex-direction:column;align-items:center;gap:16px}.coach-profile .avatar-circle{width:140px;height:140px;border-radius:50%;background:#eef1fb;box-shadow:inset 0 2px #00000005}.coach-profile .avatar-edit{width:120px;height:120px}.coach-profile .edit-profile-btn{background:#4f65bb;color:#fff;border:none;padding:12px 26px;border-radius:12px;cursor:pointer;font-weight:700;font-size:15px;box-shadow:0 8px 18px #4f65bb2e;position:relative;margin-top:18px;width:220px;text-align:center;margin-left:auto;margin-right:auto}.coach-profile .profile-main,.coach-profile .profile-edit-main{flex:1}.coach-profile .profile-name{font-size:22px;font-weight:700;margin:0 0 8px}.coach-profile .pronouns{color:#4f65bb;font-weight:600;margin-left:8px;font-size:15px}.coach-profile .profile-location{font-weight:700;margin-bottom:12px}.coach-profile .profile-bio{color:#333;max-width:680px;margin-bottom:20px}.coach-profile .profile-main .edit-profile-btn{margin-top:0;margin-left:0;margin-right:auto;width:auto;min-width:200px}.coach-profile .field-label{display:block;font-weight:700;color:#2563eb;margin:12px 0 8px}.coach-profile input,.coach-profile textarea{width:100%;padding:12px 14px;border-radius:12px;border:none;background:#f3f6fb}.coach-profile .pronoun-chips{display:flex;gap:10px;margin-bottom:8px}.coach-profile .picker-chip{border-radius:20px;padding:10px 20px;background:#4f65bb;color:#fff;border:none;font-weight:600;font-size:14px;cursor:pointer;transition:all .2s}.coach-profile .picker-chip:not(.selected){background:#fff;color:#111827;border:2px solid #d1d5db}.coach-profile .picker-chip.selected{background:#4f65bb;color:#fff;border:2px solid #4F65BB}.coach-profile .picker-chip:hover{opacity:.9}.coach-profile .profile-edit-left .small-btn{background:#4f65bb;color:#fff;border:none;padding:10px 20px;border-radius:8px;font-weight:600;font-size:14px;cursor:pointer;box-shadow:0 4px 12px #4f65bb26}.coach-profile .form-actions{margin-top:18px;display:flex;gap:12px}.coach-profile .profile-edit .form-actions .submit-btn{background:#4f65bb;color:#fff;border:none;padding:12px 26px;border-radius:10px;font-weight:700;font-size:15px;box-shadow:0 8px 18px #4f65bb2e}.coach-profile .profile-edit .form-actions .btn-cancel{background:#fff;color:#111827;border:1px solid #111827;padding:10px 18px;border-radius:8px;font-weight:600;font-size:14px}.coach-profile .confirm-overlay{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#00000040;z-index:1400}.coach-profile .confirm-dialog{background:#fff;padding:28px;border-radius:12px;min-width:520px;text-align:center}.coach-profile .confirm-dialog h3{margin:0 0 18px;font-size:18px}.coach-profile .confirm-actions{display:flex;gap:18px;justify-content:center;margin-top:12px}.coach-profile .confirm-dialog .submit-btn{background:#4f65bb;color:#fff;border:none;padding:12px 28px;border-radius:10px;font-size:15px;font-weight:700;box-shadow:0 8px 18px #4f65bb2e}.coach-profile .confirm-dialog .small-btn{background:#4f65bb;color:#fff;border:none;padding:12px 28px;border-radius:10px;font-size:15px;font-weight:700;box-shadow:0 8px 18px #4f65bb24}.web-scraper-tab .page-title{font-size:32px;font-weight:700;margin-bottom:8px;color:#1a1a1a}.web-scraper-tab .page-description{font-size:15px;color:#666;margin-bottom:24px}.web-scraper-tab .status-card{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:16px;padding:24px;margin-bottom:32px;color:#fff;box-shadow:0 8px 32px #667eea40}.web-scraper-tab .status-card .status-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.web-scraper-tab .status-card .status-header h3{margin:0;font-size:18px;font-weight:600}.web-scraper-tab .status-card .status-header .refresh-btn{background:#fff3;border:none;color:#fff;padding:8px 16px;border-radius:8px;cursor:pointer;font-weight:500;font-size:14px;transition:all .2s}.web-scraper-tab .status-card .status-header .refresh-btn:hover:not(:disabled){background:#ffffff4d}.web-scraper-tab .status-card .status-header .refresh-btn:disabled{opacity:.6;cursor:not-allowed}.web-scraper-tab .status-card .status-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:16px}.web-scraper-tab .status-card .status-item{background:#ffffff26;border-radius:12px;padding:16px}.web-scraper-tab .status-card .status-item .status-label{display:block;font-size:12px;text-transform:uppercase;letter-spacing:.5px;opacity:.85;margin-bottom:6px}.web-scraper-tab .status-card .status-item .status-value{display:block;font-size:16px;font-weight:600}.web-scraper-tab .status-card .status-item .status-value.running{color:gold}.web-scraper-tab .status-card .status-item .status-value.idle,.web-scraper-tab .status-card .status-item .status-value.success{color:#90ee90}.web-scraper-tab .status-card .status-item .status-value.failure{color:#ff6b6b}.web-scraper-tab .status-card .no-data{opacity:.8;font-size:14px}.web-scraper-tab .flags-section .flags-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.web-scraper-tab .flags-section .flags-header h2{font-size:22px;font-weight:600;margin:0;color:#1a1a1a}.web-scraper-tab .flags-section .filters-row{display:flex;gap:12px;margin-bottom:20px;flex-wrap:wrap}.web-scraper-tab .flags-section .filters-row .search-input{flex:1;min-width:200px;padding:12px 20px;border:none;border-radius:25px;background-color:#e8ebf7;font-size:14px;color:#333}.web-scraper-tab .flags-section .filters-row .search-input::placeholder{color:#9ca3af}.web-scraper-tab .flags-section .filters-row .search-input:focus{outline:none;background-color:#dce1f3}.web-scraper-tab .flags-section .filters-row .filter-select{padding:12px 20px;border:none;border-radius:25px;background-color:#e8ebf7;font-size:14px;color:#333;cursor:pointer;min-width:150px}.web-scraper-tab .flags-section .filters-row .filter-select:focus{outline:none;background-color:#dce1f3}.web-scraper-tab .flags-section .error-banner{background:#fee2e2;color:#dc2626;padding:12px 20px;border-radius:8px;margin-bottom:16px;font-size:14px}.web-scraper-tab .flags-section .loading-state{text-align:center;padding:48px;color:#666;font-size:16px}.web-scraper-tab .flags-section .empty-state{text-align:center;padding:64px 32px;background:#f8f9fb;border-radius:16px}.web-scraper-tab .flags-section .empty-state .empty-icon{font-size:48px;margin-bottom:16px}.web-scraper-tab .flags-section .empty-state h3{font-size:20px;color:#1a1a1a;margin:0 0 8px}.web-scraper-tab .flags-section .empty-state p{color:#666;margin:0}.web-scraper-tab .flags-table-wrapper{background:#f8f9fb;border-radius:16px;overflow:hidden}.web-scraper-tab .flags-table{width:100%;border-collapse:collapse}.web-scraper-tab .flags-table thead tr{background:#e8ebf7}.web-scraper-tab .flags-table thead tr th{text-align:left;padding:16px 20px;font-size:13px;font-weight:600;color:#1a1a1a;border:none}.web-scraper-tab .flags-table tbody tr{background:#f8f9fb;transition:background-color .2s;border-bottom:4px solid white}.web-scraper-tab .flags-table tbody tr:hover{background:#eef1fb}.web-scraper-tab .flags-table tbody tr.status-open{border-left:4px solid #ef4444}.web-scraper-tab .flags-table tbody tr.status-ignored{border-left:4px solid #9ca3af;opacity:.75}.web-scraper-tab .flags-table tbody tr.status-resolved{border-left:4px solid #22c55e;opacity:.75}.web-scraper-tab .flags-table tbody tr td{padding:16px 20px;font-size:14px;color:#1a1a1a;vertical-align:middle}.web-scraper-tab .flags-table .url-cell{max-width:300px}.web-scraper-tab .flags-table .url-cell a{color:#4f65bb;text-decoration:none;word-break:break-all}.web-scraper-tab .flags-table .url-cell a:hover{text-decoration:underline}.web-scraper-tab .flags-table .date-cell{white-space:nowrap;color:#666}.web-scraper-tab .flags-table .change-cell .high-change{color:#dc2626;font-weight:600}.web-scraper-tab .flags-table .actions-cell{white-space:nowrap}.web-scraper-tab .flags-table .actions-cell .action-btn{background:none;border:none;font-size:18px;cursor:pointer;padding:6px 10px;border-radius:6px;transition:all .2s}.web-scraper-tab .flags-table .actions-cell .action-btn:disabled{opacity:.5;cursor:not-allowed}.web-scraper-tab .flags-table .actions-cell .action-btn.revalidate:hover:not(:disabled){background:#dbeafe}.web-scraper-tab .flags-table .actions-cell .action-btn.resolve:hover:not(:disabled){background:#dcfce7}.web-scraper-tab .flags-table .actions-cell .action-btn.ignore:hover:not(:disabled){background:#fee2e2}.web-scraper-tab .flags-table .actions-cell .resolved-text{color:#22c55e;font-size:13px;font-weight:500}.web-scraper-tab .status-badge{display:inline-block;padding:4px 12px;border-radius:20px;font-size:12px;font-weight:600;text-transform:uppercase}.web-scraper-tab .status-badge.badge-open{background:#fee2e2;color:#dc2626}.web-scraper-tab .status-badge.badge-ignored{background:#e5e7eb;color:#6b7280}.web-scraper-tab .status-badge.badge-resolved{background:#dcfce7;color:#16a34a}.web-scraper-tab .type-badge{display:inline-block;padding:4px 12px;border-radius:20px;font-size:12px;font-weight:600}.web-scraper-tab .type-badge.badge-404{background:#fef3c7;color:#92400e}.web-scraper-tab .type-badge.badge-changed{background:#dbeafe;color:#1e40af}.admin-dashboard{padding:1.5rem}.admin-dashboard .resource-form{display:flex;flex-direction:column;gap:.5rem}.admin-dashboard .resource-form input,.admin-dashboard .resource-form textarea,.admin-dashboard .resource-form select{padding:.5rem;border-radius:6px;border:1px solid #ccc;font-size:1rem}.admin-dashboard .resource-form .tags-list{display:flex;flex-wrap:wrap;gap:.4rem}.admin-dashboard .resource-form .tag-btn{padding:.3rem .6rem;border-radius:6px;border:1px solid #aaa;background:#f5f5f5;cursor:pointer}.admin-dashboard .resource-form .tag-btn.selected{background:#007bff;color:#fff;border-color:#007bff}.admin-dashboard .resource-list{margin-top:1.5rem;list-style:none;padding:0}.admin-dashboard .resource-list li{margin-bottom:1rem;padding:.75rem;border:1px solid #ddd;border-radius:8px;background:#fafafa;color:#000}.admin-dashboard .resource-list li .resource-header{font-size:1.05rem;margin-bottom:.25rem}.admin-dashboard .resource-list li .tags-display{margin:.4rem 0;display:flex;flex-wrap:wrap;gap:.3rem}.admin-dashboard .resource-list li .tag-chip{background:#e0e7ff;color:#334155;padding:.2rem .5rem;border-radius:5px;font-size:.85rem}.admin-dashboard .resource-list li .delete-btn{margin-top:.4rem;background:none;border:none;color:#c00;cursor:pointer;font-size:1.1rem}.approve-resources-tab{width:100%}.approve-resources-tab .page-subtitle{margin:-8px 0 20px;color:#666;font-size:14px}.approve-resources-tab .error-banner{background:#fdecea;color:#b42318;padding:12px 16px;border-radius:10px;margin-bottom:16px;font-size:14px}.approve-resources-tab .empty-state{background:#e8ebf7;color:#4b5563;padding:16px 20px;border-radius:12px;font-size:14px}.approve-resources-tab .resource-link{color:#4f65bb;text-decoration:underline}.approve-resources-tab .approve-btn{padding:8px 16px;border-radius:999px;border:none;background-color:#6875d4;color:#fff;font-size:13px;font-weight:600;cursor:pointer;transition:background-color .2s ease}.approve-resources-tab .approve-btn:hover:not(:disabled){background-color:#5563c4}.approve-resources-tab .approve-btn:disabled{background-color:#c7cdef;cursor:not-allowed}.approve-resources-tab .patients-data-table{width:100%}.approve-resources-tab .patients-data-table tbody tr{cursor:default;transition:all .3s ease}.approve-resources-tab .patients-data-table tbody tr.approving{opacity:.6;background-color:#f0f4ff}.approve-resources-tab .patients-data-table tbody tr.approve-success{animation:approveSuccess 1.5s ease-out;background-color:#d1fae5}.approve-resources-tab .patients-table-wrapper{width:100%}.approve-resources-tab .success-toast{display:flex;align-items:center;gap:12px;background:linear-gradient(135deg,#d1fae5,#a7f3d0);color:#065f46;padding:16px 20px;border-radius:12px;margin-bottom:20px;box-shadow:0 4px 12px #10b98133;animation:slideInDown .4s ease-out,fadeOut .3s ease-in 2.7s forwards;font-weight:600;font-size:14px}.approve-resources-tab .success-toast .success-icon{display:flex;align-items:center;justify-content:center;width:24px;height:24px;background-color:#10b981;border-radius:50%;color:#fff;animation:checkmarkPop .5s ease-out .2s both}.approve-resources-tab .approve-success-indicator{display:flex;align-items:center;gap:8px;color:#10b981;font-weight:600;font-size:13px;animation:fadeInScale .4s ease-out}.approve-resources-tab .approve-success-indicator svg{animation:checkmarkPop .5s ease-out}@keyframes slideInDown{0%{transform:translateY(-20px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes fadeOut{to{opacity:0;transform:translateY(-10px)}}@keyframes checkmarkPop{0%{transform:scale(0);opacity:0}50%{transform:scale(1.2)}to{transform:scale(1);opacity:1}}@keyframes approveSuccess{0%{background-color:#e8ebf7;transform:scale(1)}30%{background-color:#d1fae5;transform:scale(1.02)}to{background-color:#d1fae5;transform:scale(1)}}@keyframes fadeInScale{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.coach-form{display:flex;gap:12px;margin-bottom:20px;align-items:center;flex-wrap:wrap}.coach-form input{padding:10px 16px;border:1px solid #d1d5db;border-radius:8px;font-size:14px;min-width:150px;background-color:#f9fafb}.coach-form input:focus{outline:none;border-color:#6875d4;background-color:#fff}.coach-form input::placeholder{color:#9ca3af}.back-links{display:flex;flex-direction:column;margin-top:1em;margin-bottom:1em;text-decoration:underline}.react-nav-link{padding:.5em;color:var(--active)}.coach-card{display:flex;flex-direction:row;margin-top:1em;padding:1em;background-color:#eee9f5;width:40%;border-radius:1em;justify-content:space-between;margin-bottom:4em}.coach-card-left{width:50%}.coach-card-right{display:flex;flex-direction:row;align-items:center;justify-content:center;width:50%}.coach-profile-pic{width:8em;height:8em;background-color:#c3cbcd;border-radius:100%;object-fit:cover;display:block;flex-shrink:0}.coaching-body{margin-left:1em}.appointments-container{display:grid;grid-template-columns:1fr 1fr 1fr;gap:1em}.table-headers{display:grid;grid-template-columns:1fr 1fr 1fr}.table-headers h3{border-bottom:2px solid;font-weight:700}.appointment{display:contents}.appointment p{margin:0}.appointment-history{width:80%}.scheduleContainer{width:80%;margin:2em auto auto}.calendly-inline-widget{margin-bottom:2rem}button.action{background-color:#4f46e5;color:#fff;padding:12px 24px;border-radius:8px;border:none;cursor:pointer;font-size:16px;font-weight:500;transition:background-color .3s;margin-top:1em}button.action:hover{background-color:#4338ca}.dosis-font{font-family:Dosis,sans-serif;font-optical-sizing:auto;font-weight:200;font-style:normal}*{font-family:Dosis,sans-serif;box-sizing:border-box}body,html{min-height:100vh;margin:0}:root{--black: #26282D;--gray: #AAB6D4;--light-gray: #EEF1FB;--primary: #6F89DA;--active: #7A68DF}.container{display:flex;flex-direction:column}h1{font-size:35px}p{font-size:20px}
