:root{--bg:#1a1a1e;--surface:#232328;--surface-2:#2b2b31;--earth:#b8956a;--gold:#c4a768;--neutral:#8b8b8b;--light:#f5f2ed;--line:rgba(245,242,237,0.1);--danger:#c47868;--success:#7fa37f;--font-body:"Inter",-apple-system,BlinkMacSystemFont,sans-serif;--font-display:"Cormorant Garamond",Georgia,serif}*{box-sizing:border-box}body,html{margin:0;padding:0}body{background:var(--bg);color:var(--light);font-family:var(--font-body);font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased;background-image:radial-gradient(circle at 15% -10%,rgba(184,149,106,.08),transparent 40%);background-attachment:fixed;min-height:100vh}h1,h2,h3{font-family:var(--font-display);font-weight:600;letter-spacing:.01em;line-height:1.1;margin:0}a{color:var(--gold);text-decoration:none}a:hover{text-decoration:underline}.eyebrow{font-family:var(--font-body);font-size:.7rem;letter-spacing:.28em;text-transform:uppercase;color:var(--neutral);margin:0 0 .6rem}.auth-wrap{min-height:100vh;display:grid;place-items:center;padding:2rem}.auth-card{width:100%;max-width:420px;background:var(--surface);border:1px solid var(--line);border-top:2px solid var(--gold);border-radius:4px;padding:2.75rem 2.5rem;animation:reveal .6s ease both}.auth-card h1{font-size:2.6rem;color:var(--light)}.auth-card .brand-mark{color:var(--gold)}.auth-sub{color:var(--neutral);margin:.25rem 0 2rem;font-size:.95rem}.field{display:block;margin-bottom:1.25rem}.field>span{display:block;font-size:.78rem;letter-spacing:.06em;text-transform:uppercase;color:var(--neutral);margin-bottom:.4rem}input,select,textarea{width:100%;background:var(--bg);border:1px solid var(--line);border-radius:3px;color:var(--light);font-family:var(--font-body);font-size:1rem;padding:.7rem .85rem;transition:border-color .25s ease,box-shadow .25s ease}textarea{resize:vertical;min-height:6rem}input:focus,select:focus,textarea:focus{outline:none;border-color:var(--gold);box-shadow:0 0 0 3px rgba(196,167,104,.18)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;font-family:var(--font-body);font-size:.85rem;letter-spacing:.08em;text-transform:uppercase;padding:.7rem 1.4rem;border-radius:3px;border:1px solid transparent;cursor:pointer;transition:transform .2s ease,background .2s ease,border-color .2s ease,color .2s ease}.btn:hover{text-decoration:none;transform:translateY(-1px)}.btn-primary{background:var(--gold);color:#1a1a1e;font-weight:600}.btn-primary:hover{background:var(--earth)}.btn-ghost{background:transparent;border-color:var(--line);color:var(--light)}.btn-ghost:hover{border-color:var(--gold);color:var(--gold)}.btn-danger{background:transparent;border-color:rgba(196,120,104,.4);color:var(--danger)}.btn-danger:hover{background:rgba(196,120,104,.12)}.btn-block{width:100%}.btn-sm{padding:.45rem .85rem;font-size:.72rem}.alert{background:rgba(196,120,104,.12);border:1px solid rgba(196,120,104,.35);color:#e7b8ad;padding:.7rem .9rem;border-radius:3px;font-size:.88rem;margin-bottom:1.5rem}.form-foot{margin-top:1.75rem;text-align:center;color:var(--neutral);font-size:.9rem}.shell-header{display:flex;align-items:center;justify-content:space-between;padding:1.4rem clamp(1.25rem,5vw,4rem);border-bottom:1px solid var(--line);background:rgba(26,26,30,.7);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);position:-webkit-sticky;position:sticky;top:0;z-index:10}.wordmark{font-family:var(--font-display);font-size:1.7rem;font-weight:600;letter-spacing:.02em}.wordmark .dot{color:var(--gold)}.shell-header .who{display:flex;align-items:center;gap:1.25rem;font-size:.85rem;color:var(--neutral)}.shell-main{padding:clamp(2rem,5vw,3.5rem) clamp(1.25rem,5vw,4rem) 5rem;max-width:1180px;margin:0 auto}.page-head{display:flex;align-items:flex-end;justify-content:space-between;gap:1.5rem;flex-wrap:wrap;margin-bottom:2rem}.page-head h1{font-size:clamp(2.2rem,5vw,3.2rem)}.toolbar{display:flex;align-items:flex-end;gap:1rem;flex-wrap:wrap;padding:1rem 1.25rem;background:var(--surface);border:1px solid var(--line);border-radius:4px;margin-bottom:2rem}.toolbar .field{margin-bottom:0;min-width:160px}.toolbar select{min-width:170px}.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));grid-gap:1.5rem;gap:1.5rem}.card{background:var(--surface);border:1px solid var(--line);border-radius:5px;padding:1.5rem;display:flex;flex-direction:column;gap:.75rem;animation:reveal .5s ease both;transition:transform .25s ease,border-color .25s ease}.card:hover{transform:translateY(-3px);border-color:rgba(196,167,104,.4)}.grid .card:nth-child(2){animation-delay:.04s}.grid .card:nth-child(3){animation-delay:.08s}.grid .card:nth-child(4){animation-delay:.12s}.grid .card:nth-child(5){animation-delay:.16s}.grid .card:nth-child(6){animation-delay:.2s}.card h3{font-size:1.5rem;color:var(--light)}.card .price{font-family:var(--font-display);font-size:1.9rem;font-weight:600;color:var(--gold)}.card .addr{font-size:.85rem;color:var(--neutral);letter-spacing:.02em}.card .desc{font-size:.92rem;color:rgba(245,242,237,.82);margin:0;flex:1 1}.card-foot{display:flex;gap:.6rem;padding-top:.5rem;border-top:1px solid var(--line);margin-top:.5rem}.card-foot,.pill{align-items:center}.pill{display:inline-flex;gap:.4rem;align-self:flex-start;font-size:.7rem;letter-spacing:.12em;text-transform:uppercase;padding:.28rem .7rem;border-radius:999px;border:1px solid}.pill:before{content:"";width:6px;height:6px;border-radius:50%;background:currentColor}.pill-disponible{color:var(--gold);border-color:rgba(196,167,104,.45)}.pill-reservada{color:var(--earth);border-color:rgba(184,149,106,.45)}.pill-vendida{color:var(--neutral);border-color:rgba(139,139,139,.45)}.status-form{display:flex;gap:.4rem;align-items:center;flex:1 1}.status-form select{padding:.4rem .5rem;font-size:.8rem}.empty{text-align:center;padding:5rem 2rem;border:1px dashed var(--line);border-radius:6px}.empty h2{font-size:2rem;color:var(--light);margin-bottom:.5rem}.empty p{color:var(--neutral);margin:0 0 1.75rem}.form-title{font-size:clamp(2rem,5vw,2.8rem);margin-bottom:1.5rem}.form-panel{max-width:640px;background:var(--surface);border:1px solid var(--line);border-top:2px solid var(--gold);border-radius:5px;padding:2.5rem}.form-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:1.25rem;gap:1.25rem}.form-actions{display:flex;gap:.75rem;margin-top:1.75rem}.back-link{display:inline-block;margin-bottom:1.25rem;font-size:.85rem;color:var(--neutral)}.back-link:hover{color:var(--gold)}.shell-nav{display:flex;gap:1.5rem;flex:1 1;justify-content:center;flex-wrap:wrap}.shell-nav a{color:var(--neutral);font-size:.8rem;letter-spacing:.1em;text-transform:uppercase;transition:color .2s ease}.shell-nav a:hover{color:var(--gold);text-decoration:none}.who-email{max-width:16ch;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.head-actions{display:flex;gap:.75rem;flex-wrap:wrap}.visit-programada{color:var(--gold);border-color:rgba(196,167,104,.45)}.visit-realizada{color:var(--success);border-color:rgba(127,163,127,.45)}.visit-cancelada{color:var(--danger);border-color:rgba(196,120,104,.45)}.form-section{font-size:.78rem;letter-spacing:.14em;text-transform:uppercase;color:var(--gold);margin:.5rem 0 1.25rem;padding-top:1.25rem;border-top:1px solid var(--line)}.muted{color:var(--neutral)}.notes{max-width:640px;margin-top:2.5rem}.notes h2{font-size:1.8rem;margin-bottom:1.25rem}.note-add{margin-bottom:1.5rem}.note-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1rem}.note-item{background:var(--surface);border:1px solid var(--line);border-left:2px solid var(--gold);border-radius:4px;padding:1rem 1.1rem;animation:reveal .4s ease both}.note-time{display:block;font-size:.72rem;letter-spacing:.08em;text-transform:uppercase;color:var(--neutral);margin-bottom:.5rem}.note-edit textarea{min-height:4rem}.note-actions{margin-top:.6rem}.note-del{margin-top:.5rem}.metrics{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));grid-gap:1.25rem;gap:1.25rem;margin-bottom:2.5rem}.metric{background:var(--surface);border:1px solid var(--line);border-top:2px solid var(--gold);border-radius:5px;padding:1.5rem;animation:reveal .5s ease both}.metric-label{font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;color:var(--neutral);margin:0 0 .5rem}.metric-value{font-family:var(--font-display);font-size:2.6rem;font-weight:600;color:var(--gold);margin:0}.panel-cols{display:grid;grid-template-columns:1.4fr 1fr;grid-gap:1.5rem;gap:1.5rem}.panel-block{background:var(--surface);border:1px solid var(--line);border-radius:5px;padding:1.75rem;animation:reveal .5s ease both}.block-head{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.25rem}.panel-block h2{font-size:1.6rem}.week-list{list-style:none;margin:0;padding:0;gap:.9rem}.week-item,.week-list{display:flex;flex-direction:column}.week-item{gap:.2rem;padding-bottom:.9rem;border-bottom:1px solid var(--line)}.week-item:last-child{border-bottom:none;padding-bottom:0}.week-when{font-size:.74rem;letter-spacing:.06em;text-transform:uppercase;color:var(--gold)}.week-what{color:rgba(245,242,237,.9)}.top-prop .top-title{font-family:var(--font-display);font-size:1.7rem;color:var(--light);margin:0 0 .25rem}.top-prop .top-meta{color:var(--neutral);font-size:.88rem;margin:0 0 1rem}.cal-nav{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.5rem}.cal-title{font-family:var(--font-display);font-size:1.6rem;color:var(--light);text-transform:capitalize}.cal-grid{display:grid;grid-template-columns:repeat(7,1fr);grid-gap:1px;gap:1px;background:var(--line);border:1px solid var(--line);border-radius:5px;overflow:hidden}.cal-weekday{background:var(--surface-2);padding:.6rem;text-align:center;font-size:.7rem;letter-spacing:.1em;text-transform:uppercase;color:var(--neutral)}.cal-cell{background:var(--surface);min-height:110px;padding:.5rem;display:flex;flex-direction:column;gap:.3rem}.cal-out{background:rgba(35,35,40,.4)}.cal-out .cal-daynum{color:rgba(139,139,139,.5)}.cal-today{box-shadow:inset 0 0 0 2px rgba(196,167,104,.5)}.cal-daynum{font-size:.8rem;color:var(--neutral)}.cal-event{display:block;font-size:.72rem;line-height:1.3;padding:.25rem .4rem;border-radius:3px;border-left:3px solid;background:var(--surface-2);color:var(--gold);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;transition:transform .15s ease}.cal-event:hover{text-decoration:none;transform:translateX(2px)}.cal-time{font-weight:600}@media (max-width:760px){.panel-cols{grid-template-columns:1fr}.shell-nav{order:3;width:100%;justify-content:flex-start;flex:none}.cal-cell{min-height:80px}}@keyframes reveal{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}@media (prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important}}@media (max-width:560px){.form-row{grid-template-columns:1fr}}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/393d45a2251e223a-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/8715d2ed531152f4-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/c48b38fe8bb532f3-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/48410f3df60da620-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/7b89a4fd5e90ede0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/393d45a2251e223a-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/8715d2ed531152f4-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/c48b38fe8bb532f3-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/48410f3df60da620-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/7b89a4fd5e90ede0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/393d45a2251e223a-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/8715d2ed531152f4-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/c48b38fe8bb532f3-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/48410f3df60da620-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/7b89a4fd5e90ede0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Cormorant Garamond Fallback;src:local("Times New Roman");ascent-override:95.27%;descent-override:29.59%;line-gap-override:0.00%;size-adjust:96.98%}.__className_30721a{font-family:Cormorant Garamond,Cormorant Garamond Fallback;font-style:normal}.__variable_30721a{--font-display:"Cormorant Garamond","Cormorant Garamond Fallback"}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter Fallback;src:local("Arial");ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.00%;size-adjust:107.12%}.__className_f367f3{font-family:Inter,Inter Fallback;font-style:normal}.__variable_f367f3{--font-body:"Inter","Inter Fallback"}