:root{--verde: #3A5A4B;--verde-osc: #2C463A;--verde-claro: #E5EBDF;--acento: #3A5A4B;--bg: #E2DDD5;--panel: #BFB990;--texto: #241F14;--texto-2: #574C34;--texto-3: #7C7051;--borde: #A99C72;--radius: 10px;--radius-sm: 7px;--serif: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, "Times New Roman", serif}[data-theme=dark]{--verde: #3E7358;--verde-osc: #2F5A45;--verde-claro: #17362A;--acento: #46785C;--bg: #181109;--panel: #33271A;--texto: #F0E7D6;--texto-2: #B6AA8E;--texto-3: #857A62;--borde: #4A3C28}*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;background:var(--bg);color:var(--texto);-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer}input,select,textarea{font-family:inherit}.btn{padding:9px 16px;font-size:14px;border-radius:var(--radius-sm);border:1px solid var(--borde);background:var(--panel);color:var(--texto);display:inline-flex;align-items:center;gap:6px;transition:background .12s}.btn:hover{background:var(--bg)}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:var(--verde);border-color:var(--verde);color:#fff}.btn-primary:hover{background:var(--verde-osc)}.btn-block{width:100%;justify-content:center}.input{width:100%;padding:10px 12px;font-size:14px;border:1px solid var(--borde);border-radius:var(--radius-sm);background:var(--panel);color:var(--texto)}.input:focus{outline:none;border-color:var(--verde)}.pagina-azul .input:focus{border-color:#1a3a5c}.label{font-size:13px;font-weight:500;color:var(--texto-2);margin-bottom:5px;display:block}.field{margin-bottom:14px}.badge{display:inline-flex;padding:3px 9px;border-radius:20px;font-size:12px;font-weight:500}.badge-pendiente{background:#faeeda;color:#854f0b}.badge-en_progreso{background:#e6f1fb;color:#185fa5}.badge-pendiente_firma{background:#faeeda;color:#854f0b}.badge-firmado{background:var(--verde-claro);color:var(--verde-osc)}.badge-completada{background:#eaf3de;color:#3b6d11}.badge-abierta{background:#fbe9e7;color:#b42318}.badge-cerrada{background:#eaf3de;color:#3b6d11}.badge-presupuesto{background:#efeae3;color:#6b6258}.badge-aprobado{background:#f0eafb;color:#6b3fa0}.badge-rechazado{background:#fbe9e7;color:#b42318}.badge-caducado{background:#efeae3;color:#8a8a82}.badge-pendiente_hacer{background:#faeeda;color:#854f0b}.badge-convertida{background:#eaf3de;color:#3b6d11}.badge-descartada{background:#fbe9e7;color:#b42318}.badge-archivado{background:#efeae3;color:#8a8a82}.contador{background:#b42318;color:#fff;border-radius:20px;padding:1px 7px;font-size:11px;font-weight:600}.card{background:var(--panel);border:1px solid var(--borde);border-radius:var(--radius)}.center-screen{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:20px}.login-fondo{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:20px;background-color:#1a130c;background-image:linear-gradient(180deg,#1c140c6b,#0e0a06a8),url(/login-fondo.jpg);background-size:cover;background-position:center;background-repeat:no-repeat}.login-fondo .auth-logo{color:#fff;text-shadow:0 2px 14px rgba(0,0,0,.45)}.login-fondo .auth-sub{color:#ffffffeb;text-shadow:0 1px 10px rgba(0,0,0,.4)}.login-fondo .card{--panel: #CFC7A2;--texto: #241F14;--texto-2: #574C34;--texto-3: #7A6E4E;--borde: #A99C72;--bg: #C3BB93;color:var(--texto);background:#beb88ef5;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(70,52,30,.18);box-shadow:0 30px 72px -26px #0000009e;padding:28px 26px!important}.login-head{text-align:center;margin-bottom:20px}.login-head .login-tag{font-family:var(--serif);font-style:italic;font-size:13.5px;color:#5f5232;margin-top:8px}.login-head .login-sub{font-size:10.5px;letter-spacing:.2em;text-transform:uppercase;color:#6e6041;margin-top:10px}.login-head .login-rule{border:0;height:1px;background:#9c8f66;margin:16px 0 0}.login-fondo .card{position:relative;border-radius:5px}.login-fondo .card:before{content:"";position:absolute;top:9px;right:9px;bottom:9px;left:9px;border:1px solid #9C8F66;border-radius:2px;pointer-events:none}.login-fondo .card>*{position:relative}.login-fondo .label{text-transform:uppercase;letter-spacing:.14em;font-size:10.5px;color:#6e6344;margin-bottom:6px}.login-fondo .input{background:#e3dcbf;border:1px solid #AEA278;border-radius:5px}.login-fondo .input:focus{border-color:#3a5a4b;outline:none}.login-fondo .login-btn{border-radius:5px;letter-spacing:.12em;text-transform:uppercase;font-size:12.5px;font-weight:600}.login-fondo .login-foot{text-align:center;margin-top:18px;font-family:var(--serif);font-style:italic;font-size:11.5px;color:#766a48}.auth-box{width:100%;max-width:380px}.auth-logo{text-align:center;font-size:22px;font-weight:600;color:var(--verde);margin-bottom:6px}.auth-sub{text-align:center;font-size:14px;color:var(--texto-2);margin-bottom:24px}.error-msg{background:#fbe9e7;color:#b42318;padding:10px 12px;border-radius:var(--radius-sm);font-size:13px;margin-bottom:14px}.ok-msg{background:var(--verde-claro);color:var(--verde-osc);padding:10px 12px;border-radius:var(--radius-sm);font-size:13px;margin-bottom:14px}.loading{text-align:center;padding:60px 20px;color:var(--texto-3)}.app-shell{display:flex;min-height:100vh;background-color:#2a2620;background-image:url(/fondo-app.jpg);background-size:cover;background-position:center;background-attachment:fixed}:root[data-theme=dark] .app-shell{background-image:linear-gradient(#1810088a,#1810088a),url(/fondo-app.jpg)}:root[data-theme=light] .app-shell{background-image:linear-gradient(#1a130a99,#1a130a99),url(/fondo-app.jpg)}.inicio-fondo{background-color:#2a2620;background-image:url(/fondo-inicio.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;border-radius:14px;padding:clamp(14px,2vw,22px)}:root[data-theme=dark] .inicio-fondo{background-image:linear-gradient(#130d0699,#130d0699),url(/fondo-inicio.jpg)}:root[data-theme=light] .inicio-fondo{background-image:linear-gradient(#18110994,#18110994),url(/fondo-inicio.jpg)}.panel-contenido{padding:24px;max-width:1200px}:root[data-theme=light] .panel-contenido{--texto: #F3EEE2;--texto-2: #DAD1BC;--texto-3: #B7AD95}:root[data-theme=light] .panel-contenido .card,:root[data-theme=light] .panel-contenido [style*=--panel],:root[data-theme=light] .panel-contenido .input,:root[data-theme=light] .panel-contenido input,:root[data-theme=light] .panel-contenido select,:root[data-theme=light] .panel-contenido textarea,:root[data-theme=light] .panel-contenido .btn{--texto: #241F14;--texto-2: #574C34;--texto-3: #7C7051}.mobile-menu-btn{display:none;margin-bottom:16px}.sidebar-cerrar,.sidebar-backdrop{display:none}@media (max-width: 860px){.panel-contenido{padding:14px;max-width:100%}.mobile-menu-btn,.sidebar-cerrar{display:inline-flex}.sidebar{position:fixed;top:0;left:0;height:100vh;z-index:60;transform:translate(-100%);transition:transform .2s ease;box-shadow:2px 0 16px #00000040}.sidebar.abierto{transform:translate(0)}.sidebar-backdrop.abierto{display:block;position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:55}}.cm-landing{--serif:"Iowan Old Style","Palatino Linotype",Palatino,Georgia,"Times New Roman",serif;--sans:-apple-system,BlinkMacSystemFont,"Segoe UI",system-ui,Roboto,sans-serif;--bg:#141009;--bg2:#1B1509;--panel:#241E15;--panel2:#2C2417;--ink:#F1E9D8;--muted:#B6AA8E;--faint:#8B856F;--brass:#C6A15C;--brass2:#D8B06A;--green:#6BA986;--line:rgba(198,161,92,.22);--wood:url(/fondo-app.jpg);font-family:var(--sans);background:var(--bg);color:var(--ink);line-height:1.6;min-height:100vh}.cm-landing img{max-width:100%}.cm-landing a{color:inherit;text-decoration:none}.cm-landing .wrap{max-width:1080px;margin:0 auto;padding:0 clamp(18px,4vw,32px)}.cm-landing h1,.cm-landing h2,.cm-landing h3{font-family:var(--serif);font-weight:600;line-height:1.08;letter-spacing:-.01em}.cm-landing .eyebrow{font-size:12px;letter-spacing:.22em;text-transform:uppercase;color:var(--brass);font-weight:600}.cm-landing .btn{display:inline-flex;align-items:center;gap:8px;font-family:var(--sans);font-size:14.5px;font-weight:600;padding:12px 22px;border-radius:8px;cursor:pointer;border:1px solid transparent;transition:transform .1s,background .15s}.cm-landing .btn:hover{transform:translateY(-1px)}.cm-landing .btn-primary{background:var(--brass);color:#20180b;border-color:var(--brass)}.cm-landing .btn-primary:hover{background:var(--brass2)}.cm-landing .btn-ghost{background:transparent;color:var(--ink);border-color:var(--line)}.cm-landing .btn-ghost:hover{border-color:var(--brass)}.cm-landing .nav{position:sticky;top:0;z-index:20;background:#141009d1;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-bottom:1px solid var(--line)}.cm-landing .nav .wrap{display:flex;align-items:center;gap:16px;height:64px}.cm-landing .brand{display:flex;align-items:center;gap:10px}.cm-landing .brand .circle{width:34px;height:34px;border-radius:50%;border:1.4px solid var(--brass);background:#c6a15c1a;display:flex;align-items:center;justify-content:center}.cm-landing .brand .name{font-family:var(--serif);font-size:18px;line-height:1}.cm-landing .brand .name b{color:var(--brass2);font-weight:600}.cm-landing .nav .links{margin-left:auto;display:flex;align-items:center;gap:26px}.cm-landing .nav .links a{font-size:14px;color:var(--muted)}.cm-landing .nav .links a:hover{color:var(--ink)}.cm-landing .nav .btn{padding:9px 16px}.cm-landing .nav .btn-primary{background:var(--brass);color:#20180b;border-color:var(--brass);box-shadow:0 2px 12px #00000059}.cm-landing .nav .btn-primary:hover{background:var(--brass2);border-color:var(--brass2)}@media (max-width:760px){.cm-landing .nav .links a:not(.btn){display:none}}.cm-landing .hero{position:relative;overflow:hidden;border-bottom:1px solid var(--line)}.cm-landing .hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(#120c06b8,#120c06db),var(--wood);background-size:cover;background-position:center}.cm-landing .hero .wrap{position:relative;padding:clamp(60px,10vw,120px) clamp(18px,4vw,32px) clamp(56px,9vw,110px)}.cm-landing .hero .eyebrow{margin-bottom:20px}.cm-landing .hero h1{font-size:clamp(38px,7vw,68px);max-width:14ch}.cm-landing .hero p.lead{margin-top:22px;font-size:clamp(16px,2.2vw,20px);color:var(--muted);max-width:56ch}.cm-landing .hero .cta{margin-top:34px;display:flex;gap:12px;flex-wrap:wrap}.cm-landing .hero .foot{margin-top:30px;font-size:13px;color:var(--faint);display:flex;align-items:center;gap:8px}.cm-landing .hero .foot .dot{width:6px;height:6px;border-radius:50%;background:var(--green)}.cm-landing section{padding:clamp(52px,8vw,96px) 0}.cm-landing .sec-head{max-width:60ch}.cm-landing .sec-head h2{font-size:clamp(26px,4.4vw,40px);margin-top:14px}.cm-landing .sec-head p{margin-top:14px;color:var(--muted);font-size:16.5px}.cm-landing .band{background:var(--bg2);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.cm-landing .problem .grid{display:grid;grid-template-columns:1fr 1fr;gap:0;margin-top:38px;border:1px solid var(--line);border-radius:14px;overflow:hidden}.cm-landing .problem .col{padding:clamp(22px,3vw,34px)}.cm-landing .problem .col+.col{border-left:1px solid var(--line)}.cm-landing .problem .col h3{font-size:19px;margin-bottom:14px}.cm-landing .problem .before h3{color:var(--muted)}.cm-landing .problem .after{background:var(--panel)}.cm-landing .problem ul{list-style:none;display:flex;flex-direction:column;gap:11px}.cm-landing .problem li{display:flex;gap:11px;font-size:15px;color:var(--muted)}.cm-landing .problem .after li{color:var(--ink)}.cm-landing .problem .mk{color:var(--faint);flex-shrink:0}.cm-landing .problem .after .mk{color:var(--green)}@media (max-width:680px){.cm-landing .problem .grid{grid-template-columns:1fr}.cm-landing .problem .col+.col{border-left:none;border-top:1px solid var(--line)}}.cm-landing .mods{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;margin-top:44px;background:var(--line);border:1px solid var(--line);border-radius:14px;overflow:hidden}.cm-landing .mod{background:var(--bg);padding:24px 22px;display:flex;flex-direction:column;gap:9px;transition:background .15s}.cm-landing .mod:hover{background:var(--panel)}.cm-landing .mod .mk{width:26px;height:26px}.cm-landing .mod h3{font-size:17.5px}.cm-landing .mod p{font-size:14px;color:var(--muted)}.cm-landing .mod .star{font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:var(--brass2);font-weight:700}@media (max-width:820px){.cm-landing .mods{grid-template-columns:1fr 1fr}}@media (max-width:520px){.cm-landing .mods{grid-template-columns:1fr}}.cm-landing .feature .wrap{display:grid;grid-template-columns:1.1fr .9fr;gap:clamp(24px,4vw,54px);align-items:center}.cm-landing .feature h2{font-size:clamp(26px,4vw,38px)}.cm-landing .feature p{margin-top:16px;color:var(--muted);font-size:16.5px}.cm-landing .feature .chips{margin-top:22px;display:flex;flex-wrap:wrap;gap:8px}.cm-landing .feature .chip{font-size:12.5px;color:var(--ink);border:1px solid var(--line);border-radius:20px;padding:6px 13px}.cm-landing .render-card{border:1px solid var(--line);border-radius:16px;background:var(--panel);padding:14px}.cm-landing .render-card .frame{border-radius:11px;aspect-ratio:4/3;display:flex;align-items:flex-end;padding:16px;position:relative;overflow:hidden;background:linear-gradient(#140e070f,#140e0757),url(/acabados/roble-muratti-01.jpg);background-size:cover;background-position:center;box-shadow:inset 0 0 46px #462d1447}.cm-landing .render-card .frame span{position:relative;font-size:12px;color:#3a2a15;font-weight:600;background:#fff8ebc7;padding:5px 10px;border-radius:6px}@media (max-width:780px){.cm-landing .feature .wrap{grid-template-columns:1fr}}.cm-landing .try{background:var(--bg2);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.cm-landing .try .sec-head{max-width:62ch;margin:0 auto;text-align:center}.cm-landing .demo-ia{max-width:960px;margin:40px auto 0}.cm-landing .demo-ia .panel{border:1px solid var(--line);border-radius:18px;background:var(--panel);padding:clamp(16px,3vw,26px)}.cm-landing .demo-ia .label{font-size:12px;letter-spacing:.14em;text-transform:uppercase;color:var(--faint);margin:18px 0 10px}.cm-landing .demo-ia .label .opt{letter-spacing:0;text-transform:none;opacity:.7}.cm-landing .demo-ia .tabs{display:flex;flex-wrap:wrap;gap:8px}.cm-landing .demo-ia .tab{font-size:13px;font-weight:600;color:var(--muted);background:var(--bg);border:1px solid var(--line);border-radius:20px;padding:8px 14px;cursor:pointer;transition:all .12s}.cm-landing .demo-ia .tab:hover{color:var(--ink)}.cm-landing .demo-ia .tab.on{background:var(--brass);border-color:var(--brass);color:#20180b}.cm-landing .demo-ia .predis{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.cm-landing .demo-ia .predis-card{text-align:left;font-size:14px;font-weight:600;color:var(--ink);background:var(--bg);border:1px solid var(--line);border-radius:12px;padding:14px;cursor:pointer;transition:all .12s}.cm-landing .demo-ia .predis-card:hover{border-color:var(--brass)}.cm-landing .demo-ia .predis-card.on{border-color:var(--brass);background:#c6a15c1a}.cm-landing .demo-ia .ofoto{display:flex;align-items:center;gap:12px;margin-top:14px;flex-wrap:wrap}.cm-landing .demo-ia .ofoto .o{font-family:var(--serif);font-style:italic;color:var(--faint)}.cm-landing .demo-ia .file{font-size:13px;font-weight:600;color:var(--ink);background:var(--bg);border:1px dashed var(--line);border-radius:10px;padding:11px 16px;cursor:pointer}.cm-landing .demo-ia .file:hover{border-color:var(--brass)}.cm-landing .demo-ia .quitar{font-size:12.5px;color:var(--faint);background:none;border:none;cursor:pointer;text-decoration:underline}.cm-landing .demo-ia .acabados{display:flex;flex-wrap:wrap;gap:10px}.cm-landing .demo-ia .swatch{width:76px;height:60px;border-radius:10px;border:2px solid transparent;box-shadow:0 0 0 1px var(--line);background-size:cover;background-position:center;cursor:pointer;overflow:hidden;display:flex;align-items:flex-end}.cm-landing .demo-ia .swatch span{width:100%;font-size:9px;color:#fff;background:#0000006b;padding:2px 4px;text-align:center}.cm-landing .demo-ia .swatch.on{border-color:var(--brass);box-shadow:0 0 0 1px var(--brass)}.cm-landing .demo-ia .acciones{display:flex;align-items:center;gap:16px;margin-top:22px;flex-wrap:wrap}.cm-landing .demo-ia .restantes{font-size:13px;color:var(--faint)}.cm-landing .demo-ia .msg{margin-top:14px;font-size:14px;color:var(--muted)}.cm-landing .demo-ia .msg.err{color:#e7a17a}.cm-landing .demo-ia .imgs{display:grid;gap:14px;margin-top:22px}.cm-landing .demo-ia .imgs.dos{grid-template-columns:1fr 1fr}.cm-landing .demo-ia .imgs.una{grid-template-columns:1fr;max-width:560px;margin-left:auto;margin-right:auto}.cm-landing .demo-ia figure{margin:0}.cm-landing .demo-ia .imgs img{width:100%;border-radius:12px;display:block;aspect-ratio:4/3;object-fit:cover;border:1px solid var(--line)}.cm-landing .demo-ia .imgs .ph{border:1px dashed var(--line);border-radius:12px;aspect-ratio:4/3;display:grid;place-items:center;color:var(--faint);font-size:13px;background:var(--bg)}.cm-landing .demo-ia figcaption{margin-top:8px;font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:var(--faint);text-align:center}@media (max-width:640px){.cm-landing .demo-ia .predis{grid-template-columns:1fr 1fr}.cm-landing .demo-ia .imgs.dos{grid-template-columns:1fr}}.cm-landing .demo-ia .imgs img.zoom{cursor:zoom-in}.cm-landing .visor{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;background:#0a0703eb;display:flex;align-items:center;justify-content:center;padding:24px;cursor:zoom-out}.cm-landing .visor img{max-width:96vw;max-height:92vh;border-radius:10px;box-shadow:0 12px 60px #0009;cursor:default;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.cm-landing .visor .cerrar{position:absolute;top:18px;right:22px;width:44px;height:44px;border-radius:50%;border:1px solid var(--line);background:#141009b8;color:var(--ink);font-size:26px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center}.cm-landing .visor .cerrar:hover{border-color:var(--brass);color:var(--brass2)}.cm-landing .mod{position:relative;width:100%;text-align:left;font:inherit;color:inherit;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none}.cm-landing .mod .ver-flujo{margin-top:4px;font-size:12.5px;font-weight:600;color:var(--brass2);opacity:0;transform:translate(-4px);transition:opacity .15s,transform .15s}.cm-landing .mod:hover .ver-flujo,.cm-landing .mod:focus-visible .ver-flujo{opacity:1;transform:none}@media (hover:none){.cm-landing .mod .ver-flujo{opacity:1;transform:none}}.cm-landing .app-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;background:#080603db;display:flex;align-items:center;justify-content:center;padding:clamp(10px,3vw,32px);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.cm-landing .app-win{position:relative;width:min(940px,100%);max-height:92vh;overflow:auto;border-radius:16px;border:1px solid rgba(198,161,92,.35);box-shadow:0 24px 90px #0009;background:#12100b}.cm-landing .app-win .cerrar{position:absolute;top:12px;right:14px;z-index:5;width:38px;height:38px;border-radius:50%;border:1px solid var(--line);background:#141009bf;color:var(--ink);font-size:23px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center}.cm-landing .app-win .cerrar:hover{border-color:var(--brass);color:var(--brass2)}.cm-landing .app-shell{display:grid;grid-template-columns:190px 1fr;min-height:440px}.cm-landing .mock-side{background:linear-gradient(180deg,#1e211b,#17190f);border-right:2px solid rgba(198,161,92,.45);padding:16px 10px;display:flex;flex-direction:column;gap:10px;border-radius:16px 0 0 16px}.cm-landing .mock-logo span{font-family:var(--serif);font-size:15px;color:#f1eadb}.cm-landing .mock-logo span b{color:#d8b06a;font-weight:600}.cm-landing .mock-logo em{display:block;font-family:var(--serif);font-style:italic;font-size:10.5px;color:#a49d8a;margin-top:4px}.cm-landing .mock-items{display:flex;flex-direction:column;gap:2px;margin-top:4px}.cm-landing .mock-item{display:flex;align-items:center;gap:9px;padding:7px 9px;border-radius:3px;font-size:12.5px;color:#a8acb0;white-space:nowrap}.cm-landing .mock-item svg{flex-shrink:0;color:inherit}.cm-landing .mock-item.on{background:#c6a15c21;box-shadow:inset 3px 0 #c6a15c;color:#f6f1e5;font-weight:600}.cm-landing .mock-item.on svg{color:#d8b06a}.cm-landing .app-main{display:flex;flex-direction:column;background:#151209}.cm-landing .app-screen{background:#f6f1e5;color:#2a2620;padding:16px;border-radius:0 16px 0 0;min-height:210px}.cm-landing .app-barra{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.cm-landing .app-tt{font-family:var(--serif);font-size:18px;color:#2a2620}.cm-landing .app-btn{font-size:12px;font-weight:600;background:#c6a15c;color:#20180b;padding:6px 12px;border-radius:6px}.cm-landing .app-btn.wa{background:#1f7a4d;color:#fff;margin-left:auto}.cm-landing .app-cards{display:grid;grid-template-columns:1fr 1fr 1fr;gap:10px}.cm-landing .app-card{background:#fff;border:1px solid #E3D9C2;border-radius:10px;padding:12px;display:flex;flex-direction:column;gap:8px}.cm-landing .app-card-t{font-size:13px;font-weight:600;color:#2a2620;line-height:1.25}.cm-landing .app-chip{align-self:flex-start;font-size:10.5px;font-weight:600;color:#7a5a12;background:#c6a15c2e;border:1px solid rgba(198,161,92,.4);padding:2px 8px;border-radius:20px}.cm-landing .app-chip.abierta{color:#9a3412;background:#ea580c24;border-color:#ea580c59;margin-left:auto;align-self:center}.cm-landing .app-bar{height:6px;border-radius:6px;background:#efe7d4;overflow:hidden}.cm-landing .app-bar i{display:block;height:100%;background:#c6a15c}.cm-landing .app-list{display:flex;flex-direction:column;gap:8px}.cm-landing .app-list.mini{gap:5px}.cm-landing .app-row{display:flex;align-items:center;gap:10px;background:#fff;border:1px solid #E3D9C2;border-radius:8px;padding:9px 12px;font-size:12.5px}.cm-landing .app-row-t{font-weight:600;color:#2a2620}.cm-landing .app-imp{margin-left:auto;color:#5a5347;font-weight:600}.cm-landing .app-est{font-size:11px;font-weight:600;color:#5a5347;background:#efe7d4;padding:2px 9px;border-radius:20px}.cm-landing .app-row .app-est:not(.ok){margin-left:auto}.cm-landing .app-est.ok{color:#1f7a4d;background:#1f7a4d21}.cm-landing .app-mini{font-size:11.5px;color:#8a8271}.cm-landing .app-row .app-mini{margin-left:auto}.cm-landing .app-cli{display:flex;align-items:center;gap:12px;background:#fff;border:1px solid #E3D9C2;border-radius:10px;padding:12px;margin-bottom:12px}.cm-landing .app-cli-txt{min-width:0}.cm-landing .app-ava{width:40px;height:40px;border-radius:50%;background:#c6a15c;color:#20180b;display:flex;align-items:center;justify-content:center;font-family:var(--serif);font-size:19px;flex-shrink:0}.cm-landing .app-cal{display:grid;grid-template-columns:repeat(7,1fr);gap:5px}.cm-landing .app-dia{position:relative;aspect-ratio:1;display:flex;align-items:center;justify-content:center;font-size:11px;color:#6b6353;background:#fff;border:1px solid #E9E0CC;border-radius:6px}.cm-landing .app-dia i{position:absolute;bottom:4px;width:6px;height:6px;border-radius:50%}.cm-landing .app-dia.prov i{background:#c6a15c}.cm-landing .app-dia.mont i{background:#1f7a4d}.cm-landing .app-dia.inst i{background:#1a3a5c}.cm-landing .app-leyenda{display:flex;flex-wrap:wrap;gap:14px;margin-top:12px;font-size:11.5px;color:#6b6353}.cm-landing .app-leyenda span{display:flex;align-items:center;gap:6px}.cm-landing .app-leyenda i{width:8px;height:8px;border-radius:50%}.cm-landing .app-leyenda i.prov{background:#c6a15c}.cm-landing .app-leyenda i.mont{background:#1f7a4d}.cm-landing .app-leyenda i.inst{background:#1a3a5c}.cm-landing .app-inc{display:flex;align-items:center;gap:12px;background:#fff;border:1px solid #E3D9C2;border-radius:10px;padding:12px}.cm-landing .app-foto{width:52px;height:52px;border-radius:8px;background:#efe7d4;display:flex;align-items:center;justify-content:center;font-size:22px;flex-shrink:0}.cm-landing .app-cat{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.cm-landing .app-pdf{background:#fff;border:1px solid #E3D9C2;border-radius:10px;padding:14px 16px;text-align:center;font-size:11px;color:#8a8271;line-height:1.5}.cm-landing .app-pdf b{color:#2a2620;font-size:13px}.cm-landing .app-flecha{font-size:12px;font-weight:700;color:#c6a15c}.cm-landing .app-cat .app-list{flex:1;min-width:150px}.cm-landing .app-eco{display:flex;gap:12px;margin-bottom:14px}.cm-landing .app-kpi{flex:1;background:#fff;border:1px solid #E3D9C2;border-radius:10px;padding:12px 14px}.cm-landing .app-kpi b{display:block;font-family:var(--serif);font-size:22px;color:#2a2620}.cm-landing .app-kpi span{font-size:11.5px;color:#8a8271}.cm-landing .app-kpi.pend b{color:#9a3412}.cm-landing .app-chart{display:flex;align-items:flex-end;gap:10px;height:80px;padding:0 4px}.cm-landing .app-chart i{flex:1;background:#c6a15c;border-radius:4px 4px 0 0;opacity:.85}.cm-landing .app-render{display:grid;grid-template-columns:1fr 1fr;gap:12px}.cm-landing .app-render figure{margin:0}.cm-landing .app-frame{aspect-ratio:4/3;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:12px;color:#8a8271;border:1px solid #E3D9C2;background:#efe7d4}.cm-landing .app-frame.despues{background:linear-gradient(#140e071f,#140e0757),url(/acabados/roble-muratti-01.jpg);background-size:cover;background-position:center}.cm-landing .app-render figcaption{margin-top:6px;font-size:10px;letter-spacing:.1em;text-transform:uppercase;color:#8a8271;text-align:center}.cm-landing .flujo-wrap{padding:20px 22px 24px}.cm-landing .flujo-wrap .eyebrow{display:flex;align-items:center;gap:10px}.cm-landing .flujo-wrap .star{font-size:10px;letter-spacing:.12em;text-transform:uppercase;color:var(--brass2);font-weight:700}.cm-landing .flujo-wrap h3{font-family:var(--serif);font-size:22px;color:var(--ink);margin:8px 0 16px}.cm-landing ol.flujo{list-style:none;display:flex;flex-direction:column;gap:12px}.cm-landing ol.flujo li{display:flex;gap:12px;align-items:flex-start;font-size:14.5px;color:var(--muted);line-height:1.4}.cm-landing ol.flujo .n{flex-shrink:0;width:24px;height:24px;border-radius:50%;border:1px solid var(--brass);color:var(--brass2);font-size:12.5px;font-weight:700;display:flex;align-items:center;justify-content:center}@media (max-width:640px){.cm-landing .app-shell{grid-template-columns:1fr}.cm-landing .mock-side{flex-direction:row;flex-wrap:wrap;gap:6px;border-right:none;border-bottom:2px solid rgba(198,161,92,.45);border-radius:16px 16px 0 0}.cm-landing .mock-logo{width:100%}.cm-landing .mock-items{flex-direction:row;flex-wrap:wrap;margin-top:2px}.cm-landing .mock-item{font-size:11px;padding:5px 7px}.cm-landing .mock-item:not(.on){display:none}.cm-landing .app-screen{border-radius:0}.cm-landing .app-cards{grid-template-columns:1fr}}.cm-landing .why{text-align:center}.cm-landing .why .dovetail-big{margin:0 auto 24px;width:64px;height:64px}.cm-landing .why h2{font-size:clamp(26px,4.4vw,40px);max-width:20ch;margin:0 auto}.cm-landing .why p{margin:18px auto 0;max-width:58ch;color:var(--muted);font-size:17px}.cm-landing .proof .wrap{display:flex;gap:clamp(20px,4vw,50px);align-items:center;flex-wrap:wrap}.cm-landing .proof .seal{width:88px;height:88px;border-radius:50%;border:1.5px solid var(--brass);background:#c6a15c14;display:flex;align-items:center;justify-content:center;flex-shrink:0}.cm-landing .proof .txt{flex:1;min-width:260px}.cm-landing .proof h2{font-size:clamp(22px,3.4vw,30px)}.cm-landing .proof p{margin-top:12px;color:var(--muted);font-size:16px}.cm-landing .final{text-align:center;background:linear-gradient(#120c06cc,#120c06eb),var(--wood);background-size:cover;background-position:center;border-top:1px solid var(--line)}.cm-landing .final h2{font-size:clamp(28px,5vw,46px)}.cm-landing .final p{margin:16px auto 0;max-width:50ch;color:var(--muted);font-size:17px}.cm-landing .final .cta{margin-top:28px;display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.cm-landing .final .fineprint{margin-top:16px;font-size:13px;color:var(--faint)}.cm-landing footer{border-top:1px solid var(--line);background:var(--bg)}.cm-landing footer .wrap{padding:34px clamp(18px,4vw,32px);display:flex;justify-content:space-between;align-items:center;gap:18px;flex-wrap:wrap}.cm-landing footer .tag{font-size:9.5px;letter-spacing:.14em;text-transform:uppercase;color:var(--faint);margin-top:5px}.cm-landing footer .made{font-size:12.5px;color:var(--faint)}.demo-page{min-height:100vh;padding:56px 28px 72px;background-color:#1a130c;background-image:linear-gradient(#140e07cc,#0f0a05e0),url(/fondo-inicio.jpg);background-size:cover;background-position:center;background-attachment:fixed;color:#efe6d4}.demo-header{display:grid;grid-template-columns:minmax(0,1.1fr) 280px;gap:32px;max-width:1200px;margin:0 auto 40px;align-items:center}.demo-header h1{font-family:var(--serif);font-size:clamp(1.9rem,3vw,2.8rem);margin:0;color:#f3ebda}.demo-preview{max-width:920px;margin:0 auto 24px;padding:26px}.demo-frame{min-height:320px;display:grid;place-items:center;background:#140e078c;border:1px solid rgba(198,161,92,.22);border-radius:5px;padding:40px}.demo-slide{text-align:center;color:#f1e7d4;max-width:640px}.demo-slide strong{display:block;font-family:var(--serif);font-size:1.6rem;margin-bottom:16px;color:#d8b06a}.demo-slide p{color:#c7b99b;line-height:1.8}.demo-timeline{display:flex;justify-content:center;gap:10px;margin-top:24px}.demo-dot{width:34px;height:34px;border-radius:50%;border:1px solid rgba(198,161,92,.4);background:transparent;color:#c6a15c;font-weight:600}.demo-dot.active{background:#c6a15c;color:#201709;border-color:#c6a15c}@media (max-width: 900px){.demo-header{grid-template-columns:1fr}.demo-page{padding:36px 18px 56px;background-attachment:scroll}}@media (max-width: 620px){.demo-header{gap:18px}}
