@import"https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;600;700&family=Source+Sans+3:wght@400;500;600&display=swap";:root{font-family:"Source Sans 3",Segoe UI,sans-serif;line-height:1.5;font-weight:400;color:#eef2f8;background-color:#0a0b10;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--bg: #0a0b10;--bg-soft: #10131a;--card: rgba(20, 25, 34, .92);--card-border: rgba(148, 163, 184, .12);--text: #eef2f8;--muted: #9aa3b2;--accent: #64ffda;--accent-strong: #38bdf8;--danger: #f87171;--success: #34d399;--shadow: 0 18px 40px rgba(7, 9, 15, .6)}*{box-sizing:border-box}body{margin:0;min-height:100vh;min-height:100svh;background:radial-gradient(circle at top,rgba(56,189,248,.2),transparent 45%),radial-gradient(circle at 20% 20%,rgba(100,255,218,.2),transparent 45%),var(--bg);color:var(--text)}#root{min-height:100vh;min-height:100svh}a{color:inherit;text-decoration:none}.page-shell{min-height:100vh;min-height:100svh;display:flex;align-items:center;justify-content:center;padding:clamp(1.75rem,4vw,2.5rem) clamp(1.25rem,4vw,1.5rem);position:relative;overflow:hidden}.page-shell:before,.page-shell:after{content:"";position:absolute;border-radius:999px;filter:blur(0px);opacity:.45;z-index:0}.page-shell:before{width:420px;height:420px;background:radial-gradient(circle,rgba(56,189,248,.35),transparent 70%);top:-160px;right:-120px}.page-shell:after{width:320px;height:320px;background:radial-gradient(circle,rgba(100,255,218,.3),transparent 70%);bottom:-120px;left:-80px}.glass-card{width:min(440px,100%);background:var(--card);border:1px solid var(--card-border);border-radius:24px;padding:2.5rem;box-shadow:var(--shadow);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);position:relative;z-index:1}@media(max-width:520px){.glass-card{padding:2rem 1.5rem}.brand-title{font-size:1.7rem}.brand-icon{width:40px;height:40px}.brand-icon--login{width:52px;height:52px}.brand-subtitle{margin-bottom:1.5rem}.health-pill{top:1rem;right:1rem}}.brand-title{font-family:Space Grotesk,Segoe UI,sans-serif;font-size:2rem;letter-spacing:-.03em;margin:0 0 .25rem}.brand-icon{width:44px;height:44px;border-radius:14px;box-shadow:0 10px 24px #050c1459;object-fit:cover}.brand-icon--login{width:60px;height:60px;border-radius:18px}.brand-subtitle{color:var(--muted);margin:0 0 2rem}.login-fields{display:grid;gap:1rem}.password-field{position:relative}.password-input{padding-right:5rem}.password-toggle{position:absolute;right:.6rem;top:50%;transform:translateY(-50%);border:none;background:#64ffda1f;color:var(--text);font-size:.85rem;font-weight:600;padding:.35rem .6rem;border-radius:999px;cursor:pointer;transition:background .2s ease,color .2s ease}.password-toggle:hover{background:#64ffda33}.password-toggle:focus-visible{outline:2px solid rgba(100,255,218,.6);outline-offset:2px}.login-submit{margin-top:1.25rem}.form-field{width:100%;padding:.9rem 1rem;border-radius:12px;border:1px solid rgba(148,163,184,.18);background:#0a0c1099;color:var(--text);font-size:1rem;transition:border-color .2s ease,box-shadow .2s ease}.form-field:focus{outline:none;border-color:#64ffdaa6;box-shadow:0 0 0 3px #64ffda33}.primary-button{width:100%;padding:.9rem 1rem;border-radius:12px;border:none;background:linear-gradient(120deg,#38bdf8,#64ffda);color:#021218;font-weight:700;font-size:1rem;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.primary-button:disabled{opacity:.6;cursor:not-allowed}.primary-button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 12px 22px #38bdf840}.health-pill{position:absolute;top:1.5rem;right:1.5rem;display:flex;align-items:center;gap:.5rem;padding:.35rem .7rem;border-radius:999px;background:#0f141cbf;border:1px solid rgba(148,163,184,.12);color:var(--muted);font-size:.75rem;z-index:1}.health-dot{width:10px;height:10px;border-radius:999px}.health-dot.ok{background:var(--success);box-shadow:0 0 8px #34d399a6}.health-dot.bad{background:var(--danger);box-shadow:0 0 8px #f87171a6}.health-dot.pending{background:#64748b}.version-badge{display:inline-flex;align-items:center;gap:.5rem;color:var(--muted);font-size:.75rem;font-weight:600;white-space:nowrap}.version-badge span{padding:.25rem .5rem;border:1px solid rgba(148,163,184,.14);border-radius:999px;background:#0f141cb3}.version-badge--login{position:absolute;right:1.5rem;bottom:1.5rem;z-index:1}.version-badge--brand{margin:.15rem 0 .2rem}.version-badge--footer{position:fixed;right:1rem;bottom:1rem;z-index:10}@media(max-width:520px){.version-badge--login{right:1rem;bottom:1rem}}.home-shell{min-height:100vh;min-height:100svh;padding:clamp(2rem,3vw,3rem) clamp(1.25rem,3vw,3rem) 3rem;position:relative;width:min(1560px,100%);margin:0 auto}.home-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2.5rem}.brand-row{display:flex;align-items:center;gap:.9rem}.brand-lockup{display:flex;flex-direction:column;gap:.2rem}.brand-label{color:var(--muted);font-size:.95rem}.header-actions{display:flex;align-items:center;gap:.75rem}.install-button{width:40px;height:40px;border-radius:12px;border:1px solid rgba(148,163,184,.2);background:#0a0c1080;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:border-color .2s ease,transform .2s ease}.install-button svg{width:20px;height:20px;color:var(--text)}.install-button:hover{border-color:#64ffda99;transform:translateY(-1px)}.ghost-button{background:transparent;color:var(--muted);border:1px solid rgba(148,163,184,.18);padding:.5rem 1rem;border-radius:999px;cursor:pointer;transition:all .2s ease}.ghost-button:has(.button-icon){display:inline-flex;align-items:center;gap:.45rem}.button-icon{width:17px;height:17px}.eyedropper-button{width:40px;height:40px;flex:0 0 40px;border:1px solid rgba(148,163,184,.25);border-radius:10px;color:var(--text);background:#0a0c1099;cursor:pointer}.eyedropper-button svg{width:20px;height:20px}.eyedropper-button.active{color:var(--accent);border-color:var(--accent)}.eyedropper-button:disabled{opacity:.4;cursor:not-allowed}.color-pick-preview{margin-top:1rem}.color-pick-preview p{color:var(--muted);font-size:.88rem;margin:0 0 .5rem}.color-pick-preview img{display:block;width:100%;max-height:260px;object-fit:contain;border-radius:14px;border:1px solid rgba(148,163,184,.2)}.color-pick-preview img.picking{cursor:crosshair;border-color:var(--accent)}.metodo-tabs{margin-bottom:1rem;display:flex;gap:.5rem}.metodo-tabs .tab-button{flex:1;padding:.6rem;border-radius:8px;border:1px solid rgba(148,163,184,.25);background:transparent;color:inherit;cursor:pointer}.metodo-tabs .tab-button.active{background:var(--accent);color:#fff;border-color:var(--accent)}.color-field-label{margin:0 0 .65rem;color:var(--muted);font-size:.88rem}.chroma-presets{display:flex;gap:.65rem;margin-bottom:.85rem}.chroma-swatch{width:38px;height:38px;border-radius:50%;border:2px solid transparent;cursor:pointer;box-shadow:0 0 0 1px #fff3}.chroma-swatch.active{border-color:#fff;box-shadow:0 0 0 3px var(--accent)}.ghost-button:hover{color:var(--text);border-color:#64ffda80}.home-grid{display:grid;gap:clamp(1.5rem,2vw,2.25rem);grid-template-columns:minmax(360px,.85fr) minmax(480px,1.15fr);align-items:start}.panel{background:var(--card);border:1px solid var(--card-border);border-radius:24px;padding:2rem;box-shadow:var(--shadow);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.panel--result{min-height:100%}.panel--result .dropzone{min-height:260px;display:flex;flex-direction:column;align-items:center;justify-content:center}.panel-title{font-family:Space Grotesk,Segoe UI,sans-serif;font-size:1.3rem;margin:0 0 .7rem}.panel-text{color:var(--muted);margin:0 0 1.5rem}.dropzone{border:1.5px dashed rgba(148,163,184,.35);border-radius:18px;padding:2rem;text-align:center;cursor:pointer;transition:border-color .2s ease,background .2s ease,transform .2s ease;background:#070a0e66}.dropzone.dragging{border-color:#64ffdacc;background:#38bdf814;transform:scale(1.01)}.dropzone-title{font-weight:600;margin-bottom:.4rem}.dropzone-meta{color:var(--muted);font-size:.9rem}.file-chip{display:inline-flex;align-items:center;gap:.5rem;padding:.4rem .75rem;border-radius:999px;background:#38bdf826;color:var(--text);font-size:.85rem;margin-top:1rem}.status-text{color:var(--muted);margin-top:1rem}.error-text{color:var(--danger);margin-top:1rem}.result-image{width:100%;border-radius:16px;border:1px solid rgba(148,163,184,.2);margin-top:1.2rem;max-height:min(620px,64vh);object-fit:contain}.result-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.2rem}.action-button{width:auto;padding:.8rem 1.1rem;border-radius:14px}.action-button.ghost-button{color:var(--text)}.empty-reset{margin-top:1.2rem}@media(max-width:960px){.home-grid{grid-template-columns:1fr}.panel--result .dropzone{min-height:220px}}.editor-layout{display:grid;grid-template-columns:minmax(300px,.7fr) minmax(480px,1.3fr);gap:clamp(1.5rem,2vw,2.25rem);align-items:start}.editor-preview-panel{min-height:480px}.editor-hint{display:flex;gap:.65rem;align-items:center;color:var(--muted);font-size:.9rem;margin:1.2rem 0}.editor-panel{max-width:900px;margin:0 auto}.crop-preview{position:relative;margin:1.5rem 0;background:#05070b;border-radius:16px;overflow:hidden}.crop-preview img{display:block;width:100%;max-height:58vh;object-fit:contain}.crop-overlay{position:absolute;border:2px solid var(--accent);box-shadow:0 0 0 9999px #030509b3;pointer-events:none}.crop-frame{position:relative;min-height:320px;margin:1.5rem 0;overflow:hidden;border-radius:16px;background:#05070b;display:flex;align-items:center;justify-content:center;touch-action:none}.preview-toolbar{display:flex;align-items:center;justify-content:space-between;color:var(--muted);font-size:.88rem;margin-top:1.2rem}.preview-toolbar input{width:38px;height:30px;padding:2px;border:1px solid var(--card-border);border-radius:8px;background:transparent;cursor:pointer}.crop-frame img{display:block;width:100%;max-height:58vh;object-fit:contain}.crop-dim{position:absolute;background:#030509b8;pointer-events:none}.crop-dim-left{inset:0 auto 0 0}.crop-dim-right{inset:0 0 0 auto}.crop-dim-top{inset:0 0 auto}.crop-dim-bottom{inset:auto 0 0}.crop-handle{position:absolute;z-index:2;border:2px solid var(--accent);border-radius:999px;background:#0a141bf2;box-shadow:0 0 0 4px #64ffda24;cursor:ew-resize;touch-action:none}.crop-handle-left,.crop-handle-right{top:50%;width:12px;height:88px;transform:translate(-50%,-50%)}.crop-handle-top,.crop-handle-bottom{left:50%;width:88px;height:12px;transform:translate(-50%,-50%);cursor:ns-resize}.hint-icon{color:var(--accent);font-size:1.3rem}.crop-frame{position:relative;width:100%;min-height:320px;overflow:hidden;border-radius:16px;background:#05070b;display:flex;align-items:center;justify-content:center;touch-action:none}.crop-frame img{display:block;width:100%;max-height:min(580px,65vh);object-fit:contain}.crop-mask{position:absolute;top:0;bottom:0;background:#030509b8;pointer-events:none}.crop-mask-left{left:0}.crop-mask-right{right:0}.editor-empty{width:100%;min-height:320px;display:flex;flex-direction:column;justify-content:center;align-items:center}@media(max-width:960px){.editor-layout{grid-template-columns:1fr}}@media(max-width:720px){.home-shell{padding:2rem 1.5rem 2.5rem}.home-header{flex-direction:column;align-items:flex-start;gap:1rem}.header-actions{width:100%;justify-content:space-between;flex-wrap:wrap}.panel{padding:1.6rem}.dropzone{padding:1.6rem 1.2rem}}@media(max-width:480px){.home-shell{padding:1.6rem 1rem 2rem}.brand-title{font-size:1.5rem}.panel-title{font-size:1.1rem}.primary-button{padding:.8rem .9rem}.file-chip{max-width:100%;overflow:hidden;text-overflow:ellipsis}}
