@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&family=Roboto:wght@300;400;500;700&family=Lora:wght@400;600&family=Montserrat:wght@400;600&family=Playfair+Display:wght@400;600&family=Raleway:wght@400;600&family=Rubik:wght@400;600&family=Josefin+Sans:wght@400;600&family=Oswald:wght@400;600&family=Spectral:wght@400;600&family=Bitter:wght@400;600&display=swap");.reactEasyCrop_Container{position:absolute;top:0;left:0;right:0;bottom:0;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;user-select:none;touch-action:none;cursor:move;display:flex;justify-content:center;align-items:center}.reactEasyCrop_Image,.reactEasyCrop_Video{will-change:transform}.reactEasyCrop_Contain{max-width:100%;max-height:100%;margin:auto;position:absolute;top:0;bottom:0;left:0;right:0}.reactEasyCrop_Cover_Horizontal{width:100%;height:auto}.reactEasyCrop_Cover_Vertical{width:auto;height:100%}.reactEasyCrop_CropArea{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);border:1px solid hsla(0,0%,100%,.5);box-sizing:border-box;box-shadow:0 0 0 9999em;color:rgba(0,0,0,.5);overflow:hidden}.reactEasyCrop_CropAreaRound{border-radius:50%}.reactEasyCrop_CropAreaGrid:before{content:" ";box-sizing:border-box;position:absolute;border:1px solid hsla(0,0%,100%,.5);top:0;bottom:0;left:33.33%;right:33.33%;border-top:0;border-bottom:0}.reactEasyCrop_CropAreaGrid:after{content:" ";box-sizing:border-box;position:absolute;border:1px solid hsla(0,0%,100%,.5);top:33.33%;bottom:33.33%;left:0;right:0;border-left:0;border-right:0}:root{--bg:#f6f7fb;--sidebar:#fff;--card:#fff;--text:#111;--muted:#666;--border:#e5e5e5;--hover:#e9e9ee}.dark{--bg:#0b0b12;--sidebar:#0f0f10;--card:#15151f;--text:#fff;--muted:#a1a1aa;--border:#222;--hover:#2a2a2a}body{margin:0;background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,sans-serif}input,textarea{background:var(--card);color:var(--text);border:1px solid var(--border);border-radius:8px;padding:10px}button{cursor:pointer}.card{background:var(--card);border:1px solid var(--border);border-radius:10px}a{transition:background .15s ease}a:hover{background:var(--hover)}