:root{--terra-orange:#f97316;--terra-orange-light:#fff3eb;--terra-orange-border:#fddcbf;--terra-dark:#111;--terra-gray:#f5f5f4;--terra-gray-2:#f9f9f8;--terra-muted:#6b7280;--terra-border:#e5e7eb;--terra-text:#111;--terra-success:#16a34a;--terra-success-light:#dcfce7;--terra-danger:#dc2626;--terra-danger-light:#fee2e2;--terra-info-light:#dbeafe;--terra-info:#1d4ed8;--terra-radius-md:8px;--terra-radius-lg:12px}.login-page{background:var(--terra-gray-2);justify-content:center;align-items:center;min-height:100vh;padding:1rem;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;display:flex}.login-loading{color:var(--terra-muted);font-size:14px}.login-wrap{border-radius:var(--terra-radius-lg);background:#fff;width:100%;max-width:900px;min-height:540px;display:flex;overflow:hidden;box-shadow:0 10px 40px #00000014}.login-left{background:var(--terra-dark);color:#fff;flex-direction:column;flex:1;justify-content:center;padding:3rem 2.5rem;display:flex;position:relative;overflow:hidden}.login-left:before{content:"";background:var(--terra-orange);opacity:.08;border-radius:50%;width:300px;height:300px;position:absolute;top:-80px;right:-80px}.login-left:after{content:"";background:var(--terra-orange);opacity:.05;border-radius:50%;width:200px;height:200px;position:absolute;bottom:-60px;left:-40px}.login-logo{color:#fff;z-index:1;margin-bottom:2.5rem;font-size:22px;font-weight:700;text-decoration:none;display:inline-block;position:relative}.login-logo span{color:var(--terra-orange)}.login-tagline{z-index:1;margin:0 0 1.5rem;font-size:28px;font-weight:600;line-height:1.3;position:relative}.login-tagline em{color:var(--terra-orange);font-style:normal}.login-features{z-index:1;flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex;position:relative}.login-features li{color:#9ca3af;align-items:center;gap:10px;font-size:14px;display:flex}.login-features li:before{content:"";background:var(--terra-orange);border-radius:50%;width:6px;height:6px}.login-right{flex-direction:column;flex:1;justify-content:center;padding:3rem 2.5rem;display:flex}.login-title{color:var(--terra-text);margin:0 0 .4rem;font-size:22px;font-weight:600}.login-sub{color:var(--terra-muted);margin:0 0 1.5rem;font-size:14px}.alert{border-radius:var(--terra-radius-md);margin-bottom:1rem;padding:10px 14px;font-size:13px}.alert-info{background:var(--terra-info-light);color:var(--terra-info)}.alert-error{background:var(--terra-danger-light);color:var(--terra-danger)}.form-field{margin-bottom:1rem}.form-label{color:#374151;margin-bottom:6px;font-size:12px;font-weight:500;display:block}.form-input,.form-select,.form-textarea{border:1px solid var(--terra-border);border-radius:var(--terra-radius-md);width:100%;color:var(--terra-text);background:#fff;outline:none;padding:10px 12px;font-family:inherit;font-size:14px}.form-textarea{resize:vertical;min-height:80px}.form-input:focus,.form-select:focus,.form-textarea:focus{border-color:var(--terra-orange)}.btn-orange{border-radius:var(--terra-radius-md);cursor:pointer;border:none;width:100%;padding:12px;font-family:inherit;font-size:14px;font-weight:500;background:var(--terra-orange)!important;color:#fff!important}.btn-orange:hover:not(:disabled){opacity:.92}.btn-orange:disabled{opacity:.6;cursor:not-allowed}.btn-outline{border:1px solid var(--terra-border);width:100%;color:var(--terra-text);border-radius:var(--terra-radius-md);cursor:pointer;background:0 0;margin-top:.75rem;padding:12px;font-family:inherit;font-size:14px;font-weight:500}.btn-outline:hover{background:var(--terra-gray)}.nuevo-label{text-align:center;color:var(--terra-muted);margin:1rem 0 0;font-size:13px}.dash-shell{background:var(--terra-gray);min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif}.dash-header{background:var(--terra-dark);justify-content:space-between;align-items:center;padding:14px 24px;display:flex}.dash-logo{color:#fff;font-size:17px;font-weight:700;text-decoration:none}.dash-logo span{color:var(--terra-orange)}.dash-user{align-items:center;gap:12px;display:flex}.dash-avatar{background:var(--terra-orange);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;font-size:13px;font-weight:600;display:flex}.dash-username{color:#d1d5db;font-size:14px}.dash-plan-badge{background:var(--terra-orange-light);color:var(--terra-orange);border-radius:999px;padding:4px 12px;font-size:11px;font-weight:500}.dash-body{grid-template-columns:220px 1fr;min-height:calc(100vh - 62px);display:grid}.dash-sidebar{border-right:1px solid var(--terra-border);background:#fff;padding:1.25rem 0;overflow-y:auto}.sidebar-section{color:var(--terra-muted);letter-spacing:.08em;text-transform:uppercase;margin:1.25rem 0 .5rem;padding:0 20px;font-size:10px;font-weight:600}.sidebar-item{color:#374151;cursor:pointer;align-items:center;gap:10px;padding:10px 20px;font-size:14px;text-decoration:none;transition:background .1s;display:flex;position:relative}.sidebar-item:hover{background:var(--terra-gray-2)}.sidebar-item.active{color:var(--terra-orange);background:var(--terra-orange-light);font-weight:500}.sidebar-item.active:before{content:"";background:var(--terra-orange);border-radius:0 3px 3px 0;width:3px;position:absolute;top:0;bottom:0;left:0}.sidebar-item.locked{color:#d1d5db;cursor:not-allowed}.sidebar-item.locked:hover{background:0 0}.dash-main{background:var(--terra-gray-2);padding:2rem;overflow-y:auto}.page-title{color:var(--terra-text);margin:0 0 .25rem;font-size:22px;font-weight:600}.page-sub{color:var(--terra-muted);margin:0 0 1.5rem;font-size:14px}.credits-grid{grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:1.5rem;display:grid}.credit-card{border:1px solid var(--terra-border);border-radius:var(--terra-radius-lg);background:#fff;padding:16px}.credit-label{color:var(--terra-muted);align-items:center;gap:6px;margin-bottom:8px;font-size:12px;font-weight:500;display:flex}.credit-nums{color:var(--terra-text);margin-bottom:10px;font-size:22px;font-weight:600}.credit-nums span{color:var(--terra-muted);font-size:14px;font-weight:400}.progress-bar{background:var(--terra-border);border-radius:999px;height:6px;overflow:hidden}.progress-fill{background:var(--terra-orange);border-radius:999px;height:100%;transition:width .3s}.tools-grid{grid-template-columns:1fr 1fr;gap:10px;display:grid}.tool-card{border:1px solid var(--terra-border);border-radius:var(--terra-radius-lg);color:inherit;cursor:pointer;background:#fff;align-items:flex-start;gap:14px;padding:16px;text-decoration:none;transition:border-color .15s,transform .15s;display:flex;position:relative}.tool-card:hover:not(.locked){border-color:var(--terra-orange);transform:translateY(-1px)}.tool-card.locked{opacity:.55;cursor:not-allowed}.tool-icon{border-radius:var(--terra-radius-md);background:var(--terra-orange-light);width:40px;height:40px;color:var(--terra-orange);flex-shrink:0;justify-content:center;align-items:center;display:flex}.tool-icon.gray{background:var(--terra-gray);color:#d1d5db}.tool-name{color:var(--terra-text);margin-bottom:3px;font-size:14px;font-weight:500}.tool-desc{color:var(--terra-muted);font-size:12px;line-height:1.4}.lock-badge{background:var(--terra-gray);color:var(--terra-muted);border-radius:999px;padding:3px 8px;font-size:10px;font-weight:500;position:absolute;top:12px;right:12px}.section-title{color:var(--terra-text);margin:0 0 .85rem;font-size:14px;font-weight:500}.card{border:1px solid var(--terra-border);border-radius:var(--terra-radius-lg);background:#fff;margin-bottom:1rem;padding:1.5rem}.card-title{color:var(--terra-text);margin:0 0 1rem;font-size:14px;font-weight:500}.form-grid{grid-template-columns:1fr 1fr;gap:14px;display:grid}.form-field-full{grid-column:1/-1}.gen-opts{grid-template-columns:1fr 1fr;gap:10px;margin-bottom:1rem;display:grid}.gen-opt{border:1px solid var(--terra-border);border-radius:var(--terra-radius-lg);cursor:pointer;-webkit-user-select:none;user-select:none;background:#fff;align-items:center;gap:12px;padding:14px;transition:all .15s;display:flex}.gen-opt.selected{border-color:var(--terra-orange);background:var(--terra-orange-light)}.gen-opt.locked{opacity:.45;cursor:not-allowed}.gen-opt-icon{border-radius:var(--terra-radius-md);background:var(--terra-gray);color:#9ca3af;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.gen-opt.selected .gen-opt-icon{background:var(--terra-orange-border);color:var(--terra-orange)}.gen-opt-name{color:var(--terra-text);font-size:14px;font-weight:500}.gen-opt-cred{color:var(--terra-muted);margin-top:2px;font-size:12px}.gen-opt-check{border:1.5px solid var(--terra-border);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;margin-left:auto;display:flex}.gen-opt.selected .gen-opt-check{background:var(--terra-orange);border-color:var(--terra-orange)}.btn-primary-large{border-radius:var(--terra-radius-md);cursor:pointer;border:none;justify-content:center;align-items:center;gap:10px;width:100%;margin-top:.5rem;padding:16px;font-family:inherit;font-size:16px;font-weight:600;display:flex;background:var(--terra-orange)!important;color:#fff!important}.btn-primary-large:hover:not(:disabled){opacity:.92}.btn-primary-large:disabled{opacity:.6;cursor:not-allowed}.btn-primary-small{border-radius:var(--terra-radius-md);cursor:pointer;border:none;align-items:center;gap:6px;padding:10px 18px;font-family:inherit;font-size:13px;font-weight:500;display:inline-flex;background:var(--terra-orange)!important;color:#fff!important}.prop-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:12px;display:grid}.prop-card{border:1px solid var(--terra-border);border-radius:var(--terra-radius-lg);background:#fff;transition:border-color .15s,transform .15s;overflow:hidden}.prop-card:hover{border-color:var(--terra-orange);transform:translateY(-1px)}.prop-img{background:var(--terra-gray);justify-content:center;align-items:center;height:100px;display:flex}.prop-info{padding:14px}.prop-name{color:var(--terra-text);margin:0 0 4px;font-size:14px;font-weight:500}.prop-meta{color:var(--terra-muted);margin:0 0 10px;font-size:12px}.empty-state{border:1px dashed var(--terra-border);border-radius:var(--terra-radius-lg);text-align:center;color:var(--terra-muted);background:#fff;padding:3rem 2rem}.empty-state-icon{color:#d1d5db;margin-bottom:1rem;font-size:40px}.plan-row{border-bottom:1px solid var(--terra-border);justify-content:space-between;align-items:center;padding:8px 0;font-size:13px;display:flex}.plan-row:last-child{border-bottom:none}@media (max-width:768px){.dash-body{grid-template-columns:1fr}.dash-sidebar{display:none}.credits-grid,.tools-grid,.gen-opts,.form-grid{grid-template-columns:1fr}.dash-main{padding:1rem}}
