@layer reset{*,:before,:after{box-sizing:border-box}*{margin:0}html{scroll-behavior:smooth}body{min-height:100vh}img,svg{max-width:100%;display:block}button,input,textarea,select{font:inherit}a{color:inherit;text-decoration:none}}@layer base{:root{--navy-950:#021b31;--navy-900:#032c4c;--navy-800:#06466f;--blue-600:#087ff5;--blue-500:#16a7ec;--cyan-500:#0eaaa8;--cyan-100:#dff8f7;--ink:#09233d;--muted:#5b6f82;--line:#dce8f1;--surface:#fff;--surface-soft:#f4f9fc;--shadow-sm:0 8px 24px #05345614;--shadow-lg:0 24px 64px #01223929;--radius-sm:.75rem;--radius-md:1.125rem;--radius-lg:1.75rem;--container:73.5rem;--font-sans:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif}body{background:var(--surface);color:var(--ink);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;line-height:1.5}h1,h2,h3,h4{letter-spacing:-.035em;line-height:1.08}h2{font-size:clamp(2rem,4vw,3.15rem)}h3{font-size:1rem}p{color:var(--muted)}:focus-visible{outline-offset:3px;outline:3px solid #61d8ff}::selection{background:var(--cyan-100);color:var(--navy-950)}}@layer components{.container{width:min(calc(100% - 2rem), var(--container));margin-inline:auto}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.eyebrow{color:var(--cyan-500);letter-spacing:.13em;text-transform:uppercase;font-size:.76rem;font-weight:800;display:inline-block}.eyebrow--light{color:#64dcda}.brand{color:var(--navy-900);letter-spacing:.04em;align-items:center;gap:.55rem;font-size:1.15rem;font-weight:800;display:inline-flex}.brand__mark{flex:none;width:2.25rem;height:2.55rem;display:block;position:relative;overflow:hidden}.brand__mark img{width:5.35rem;max-width:none;height:auto;position:absolute;top:-.2rem;left:-1.5rem}.brand--inverse{color:#fff}.button{cursor:pointer;border:1px solid #0000;border-radius:.65rem;justify-content:center;align-items:center;gap:.45rem;min-height:3rem;padding:.75rem 1.25rem;font-weight:750;line-height:1;transition:translate .2s,box-shadow .2s,background .2s;display:inline-flex}.button:hover{translate:0 -2px}.button--sm{min-height:2.5rem;padding:.62rem 1rem;font-size:.8rem}.button--primary{color:#fff;background:linear-gradient(135deg, var(--blue-500), var(--blue-600));box-shadow:0 10px 25px #087ff547}.button--ghost{color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#032c4c3d;border-color:#ffffff8c}.button--outline{color:var(--navy-900);background:#fff;border-color:#b9d5e7}.button--login{color:#2fc5ca;background:0 0;border-color:#2fc5ca;min-width:auto;padding-inline:.85rem}.button--login:hover{color:var(--navy-950);background:#2fc5ca;box-shadow:0 8px 20px #2fc5ca33}.button--signup{color:var(--navy-950);background:#fff;box-shadow:0 8px 22px #00000029}.site-header{z-index:50;color:#fff;-webkit-backdrop-filter:blur(16px)saturate(130%);backdrop-filter:blur(16px)saturate(130%);background:#021b31db;border-bottom:1px solid #ffffff21;width:100%;position:fixed;top:0;left:0;box-shadow:0 8px 30px #0114231f}.site-header .container{width:min(100% - 2rem,92rem)}.site-header__inner{align-items:center;gap:1.25rem;min-height:4.25rem;display:flex}.site-header .brand{font-size:1.02rem}.site-header .brand__mark{width:1.9rem;height:2.15rem}.site-header .brand__mark img{width:4.52rem;top:-.17rem;left:-1.27rem}.desktop-nav{align-items:center;gap:clamp(.8rem,1.7vw,1.6rem);margin-left:auto;font-size:.8rem;font-weight:650;display:flex}.desktop-nav a{color:#d8e9f4;transition:color .2s}.desktop-nav a:hover{color:#fff}.header-actions{gap:.55rem;margin-left:auto;display:flex}.mobile-nav{display:none;position:relative}.mobile-nav summary{cursor:pointer;border:1px solid #ffffff59;border-radius:.6rem;place-items:center;width:2.65rem;height:2.65rem;list-style:none;display:grid}.mobile-nav summary::-webkit-details-marker{display:none}.mobile-nav nav{min-width:14rem;color:var(--ink);box-shadow:var(--shadow-lg);background:#fff;border-radius:.8rem;padding:.6rem;display:grid;position:absolute;top:calc(100% + .7rem);right:0}.mobile-nav nav a{border-radius:.5rem;padding:.7rem .8rem}.mobile-nav nav a:hover{background:var(--surface-soft)}.mobile-nav nav .mobile-nav__signup{color:#fff;text-align:center;background:var(--blue-600);margin-top:.25rem}.mobile-nav nav form button{width:100%;color:var(--ink);text-align:left;cursor:pointer;background:0 0;border:0;border-radius:.5rem;padding:.7rem .8rem}.mobile-nav nav form button:hover{background:var(--surface-soft)}.hero{color:#fff;background:var(--navy-950);align-items:center;min-height:47rem;display:grid;position:relative;overflow:hidden}.hero__image{object-fit:cover;object-position:center}.hero__shade{background:linear-gradient(90deg,#021426f7 0%,#021d33d1 38%,#02203538 72%),linear-gradient(#0000 55%,#01162780);position:absolute;inset:0}.hero__inner{z-index:1;grid-template-columns:minmax(0,1.05fr) .75fr;align-items:center;gap:4rem;padding-top:7.5rem;padding-bottom:4rem;display:grid;position:relative}.hero__content{max-width:42rem}.hero h1{letter-spacing:-.055em;max-width:41rem;margin-top:1.1rem;font-size:clamp(3.15rem,6.1vw,5.35rem)}.hero h1 em{color:#3ad6d3;font-style:normal;display:block}.hero__content>p{color:#d8e7f0;max-width:34rem;margin-top:1.2rem;font-size:1.08rem}.search-box{color:#587088;max-width:38rem;min-height:4rem;box-shadow:var(--shadow-lg);background:#fff;border-radius:.85rem;align-items:center;gap:.8rem;margin-top:2rem;padding:.35rem .4rem .35rem 1rem;display:flex}.search-box input{min-width:0;color:var(--ink);background:0 0;border:0;outline:0;flex:1}.search-box button{color:#fff;background:var(--blue-600);cursor:pointer;border:0;border-radius:.65rem;place-items:center;min-width:3.15rem;height:3.15rem;display:grid}.hero__actions{flex-wrap:wrap;gap:.75rem;margin-top:1rem;display:flex}.hero__trust{color:#b7cddd;margin-top:1.4rem;font-size:.76rem;display:block}.hero__signals{justify-items:start;gap:1rem;margin-top:3rem;display:grid}.signal{width:min(100%,15.5rem);min-height:4.5rem;color:var(--navy-900);box-shadow:var(--shadow-lg);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fffffff0;border:1px solid #fffc;border-radius:.85rem;align-items:center;gap:.85rem;padding:.8rem 1rem;display:flex}.signal:nth-child(2){margin-left:5rem}.signal svg{color:var(--cyan-500)}.signal span{font-size:.88rem;font-weight:750}.section{padding:6.5rem 0}.section--tight{padding:4.75rem 0}.section--soft{background:var(--surface-soft)}.section-heading{text-align:center;max-width:43rem;margin:0 auto 2.75rem}.section-heading h2{margin-top:.55rem}.section-heading p{margin-top:.8rem;font-size:1.02rem}.section-heading--row{text-align:left;justify-content:space-between;align-items:end;max-width:none;display:flex}.section-heading--row a{color:var(--blue-600);align-items:center;gap:.35rem;font-size:.85rem;font-weight:750;display:inline-flex}.category-grid{grid-template-columns:repeat(6,1fr);gap:.85rem;display:grid}.category-card{text-align:center;border:1px solid var(--line);border-radius:var(--radius-md);min-height:9.3rem;box-shadow:var(--shadow-sm);background:#fff;flex-direction:column;justify-content:center;align-items:center;gap:.9rem;padding:1rem;transition:border-color .2s,translate .2s,box-shadow .2s;display:flex}.category-card:hover{border-color:#72cfe7;translate:0 -5px;box-shadow:0 17px 35px #05345621}.category-card span{width:3.35rem;height:3.35rem;color:var(--navy-800);background:linear-gradient(145deg,#e9f9fa,#eaf4fb);border-radius:1rem;place-items:center;display:grid}.category-card svg{width:1.75rem}.category-card strong{max-width:8.5rem;font-size:.88rem;line-height:1.25}.journey{background:linear-gradient(#fff,#f6fbfd)}.journey-grid{grid-template-columns:repeat(4,1fr);gap:2rem;padding:0;list-style:none;display:grid;position:relative}.journey-grid:before{content:"";border-top:2px dashed #8bd2df;position:absolute;top:3rem;left:12%;right:12%}.journey-grid li{text-align:center;position:relative}.journey-number{z-index:2;color:#fff;background:var(--cyan-500);border-radius:50%;place-items:center;width:1.55rem;height:1.55rem;font-size:.7rem;font-weight:800;display:grid;position:absolute;top:2.35rem;left:calc(50% - 3.7rem)}.journey-icon{z-index:1;width:6rem;height:6rem;color:var(--navy-800);box-shadow:var(--shadow-sm);background:#fff;border:2px solid #9bd7e6;border-radius:50%;place-items:center;margin:0 auto 1rem;display:grid;position:relative}.journey-icon svg{width:2.1rem;height:2.1rem}.journey-grid h3{margin-bottom:.45rem;font-size:1.05rem}.journey-grid p{max-width:13rem;margin:auto;font-size:.85rem}.professional-grid{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}.profile-card{border:1px solid var(--line);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);background:#fff;grid-template-columns:auto 1fr;align-items:center;gap:.9rem 1rem;padding:1.25rem;display:grid}.avatar{color:#fff;background:linear-gradient(145deg,#174f6c,#0aa6a6);border:4px solid #e4f5f8;border-radius:50%;grid-row:span 2;place-items:center;width:4.6rem;height:4.6rem;font-size:1.15rem;font-weight:800;display:grid}.avatar--2{background:linear-gradient(145deg,#d48064,#754439)}.avatar--3{background:linear-gradient(145deg,#49697d,#1c3441)}.profile-card__body h3{align-items:center;gap:.3rem;display:flex}.profile-card__body h3 svg,.verified{color:var(--cyan-500)}.profile-card__body p{margin-top:.25rem;font-size:.75rem}.rating,.verified{align-items:center;gap:.25rem;margin-top:.3rem;font-size:.73rem;font-weight:700;display:flex}.rating{color:#f3ab28}.rating small{color:var(--muted);font-weight:500}.profile-card .button{grid-column:2;min-height:2.25rem}.app-showcase{color:#fff;background:radial-gradient(circle at 80% 10%, #0871a5, transparent 28%), linear-gradient(135deg, var(--navy-950), var(--navy-800));overflow:hidden}.app-showcase__grid{grid-template-columns:.7fr 1.8fr;align-items:center;gap:3.5rem;display:grid}.app-copy h2{margin-top:.55rem}.app-copy>p{color:#c7dce8;margin-top:1rem}.store-row{flex-wrap:wrap;gap:.55rem;margin-top:1.5rem;display:flex}.store-row>a{border-radius:.5rem;justify-content:center;align-items:center;width:10.5rem;height:3.25rem;transition:translate .2s,filter .2s,box-shadow .2s;display:flex;overflow:hidden}.store-row>a:hover{filter:brightness(1.07);translate:0 -2px;box-shadow:0 10px 24px #00000038}.store-row img{object-fit:cover;width:100%;height:100%}.trust-line{color:#b6e6e9;align-items:center;gap:.5rem;margin-top:1.5rem;font-size:.78rem;display:flex}.phones{perspective:1000px;justify-content:center;align-items:end;gap:1.2rem;display:flex}.phone{width:13rem;height:27rem;color:var(--ink);background:#07131c;border:2px solid #728593;border-radius:2rem;padding:.45rem;position:relative;box-shadow:0 28px 50px #00000059}.phone:nth-child(2){translate:0 -1rem}.phone__speaker{z-index:2;background:#07131c;border-radius:1rem;width:3.4rem;height:.32rem;position:absolute;top:.65rem;left:50%;translate:-50%}.phone__screen{background:#f8fcfe;border-radius:1.55rem;height:100%;padding:1rem .75rem 2.8rem;position:relative;overflow:hidden}.phone__top{justify-content:space-between;margin-bottom:1.35rem;font-size:.55rem;font-weight:800;display:flex}.phone__screen>small{color:var(--blue-600);font-size:.56rem}.phone__screen h4{letter-spacing:-.02em;margin-top:.25rem;font-size:.82rem}.phone-search,.phone-textarea{color:#8ba0af;background:#fff;border:1px solid #dae7ef;border-radius:.45rem;margin-top:.75rem;padding:.55rem;font-size:.52rem}.phone-search{align-items:center;gap:.3rem;display:flex}.phone-label{margin-top:.8rem;font-size:.52rem;font-weight:800;display:block}.phone-categories{grid-template-columns:repeat(4,1fr);gap:.35rem;margin-top:.4rem;display:grid}.phone-categories span{background:#e7f6f8;border-radius:.4rem;place-items:center;height:2.2rem;display:grid}.phone-banner{color:#fff;background:linear-gradient(145deg,#032c4c0d,#032c4ccc),url(/images/poseidon-hero-ocean.png) 50%/cover;border-radius:.55rem;align-content:end;height:6rem;margin-top:1rem;padding:.7rem;display:grid}.phone-banner small{font-size:.48rem}.phone-steps{justify-content:space-between;margin:.8rem 0;display:flex}.phone-steps i{background:#d7e5ec;border-radius:1rem;width:1.55rem;height:.2rem}.phone-steps i:first-child{background:var(--blue-600)}.phone-textarea{min-height:3.8rem}.phone-field{background:#fff;border-bottom:1px solid #dce8ef;justify-content:space-between;align-items:center;margin-top:.45rem;padding:.55rem;font-size:.55rem;font-weight:650;display:flex}.phone-button{color:#fff;background:var(--blue-600);border:0;border-radius:.45rem;width:100%;margin-top:.8rem;padding:.55rem;font-size:.55rem;font-weight:800}.phone-profile{text-align:center;justify-items:center;display:grid}.phone-profile span{color:var(--muted);margin-top:.2rem;font-size:.52rem}.phone-avatar{color:#fff;background:linear-gradient(145deg,#174f6c,#0aa6a6);border-radius:50%;place-items:center;width:3.5rem;height:3.5rem;font-size:.8rem;font-weight:800;display:grid}.phone-stats{grid-template-columns:repeat(3,1fr);gap:.3rem;margin:.8rem 0;display:grid}.phone-stats span{text-align:center;background:#e8f4f8;border-radius:.4rem;padding:.45rem .2rem;font-size:.6rem;display:grid}.phone-stats small{color:var(--muted);font-size:.42rem}.phone-nav{color:#6b8293;background:#fff;border-top:1px solid #dce8ef;justify-content:space-around;align-items:center;height:2.6rem;display:flex;position:absolute;bottom:0;left:0;right:0}.phone-nav span{color:#fff;background:var(--blue-600);border-radius:50%;place-items:center;width:1.8rem;height:1.8rem;display:grid}.differences{background:#fff}.feature-grid{grid-template-columns:repeat(5,1fr);gap:1.25rem;display:grid}.feature-grid article{border-left:1px solid var(--line);padding:1.35rem 1rem}.feature-grid article:first-child{border-left:0}.feature-grid article>span{width:2.8rem;height:2.8rem;color:var(--blue-600);background:#e9f6fc;border-radius:.8rem;place-items:center;margin-bottom:.8rem;display:grid}.feature-grid p{margin-top:.4rem;font-size:.76rem}.pro-section{background:linear-gradient(110deg,#e1f7f7,#eef9fd)}.pro-section__heading{justify-content:space-between;align-items:end;gap:2rem;margin-bottom:3rem;display:flex}.pro-section__heading h2{max-width:47rem;margin-top:.5rem;font-size:clamp(1.9rem,4vw,3rem)}.pro-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.pro-grid article{gap:1rem;display:flex}.pro-icon{width:3.6rem;height:3.6rem;color:var(--navy-800);background:#ffffffb3;border:1px solid #99d9e3;border-radius:1rem;flex:none;place-items:center;display:grid}.pro-grid small{color:var(--cyan-500);font-weight:800}.pro-grid h3{margin-top:.25rem}.pro-grid p{margin-top:.4rem;font-size:.78rem}.final-cta{color:#fff;text-align:center;background:linear-gradient(#021e33ad,#021e33e0),url(/images/poseidon-hero-ocean.png) 50% 58%/cover;padding:5.5rem 0;position:relative;overflow:hidden}.final-cta h2{margin-top:.55rem}.final-cta p{color:#d5e6ef;margin-top:.8rem}.final-cta .container>div{flex-wrap:wrap;justify-content:center;gap:.8rem;margin-top:1.5rem;display:flex}.site-footer{color:#c0d4e2;background:var(--navy-950);padding:4.5rem 0 1.5rem}.footer-grid{grid-template-columns:1.4fr repeat(3,1fr) 1.1fr;gap:2.5rem;display:grid}.footer-brand p{color:#9cb5c6;max-width:12rem;margin-top:1rem;font-size:.78rem}.footer-downloads{margin-top:1.5rem}.footer-downloads>strong{margin-bottom:.65rem;display:block}.footer-downloads>div{gap:.5rem;display:grid}.store-badge{border-radius:.5rem;justify-content:center;align-items:center;width:10.5rem;height:3.25rem;transition:filter .2s,translate .2s,box-shadow .2s;display:flex;overflow:hidden}.store-badge:hover{border-color:#9fc4d7;translate:0 -2px}.store-badge img{object-fit:cover;width:100%;height:100%}.footer-grid nav{align-content:start;gap:.55rem;display:grid}.footer-grid strong{color:#fff;margin-bottom:.25rem;font-size:.82rem}.footer-grid nav a{font-size:.74rem}.footer-grid nav a:hover{color:#fff}.footer-social>div{gap:.5rem;margin-top:.9rem;display:flex}.footer-social a{color:#d8e9f3;border:1px solid #486477;border-radius:50%;place-items:center;width:2.2rem;height:2.2rem;transition:color .2s,background .2s,border-color .2s,translate .2s;display:grid}.footer-social a:hover{color:#fff;background:var(--blue-600);border-color:var(--blue-600);translate:0 -2px}.footer-social a svg{width:1.05rem;height:1.05rem}.footer-bottom{border-top:1px solid #214158;justify-content:space-between;margin-top:3rem;padding-top:1.25rem;font-size:.68rem;display:flex}.placeholder-page{background:linear-gradient(#f1f9fc,#fff);min-height:100vh}.placeholder-page__header{width:min(calc(100% - 2rem), var(--container));justify-content:space-between;align-items:center;min-height:5rem;margin:auto;display:flex}.placeholder-page__header>a{color:var(--muted);align-items:center;gap:.35rem;font-size:.82rem;display:flex}.placeholder-page>section{text-align:center;width:min(100% - 2rem,44rem);margin:9vh auto 0}.placeholder-page h1{margin-top:.6rem;font-size:clamp(2.4rem,6vw,4.5rem)}.placeholder-page section>p{max-width:37rem;margin:1rem auto}.placeholder-icon{width:4rem;height:4rem;color:var(--blue-600);box-shadow:var(--shadow-sm);background:#fff;border-radius:1rem;place-items:center;margin:0 auto 1.2rem;display:grid}.search-box--light{border:1px solid var(--line);margin-inline:auto}.search-box--light button{width:auto;padding-inline:1rem}.auth-page{background:radial-gradient(circle at 80% 8%,#0eaaa829,#0000 28%),linear-gradient(145deg,#eef8fb,#fff 55%);min-height:100vh;padding:1rem}.auth-page__brand{width:min(100%, var(--container));justify-content:space-between;align-items:center;min-height:4rem;margin:auto;display:flex}.auth-page__brand>a{color:var(--muted);align-items:center;gap:.35rem;font-size:.8rem;display:flex}.auth-card{border:1px solid var(--line);border-radius:var(--radius-lg);width:min(100%,30rem);box-shadow:var(--shadow-lg);background:#fffffff0;margin:clamp(2rem,7vh,5rem) auto;padding:clamp(1.5rem,4vw,2.5rem)}.auth-card__icon{color:#fff;background:linear-gradient(135deg, var(--cyan-500), var(--blue-600));border-radius:1rem;place-items:center;width:3.5rem;height:3.5rem;margin-bottom:1.25rem;display:grid}.auth-card h1{margin-top:.45rem;font-size:clamp(2rem,6vw,2.8rem)}.auth-card>p{margin-top:.75rem}.auth-card form{gap:1rem;margin-top:1.75rem;display:grid}.auth-card label{color:var(--ink);gap:.4rem;font-size:.78rem;font-weight:750;display:grid}.auth-card form>label>span{color:#7890a1;background:#fff;border:1px solid #cddde8;border-radius:.7rem;align-items:center;gap:.65rem;min-height:3.25rem;padding:0 .85rem;display:flex}.auth-card form>label>span:focus-within{border-color:var(--blue-500);box-shadow:0 0 0 3px #16a7ec1f}.auth-card form>label>span input{width:100%;min-width:0;color:var(--ink);background:0 0;border:0;outline:0}.auth-card__forgot{color:var(--blue-600);justify-self:end;margin-top:-.35rem;font-size:.75rem;font-weight:700}.auth-card__switch{color:var(--muted);text-align:center;margin-top:1.5rem;font-size:.8rem}.auth-card__switch a{color:var(--blue-600);font-weight:800}.login-form{display:grid}.login-form__options{justify-content:space-between;align-items:center;gap:1rem;display:flex}.login-form__options>a{color:var(--blue-600);font-size:.75rem;font-weight:700}.auth-card .remember-option{color:var(--muted);cursor:pointer;grid-template-columns:none;align-items:center;gap:.45rem;font-weight:600;display:flex}.remember-option input{width:1rem;height:1rem;accent-color:var(--cyan-500)}.password-toggle{width:2rem;height:2rem;color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:.35rem;flex:none;place-items:center;display:grid}.password-toggle:hover{color:var(--blue-600);background:#edf7fb}.form-error,.form-notice,.form-success{border-radius:.65rem;padding:.75rem .85rem;font-size:.76rem}.form-error{color:#8f2430;background:#fff0f1;border:1px solid #f5c3c8}.form-notice{color:#315f77;background:#ebf7fc;border:1px solid #bee2f0}.form-success{color:#176044;background:#eaf8f1;border:1px solid #b8e4ce}.auth-card button[disabled]{opacity:.72;cursor:wait;translate:none}.spin{animation:.8s linear infinite spin}.auth-card__back{width:100%;margin-top:1.5rem}.recovery-card{margin-top:clamp(1.5rem,4vh,3rem)}.recovery-progress{grid-template-columns:repeat(3,1fr);margin-bottom:2rem;display:grid;position:relative}.recovery-progress:before{content:"";background:var(--line);height:2px;position:absolute;top:1rem;left:16.5%;right:16.5%}.recovery-progress>div{z-index:1;color:#8ba0af;justify-items:center;gap:.35rem;display:grid;position:relative}.recovery-progress>div>span{border:2px solid var(--line);background:#fff;border-radius:50%;place-items:center;width:2rem;height:2rem;font-size:.68rem;font-weight:800;display:grid}.recovery-progress>div>span svg{width:.9rem}.recovery-progress>div>small{font-size:.62rem;font-weight:700}.recovery-progress>div.is-active{color:var(--cyan-500)}.recovery-progress>div.is-active>span{color:#fff;background:var(--cyan-500);border-color:var(--cyan-500)}.recovery-message{margin-top:1.25rem}.recovery-card .code-input input{text-align:center;letter-spacing:.45em;font-size:1.35rem;font-weight:800}.field-help{color:var(--muted);margin-top:-.55rem;font-size:.65rem}.recovery-secondary-action,.recovery-cancel{margin-top:.8rem!important}.recovery-secondary-action button,.recovery-cancel button{width:100%;color:var(--blue-600);cursor:pointer;background:0 0;border:0;border-radius:.5rem;padding:.55rem;font-size:.76rem;font-weight:750}.recovery-secondary-action button:hover,.recovery-cancel button:hover{background:#edf7fb}.recovery-cancel{border-top:1px solid var(--line);padding-top:.35rem}.recovery-cancel button{color:var(--muted)}.password-requirements{color:#7b8f9e;background:var(--surface-soft);border-radius:.65rem;grid-template-columns:1fr 1fr;gap:.4rem .75rem;padding:.75rem;font-size:.64rem;list-style:none;display:grid}.password-requirements li{align-items:center;gap:.35rem;display:flex}.password-requirements svg{color:#a6b5bf;width:.8rem;height:.8rem}.password-requirements li.is-valid{color:#187151}.password-requirements li.is-valid svg{color:#1aa672}.registration-page{padding-bottom:3rem}.registration-card{width:min(100%,48rem);margin-top:clamp(1.5rem,4vh,3rem)}.registration-progress{grid-template-columns:repeat(5,1fr);margin-bottom:2rem;display:grid;position:relative}.registration-progress:before{content:"";background:var(--line);height:2px;position:absolute;top:1rem;left:10%;right:10%}.registration-progress>div{z-index:1;color:#8ba0af;justify-items:center;gap:.35rem;display:grid;position:relative}.registration-progress span{border:2px solid var(--line);background:#fff;border-radius:50%;place-items:center;width:2rem;height:2rem;font-size:.68rem;font-weight:800;display:grid}.registration-progress span svg{width:.9rem}.registration-progress small{font-size:.62rem;font-weight:700}.registration-progress .is-active{color:var(--cyan-500)}.registration-progress .is-active span{color:#fff;background:var(--cyan-500);border-color:var(--cyan-500)}.registration-message{margin-top:1.25rem}.registration-card .code-input input{text-align:center;letter-spacing:.45em;font-size:1.35rem;font-weight:800}.registration-card form>label small{color:var(--muted);font-weight:500}.form-grid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.cep-row{grid-template-columns:1fr auto;align-items:end;gap:.65rem;display:grid}.cep-row>label{min-width:0}.cep-row>.button{min-height:3.25rem}.registration-data-form input[readonly]{color:#526b7c;cursor:default}.registration-data-form label>span:has(input[readonly]){background:#f2f7f9}.registration-data-form label>span{color:#7890a1;background:#fff;border:1px solid #cddde8;border-radius:.7rem;align-items:center;gap:.65rem;min-height:3.25rem;padding:0 .85rem;display:flex}.registration-data-form label>span:focus-within{border-color:var(--blue-500);box-shadow:0 0 0 3px #16a7ec1f}.registration-data-form label>span input{width:100%;min-width:0;color:var(--ink);background:0 0;border:0;outline:0}.role-grid{grid-template-columns:1fr 1fr;gap:.8rem;display:grid}.auth-card .role-grid>label{min-height:9rem;color:var(--muted);border:2px solid var(--line);cursor:pointer;background:#fff;border-radius:.85rem;align-content:center;justify-items:start;gap:.5rem;padding:1.1rem;display:grid;position:relative}.auth-card .role-grid>label.is-selected{color:var(--navy-900);border-color:var(--cyan-500);background:#ecf9fa}.role-grid input{opacity:0;pointer-events:none;position:absolute}.role-grid svg{color:var(--blue-600)}.role-grid strong{color:var(--ink);font-size:.95rem}.role-grid small{font-size:.7rem;font-weight:500}.category-selector{border:1px solid var(--line);border-radius:.8rem;gap:.55rem;max-height:20rem;padding:1rem;display:grid;overflow-y:auto}.category-selector legend{color:var(--ink);padding:0 .35rem;font-size:.8rem;font-weight:800}.auth-card .category-selector>label{background:var(--surface-soft);cursor:pointer;border:1px solid #0000;border-radius:.65rem;grid-template-columns:auto 1fr;align-items:start;gap:.65rem;padding:.75rem;display:grid}.auth-card .category-selector>label:has(input:checked){background:#e7f7f8;border-color:#8dd5da}.category-selector input{width:1rem;height:1rem;accent-color:var(--cyan-500);margin-top:.1rem}.category-selector span{gap:.18rem;display:grid}.category-selector strong{font-size:.76rem}.category-selector small{color:var(--muted);font-size:.67rem;font-weight:500}.dashboard{background:#f4f8fb;grid-template-columns:17rem 1fr;min-height:100vh;display:grid}.dashboard__sidebar{color:#fff;background:linear-gradient(180deg, var(--navy-950), var(--navy-900));flex-direction:column;height:100vh;padding:2rem 1.25rem 1.25rem;display:flex;position:sticky;top:0}.dashboard__sidebar nav{gap:.35rem;margin-top:3rem;display:grid}.dashboard__sidebar nav a,.dashboard__sidebar form button{color:#c6d9e5;cursor:pointer;background:0 0;border:0;border-radius:.65rem;align-items:center;gap:.7rem;width:100%;padding:.75rem .8rem;font-size:.82rem;display:flex}.dashboard__sidebar nav a:hover,.dashboard__sidebar form button:hover{color:#fff;background:#ffffff17}.dashboard__sidebar nav svg,.dashboard__sidebar form svg{width:1.05rem}.dashboard__notification-count{color:#fff;background:#e55252;border-radius:999px;place-items:center;min-width:1.35rem;height:1.35rem;margin-left:auto;padding-inline:.28rem;font-size:.52rem;font-weight:850;display:grid}.dashboard__sidebar form{margin-top:auto}.dashboard__content{padding:clamp(1.5rem,4vw,3.5rem)}.dashboard__content>header{justify-content:space-between;align-items:center;gap:1.5rem;display:flex}.dashboard__content h1{margin-top:.35rem;font-size:clamp(2rem,5vw,3.4rem)}.dashboard__description{max-width:40rem;margin-top:.45rem;font-size:.88rem}.dashboard__user{color:var(--navy-900);border:1px solid var(--line);background:#fff;border-radius:.7rem;align-items:center;gap:.55rem;padding:.65rem .85rem;font-size:.78rem;display:flex}.dashboard__notice{color:#17576e;background:#e6f7fa;border:1px solid #a9dde4;border-radius:.8rem;gap:.8rem;max-width:55rem;margin-top:2rem;padding:1rem;display:flex}.dashboard__notice svg{flex:none}.dashboard__notice p{margin-top:.2rem;font-size:.8rem}.dashboard__placeholder{text-align:center;border:1px solid var(--line);border-radius:var(--radius-lg);max-width:55rem;min-height:24rem;box-shadow:var(--shadow-sm);background:#fff;align-content:center;place-items:center;margin-top:2rem;padding:2rem;display:grid}.dashboard__placeholder>svg{width:3rem;height:3rem;color:var(--cyan-500);margin-bottom:1rem}.dashboard__placeholder h2{font-size:1.65rem}.dashboard__placeholder p{max-width:34rem;margin-top:.7rem}.dashboard__placeholder small{color:#8295a4;margin-top:1.5rem}.explore{gap:1.5rem;margin-top:2rem;display:grid;position:relative}.explore-feedback{z-index:20;box-shadow:var(--shadow-sm);border:1px solid;border-radius:.8rem;align-items:center;gap:.65rem;padding:.85rem 1rem;font-size:.82rem;font-weight:700;display:flex;position:sticky;top:1rem}.explore-feedback svg{width:1.1rem}.explore-feedback button{color:inherit;cursor:pointer;background:0 0;border:0;margin-left:auto;padding:.2rem}.explore-feedback--error{color:#9b2c2c;background:#fff1f1;border-color:#f1bcbc}.explore-feedback--success{color:#126251;background:#eafaf5;border-color:#a9e0d1}.explore-filter{border:1px solid var(--line);box-shadow:var(--shadow-sm);background:#fff;border-radius:1.1rem;overflow:hidden}.explore-filter__header{width:100%;color:var(--ink);cursor:pointer;background:#fff;border:0;justify-content:space-between;align-items:center;padding:1rem 1.2rem;display:flex}.explore-filter__header span{align-items:center;gap:.7rem;display:flex}.explore-filter__header svg{width:1.1rem;color:var(--cyan-500)}.explore-filter__body{border-top:1px solid var(--line);grid-template-columns:1fr 1.2fr 1.5fr auto;align-items:end;gap:1.25rem;padding:1.2rem;display:grid}.explore-filter fieldset{border:0;min-width:0}.explore-filter legend{color:#30485c;width:100%;margin-bottom:.55rem;font-size:.72rem;font-weight:800}.explore-types{gap:.4rem;display:flex}.explore-types button{color:var(--blue-600);cursor:pointer;background:#eff8ff;border:1px solid #c8e4f5;border-radius:.65rem;justify-content:center;align-items:center;gap:.35rem;padding:.62rem .75rem;font-size:.72rem;font-weight:800;display:flex}.explore-types button svg{width:.9rem}.explore-types button.is-active{color:#fff;background:var(--blue-600);border-color:var(--blue-600)}.explore-category-trigger{color:#30485c;text-align:left;cursor:pointer;background:#f7fbfd;border:1px solid #cfe1ec;border-radius:.65rem;justify-content:space-between;align-items:center;gap:.7rem;width:100%;min-height:2.65rem;padding:.6rem .75rem;display:flex}.explore-category-trigger span{text-overflow:ellipsis;white-space:nowrap;align-items:center;gap:.5rem;min-width:0;font-size:.72rem;font-weight:700;display:flex;overflow:hidden}.explore-category-trigger svg{width:.95rem;color:var(--blue-600);flex:none}.explore-radius legend{justify-content:space-between;align-items:center;display:flex}.explore-radius legend strong{color:#08766e;background:#e4f8f5;border-radius:999px;padding:.2rem .55rem;font-size:.66rem}.explore-radius p{margin-bottom:.35rem;font-size:.66rem}.explore-radius input{width:100%;accent-color:var(--cyan-500);cursor:pointer}.explore-radius>div{color:#758b9a;justify-content:space-between;font-size:.6rem;font-weight:700;display:flex}.explore-search{color:#fff;background:linear-gradient(135deg, var(--blue-600), var(--blue-500));cursor:pointer;border:0;border-radius:.65rem;align-items:center;gap:.45rem;min-height:2.65rem;padding:.6rem 1.1rem;font-size:.75rem;font-weight:800;display:flex}.explore-search:disabled{opacity:.6;cursor:wait}.explore-search svg{width:1rem}.explore-results__heading{justify-content:space-between;align-items:end;display:flex}.explore-results__heading h2{margin-top:.25rem;font-size:1.65rem}.explore-results__heading>span{color:#718798;font-size:.72rem;font-weight:700}.explore-loading{min-height:5rem;color:var(--muted);justify-content:center;align-items:center;gap:.7rem;font-size:.78rem;display:flex}.explore-loading span{border:2px solid #cbe6ee;border-top-color:var(--cyan-500);border-radius:50%;width:1.2rem;height:1.2rem;animation:.7s linear infinite spin}.explore-empty{text-align:center;background:#fff;border:1px dashed #c6dbe7;border-radius:1rem;align-content:center;place-items:center;gap:.55rem;min-height:16rem;padding:2rem;display:grid}.explore-empty>svg{color:#91aabd;width:2rem;height:2rem}.explore-empty h3{font-size:1.05rem}.explore-empty p{font-size:.78rem}.explore-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.explore-card{min-width:0;color:inherit;text-align:left;border:1px solid var(--line);cursor:pointer;background:#fff;border-radius:1rem;padding:0;transition:translate .2s,box-shadow .2s,border-color .2s;overflow:hidden;box-shadow:0 8px 22px #0534560f}.explore-card:hover{border-color:#acd5e3;translate:0 -3px;box-shadow:0 16px 34px #0534561f}.explore-card__media{color:#a2b7c6;background:linear-gradient(135deg,#e8f4f8,#d7eaf3);place-items:center;height:10rem;display:grid;position:relative;overflow:hidden}.explore-card__media>img{object-fit:cover}.explore-card__media>svg{width:2.5rem}.explore-card__media>span{color:#fff;border-radius:.45rem;align-items:center;gap:.35rem;padding:.35rem .55rem;font-size:.65rem;font-weight:800;display:flex;position:absolute;top:.7rem;left:.7rem}.explore-card__media>span svg{width:.75rem}.explore-card__media .is-service{background:var(--blue-600)}.explore-card__media .is-product{background:#9b5de5}.explore-card__body{gap:.5rem;padding:1rem;display:grid}.explore-card__badges{flex-wrap:wrap;gap:.35rem;display:flex}.explore-card__badges span{color:#fff;background:var(--blue-600);border-radius:999px;align-items:center;gap:.25rem;padding:.25rem .45rem;font-size:.56rem;font-weight:800;display:flex}.explore-card__badges span svg{width:.68rem}.explore-card__badges .is-warning{color:#8a5c00;background:#fff1c8}.explore-card h3{font-size:1.05rem}.explore-card__category{color:var(--blue-600);font-size:.72rem}.explore-card__body>p{-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:2.25rem;font-size:.72rem;display:-webkit-box;overflow:hidden}.explore-card__location{color:#62798b;align-items:center;gap:.35rem;font-size:.66rem;display:flex}.explore-card__location svg{width:.8rem;color:var(--cyan-500)}.explore-card__footer{border-top:1px solid #edf3f6;justify-content:space-between;align-items:end;gap:.7rem;padding-top:.7rem;display:flex}.explore-card__footer>strong{color:#08766e;font-size:.72rem}.explore-card__footer>div{flex-wrap:wrap;justify-content:end;gap:.35rem;display:flex}.explore-card__footer span{color:#37647d;background:#eff8fc;border-radius:999px;align-items:center;gap:.25rem;padding:.25rem .4rem;font-size:.58rem;font-weight:700;display:flex}.explore-card__footer svg{width:.68rem}.explore-modal{z-index:100;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#01182ab8;place-items:center;padding:1rem;display:grid;position:fixed;inset:0}.explore-modal__panel{background:#fff;border-radius:1.15rem;width:min(100%,42rem);max-height:calc(100vh - 2rem);overflow:hidden;box-shadow:0 30px 80px #00142452}.explore-modal__panel>header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:1rem;padding:1.2rem 1.35rem;display:flex}.explore-modal__panel>header h2{margin-top:.2rem;font-size:1.35rem}.explore-modal__panel>header button{color:#667d8f;cursor:pointer;background:#f0f6f8;border:0;border-radius:.55rem;padding:.45rem}.explore-modal__panel>header button svg{width:1.1rem}.explore-category-list{gap:.55rem;max-height:55vh;padding:1rem 1.35rem;display:grid;overflow-y:auto}.explore-category-list button{text-align:left;border:1px solid var(--line);cursor:pointer;background:#fff;border-radius:.75rem;justify-content:space-between;align-items:center;gap:1rem;padding:.85rem;display:flex}.explore-category-list button.is-active{border-color:var(--cyan-500);background:#eaf8fa}.explore-category-list button span{gap:.2rem;display:grid}.explore-category-list strong{font-size:.78rem}.explore-category-list small{color:var(--muted);font-size:.67rem}.explore-category-list svg{width:1.1rem;color:var(--cyan-500)}.explore-modal__panel>footer{border-top:1px solid var(--line);justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.35rem;display:flex}.explore-modal__panel>footer>span{color:var(--muted);font-size:.7rem}.explore-modal--details{align-items:start;overflow-y:auto}.explore-detail{width:min(100%,76rem);max-height:none;margin-block:1rem}.explore-detail__content{grid-template-columns:minmax(0,1.05fr) minmax(22rem,.95fr);gap:1.25rem;max-height:calc(100vh - 12rem);padding:1.35rem;display:grid;overflow-y:auto}.explore-detail__summary,.explore-detail__interactions,.explore-detail__interactions>section{align-content:start;gap:1rem;display:grid}.explore-detail__hero{color:#9ab0c0;background:#eaf3f7;border-radius:.85rem;place-items:center;min-height:18rem;display:grid;position:relative;overflow:hidden}.explore-detail__hero img{object-fit:cover}.explore-detail__hero>svg{width:3rem}.explore-detail__thumbs{gap:.5rem;display:flex;overflow-x:auto}.explore-detail__thumbs img{object-fit:cover;border-radius:.5rem}.explore-detail__facts{flex-wrap:wrap;gap:.45rem;display:flex}.explore-detail__facts span{color:#37647d;background:#eff8fc;border-radius:999px;align-items:center;gap:.3rem;padding:.35rem .55rem;font-size:.66rem;font-weight:700;display:flex}.explore-detail__facts svg{width:.8rem}.explore-detail__facts strong{color:#08766e;margin-left:auto}.explore-detail article{background:#f8fbfc;border:1px solid #e4edf2;border-radius:.75rem;padding:.9rem}.explore-detail article h3,.explore-detail__interactions h3{margin-bottom:.55rem;font-size:.88rem}.explore-detail article p{white-space:pre-wrap;font-size:.75rem}.explore-detail__interactions>section{border:1px solid var(--line);background:#fbfdfe;border-radius:.85rem;padding:1rem}.explore-detail__interactions h3{color:var(--navy-900);align-items:center;gap:.45rem;display:flex}.explore-detail__interactions h3 svg{width:1rem;color:var(--cyan-500)}.explore-thread{gap:.25rem;display:grid}.explore-thread>strong,.explore-thread div strong{color:var(--blue-600);font-size:.65rem}.explore-thread small,.explore-budget small{color:#7a909f;font-size:.6rem;display:block}.explore-thread>div{border-top:1px solid #deebf1;margin-top:.4rem;padding-top:.4rem}.explore-muted{text-align:center;background:#f2f7f9;border-radius:.6rem;padding:.8rem;font-size:.7rem}.explore-form{border-top:1px solid var(--line);gap:.7rem;padding-top:.75rem;display:grid}.explore-form>div{grid-template-columns:1fr 1fr;gap:.65rem;display:grid}.explore-form label{color:#30485c;gap:.3rem;font-size:.68rem;font-weight:800;display:grid}.explore-form textarea,.explore-form input,.explore-confirm textarea{width:100%;color:var(--ink);background:#fff;border:1px solid #cddde8;border-radius:.6rem;outline:0;padding:.65rem .7rem}.explore-form textarea{resize:vertical;min-height:5rem}.explore-form textarea:focus,.explore-form input:focus,.explore-confirm textarea:focus{border-color:var(--blue-500);box-shadow:0 0 0 3px #16a7ec1f}.explore-form .button{justify-self:end}.explore-budget{gap:.35rem;display:grid}.explore-budget>div{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.explore-budget>div strong{color:#08766e}.explore-budget>div span{color:#fff;background:var(--blue-600);border-radius:999px;padding:.2rem .4rem;font-size:.55rem;font-weight:800}.explore-budget>button{color:#b23a3a;cursor:pointer;background:0 0;border:0;justify-self:start;padding:0;font-size:.65rem;font-weight:800}.explore-detail>footer{justify-content:end}.explore-confirm{z-index:120;background:#01182a99;place-items:center;padding:1rem;display:grid;position:fixed;inset:0}.explore-confirm form{width:min(100%,28rem);box-shadow:var(--shadow-lg);background:#fff;border-radius:1rem;gap:.7rem;padding:1.35rem;display:grid}.explore-confirm form>svg{color:#d88b12;width:1.5rem}.explore-confirm form p{font-size:.75rem}.explore-confirm form textarea{resize:vertical;min-height:6rem}.explore-confirm form>div{justify-content:end;gap:.6rem;display:flex}.home-workspace{gap:1.5rem;margin-top:2rem;display:grid;position:relative}.home-message{z-index:20;border:1px solid;border-radius:.75rem;align-items:center;padding:.8rem 1rem;font-size:.75rem;font-weight:700;display:flex;position:sticky;top:1rem}.home-message button{color:inherit;cursor:pointer;background:0 0;border:0;margin-left:auto;padding:.2rem}.home-message svg{width:1rem}.home-message--error{color:#982f2f;background:#fff0f0;border-color:#efb7b7}.home-message--success{color:#126251;background:#eafaf5;border-color:#a9e0d1}.home-tabs{background:#e8f1f6;border-radius:.95rem;grid-template-columns:repeat(4,1fr);padding:.35rem;display:grid}.home-tabs button{color:#60798b;cursor:pointer;background:0 0;border:0;border-radius:.7rem;justify-content:center;align-items:center;gap:.45rem;min-width:0;padding:.75rem .6rem;font-size:.67rem;font-weight:800;display:flex}.home-tabs button svg{flex:none;width:.95rem}.home-tabs button b{text-align:center;background:#04466f14;border-radius:999px;min-width:1.25rem;padding:.12rem .35rem;font-size:.58rem}.home-tabs button.is-active{color:var(--navy-900);background:#fff;box-shadow:0 5px 16px #0534561a}.home-tabs button.is-active svg{color:var(--cyan-500)}.home-tab__short{display:none}.home-toolbar{justify-content:space-between;align-items:end;gap:1rem;display:flex}.home-toolbar h2{margin-top:.25rem;font-size:1.65rem}.home-toolbar>button{color:#37647d;border:1px solid var(--line);cursor:pointer;background:#fff;border-radius:.6rem;align-items:center;gap:.4rem;padding:.55rem .75rem;font-size:.67rem;font-weight:800;display:flex}.home-toolbar>button svg{width:.85rem}.home-toolbar>button:disabled{opacity:.6}.home-radius{border:1px solid var(--line);box-shadow:var(--shadow-sm);background:#fff;border-radius:.85rem;overflow:hidden}.home-radius>button{color:#30485c;cursor:pointer;background:#fff;border:0;justify-content:space-between;align-items:center;width:100%;padding:.85rem 1rem;display:flex}.home-radius>button span{align-items:center;gap:.5rem;display:flex}.home-radius>button svg{width:.95rem;color:var(--cyan-500)}.home-radius>button b{color:#08766e;background:#e4f8f5;border-radius:999px;padding:.2rem .5rem;font-size:.6rem}.home-radius>div{gap:.35rem;padding:0 1rem .9rem;display:grid}.home-radius>div p{font-size:.65rem}.home-radius input{width:100%;accent-color:var(--cyan-500);cursor:pointer}.home-radius>div span{color:#748999;justify-content:space-between;font-size:.6rem;display:flex}.home-request-grid,.home-budget-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.home-request-card{border:1px solid var(--line);background:#fff;border-radius:1rem;overflow:hidden;box-shadow:0 8px 22px #0534560f}.home-request-card__open{width:100%;color:inherit;text-align:left;cursor:pointer;background:0 0;border:0;grid-template-columns:8.5rem minmax(0,1fr);padding:0;display:grid}.home-request-card__media{color:#9ab0bf;background:#e7f2f7;place-items:center;min-height:14rem;display:grid;position:relative;overflow:hidden}.home-request-card__media>img{object-fit:cover}.home-request-card__media>svg{width:2rem}.home-request-card__media>span{color:#fff;border-radius:.4rem;align-items:center;gap:.25rem;padding:.3rem .45rem;font-size:.58rem;font-weight:800;display:flex;position:absolute;top:.65rem;left:.65rem}.home-request-card__media>span svg{width:.7rem}.home-request-card__media .is-service{background:var(--blue-600)}.home-request-card__media .is-product{background:#985bd4}.home-request-card__body{align-content:start;gap:.42rem;padding:.9rem;display:grid}.home-request-card__status{flex-wrap:wrap;gap:.3rem;display:flex}.home-request-card__status span{color:#fff;background:var(--blue-600);border-radius:999px;align-items:center;gap:.22rem;padding:.22rem .4rem;font-size:.53rem;font-weight:800;display:flex}.home-request-card__status .is-history{background:#657b8b}.home-request-card__status .is-question{color:#865a00;background:#fff0c4}.home-request-card__status svg{width:.65rem}.home-request-card h3{font-size:.94rem}.home-request-card__body>strong{color:var(--blue-600);font-size:.66rem}.home-request-card__body>p{-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.67rem;display:-webkit-box;overflow:hidden}.home-request-card__body>span{color:#62798b;align-items:center;gap:.3rem;font-size:.61rem;display:flex}.home-request-card__body>span svg{width:.7rem;color:var(--cyan-500)}.home-request-card footer{border-top:1px solid #edf3f6;gap:.45rem;margin-top:.25rem;padding-top:.55rem;display:grid}.home-request-card footer>b{color:#08766e;font-size:.66rem}.home-request-card footer>div{flex-wrap:wrap;gap:.3rem;display:flex}.home-request-card footer span{color:#37647d;background:#eff8fc;border-radius:999px;align-items:center;gap:.2rem;padding:.22rem .35rem;font-size:.54rem;font-weight:700;display:flex}.home-request-card footer svg{width:.62rem}.home-reopen{color:#fff;cursor:pointer;background:#c46a26;border:0;justify-content:center;align-items:center;gap:.4rem;width:100%;padding:.65rem;font-size:.65rem;font-weight:800;display:flex}.home-reopen svg{width:.8rem}.home-empty{text-align:center;background:#fff;border:1px dashed #c6dbe7;border-radius:1rem;align-content:center;place-items:center;gap:.55rem;min-height:16rem;padding:2rem;display:grid}.home-empty>svg{color:#91aabd;width:2.2rem}.home-empty h3{font-size:1rem}.home-empty p{font-size:.72rem}.home-sent-budget{color:inherit;text-align:left;border:1px solid var(--line);cursor:pointer;background:#fff;border-radius:1rem;padding:0;overflow:hidden;box-shadow:0 8px 22px #0534560f}.home-sent-budget__request{border-bottom:1px solid var(--line);grid-template-columns:auto 1fr;align-items:center;gap:.75rem;padding:.85rem;display:grid}.home-sent-budget__request img,.home-sent-budget__request>span{object-fit:cover;border-radius:.65rem;width:5.6rem;height:4.7rem}.home-sent-budget__request>span{color:#9aafbe;background:#e9f2f6;place-items:center;display:grid}.home-sent-budget__request>span svg{width:1.5rem}.home-sent-budget__request small{color:var(--blue-600);text-transform:uppercase;font-size:.55rem;font-weight:800}.home-sent-budget__request h3{margin-block:.2rem;font-size:.86rem}.home-sent-budget__request p{align-items:center;gap:.25rem;font-size:.6rem;display:flex}.home-sent-budget__request p svg{width:.68rem}.home-sent-budget__details{gap:.4rem;padding:.85rem;display:grid}.home-sent-budget__details>div{justify-content:space-between;align-items:center;display:flex}.home-sent-budget__details>div span{color:#fff;background:var(--blue-600);border-radius:999px;padding:.22rem .4rem;font-size:.54rem;font-weight:800}.home-sent-budget__details>div strong{color:#08766e}.home-sent-budget__details p{font-size:.68rem}.home-sent-budget__details small{color:#738999;font-size:.58rem}.home-modal{z-index:100;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#01182ab8;place-items:start center;padding:1rem;display:grid;position:fixed;inset:0;overflow-y:auto}.home-modal__panel{background:#fff;border-radius:1.1rem;width:min(100%,72rem);margin-block:1rem;overflow:hidden;box-shadow:0 30px 80px #00142452}.home-modal__panel>header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:1rem;padding:1.15rem 1.3rem;display:flex}.home-modal__panel>header h2{margin-top:.2rem;font-size:1.35rem}.home-modal__panel>header button{color:#657b8b;cursor:pointer;background:#eff5f7;border:0;border-radius:.5rem;padding:.4rem}.home-modal__panel>header svg{width:1rem}.home-modal__content{max-height:calc(100vh - 11rem);padding:1.25rem;overflow-y:auto}.home-modal__panel>footer{border-top:1px solid var(--line);justify-content:end;padding:.9rem 1.25rem;display:flex}.home-detail-grid,.home-budget-detail{grid-template-columns:minmax(0,1.1fr) minmax(20rem,.9fr);gap:1.15rem;display:grid}.home-detail-grid>div,.home-budget-detail>div{align-content:start;gap:.8rem;display:grid}.home-detail-hero{color:#9aafbe;background:#e7f1f5;border-radius:.8rem;place-items:center;min-height:17rem;display:grid;position:relative;overflow:hidden}.home-detail-hero img{object-fit:cover}.home-detail-hero svg{width:2.5rem}.home-detail-facts{flex-wrap:wrap;gap:.4rem;display:flex}.home-detail-facts span{color:#37647d;background:#eff8fc;border-radius:999px;padding:.3rem .5rem;font-size:.6rem;font-weight:800}.home-detail-facts strong{color:#08766e;margin-left:auto}.home-detail-grid section,.home-budget-detail section{background:#f8fbfc;border:1px solid #e3edf2;border-radius:.75rem;gap:.4rem;padding:.85rem;display:grid}.home-detail-grid section h3{align-items:center;gap:.35rem;font-size:.82rem;display:flex}.home-detail-grid section h3 svg{width:.9rem;color:var(--cyan-500)}.home-detail-grid section p,.home-budget-detail section p{white-space:pre-wrap;align-items:center;gap:.3rem;font-size:.7rem;display:flex}.home-detail-grid section p svg{width:.75rem;color:var(--cyan-500);flex:none}.home-detail-side article{border:1px solid var(--line);background:#fff;border-radius:.6rem;gap:.25rem;padding:.7rem;display:grid}.home-detail-side article>div{justify-content:space-between;align-items:center;display:flex}.home-detail-side article>div span{color:#fff;background:var(--blue-600);border-radius:999px;padding:.2rem .35rem;font-size:.52rem}.home-detail-side article strong{font-size:.68rem}.home-detail-side article p{font-size:.65rem}.home-detail-side article small{color:#718798;font-size:.55rem}.home-inline-action{color:var(--blue-600);cursor:pointer;background:0 0;border:0;justify-self:start;padding:.2rem 0;font-size:.6rem;font-weight:800}.home-inline-action.is-danger{color:#b23a3a}.home-detail-form{border-top:1px solid var(--line);gap:.6rem;padding-top:.65rem;display:grid}.home-detail-form>div{grid-template-columns:1fr 1fr;gap:.55rem;display:grid}.home-detail-form label{color:#30485c;gap:.28rem;font-size:.62rem;font-weight:800;display:grid}.home-detail-form textarea,.home-detail-form input,.home-nested-dialog textarea{background:#fff;border:1px solid #cddde8;border-radius:.55rem;outline:0;width:100%;padding:.6rem}.home-detail-form textarea{resize:vertical;min-height:4.5rem}.home-detail-form .button{justify-self:end}.home-nested-dialog{z-index:140;background:#01182aa8;place-items:center;padding:1rem;display:grid;position:fixed;inset:0}.home-nested-dialog form{width:min(100%,28rem);box-shadow:var(--shadow-lg);background:#fff;border-radius:.85rem;gap:.7rem;padding:1.2rem;display:grid}.home-nested-dialog textarea{resize:vertical;min-height:6rem}.home-nested-dialog form>div{justify-content:end;gap:.55rem;display:flex}.home-detail-alert{color:#873e31;background:#fff2ed!important;border-color:#efc2b5!important}.home-budget-detail>section{align-content:start;justify-items:start;padding:1.2rem}.home-budget-detail>section>svg{width:1.5rem;color:var(--cyan-500)}.home-budget-detail>section>span{color:#fff;background:var(--blue-600);border-radius:999px;padding:.25rem .45rem;font-size:.58rem;font-weight:800}.home-budget-detail>section>h3{color:#08766e;font-size:1.65rem}.home-budget-detail>section small{color:#718798;font-size:.6rem}.home-dialog{z-index:120;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#01182ab8;place-items:center;padding:1rem;display:grid;position:fixed;inset:0}.home-dialog form{width:min(100%,30rem);box-shadow:var(--shadow-lg);background:#fff;border-radius:1rem;gap:.7rem;padding:1.35rem;display:grid}.home-dialog form>svg{color:#c46a26;width:1.5rem}.home-dialog form h2{font-size:1.2rem}.home-dialog form p{font-size:.7rem}.home-dialog label{color:#30485c;gap:.3rem;font-size:.68rem;font-weight:800;display:grid}.home-dialog textarea{resize:vertical;border:1px solid #cddde8;border-radius:.6rem;min-height:7rem;padding:.7rem}.home-dialog form>div{justify-content:end;gap:.6rem;display:flex}.new-request{grid-template-columns:minmax(0,1fr) 15rem;align-items:start;gap:1.2rem;margin-top:1.5rem;display:grid;position:relative}.new-request>form{gap:1rem;min-width:0;display:grid}.new-request__card{border:1px solid var(--line);background:#fff;border-radius:1rem;padding:1.15rem;box-shadow:0 8px 22px #0534560e}.new-request__card>header{align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.new-request__card>header>span{color:#fff;background:linear-gradient(135deg, var(--cyan-500), var(--blue-600));border-radius:50%;flex:none;place-items:center;width:1.8rem;height:1.8rem;font-size:.65rem;font-weight:900;display:grid}.new-request__card h2{font-size:1rem}.new-request__card header p{margin-top:.2rem;font-size:.66rem}.new-request__types{grid-template-columns:1fr 1fr;gap:.7rem;display:grid}.new-request__types button,.new-request__addresses button{color:#345269;text-align:left;cursor:pointer;background:#f8fbfc;border:1px solid #d7e5ec;border-radius:.75rem;align-items:center;gap:.7rem;padding:.85rem;display:flex;position:relative}.new-request__types button.is-active,.new-request__addresses button.is-active{color:var(--navy-900);border-color:var(--cyan-500);box-shadow:inset 0 0 0 1px var(--cyan-500);background:#e9fbfa}.new-request__types button>svg:first-child,.new-request__addresses button>svg:first-child{width:1.25rem;color:var(--cyan-500);flex:none}.new-request__types button>svg:last-child,.new-request__addresses button>svg:last-child{width:.9rem;color:var(--cyan-500);margin-left:auto}.new-request__types button>span,.new-request__addresses button>span{gap:.12rem;min-width:0;display:grid}.new-request__types strong,.new-request__addresses strong{font-size:.72rem}.new-request__types small,.new-request__addresses small{color:#6d8291;font-size:.58rem}.new-request__categories{grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem;display:grid}.new-request__categories button{color:#345269;text-align:left;cursor:pointer;background:#f8fbfc;border:1px solid #d7e5ec;border-radius:.75rem;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.75rem;min-height:5.2rem;padding:.8rem;transition:border-color .2s,background .2s,translate .2s,box-shadow .2s;display:grid;position:relative}.new-request__categories button:hover{border-color:#83c9d5;translate:0 -2px;box-shadow:0 8px 18px #05345612}.new-request__categories button.is-active{color:var(--navy-900);border-color:var(--cyan-500);box-shadow:inset 0 0 0 1px var(--cyan-500);background:#e9fbfa}.new-request__categories button>span:first-child{width:2.35rem;height:2.35rem;color:var(--blue-600);box-shadow:var(--shadow-sm);background:#fff;border-radius:.65rem;flex:none;place-items:center;font-size:.85rem;font-weight:900;display:grid}.new-request__categories button>span:nth-child(2){gap:.2rem;min-width:0;display:grid}.new-request__categories button strong{color:var(--navy-900);font-size:.7rem;line-height:1.2}.new-request__categories button small{color:#6d8291;-webkit-line-clamp:3;-webkit-box-orient:vertical;font-size:.58rem;font-weight:500;line-height:1.35;display:-webkit-box;overflow:hidden}.new-request__categories button>svg{width:.9rem;color:var(--cyan-500);flex:none}.new-request__category-search{background:#fbfdfe;border:1px solid #c6dbe7;border-radius:.75rem;align-items:center;gap:.55rem;min-height:3.15rem;padding:.3rem .45rem .3rem .8rem;transition:border-color .2s,box-shadow .2s;display:flex}.new-request__category-search:focus-within{border-color:var(--cyan-500);background:#fff;box-shadow:0 0 0 3px #0eaaa81f}.new-request__category-search>svg{width:1rem;color:var(--cyan-500);flex:none}.new-request__category-search input{min-width:0;color:var(--ink);background:0 0;border:0;outline:0;flex:1;font-size:.7rem}.new-request__category-search button{color:#6d8291;cursor:pointer;background:#edf4f7;border:0;border-radius:.5rem;flex:none;place-items:center;width:2rem;height:2rem;display:grid}.new-request__category-search button svg{width:.75rem}.new-request__category-toolbar{justify-content:space-between;align-items:center;gap:.75rem;margin-block:.75rem .55rem;display:flex}.new-request__category-toolbar>span{color:#607788;font-size:.6rem;font-weight:750}.new-request__category-toolbar button{color:var(--blue-600);cursor:pointer;background:#edf7fd;border:1px solid #cee7f4;border-radius:.5rem;align-items:center;gap:.3rem;padding:.35rem .55rem;font-size:.58rem;font-weight:800;display:inline-flex}.new-request__category-toolbar button svg{width:.72rem}.new-request__categories .new-request__category-pick{color:var(--blue-600);font-size:.55rem;font-weight:800}.new-request__category-hint{color:#607788;background:#f3f9fc;border-radius:.6rem;align-items:flex-start;gap:.4rem;padding:.7rem .75rem;font-size:.62rem;display:flex}.new-request__category-hint svg{width:.85rem;color:var(--cyan-500);flex:none}.new-request__category-selected{gap:.6rem;display:grid}.new-request__category-selected>div{color:var(--navy-900);border:1px solid var(--cyan-500);background:linear-gradient(135deg,#ebfbfa,#edf8fd);border-radius:.8rem;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.75rem;padding:.9rem;display:grid;box-shadow:inset 0 0 0 1px #0eaaa82e}.new-request__category-selected>div>svg:first-child{width:1.4rem;color:var(--cyan-500)}.new-request__category-selected>div>svg:last-child{width:1rem;color:var(--cyan-500)}.new-request__category-selected span{gap:.12rem;display:grid}.new-request__category-selected small{color:#338682;letter-spacing:.07em;text-transform:uppercase;font-size:.52rem;font-weight:850}.new-request__category-selected strong{font-size:.78rem}.new-request__category-selected p{font-size:.6rem}.new-request__category-selected>button{color:var(--blue-600);cursor:pointer;background:0 0;border:0;justify-self:end;padding:.35rem 0;font-size:.6rem;font-weight:800}.new-request__category-note,.new-request__message{color:#37647d;background:#edf8fc;border-radius:.6rem;align-items:flex-start;gap:.4rem;margin-top:.7rem;padding:.65rem .75rem;font-size:.65rem;display:flex}.new-request__category-note svg,.new-request__message svg{width:.8rem;color:var(--cyan-500);flex:none}.new-request__fields{grid-template-columns:1fr 1fr;gap:.8rem;display:grid}.new-request__fields label{color:#30485c;gap:.32rem;font-size:.64rem;font-weight:800;display:grid;position:relative}.new-request__fields label.is-full{grid-column:1/-1}.new-request__fields label>span{align-items:center;gap:.3rem;display:flex}.new-request__fields label>span svg{width:.8rem;color:var(--cyan-500)}.new-request__fields label b{color:#bd4545}.new-request__fields input,.new-request__fields textarea{width:100%;color:var(--ink);background:#fbfdfe;border:1px solid #cddde8;border-radius:.6rem;outline:0;padding:.7rem .8rem;font-size:.7rem;font-weight:500}.new-request__fields input:focus,.new-request__fields textarea:focus{border-color:var(--cyan-500);background:#fff;box-shadow:0 0 0 3px #0eaaa81f}.new-request__fields textarea{resize:vertical;min-height:7rem}.new-request__fields label>small{color:#8a9ba7;justify-self:end;font-size:.52rem;font-weight:500}.new-request__addresses{grid-template-columns:1fr 1fr;gap:.65rem;display:grid}.new-request__addresses button{align-items:flex-start}.new-request__empty{text-align:center;background:#f8fbfc;border:1px dashed #bed3df;border-radius:.7rem;align-content:center;place-items:center;gap:.35rem;min-height:6rem;padding:1rem;font-size:.68rem;display:grid}.new-request__empty>svg{width:1.25rem;color:var(--cyan-500)}.new-request__empty a{color:var(--blue-600);font-weight:800}.new-request__uploads{grid-template-columns:repeat(5,minmax(0,1fr));gap:.6rem;display:grid}.new-request__uploads>button{min-height:7rem;color:var(--blue-600);cursor:pointer;background:#f0f9fc;border:1px dashed #83bfd5;border-radius:.7rem;align-content:center;place-items:center;gap:.25rem;padding:.6rem;display:grid}.new-request__uploads>button svg{width:1.3rem}.new-request__uploads>button strong{font-size:.6rem}.new-request__uploads>button small{color:#728897;font-size:.5rem}.new-request__uploads figure{background:#e9f1f5;border-radius:.7rem;min-width:0;min-height:7rem;position:relative;overflow:hidden}.new-request__uploads figure>img{object-fit:cover}.new-request__uploads figure button{z-index:2;color:#fff;cursor:pointer;background:#021b31cc;border:0;border-radius:50%;place-items:center;width:1.45rem;height:1.45rem;display:grid;position:absolute;top:.35rem;right:.35rem}.new-request__uploads figure button svg{width:.75rem}.new-request__uploads figcaption{z-index:1;color:#fff;text-overflow:ellipsis;white-space:nowrap;background:#021b31bd;padding:.3rem;font-size:.48rem;position:absolute;bottom:0;left:0;right:0;overflow:hidden}.new-request__message{color:#87452e;background:#fff3e9;border:1px solid #f2ccb5;margin:0}.new-request__actions{z-index:5;border:1px solid var(--line);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#f4f9fceb;border-radius:.85rem;justify-content:flex-end;gap:.65rem;padding:.8rem;display:flex;position:sticky;bottom:0}.new-request__actions .button{min-height:2.7rem;font-size:.7rem}.new-request__actions svg{width:.9rem}.new-request button:disabled{opacity:.55;cursor:not-allowed}.new-request__aside{color:#fff;background:linear-gradient(150deg, var(--navy-900), var(--navy-800));box-shadow:var(--shadow-sm);border-radius:1rem;gap:.55rem;padding:1rem;display:grid;position:sticky;top:1rem}.new-request__aside>svg{color:#57dfdc;width:1.5rem}.new-request__aside h3{font-size:.88rem}.new-request__aside p{color:#c8dce8;font-size:.62rem}.new-request__aside ol{counter-reset:request-step;gap:.48rem;margin-top:.35rem;padding:0;list-style:none;display:grid}.new-request__aside li{color:#96afbf;counter-increment:request-step;align-items:center;gap:.4rem;font-size:.58rem;display:flex}.new-request__aside li:before{content:counter(request-step);border:1px solid #67879a;border-radius:50%;flex:none;place-items:center;width:1.2rem;height:1.2rem;font-size:.5rem;display:grid}.new-request__aside li.is-done{color:#fff}.new-request__aside li.is-done:before{content:"✓";color:var(--navy-950);background:#57dfdc;border-color:#57dfdc}.new-request__dialog{z-index:160;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#01182ab8;place-items:center;padding:1rem;display:grid;position:fixed;inset:0}.new-request__dialog>section{text-align:center;width:min(100%,27rem);box-shadow:var(--shadow-lg);background:#fff;border-radius:1rem;justify-items:center;gap:.7rem;padding:1.6rem;display:grid}.new-request__dialog>section>span{color:#fff;background:var(--cyan-500);border-radius:50%;place-items:center;width:3rem;height:3rem;display:grid}.new-request__dialog>section>span svg{width:1.4rem}.new-request__dialog h2{font-size:1.25rem}.new-request__dialog p{font-size:.7rem}.new-request__dialog section>div{text-align:left;background:#fff3e9;border-radius:.55rem;gap:.4rem;padding:.65rem;display:flex}.new-request__dialog section>div svg{color:#b8622f;flex:none;width:.85rem}.notifications-workspace{gap:1rem;margin-top:1.5rem;display:grid}.notifications-message{color:#72472d;background:#fff5eb;border:1px solid #f0d0ba;border-radius:.7rem;justify-content:space-between;align-items:center;gap:.75rem;padding:.7rem .85rem;font-size:.67rem;display:flex}.notifications-message button{color:inherit;cursor:pointer;background:0 0;border:0;padding:.25rem}.notifications-message svg{width:.8rem}.notifications-overview{color:#fff;background:radial-gradient(circle at 85% 10%, #23bbc247, transparent 35%), linear-gradient(135deg, var(--navy-950), var(--navy-800));min-height:8.5rem;box-shadow:var(--shadow-sm);border-radius:1rem;justify-content:space-between;align-items:center;gap:1rem;padding:1.2rem 1.35rem;display:flex}.notifications-overview>div{align-items:center;gap:.9rem;display:flex}.notifications-overview>div>span{color:#5de0dc;background:#ffffff1a;border:1px solid #ffffff26;border-radius:.85rem;flex:none;place-items:center;width:3rem;height:3rem;display:grid}.notifications-overview>div>span svg{width:1.35rem}.notifications-overview small{color:#80deda;letter-spacing:.08em;text-transform:uppercase;font-size:.55rem;font-weight:850;display:block}.notifications-overview strong{letter-spacing:-.025em;margin-top:.18rem;font-size:1.25rem;display:block}.notifications-overview p{color:#c5dbe7;margin-top:.22rem;font-size:.65rem}.notifications-overview>button{color:#fff;cursor:pointer;background:#ffffff1a;border:1px solid #ffffff40;border-radius:.6rem;flex:none;align-items:center;gap:.4rem;padding:.62rem .8rem;font-size:.62rem;font-weight:800;display:inline-flex}.notifications-overview>button svg{width:.8rem}.notifications-overview>button:disabled{opacity:.6}.notifications-stats{grid-template-columns:repeat(3,1fr);gap:.7rem;display:grid}.notifications-stats>span{border:1px solid var(--line);background:#fff;border-radius:.75rem;grid-template-columns:auto 1fr;align-items:center;gap:.05rem .55rem;padding:.75rem .85rem;display:grid;box-shadow:0 6px 16px #0534560a}.notifications-stats svg{width:1rem;color:var(--cyan-500);grid-row:span 2}.notifications-stats b{font-size:.9rem}.notifications-stats small{color:#718695;font-size:.55rem}.notifications-toolbar{background:#eaf2f6;border-radius:.7rem;gap:.35rem;padding:.3rem;display:flex}.notifications-toolbar button{color:#607789;cursor:pointer;background:0 0;border:0;border-radius:.5rem;align-items:center;gap:.4rem;padding:.5rem .75rem;font-size:.62rem;font-weight:800;display:inline-flex}.notifications-toolbar button.is-active{color:var(--navy-900);background:#fff;box-shadow:0 4px 12px #05345614}.notifications-toolbar b{color:#557084;background:#dfeaf0;border-radius:999px;place-items:center;min-width:1.2rem;height:1.2rem;font-size:.5rem;display:grid}.notifications-toolbar .is-active b{color:#fff;background:var(--cyan-500)}.notifications-list{gap:.55rem;display:grid}.notifications-list article{border:1px solid var(--line);background:#fff;border-radius:.85rem;grid-template-columns:minmax(0,1fr) auto;align-items:stretch;transition:border-color .2s,box-shadow .2s,translate .2s;display:grid;position:relative;overflow:hidden;box-shadow:0 7px 18px #0534560b}.notifications-list article:hover{border-color:#afd2df;translate:0 -2px;box-shadow:0 11px 25px #05345614}.notifications-list article.is-unread{box-shadow:inset 3px 0 var(--cyan-500), 0 7px 18px #0534560d;background:linear-gradient(90deg,#f0fbfb,#fff 35%);border-color:#8dd8d6}.notifications-card__open{min-width:0;color:inherit;text-align:left;cursor:pointer;background:0 0;border:0;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.8rem;padding:.85rem 1rem;display:grid}.notifications-card__open:disabled,.notifications-card__delete:disabled{opacity:.6;cursor:wait}.notifications-card__icon{width:2.5rem;height:2.5rem;color:var(--blue-600);background:#eaf5fb;border-radius:.65rem;flex:none;place-items:center;display:grid}.is-unread .notifications-card__icon{color:#078681;background:#dff8f6}.notifications-card__icon svg{width:1.05rem}.notifications-card__body{gap:.18rem;min-width:0;display:grid}.notifications-card__body>span{align-items:center;gap:.4rem;display:flex}.notifications-card__body>span b{color:var(--blue-600);letter-spacing:.055em;text-transform:uppercase;font-size:.52rem}.notifications-card__body>span i{color:#fff;background:var(--cyan-500);border-radius:999px;padding:.15rem .3rem;font-size:.45rem;font-style:normal;font-weight:850}.notifications-card__body>strong{text-overflow:ellipsis;white-space:nowrap;font-size:.73rem;overflow:hidden}.notifications-card__body>p{-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.62rem;display:-webkit-box;overflow:hidden}.notifications-card__body>small{color:#8093a0;align-items:center;gap:.25rem;font-size:.52rem;display:flex}.notifications-card__body>small svg{width:.65rem}.notifications-card__arrow{color:#8aa0ae;font-size:1.3rem}.notifications-card__delete{color:#b44848;cursor:pointer;background:snow;border:0;border-left:1px solid #f1e2e2;place-items:center;width:3rem;display:grid}.notifications-card__delete:hover{background:#fff0f0}.notifications-card__delete svg{width:.9rem}.notifications-empty{text-align:center;background:#fff;border:1px dashed #bfd3df;border-radius:1rem;align-content:center;place-items:center;gap:.55rem;min-height:18rem;padding:2rem;display:grid}.notifications-empty>svg{color:#90a9b8;width:2.4rem}.notifications-empty h2{font-size:1rem}.notifications-empty p{font-size:.68rem}.notifications-security{justify-content:center;align-items:center;gap:.35rem;padding:.4rem;font-size:.55rem;display:flex}.notifications-security svg{width:.72rem;color:var(--cyan-500)}.notifications-modal,.notifications-confirm{z-index:170;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#01182ab8;place-items:center;padding:1rem;display:grid;position:fixed;inset:0;overflow-y:auto}.notifications-modal__panel{width:min(100%,31rem);box-shadow:var(--shadow-lg);background:#fff;border-radius:1rem;display:grid;overflow:hidden}.notifications-modal__panel--wide{width:min(100%,52rem)}.notifications-modal__panel>header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.15rem;display:flex}.notifications-modal__panel>header small{color:var(--cyan-500);letter-spacing:.08em;text-transform:uppercase;font-size:.52rem;font-weight:850}.notifications-modal__panel>header h2{margin-top:.15rem;font-size:1.1rem}.notifications-modal__panel>header button{color:#657d8d;cursor:pointer;background:#edf4f7;border:0;border-radius:.5rem;place-items:center;width:2rem;height:2rem;display:grid}.notifications-modal__panel>header svg{width:.85rem}.notifications-modal__panel>footer{border-top:1px solid var(--line);justify-content:flex-end;gap:.55rem;padding:.8rem 1.15rem;display:flex}.notifications-modal__panel>footer .button{min-height:2.5rem;font-size:.65rem}.notifications-modal__panel iframe{background:#fff;border:0;width:100%;height:min(65vh,36rem)}.notifications-modal__content{gap:.7rem;padding:1.15rem;display:grid}.notifications-modal__content>label{color:#30485c;gap:.3rem;font-size:.65rem;font-weight:800;display:grid}.notifications-modal__content textarea{resize:vertical;border:1px solid #cbdce7;border-radius:.6rem;outline:0;min-height:7rem;padding:.7rem}.notifications-modal__content textarea:focus{border-color:var(--cyan-500);box-shadow:0 0 0 3px #0eaaa81f}.notifications-rating{gap:.3rem;display:flex}.notifications-rating button{color:#bdcbd3;cursor:pointer;background:0 0;border:0;padding:.2rem}.notifications-rating svg{fill:#0000;width:1.55rem}.notifications-rating button.is-active,.notifications-rating svg.is-active{color:#f1ae28;fill:#f1ae28}.notifications-rating.is-readonly svg{color:#bdcbd3}.notifications-rating.is-readonly svg.is-active{color:#f1ae28}.notifications-evaluation-comment{white-space:pre-wrap;border:1px solid var(--line);background:#f6fafc;border-radius:.6rem;padding:.8rem;font-size:.68rem}.notifications-preview-body{color:#38546a;white-space:pre-wrap;border:1px solid var(--line);background:#f6fafc;border-radius:.65rem;padding:.9rem;font-size:.72rem;line-height:1.65}.notifications-preview-date{color:#7b909e;align-items:center;gap:.3rem;font-size:.57rem;display:flex}.notifications-preview-date svg,.notifications-preview-loading svg{width:.75rem}.notifications-preview-loading{color:var(--blue-600);align-items:center;gap:.35rem;font-size:.6rem;font-weight:750;display:flex}.notifications-confirm>section{text-align:center;width:min(100%,26rem);box-shadow:var(--shadow-lg);background:#fff;border-radius:1rem;justify-items:center;gap:.65rem;padding:1.4rem;display:grid}.notifications-confirm>section>svg{color:#b44848;width:1.6rem}.notifications-confirm h2{font-size:1.05rem}.notifications-confirm p{font-size:.65rem}.notifications-confirm section>div{gap:.55rem;margin-top:.25rem;display:flex}.notifications-delete-confirm{color:#fff;background:#b44848}}@layer utilities{.profile-workspace{gap:1rem;max-width:74rem;margin-top:2rem;display:grid;position:relative}.profile-feedback{z-index:160;box-shadow:var(--shadow-sm);border:1px solid;border-radius:.8rem;justify-content:space-between;align-items:center;gap:1rem;padding:.85rem 1rem;font-size:.78rem;font-weight:750;display:flex;position:sticky;top:1rem}.profile-feedback button{width:1.7rem;height:1.7rem;color:inherit;cursor:pointer;background:0 0;border:0;border-radius:.35rem;flex:none;place-items:center;display:grid}.profile-feedback button:hover{background:#0000000d}.profile-feedback svg{width:1rem}.profile-feedback--success{color:#126251;background:#eafaf5;border-color:#a9e0d1}.profile-feedback--error{color:#902d37;background:#fff1f1;border-color:#f1bcbc}.user-profile-card{border:1px solid var(--line);background:#fff;border-radius:1rem;padding:1.25rem;box-shadow:0 8px 25px #0534560d}.user-profile-card__heading{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.2rem;display:flex}.user-profile-card__heading small{color:var(--cyan-500);letter-spacing:.08em;text-transform:uppercase;margin-bottom:.15rem;font-size:.64rem;font-weight:850;display:block}.user-profile-card__heading h2{font-size:1.25rem}.user-profile-card__heading>svg{width:1.3rem;color:var(--cyan-500)}.user-profile-card__heading .button,.profile-actions .button,.profile-modal-actions .button,.profile-document-summary>.button{justify-content:center;align-items:center;gap:.45rem;min-height:2.65rem;padding:.65rem 1rem;display:flex}.user-profile-card__heading .button svg,.profile-actions .button svg,.profile-modal-actions .button svg{width:1rem}.profile-identity{background:linear-gradient(135deg,#fff 55%,#edf9fb);overflow:hidden}.profile-identity__content{grid-template-columns:auto minmax(0,1fr);align-items:start;gap:1.5rem;display:grid}.profile-avatar{color:#8ba8ba;background:linear-gradient(135deg,#e9f6fa,#d7ebf3);border:.35rem solid #fff;border-radius:50%;place-items:center;width:9rem;height:9rem;display:grid;position:relative;overflow:visible;box-shadow:0 8px 28px #05345624}.profile-avatar>img{object-fit:cover;border-radius:50%}.profile-avatar>svg{width:3.5rem;height:3.5rem}.profile-avatar>button{z-index:2;color:#fff;background:var(--blue-600);width:2.55rem;height:2.55rem;box-shadow:var(--shadow-sm);cursor:pointer;border:3px solid #fff;border-radius:50%;place-items:center;display:grid;position:absolute;bottom:.15rem;right:-.1rem}.profile-avatar>button svg{width:1rem}.profile-identity__main{min-width:0}.profile-identity__main>h3{margin-top:.25rem;font-size:1.6rem}.profile-rating-button{cursor:pointer;background:0 0;border:0;margin-top:.4rem;padding:0}.profile-rating-button:disabled{cursor:default}.profile-rating{align-items:center;gap:.55rem;display:inline-flex}.profile-rating>span{gap:.12rem;display:flex}.profile-rating svg{color:#c7d4dc;fill:#0000;width:1rem;height:1rem}.profile-rating svg.is-filled{color:#f2ad2e;fill:#f2ad2e}.profile-rating small{color:var(--blue-600);font-size:.68rem;font-weight:750}.profile-bio{color:var(--ink);gap:.35rem;margin-top:1rem;font-size:.72rem;font-weight:800;display:grid}.profile-bio-text{white-space:pre-wrap;max-width:48rem;margin-top:.9rem;font-size:.82rem;line-height:1.65}.profile-columns{grid-template-columns:minmax(0,1.45fr) minmax(18rem,.75fr);gap:1rem;display:grid}.profile-form-grid,.profile-address-form{grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem;display:grid}.profile-form-grid label,.profile-bio,.profile-address-form label,.profile-modal-field{color:#30485c;gap:.35rem;font-size:.7rem;font-weight:800;display:grid}.profile-form-grid label.is-full,.profile-address-form .is-full{grid-column:1/-1}.profile-form-grid input,.profile-address-form input,.profile-bio textarea,.profile-modal-field input{width:100%;min-height:2.85rem;color:var(--ink);background:#fbfdfe;border:1px solid #cfdee7;border-radius:.65rem;outline:0;padding:.65rem .75rem}.profile-bio textarea{resize:vertical;min-height:6.3rem}.profile-form-grid input:focus,.profile-address-form input:focus,.profile-bio textarea:focus,.profile-modal-field input:focus{border-color:var(--blue-500);box-shadow:0 0 0 3px #16a7ec1f}.profile-form-grid input[readonly],.profile-address-form input[readonly]{color:#607786;cursor:default;background:#f0f5f7}.profile-readonly{background:#f0f5f7;border:1px solid #cfdee7;border-radius:.65rem;align-items:center;gap:.55rem;min-width:0;padding-left:.7rem;display:flex}.profile-readonly>svg{color:#7590a1;flex:none;width:1rem}.profile-readonly input{border:0;min-width:0;padding-inline:0}.profile-readonly button{color:var(--blue-600);cursor:pointer;background:0 0;border:0;border-left:1px solid #cfdee7;align-self:stretch;padding:0 .8rem;font-size:.68rem;font-weight:850}.profile-document-summary{flex-direction:column;display:flex}.profile-document-summary>div:not(.user-profile-card__heading){align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.profile-document-summary>div>span{color:#8299a8;background:#edf3f6;border-radius:.75rem;flex:none;place-items:center;width:2.8rem;height:2.8rem;display:grid}.profile-document-summary>div>span.is-ready{color:#087a6c;background:#e3f7f3}.profile-document-summary>div svg{width:1.25rem}.profile-document-summary strong{text-overflow:ellipsis;white-space:nowrap;max-width:16rem;font-size:.78rem;display:block;overflow:hidden}.profile-document-summary p{margin-top:.2rem;font-size:.65rem}.profile-document-summary>.button{margin-top:auto}.profile-role-grid{grid-template-columns:1fr 1fr;gap:.8rem;display:grid}.profile-role-grid>button{color:#536c7d;text-align:left;cursor:pointer;background:#f8fbfc;border:2px solid #d7e3ea;border-radius:.8rem;grid-template-columns:auto 1fr auto;align-items:center;gap:.8rem;padding:1rem;display:grid;position:relative}.profile-role-grid>button:disabled{cursor:default}.profile-role-grid>button.is-active{color:var(--navy-900);border-color:var(--cyan-500);background:#eaf9fa}.profile-role-grid>button>svg:first-child{width:1.4rem;color:var(--blue-600)}.profile-role-grid>button>svg:last-child{color:#087a6c;width:1rem}.profile-role-grid span{gap:.2rem;display:grid}.profile-role-grid strong{font-size:.82rem}.profile-role-grid small{font-size:.64rem;font-weight:550}.profile-skills{border-top:1px solid var(--line);margin-top:1.2rem;padding-top:1rem}.profile-skills>div:first-child{justify-content:space-between;align-items:center;display:flex}.profile-skills>div:first-child>strong{font-size:.82rem}.profile-skills>div:first-child button,.profile-link-button{color:var(--blue-600);cursor:pointer;background:0 0;border:0;padding:.35rem;font-size:.7rem;font-weight:800}.profile-skills>div:nth-child(2){grid-template-columns:repeat(3,minmax(0,1fr));gap:.6rem;margin-top:.75rem;display:grid}.profile-skills article{background:#f4f9fb;border:1px solid #dceaf0;border-radius:.65rem;padding:.75rem}.profile-skills article strong{font-size:.72rem}.profile-skills article p,.profile-skills>p{margin-top:.2rem;font-size:.63rem}.profile-actions{border-top:1px solid var(--line);justify-content:flex-end;gap:.7rem;margin-top:1.25rem;padding-top:1rem;display:flex}.profile-addresses{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;display:grid}.profile-addresses article{background:#f8fbfc;border:1px solid #d9e7ed;border-radius:.8rem;padding:.9rem}.profile-addresses article>header{grid-template-columns:auto minmax(0,1fr) auto auto;align-items:center;gap:.55rem;margin-bottom:.65rem;display:grid}.profile-addresses header>span{width:2rem;height:2rem;color:var(--blue-600);background:#e8f5fb;border-radius:.55rem;place-items:center;display:grid}.profile-addresses header svg{width:1rem}.profile-addresses header>div{align-items:center;gap:.45rem;min-width:0;display:flex}.profile-addresses header strong{text-overflow:ellipsis;white-space:nowrap;font-size:.78rem;overflow:hidden}.profile-addresses header small{color:#08766e;background:#dcf5ef;border-radius:999px;padding:.2rem .4rem;font-size:.55rem;font-weight:850}.profile-addresses header>button{color:#718898;cursor:pointer;background:#fff;border:1px solid #d5e3ea;border-radius:.5rem;place-items:center;width:2rem;height:2rem;display:grid}.profile-addresses header>button:hover{color:var(--blue-600);border-color:#9dcfe4}.profile-addresses p,.profile-addresses article>small{font-size:.68rem;line-height:1.55}.profile-addresses article>small{color:#7890a0}.profile-no-address,.profile-empty{text-align:center;align-content:center;place-items:center;gap:.5rem;min-height:10rem;display:grid}.profile-no-address svg,.profile-empty>svg{color:#8da6b7;width:2rem}.profile-empty{background:#fff;border:1px dashed #bed4df;border-radius:1rem;max-width:50rem;margin-top:2rem;padding:2rem}.profile-modal{z-index:100;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00192cad;place-items:center;padding:1rem;display:grid;position:fixed;inset:0}.profile-modal__panel{background:#fff;border-radius:1rem;width:min(100%,34rem);max-height:calc(100vh - 2rem);overflow:hidden;box-shadow:0 24px 70px #00142859}.profile-modal__panel--wide{width:min(100%,49rem)}.profile-modal__panel>header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:1rem;padding:1.1rem 1.25rem;display:flex}.profile-modal__panel>header small{color:var(--cyan-500);text-transform:uppercase;font-size:.62rem;font-weight:850}.profile-modal__panel>header h2{margin-top:.1rem;font-size:1.25rem}.profile-modal__panel>header button{color:#688090;cursor:pointer;background:#f0f5f7;border:0;border-radius:50%;place-items:center;width:2rem;height:2rem;display:grid}.profile-modal__panel>header button svg{width:1rem}.profile-modal__content{max-height:calc(100vh - 7rem);padding:1.15rem 1.25rem 1.25rem;overflow-y:auto}.profile-modal-intro{margin-bottom:1rem;font-size:.78rem}.profile-modal-actions{border-top:1px solid var(--line);justify-content:flex-end;gap:.65rem;margin-top:1.2rem;padding-top:1rem;display:flex}.profile-modal-empty{color:#7e94a4;background:#f6fafb;border:1px dashed #c6d9e3;border-radius:.8rem;align-content:center;place-items:center;gap:.55rem;min-height:12rem;display:grid}.profile-modal-empty svg{width:2rem}.profile-welcome,.profile-email-warning{text-align:center;justify-items:center;gap:1rem;display:grid}.profile-welcome>svg,.profile-email-warning>svg{color:#fff;background:linear-gradient(135deg, var(--cyan-500), var(--blue-600));border-radius:.9rem;width:3rem;height:3rem;padding:.7rem}.profile-welcome p,.profile-email-warning p{max-width:28rem;font-size:.8rem;line-height:1.65}.profile-reviews{gap:.7rem;display:grid}.profile-reviews article{background:#f8fbfc;border:1px solid #dbe7ed;border-radius:.75rem;padding:.85rem}.profile-reviews article header{grid-template-columns:auto 1fr auto;align-items:center;gap:.55rem;margin-bottom:.55rem;display:grid}.profile-reviews header>span{width:2rem;height:2rem;color:var(--blue-600);background:#e7f5fa;border-radius:50%;place-items:center;display:grid}.profile-reviews header svg{width:1rem}.profile-reviews header strong,.profile-reviews header small{font-size:.68rem}.profile-reviews article>p{white-space:pre-wrap;margin-top:.5rem;font-size:.72rem}.profile-skill-selector{grid-template-columns:1fr 1fr;gap:.6rem;display:grid}.profile-skill-selector label{cursor:pointer;background:#f8fbfc;border:2px solid #e0eaef;border-radius:.7rem;grid-template-columns:minmax(0,1fr) auto;gap:.6rem;padding:.8rem;display:grid}.profile-skill-selector label.is-selected{border-color:var(--cyan-500);background:#eaf9fa}.profile-skill-selector input{opacity:0;pointer-events:none;position:absolute}.profile-skill-selector span{gap:.2rem;display:grid}.profile-skill-selector strong{font-size:.72rem}.profile-skill-selector small{color:var(--muted);font-size:.62rem}.profile-skill-selector i{color:#fff;background:var(--cyan-500);border-radius:.35rem;place-items:center;width:1.25rem;height:1.25rem;display:grid}.profile-skill-selector i:empty{background:#fff;border:1px solid #bfd0d9}.profile-skill-selector i svg{width:.75rem}.profile-address-main{cursor:pointer;grid-column:1/-1;justify-self:end;align-items:center;grid-template-columns:none!important;gap:.45rem!important;display:flex!important}.profile-address-main input{width:1rem;min-height:1rem;accent-color:var(--cyan-500)}.profile-cep{grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:.65rem;display:grid}.profile-cep .button{min-height:2.85rem}.profile-document-preview{background:#eef4f6;border:1px solid #d5e2e8;border-radius:.8rem;place-items:center;max-height:25rem;display:grid;overflow:auto}.profile-document-preview img{object-fit:contain;width:100%;height:auto;max-height:25rem}.profile-upload-help{text-align:center;margin-top:.7rem;font-size:.66rem}.profile-code input{text-align:center;letter-spacing:.45em;font-size:1.45rem;font-weight:850}.profile-link-button{margin:.55rem auto 0;display:block}.profile-email-warning h3{font-size:1.2rem}.profile-email-warning.is-final>svg{background:linear-gradient(135deg,#e08b36,#c64a4a)}.profile-danger{color:#fff;background:#bd3946;border:1px solid #bd3946}.profile-blocking{z-index:150;cursor:wait;background:#eef8fb4d;place-items:center;display:grid;position:fixed;inset:0}.profile-blocking svg{width:2rem;height:2rem;color:var(--blue-600);filter:drop-shadow(0 2px 5px #fff)}@media (max-width:900px){.profile-columns,.profile-role-grid,.profile-addresses{grid-template-columns:1fr}.profile-skills>div:nth-child(2){grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:1320px){.desktop-nav{display:none}.header-actions{margin-left:auto}.mobile-nav{display:block}.hero__inner{grid-template-columns:1.25fr .75fr;gap:1rem}.category-grid{grid-template-columns:repeat(3,1fr)}.professional-grid,.app-showcase__grid{grid-template-columns:1fr}.app-copy{text-align:center;max-width:38rem;margin:auto}.store-row,.trust-line{justify-content:center}.feature-grid{grid-template-columns:repeat(3,1fr)}.feature-grid article:nth-child(4){border-left:0}.pro-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1.4fr repeat(3,1fr)}.footer-social{grid-column:2/-1}.explore-filter__body{grid-template-columns:1fr 1fr}.explore-search{justify-self:end}.explore-detail__content{grid-template-columns:1fr}.home-tabs{grid-template-columns:repeat(2,1fr)}.home-detail-grid,.home-budget-detail,.new-request{grid-template-columns:1fr}.new-request__aside{grid-row:1;position:static}.notifications-overview{flex-direction:column;align-items:flex-start}}@media (max-width:720px){.container{width:min(calc(100% - 1.25rem), var(--container))}.desktop-only{display:none}.site-header__inner{gap:.65rem;min-height:3.9rem}.header-actions .button{display:none}.mobile-nav{margin-left:auto}.hero{align-items:end;min-height:49rem}.hero__image{object-position:63% center}.hero__shade{background:linear-gradient(#0214266b,#02192dc2 32%,#021426fa 88%)}.hero__inner{grid-template-columns:1fr;padding-top:7rem;padding-bottom:2.25rem}.hero h1{font-size:clamp(2.7rem,13vw,4.2rem)}.hero__signals{display:none}.hero__actions{display:grid}.hero__actions .button{width:100%}.section{padding:4.5rem 0}.section--tight{padding:3.8rem 0}.section-heading{margin-bottom:2rem}.section-heading--row{display:block}.section-heading--row a{margin-top:.8rem}.category-grid{grid-template-columns:repeat(2,1fr);gap:.65rem}.category-card{min-height:8rem;padding:.7rem}.journey-grid{grid-template-columns:1fr;gap:2rem}.journey-grid:before{border-top:0;border-left:2px dashed #8bd2df;inset:2rem auto 2rem 3rem}.journey-grid li{text-align:left;grid-template-columns:6rem 1fr;column-gap:1rem;display:grid}.journey-icon{grid-row:span 2}.journey-number{left:.1rem}.journey-grid h3{align-self:end}.journey-grid p{margin:0}.profile-card{grid-template-columns:auto 1fr}.phones{scroll-snap-type:x mandatory;justify-content:start;padding:1rem 1rem 2rem;overflow-x:auto}.phone{scroll-snap-align:center;flex:0 0 13rem}.phone:nth-child(2){translate:none}.feature-grid{grid-template-columns:1fr}.feature-grid article,.feature-grid article:nth-child(4){border-left:0;border-top:1px solid var(--line);gap:1rem;display:flex}.feature-grid article:first-child{border-top:0}.feature-grid article>span{flex:none;margin:0}.pro-section__heading{display:block}.pro-section__heading .button{margin-top:1rem}.pro-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}.footer-brand,.footer-social{grid-column:1/-1}.footer-bottom{gap:.25rem;display:grid}.login-form__options{flex-direction:column;align-items:flex-start;gap:.65rem}.dashboard{grid-template-columns:1fr}.dashboard__sidebar{flex-direction:row;align-items:center;width:100%;height:auto;padding:1rem;position:static}.dashboard__sidebar nav{display:none}.dashboard__sidebar form{margin:0 0 0 auto}.dashboard__content>header{flex-direction:column;align-items:flex-start}.dashboard__user{text-overflow:ellipsis;max-width:100%;overflow:hidden}.dashboard__content{padding:1rem}.dashboard__content h1{font-size:2.15rem}.explore{margin-top:1.25rem}.explore-filter__body,.explore-grid{grid-template-columns:1fr}.explore-types{grid-template-columns:repeat(3,1fr);display:grid}.explore-types button{padding-inline:.35rem}.explore-search{justify-content:center;width:100%}.explore-card__footer,.explore-results__heading{flex-direction:column;align-items:flex-start}.explore-card__footer>div{justify-content:start}.explore-modal{padding:.5rem}.explore-modal__panel{border-radius:.85rem;max-height:calc(100vh - 1rem)}.explore-detail{margin-block:0}.explore-detail__content{max-height:calc(100vh - 9rem);padding:.85rem}.explore-detail__hero{min-height:13rem}.explore-detail__facts strong{width:100%;margin-left:0}.explore-form>div{grid-template-columns:1fr}.home-workspace{margin-top:1.25rem}.home-tabs{scroll-snap-type:x mandatory;display:flex;overflow-x:auto}.home-tabs button{scroll-snap-align:start;flex:none;min-width:8rem}.home-tab__full{display:none}.home-tab__short{display:inline}.home-toolbar{flex-direction:column;align-items:flex-start}.home-toolbar h2{font-size:1.35rem}.home-request-grid,.home-budget-grid{grid-template-columns:1fr}.home-request-card__open{grid-template-columns:7rem minmax(0,1fr)}.home-request-card__media{min-height:13rem}.home-modal{padding:.5rem}.home-modal__panel{border-radius:.85rem;margin-block:0}.home-modal__content{max-height:calc(100vh - 9rem);padding:.8rem}.home-detail-hero{min-height:13rem}.home-detail-facts strong{width:100%;margin-left:0}.home-detail-form>div{grid-template-columns:1fr}.new-request{margin-top:1.25rem}.new-request__types,.new-request__fields,.new-request__addresses{grid-template-columns:1fr}.new-request__fields label.is-full{grid-column:auto}.new-request__categories{grid-template-columns:1fr}.new-request__uploads{grid-template-columns:repeat(2,minmax(0,1fr))}.new-request__actions{grid-template-columns:1fr 1fr;display:grid}.notifications-workspace{margin-top:1.25rem}.notifications-stats{grid-template-columns:1fr}.notifications-toolbar{overflow-x:auto}.notifications-toolbar button{flex:none}.notifications-card__open{grid-template-columns:auto minmax(0,1fr);padding:.75rem}.notifications-card__arrow{display:none}.notifications-card__delete{width:2.7rem}.profile-workspace{margin-top:1.25rem}.user-profile-card{padding:.9rem}.user-profile-card__heading{align-items:flex-start}.profile-identity__content{grid-template-columns:1fr;justify-items:center}.profile-identity__main{text-align:center;width:100%}.profile-form-grid,.profile-address-form,.profile-skill-selector,.profile-skills>div:nth-child(2){grid-template-columns:1fr}.profile-form-grid label.is-full,.profile-address-form .is-full{grid-column:auto}.profile-address-main{grid-column:auto;justify-self:start}.profile-cep{grid-template-columns:1fr}.profile-modal{padding:.5rem}.profile-modal__panel{border-radius:.85rem;max-height:calc(100vh - 1rem)}.profile-modal__content{max-height:calc(100vh - 5.5rem);padding:.9rem}.profile-modal-actions,.profile-actions{grid-template-columns:1fr 1fr;display:grid}.profile-readonly{grid-template-columns:auto minmax(0,1fr);display:grid}.profile-readonly button{border-top:1px solid #cfdee7;border-left:0;grid-column:1/-1;min-height:2.5rem}.registration-card{padding-inline:1rem}.registration-progress small{font-size:.52rem}.form-grid,.role-grid,.cep-row{grid-template-columns:1fr}.cep-row>.button{width:100%}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@keyframes spin{to{rotate:360deg}}}
