@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Space+Grotesk:wght@500;700&display=swap');

:root {
    --color-primary: #7FAED9;
    --color-primary-hover: #6B9DCC;
    --color-primary-soft: #EAF3FB;

    --color-secondary: #171833;
    --color-secondary-soft: #2A2D57;

    --color-white: #FFFFFF;
    --color-body-bg: #F7F9FC;
    --color-surface: #FFFFFF;
    --color-surface-alt: #F1F5F9;
    --color-border: #D9E2EC;

    --color-text: #1B1F2A;
    --color-text-muted: #667085;
    --color-heading: #171833;

    --color-success: #16A34A;
    --color-warning: #F59E0B;
    --color-danger: #DC2626;
    --color-info: #0EA5E9;

    --font-body: 'Inter', sans-serif;
    --font-heading: 'Space Grotesk', 'Inter', sans-serif;

    --font-size-base: 16px;
    --line-height-base: 1.6;

    --h1-size: clamp(2rem, 4vw, 3rem);
    --h2-size: clamp(1.75rem, 3vw, 2.4rem);
    --h3-size: clamp(1.5rem, 2.4vw, 2rem);
    --h4-size: 1.25rem;
    --h5-size: 1.125rem;
    --h6-size: 1rem;

    --radius-sm: 8px;
    --radius-md: 12px;
    --radius-lg: 18px;
    --radius-xl: 24px;

    --shadow-sm: 0 4px 12px rgba(23, 24, 51, 0.06);
    --shadow-md: 0 10px 30px rgba(23, 24, 51, 0.10);

    --transition-base: 0.2s ease-in-out;
}

*,
*::before,*::after {box-sizing: border-box;}

html {font-size: var(--font-size-base);scroll-behavior: smooth;}

body {
    margin: 0;
    padding: 0;
    font-family: var(--font-body);
    font-size: 1rem;
    font-weight: 400;
    line-height: var(--line-height-base);
    color: var(--color-text);
    background-color: var(--color-body-bg);
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img,svg,video,canvas{display:block;max-width:100%;}

iframe{border:0;}

a{color:var(--color-primary);text-decoration:none;transition:color var(--transition-base),opacity var(--transition-base);}
a:hover,a:focus{color:var(--color-primary-hover);text-decoration:none;}
a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid rgba(127,174,217,0.35);outline-offset:2px;}

h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:0.75rem;font-family:var(--font-heading);font-weight:700;line-height:1.2;color:var(--color-heading);letter-spacing:-0.02em;}
h1{font-size:var(--h1-size);}
h2{font-size:var(--h2-size);}
h3{font-size:var(--h3-size);}
h4{font-size:var(--h4-size);}
h5{font-size:var(--h5-size);}
h6{font-size:var(--h6-size);}

p{margin-top:0;margin-bottom:1rem;color:var(--color-text);}

small{font-size:0.875rem;color:var(--color-text-muted);}

strong,b{font-weight:700;}
ul,ol{margin-top:0;margin-bottom:1rem;padding-left:1.25rem;}
li+li{margin-top:0.35rem;}

button,input,select,textarea{font:inherit;}
button{border:0;background:none;cursor:pointer;}

input,select,textarea{width:100%;border:1px solid var(--color-border);border-radius:var(--radius-md);background-color:var(--color-white);color:var(--color-text);padding:0.85rem 1rem;transition:border-color var(--transition-base),box-shadow var(--transition-base);}
input::placeholder,textarea::placeholder{color:#98A2B3;}
input:focus,select:focus,textarea:focus{border-color:var(--color-primary);box-shadow:0 0 0 4px rgba(127,174,217,0.15);outline:none;}

hr{margin:1.5rem 0;border:0;border-top:1px solid var(--color-border);}

::selection{background-color:var(--color-primary);color:var(--color-white);}

.text-muted{color:var(--color-text-muted)!important;}
.bg-surface{background-color:var(--color-surface)!important;}
.bg-soft{background-color:var(--color-primary-soft)!important;}
.rounded-default{border-radius:var(--radius-md)!important;}
.shadow-soft{box-shadow:var(--shadow-sm)!important;}

/*START COOKIE BAR BY CAM*/
.uvr-cookiebar{position:fixed;bottom:0;left:0;right:0;background:#0b0b0b;border-top:1px solid rgba(255,255,255,.08);color:#e9eef7;font-size:15px;z-index:99999999;box-shadow:0 -4px 18px rgba(0,0,0,.4);padding:18px 0}
.uvr-cookiebar-inner{max-width:1100px;margin:0 auto;padding:0 20px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;text-align:center}
.uvr-cookiebar-text{margin:0;color:#cfd7e4;line-height:1.4}
.uvr-cookiebar-link{color:#81B6E3;text-decoration:none;border-bottom:1px dotted rgba(129,182,227,.4)}
.uvr-cookiebar-actions{display:flex;gap:10px;justify-content:center;flex-wrap:wrap}
.uvr-cookiebar-btn{border:none;border-radius:10px;font-weight:700;padding:10px 18px;cursor:pointer;font-size:14px;transition:all .15s ease}
.uvr-cookiebar-accept{background:#81B6E3;color:#0b0b0b}
.uvr-cookiebar-accept:hover{background:#9dc7ec}
.uvr-cookiebar-decline{background:rgba(255,255,255,.08);color:#e9eef7}
.uvr-cookiebar-decline:hover{background:rgba(255,255,255,.15)}
@media(max-width:600px){.uvr-cookiebar-inner{padding:0 14px;gap:12px}.uvr-cookiebar-actions{width:100%;justify-content:center}}
/*END COOKIE BAR BY CAM*/

/*START LOGIN BY CAM*/
.uvrslsx115367-shell{min-height:100vh;display:grid;grid-template-columns:1.05fr .95fr;background:linear-gradient(135deg,#f4f8fc 0%,#edf4fb 100%)}
.uvrslsx115367-side{position:relative;display:flex;align-items:center;justify-content:center;padding:48px;overflow:hidden}
.uvrslsx115367-side:before{content:"";position:absolute;top:-140px;left:-140px;width:340px;height:340px;background:rgba(127,174,217,.18);border-radius:50%;filter:blur(10px)}
.uvrslsx115367-side:after{content:"";position:absolute;right:-120px;bottom:-120px;width:300px;height:300px;background:rgba(23,24,51,.06);border-radius:50%}
.uvrslsx115367-sideinner{position:relative;z-index:2;max-width:560px}
.uvrslsx115367-badge{display:inline-flex;align-items:center;gap:10px;padding:10px 16px;border-radius:999px;background:#ffffff;border:1px solid #d9e2ec;box-shadow:0 8px 24px rgba(23,24,51,.06);font-size:.9rem;font-weight:700;color:#171833;margin-bottom:22px}
.uvrslsx115367-title{font-size:clamp(2.5rem,5vw,4.4rem);line-height:1.02;margin-bottom:18px;color:#171833}
.uvrslsx115367-text{font-size:1.08rem;color:#5f6c80;max-width:500px;margin-bottom:30px}
.uvrslsx115367-points{display:flex;flex-direction:column;gap:14px}
.uvrslsx115367-point{display:flex;align-items:center;gap:14px;font-size:1rem;color:#171833}
.uvrslsx115367-point span{width:42px;height:42px;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;background:#7faed9;color:#ffffff;box-shadow:0 10px 24px rgba(127,174,217,.3)}
.uvrslsx115367-panel{display:flex;align-items:center;justify-content:center;padding:32px}
.uvrslsx115367-card{width:100%;max-width:520px;background:rgba(255,255,255,.78);backdrop-filter:blur(18px);border:1px solid rgba(255,255,255,.65);border-radius:28px;box-shadow:0 20px 60px rgba(23,24,51,.12);padding:34px}
.uvrslsx115367-brandwrap{display:flex;align-items:center;gap:14px;margin-bottom:28px}
.uvrslsx115367-brandicon{width:54px;height:54px;border-radius:18px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#171833 0%,#7faed9 100%);color:#ffffff;font-size:1.2rem;box-shadow:0 14px 30px rgba(23,24,51,.18)}
.uvrslsx115367-brandname{font-size:1.1rem;font-weight:800;color:#171833;line-height:1.1}
.uvrslsx115367-brandsub{font-size:.92rem;color:#6b7280}
.uvrslsx115367-head{margin-bottom:24px}
.uvrslsx115367-heading{font-size:2rem;margin-bottom:8px;color:#171833}
.uvrslsx115367-subheading{margin-bottom:0;color:#6b7280}
.uvrslsx115367-alert{display:flex;align-items:flex-start;gap:10px;padding:14px 16px;border-radius:16px;background:#fff1f2;border:1px solid #fecdd3;color:#be123c;font-size:.95rem;margin-bottom:18px}
.uvrslsx115367-form{display:flex;flex-direction:column;gap:18px}
.uvrslsx115367-field{display:flex;flex-direction:column;gap:8px}
.uvrslsx115367-labelrow{display:flex;align-items:center;justify-content:space-between}
.uvrslsx115367-label{font-size:.95rem;font-weight:700;color:#171833}
.uvrslsx115367-inputwrap{position:relative}
.uvrslsx115367-inputicon{position:absolute;left:16px;top:50%;transform:translateY(-50%);font-size:.95rem;color:#7b8794;pointer-events:none}
.uvrslsx115367-inputwrap input{height:58px;padding-left:46px;padding-right:48px;border:1px solid #d9e2ec;border-radius:18px;background:#ffffff;box-shadow:none}
.uvrslsx115367-inputwrap input:focus{border-color:#7faed9;box-shadow:0 0 0 4px rgba(127,174,217,.16)}
.uvrslsx115367-toggle{position:absolute;right:14px;top:50%;transform:translateY(-50%);width:36px;height:36px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;color:#64748b;background:transparent}
.uvrslsx115367-toggle:hover{background:#f1f5f9;color:#171833}
.uvrslsx115367-submit{position:relative;height:58px;border:none;border-radius:18px;background:linear-gradient(135deg,#171833 0%,#7faed9 100%);color:#ffffff;font-weight:800;font-size:1rem;display:inline-flex;align-items:center;justify-content:center;gap:12px;box-shadow:0 18px 34px rgba(23,24,51,.22);transition:transform .2s ease,box-shadow .2s ease,opacity .2s ease}
.uvrslsx115367-submit:hover{transform:translateY(-1px);box-shadow:0 22px 42px rgba(23,24,51,.26)}
.uvrslsx115367-submit:disabled{opacity:1;cursor:not-allowed}
.uvrslsx115367-submittext{transition:opacity .2s ease}
.uvrslsx115367-loader{width:18px;height:18px;border:2px solid rgba(255,255,255,.35);border-top-color:#ffffff;border-radius:50%;display:none;animation:uvrslsx115367spin .8s linear infinite}
.uvrslsx115367-submitloading .uvrslsx115367-submittext{opacity:.72}
.uvrslsx115367-submitloading .uvrslsx115367-loader{display:inline-block}
@keyframes uvrslsx115367spin{to{transform:rotate(360deg)}}
@media (max-width:991.98px){.uvrslsx115367-shell{grid-template-columns:1fr}.uvrslsx115367-side{display:none}.uvrslsx115367-panel{padding:20px}.uvrslsx115367-card{max-width:100%;padding:26px}}
@media (max-width:575.98px){.uvrslsx115367-card{border-radius:22px;padding:22px}.uvrslsx115367-heading{font-size:1.7rem}.uvrslsx115367-inputwrap input{height:54px}.uvrslsx115367-submit{height:54px}}
/*END LOGIN BY CAM*/

/*START 404 BY CAM*/
.uvrsls404991-wrap{min-height:100vh;position:relative;display:flex;align-items:center;padding:40px 30px;overflow:hidden}
.uvrsls404991-bg{position:absolute;inset:0;background:radial-gradient(circle at 20% 30%,rgba(127,174,217,.15),transparent 40%),radial-gradient(circle at 80% 70%,rgba(23,24,51,.2),transparent 40%),#f8fafc}
.uvrsls404991-content{position:relative;z-index:2;max-width:1400px;margin:0 auto;width:100%;display:grid;grid-template-columns:1.2fr 1fr;gap:40px;align-items:center}
.uvrsls404991-left{display:flex;flex-direction:column;gap:20px}
.uvrsls404991-code{font-size:clamp(80px,12vw,140px);font-weight:900;line-height:.9;background:linear-gradient(135deg,#171833,#7faed9);-webkit-background-clip:text;-webkit-text-fill-color:transparent}
.uvrsls404991-title{font-size:2rem;color:#171833}
.uvrsls404991-text{max-width:500px;color:#64748b;font-size:1.05rem}
.uvrsls404991-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:10px}
.uvrsls404991-btn{height:52px;padding:0 18px;border-radius:14px;border:none;display:flex;align-items:center;gap:10px;font-weight:700}
.uvrsls404991-primary{background:linear-gradient(135deg,#171833,#7faed9);color:#fff}
.uvrsls404991-secondary{background:#fff;border:1px solid #e2e8f0;color:#171833}
.uvrsls404991-right{display:flex;align-items:center;justify-content:center}
.uvrsls404991-visual{position:relative;width:260px;height:260px}
.uvrsls404991-ring{position:absolute;inset:0;border-radius:50%;border:2px solid rgba(127,174,217,.4);animation:uvrsls404991spin 12s linear infinite}
.uvrsls404991-ring2{position:absolute;inset:30px;border-radius:50%;border:2px dashed rgba(23,24,51,.3);animation:uvrsls404991spinreverse 18s linear infinite}
.uvrsls404991-dot{position:absolute;top:50%;left:50%;width:12px;height:12px;background:#7faed9;border-radius:50%;transform:translate(-50%,-50%)}
@keyframes uvrsls404991spin{from{transform:rotate(0)}to{transform:rotate(360deg)}}
@keyframes uvrsls404991spinreverse{from{transform:rotate(360deg)}to{transform:rotate(0)}}
@media(max-width:900px){.uvrsls404991-content{grid-template-columns:1fr}.uvrsls404991-right{display:none}}
/*END 404 BY CAM*/

/*START HEADER & NAV BY CAM*/
body.uvrslsx734551-haspushednav{padding-left:290px;transition:padding-left .3s ease}
body.uvrslsx734551-lock{overflow:hidden}
.uvrslsx734551-overlay{position:fixed;inset:0;background:rgba(10,15,30,.45);backdrop-filter:blur(3px);opacity:0;visibility:hidden;pointer-events:none;transition:all .25s ease;z-index:1038}
.uvrslsx734551-overlay.uvrslsx734551-overlayactive{opacity:1;visibility:visible;pointer-events:auto}
.uvrslsx734551-header{position:sticky;top:0;left:0;right:0;z-index:1040;padding:18px 0;transition:padding .25s ease,background .25s ease,box-shadow .25s ease,backdrop-filter .25s ease}
.uvrslsx734551-header.uvrslsx734551-headershrink{padding:10px 0;background:rgba(255,255,255,.78);backdrop-filter:blur(18px);box-shadow:0 10px 30px rgba(15,23,42,.08)}
.uvrslsx734551-headerinner{max-width:1600px;margin:0 auto;padding:0 22px;display:flex;align-items:center;justify-content:space-between;gap:18px}
.uvrslsx734551-left{display:flex;align-items:center;gap:14px;min-width:220px}
.uvrslsx734551-logo{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}
.uvrslsx734551-logo img{display:block;width:60px;height:auto;transition:width .25s ease}
.uvrslsx734551-headershrink .uvrslsx734551-logo img{width:50px}
.uvrslsx734551-specialtoggle{position:relative;width:46px;height:46px;border:none;border-radius:14px;background:#ffffff;box-shadow:0 10px 24px rgba(15,23,42,.08);display:inline-flex;align-items:center;justify-content:center;flex-direction:column;gap:5px;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}
.uvrslsx734551-specialtoggle:hover{transform:translateY(-1px);box-shadow:0 14px 28px rgba(15,23,42,.12)}
.uvrslsx734551-specialtoggle span{display:block;width:18px;height:2px;background:#171833;border-radius:999px;transition:all .2s ease}
.uvrslsx734551-specialtoggle span:nth-child(2){width:12px;margin-left:-6px}
.uvrslsx734551-specialtoggle span:nth-child(3){width:18px}
.uvrslsx734551-desktopnav{display:flex;align-items:center;justify-content:center;gap:8px;flex:1 1 auto}
.uvrslsx734551-navlink{height:48px;padding:0 16px;border:none;border-radius:14px;background:transparent;display:inline-flex;align-items:center;justify-content:center;gap:10px;color:#171833;font-weight:700;font-size:.95rem;transition:background .2s ease,color .2s ease,transform .2s ease}
.uvrslsx734551-navlink:hover{background:#eef4fb;color:#171833;transform:translateY(-1px)}
.uvrslsx734551-navlink i{font-size:.95rem;color:#7faed9}
.uvrslsx734551-navitemdropdown{position:relative}
.uvrslsx734551-navdropbtn{padding-right:12px}
.uvrslsx734551-navlinkinner{display:inline-flex;align-items:center;gap:10px}
.uvrslsx734551-navdropbtn .fa-chevron-down{font-size:.78rem;color:#64748b;transition:transform .2s ease}
.uvrslsx734551-navitemdropdown.uvrslsx734551-desktopdropopen .uvrslsx734551-navdropbtn{background:#eef4fb}
.uvrslsx734551-navitemdropdown.uvrslsx734551-desktopdropopen .uvrslsx734551-navdropbtn .fa-chevron-down{transform:rotate(180deg)}
.uvrslsx734551-navdropdownmenu{position:absolute;top:calc(100% + 10px);left:0;min-width:240px;padding:10px;background:#ffffff;border:1px solid #e2e8f0;border-radius:18px;box-shadow:0 20px 45px rgba(15,23,42,.12);opacity:0;visibility:hidden;transform:translateY(8px);transition:all .2s ease}
.uvrslsx734551-navitemdropdown.uvrslsx734551-desktopdropopen .uvrslsx734551-navdropdownmenu{opacity:1;visibility:visible;transform:translateY(0)}
.uvrslsx734551-navdropdownlink{display:flex;align-items:center;padding:12px 14px;border-radius:12px;color:#171833;font-weight:600;transition:background .2s ease,color .2s ease}
.uvrslsx734551-navdropdownlink:hover{background:#eef4fb;color:#171833}
.uvrslsx734551-right{display:flex;align-items:center;justify-content:flex-end;gap:10px;min-width:220px}
.uvrslsx734551-account{position:relative}
.uvrslsx734551-accountbtn{height:52px;padding:8px 12px 8px 8px;border:none;border-radius:18px;background:#ffffff;box-shadow:0 10px 24px rgba(15,23,42,.08);display:flex;align-items:center;gap:12px;color:#171833;transition:transform .2s ease,box-shadow .2s ease}
.uvrslsx734551-accountbtn:hover{transform:translateY(-1px);box-shadow:0 14px 28px rgba(15,23,42,.12)}
.uvrslsx734551-accountavatar{width:36px;height:36px;border-radius:50%;overflow:hidden;background:linear-gradient(135deg,#171833 0%,#7faed9 100%);color:#ffffff;display:inline-flex;align-items:center;justify-content:center;font-size:.9rem;font-weight:800;flex:0 0 auto}
.uvrslsx734551-accountavatar img{width:100%;height:100%;object-fit:cover}
.uvrslsx734551-accountmeta{display:flex;flex-direction:column;align-items:flex-start;line-height:1.1}
.uvrslsx734551-accountmeta strong{font-size:.92rem;color:#171833}
.uvrslsx734551-accountmeta small{font-size:.78rem;color:#64748b}
.uvrslsx734551-accountbtn .fa-chevron-down{font-size:.76rem;color:#64748b;transition:transform .2s ease}
.uvrslsx734551-account.uvrslsx734551-accountopen .uvrslsx734551-accountbtn .fa-chevron-down{transform:rotate(180deg)}
.uvrslsx734551-accountmenu{position:absolute;top:calc(100% + 10px);right:0;min-width:220px;padding:10px;background:#ffffff;border:1px solid #e2e8f0;border-radius:18px;box-shadow:0 20px 45px rgba(15,23,42,.12);opacity:0;visibility:hidden;transform:translateY(8px);transition:all .2s ease}
.uvrslsx734551-account.uvrslsx734551-accountopen .uvrslsx734551-accountmenu{opacity:1;visibility:visible;transform:translateY(0)}
.uvrslsx734551-accountlink{display:flex;align-items:center;gap:12px;padding:12px 14px;border-radius:12px;color:#171833;font-weight:600;transition:background .2s ease,color .2s ease}
.uvrslsx734551-accountlink:hover{background:#eef4fb;color:#171833}
.uvrslsx734551-accountlink i{width:18px;text-align:center;color:#7faed9}
.uvrslsx734551-mobileaccount{display:none;width:44px;height:44px;border:none;border-radius:14px;background:#ffffff;box-shadow:0 10px 24px rgba(15,23,42,.08);align-items:center;justify-content:center;color:#171833;font-size:1rem}
.uvrslsx734551-maintoggle{display:none;position:relative;width:46px;height:46px;border:none;border-radius:14px;background:#ffffff;box-shadow:0 10px 24px rgba(15,23,42,.08);align-items:center;justify-content:center;flex-direction:column;gap:5px}
.uvrslsx734551-maintoggle span{display:block;width:18px;height:2px;background:#171833;border-radius:999px}
.uvrslsx734551-maintoggle span:nth-child(2){width:14px}
.uvrslsx734551-sidenav{position:fixed;top:0;left:0;width:290px;height:100vh;background:#101426;color:#ffffff;transform:translateX(-100%);transition:transform .3s ease;z-index:1042;box-shadow:24px 0 50px rgba(2,6,23,.18)}
.uvrslsx734551-sidenav.uvrslsx734551-sidenavopen{transform:translateX(0)}
.uvrslsx734551-sidenavinner{height:100%;display:flex;flex-direction:column}
.uvrslsx734551-sidenavtop{padding:24px 22px 18px;border-bottom:1px solid rgba(255,255,255,.08)}
.uvrslsx734551-sidenavbrand{display:flex;align-items:center;gap:12px;font-size:1rem;font-weight:800;color:#ffffff}
.uvrslsx734551-sidenavbrand img{display:block;width:60px;height:auto}
.uvrslsx734551-sidenavnav{padding:18px 14px;display:flex;flex-direction:column;gap:6px}
.uvrslsx734551-sidelink{display:flex;align-items:center;gap:12px;padding:14px 14px;border-radius:14px;color:rgba(255,255,255,.88);font-weight:700;transition:background .2s ease,color .2s ease,transform .2s ease}
.uvrslsx734551-sidelink:hover{background:rgba(127,174,217,.14);color:#ffffff;transform:translateX(2px)}
.uvrslsx734551-sidelink i{width:18px;text-align:center;color:#7faed9}
.uvrslsx734551-maindrawer{position:fixed;top:0;right:0;width:min(92vw,420px);height:100vh;background:#ffffff;transform:translateX(100%);transition:transform .3s ease;z-index:1041;display:flex;flex-direction:column;box-shadow:-24px 0 50px rgba(2,6,23,.18)}
.uvrslsx734551-maindrawer.uvrslsx734551-maindraweropen{transform:translateX(0)}
.uvrslsx734551-maindrawerhead{display:flex;align-items:center;justify-content:space-between;padding:18px 18px 16px;border-bottom:1px solid #e2e8f0}
.uvrslsx734551-maindrawerbrand{display:inline-flex;align-items:center}
.uvrslsx734551-maindrawerbrand img{display:block;width:60px;height:auto}
.uvrslsx734551-maindrawerclose{width:44px;height:44px;border:none;border-radius:14px;background:#f8fafc;color:#171833;display:inline-flex;align-items:center;justify-content:center;font-size:1.15rem;transition:background .2s ease,transform .2s ease}
.uvrslsx734551-maindrawerclose:hover{background:#eef4fb;transform:rotate(90deg)}
.uvrslsx734551-maindrawerbody{flex:1 1 auto;overflow-y:auto;padding:16px}
.uvrslsx734551-mobilemainnav{display:flex;flex-direction:column;gap:8px}
.uvrslsx734551-mobilemainlink{display:flex;align-items:center;gap:12px;padding:15px 14px;border-radius:16px;background:#f8fafc;color:#171833;font-weight:700;transition:background .2s ease,transform .2s ease}
.uvrslsx734551-mobilemainlink:hover{background:#eef4fb;color:#171833;transform:translateX(2px)}
.uvrslsx734551-mobilemainlink i{width:18px;text-align:center;color:#7faed9}
.uvrslsx734551-mobileaccordion{border-radius:18px;background:#f8fafc;overflow:hidden}
.uvrslsx734551-mobileaccordiontoggle{width:100%;padding:15px 14px;border:none;background:transparent;display:flex;align-items:center;justify-content:space-between;color:#171833;font-weight:700}
.uvrslsx734551-mobileaccordiontitle{display:inline-flex;align-items:center;gap:12px}
.uvrslsx734551-mobileaccordiontitle i{width:18px;text-align:center;color:#7faed9}
.uvrslsx734551-mobileaccordiontoggle .fa-chevron-down{font-size:.82rem;color:#64748b;transition:transform .2s ease}
.uvrslsx734551-mobileaccordionmenu{max-height:0;overflow:hidden;transition:max-height .25s ease}
.uvrslsx734551-mobileaccordion.uvrslsx734551-accordionopen .uvrslsx734551-mobileaccordionmenu{max-height:400px}
.uvrslsx734551-mobileaccordion.uvrslsx734551-accordionopen .uvrslsx734551-mobileaccordiontoggle .fa-chevron-down{transform:rotate(180deg)}
.uvrslsx734551-mobileaccordionsublink{display:block;padding:12px 14px 12px 44px;color:#475569;font-weight:600;border-top:1px solid #e2e8f0;transition:background .2s ease,color .2s ease}
.uvrslsx734551-mobileaccordionsublink:hover{background:#eef4fb;color:#171833}
@media (max-width:1199.98px){body.uvrslsx734551-haspushednav{padding-left:0}.uvrslsx734551-desktopnav{display:none}.uvrslsx734551-account{display:none}.uvrslsx734551-mobileaccount{display:inline-flex}.uvrslsx734551-maintoggle{display:inline-flex}.uvrslsx734551-right{min-width:auto}.uvrslsx734551-left{min-width:auto}.uvrslsx734551-headerinner{padding:0 16px}}
@media (max-width:767.98px){.uvrslsx734551-header{padding:14px 0}.uvrslsx734551-header.uvrslsx734551-headershrink{padding:8px 0}.uvrslsx734551-logo img{width:52px}.uvrslsx734551-headershrink .uvrslsx734551-logo img{width:46px}.uvrslsx734551-specialtoggle{width:42px;height:42px;border-radius:13px}.uvrslsx734551-mobileaccount{width:42px;height:42px;border-radius:13px}.uvrslsx734551-maintoggle{width:42px;height:42px;border-radius:13px}.uvrslsx734551-headerinner{gap:12px}}
/*END HEADER & NAV BY CAM*/

/*START DASHBOARD*/
.uvrslsdash551921-main{padding:24px 0 40px}
.uvrslsdash551921-container{max-width:1600px;margin:0 auto;padding:0 22px}
.uvrslsdash551921-hero{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;padding:28px;border-radius:28px;background:linear-gradient(135deg,#171833 0%,#24345d 45%,#7faed9 100%);box-shadow:0 20px 50px rgba(15,23,42,.14);margin-bottom:22px;color:#ffffff}
.uvrslsdash551921-heroleft{max-width:760px}
.uvrslsdash551921-kicker{display:inline-flex;padding:8px 14px;border-radius:999px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.18);font-size:.82rem;font-weight:700;color:#ffffff;margin-bottom:14px}
.uvrslsdash551921-title{margin-bottom:10px;color:#ffffff}
.uvrslsdash551921-text{margin-bottom:0;color:rgba(255,255,255,.78);max-width:700px}
.uvrslsdash551921-heroright{display:flex;align-items:center;gap:12px;flex-wrap:wrap}
.uvrslsdash551921-btn{height:50px;padding:0 18px;border:none;border-radius:16px;display:inline-flex;align-items:center;justify-content:center;gap:10px;font-weight:700;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}
.uvrslsdash551921-btn:hover{transform:translateY(-1px)}
.uvrslsdash551921-btnprimary{background:#ffffff;color:#171833;box-shadow:0 14px 30px rgba(255,255,255,.18)}
.uvrslsdash551921-btnprimary:hover{color:#171833}
.uvrslsdash551921-btnlight{background:rgba(255,255,255,.1);color:#ffffff;border:1px solid rgba(255,255,255,.16)}
.uvrslsdash551921-btnlight:hover{color:#ffffff;background:rgba(255,255,255,.16)}
.uvrslsdash551921-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin-bottom:22px}
.uvrslsdash551921-statcard{display:flex;align-items:center;gap:16px;padding:22px;border:1px solid #e2e8f0;border-radius:24px;background:#ffffff;box-shadow:0 12px 30px rgba(15,23,42,.06)}
.uvrslsdash551921-staticon{width:58px;height:58px;border-radius:18px;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#171833 0%,#7faed9 100%);color:#ffffff;font-size:1.1rem;flex:0 0 auto}
.uvrslsdash551921-statmeta{display:flex;flex-direction:column;line-height:1.15}
.uvrslsdash551921-statlabel{font-size:.88rem;font-weight:600;color:#64748b;margin-bottom:8px}
.uvrslsdash551921-statvalue{font-size:1.6rem;font-weight:800;color:#171833}
.uvrslsdash551921-statnote{margin-top:6px;font-size:.82rem;color:#7faed9}
.uvrslsdash551921-grid{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(340px,.85fr);gap:22px}
.uvrslsdash551921-colmain{display:flex;flex-direction:column;gap:22px;min-width:0}
.uvrslsdash551921-colside{display:flex;flex-direction:column;gap:22px;min-width:0}
.uvrslsdash551921-panel{padding:22px;border:1px solid #e2e8f0;border-radius:26px;background:#ffffff;box-shadow:0 14px 34px rgba(15,23,42,.05)}
.uvrslsdash551921-panelhead{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:18px}
.uvrslsdash551921-paneltitle{font-size:1.25rem;margin-bottom:6px;color:#171833}
.uvrslsdash551921-paneltext{margin-bottom:0;color:#64748b}
.uvrslsdash551921-panelaction{font-weight:700;color:#7faed9;white-space:nowrap}
.uvrslsdash551921-pipeline{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.uvrslsdash551921-pipecol{padding:18px;border-radius:20px;background:#f8fafc;border:1px solid #e9eef5;min-height:140px}
.uvrslsdash551921-pipehead{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}
.uvrslsdash551921-pipelabel{display:flex;align-items:center;gap:10px}
.uvrslsdash551921-pipedot{width:12px;height:12px;border-radius:50%;display:inline-block}
.uvrslsdash551921-pipehead strong{font-size:.95rem;color:#171833}
.uvrslsdash551921-pipehead span{min-width:30px;height:30px;padding:0 10px;border-radius:999px;background:#e8f1fb;color:#2b6cb0;font-size:.8rem;font-weight:800;display:inline-flex;align-items:center;justify-content:center}
.uvrslsdash551921-pipevalue{font-size:1.2rem;font-weight:800;color:#171833;margin-bottom:6px}
.uvrslsdash551921-pipesub{font-size:.84rem;color:#64748b}
.uvrslsdash551921-tablewrap{overflow-x:auto}
.uvrslsdash551921-table{width:100%;border-collapse:collapse;min-width:920px}
.uvrslsdash551921-table th{padding:14px 12px;border-bottom:1px solid #e2e8f0;font-size:.83rem;font-weight:800;color:#64748b;text-transform:uppercase;letter-spacing:.04em}
.uvrslsdash551921-table td{padding:16px 12px;border-bottom:1px solid #eef2f7;font-size:.95rem;color:#171833;vertical-align:middle}
.uvrslsdash551921-table tbody tr:last-child td{border-bottom:none}
.uvrslsdash551921-person{display:flex;align-items:center;gap:12px}
.uvrslsdash551921-personavatar{width:42px;height:42px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#171833 0%,#7faed9 100%);color:#ffffff;font-size:.85rem;font-weight:800;flex:0 0 auto}
.uvrslsdash551921-person strong{display:block;font-size:.95rem;color:#171833}
.uvrslsdash551921-person small{display:block;margin-top:2px;color:#64748b}
.uvrslsdash551921-leadmeta{display:flex;flex-direction:column;gap:4px}
.uvrslsdash551921-leadmeta strong{font-size:.95rem;color:#171833}
.uvrslsdash551921-leadmeta small{font-size:.82rem;color:#64748b}
.uvrslsdash551921-stagebadge{display:inline-flex;align-items:center;justify-content:center;min-height:32px;padding:6px 12px;border-radius:999px;font-size:.8rem;font-weight:800}
.uvrslsdash551921-userchip{display:flex;align-items:center;gap:10px}
.uvrslsdash551921-userchipspace{margin-top:10px}
.uvrslsdash551921-userchip img{width:32px;height:32px;border-radius:50%;object-fit:cover;display:block}
.uvrslsdash551921-userchipinitials{width:32px;height:32px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#171833 0%,#7faed9 100%);color:#ffffff;font-size:.72rem;font-weight:800}
.uvrslsdash551921-list{display:flex;flex-direction:column;gap:14px}
.uvrslsdash551921-listitem{padding:16px;border-radius:18px;background:#f8fafc;border:1px solid #e9eef5}
.uvrslsdash551921-listhead{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:4px}
.uvrslsdash551921-listhead strong{font-size:.94rem;color:#171833}
.uvrslsdash551921-listitem small{display:block;color:#64748b}
.uvrslsdash551921-listmeta{display:flex;flex-wrap:wrap;gap:12px;margin-top:10px}
.uvrslsdash551921-listmeta span{display:inline-flex;align-items:center;gap:8px;font-size:.82rem;color:#64748b}
.uvrslsdash551921-activitylist{display:flex;flex-direction:column;gap:14px}
.uvrslsdash551921-activityitem{display:flex;align-items:flex-start;gap:12px}
.uvrslsdash551921-activityavatar{width:42px;height:42px;border-radius:50%;overflow:hidden;background:linear-gradient(135deg,#171833 0%,#7faed9 100%);color:#ffffff;display:inline-flex;align-items:center;justify-content:center;font-size:.78rem;font-weight:800;flex:0 0 auto}
.uvrslsdash551921-activityavatar img{width:100%;height:100%;object-fit:cover;display:block}
.uvrslsdash551921-activitycontent strong{display:block;font-size:.92rem;color:#171833;margin-bottom:4px}
.uvrslsdash551921-activitycontent small{display:block;color:#64748b;margin-bottom:4px}
.uvrslsdash551921-activitycontent p{margin-bottom:0;color:#475569}
.uvrslsdash551921-badge{display:inline-flex;align-items:center;justify-content:center;min-height:32px;padding:6px 12px;border-radius:999px;font-size:.8rem;font-weight:800}
.uvrslsdash551921-badgeblue{background:#e8f1fb;color:#2b6cb0}
.uvrslsdash551921-badgegold{background:#fff4db;color:#b7791f}
.uvrslsdash551921-badgegreen{background:#e8f8ee;color:#15803d}
.uvrslsdash551921-badgered{background:#feecef;color:#be123c}
.uvrslsdash551921-empty{padding:24px;text-align:center;color:#64748b;font-weight:700}
@media (max-width:1399.98px){.uvrslsdash551921-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.uvrslsdash551921-pipeline{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:1199.98px){.uvrslsdash551921-main{padding:18px 0 28px}.uvrslsdash551921-container{padding:0 16px}.uvrslsdash551921-grid{grid-template-columns:1fr}.uvrslsdash551921-hero{flex-direction:column;align-items:flex-start}.uvrslsdash551921-heroright{width:100%}}
@media (max-width:767.98px){.uvrslsdash551921-hero{padding:22px;border-radius:22px}.uvrslsdash551921-stats{grid-template-columns:1fr}.uvrslsdash551921-panel{padding:18px;border-radius:22px}.uvrslsdash551921-pipeline{grid-template-columns:1fr}.uvrslsdash551921-listhead{flex-direction:column;align-items:flex-start}.uvrslsdash551921-btn{width:100%}.uvrslsdash551921-heroright{display:flex;flex-direction:column;align-items:stretch}}
/*END DASHBOARD*/


/*START FOTOS MARKETING BY CAM*/
.uvrxmkt263776-main{padding:24px 0 44px}
.uvrxmkt263776-container{max-width:1600px;margin:0 auto;padding:0 22px}
.uvrxmkt263776-hero{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;padding:28px;border-radius:28px;background:linear-gradient(135deg,#171833 0%,#24345d 45%,#7faed9 100%);box-shadow:0 20px 50px rgba(15,23,42,.14);margin-bottom:22px;color:#ffffff}
.uvrxmkt263776-heroleft{max-width:820px}
.uvrxmkt263776-kicker{display:inline-flex;padding:8px 14px;border-radius:999px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.18);font-size:.82rem;font-weight:700;color:#ffffff;margin-bottom:14px}
.uvrxmkt263776-title{margin-bottom:10px;color:#ffffff}
.uvrxmkt263776-text{margin-bottom:0;color:rgba(255,255,255,.78);max-width:760px}
.uvrxmkt263776-heroright{display:flex;align-items:center;gap:12px;flex-wrap:wrap}
.uvrxmkt263776-btn{height:50px;padding:0 18px;border:none;border-radius:16px;display:inline-flex;align-items:center;justify-content:center;gap:10px;font-weight:800;transition:transform .2s ease,box-shadow .2s ease,background .2s ease,color .2s ease;white-space:nowrap}
.uvrxmkt263776-btn:hover{transform:translateY(-1px)}
.uvrxmkt263776-btnprimary{background:linear-gradient(135deg,#171833 0%,#7faed9 100%);color:#ffffff;box-shadow:0 14px 30px rgba(23,24,51,.16)}
.uvrxmkt263776-btnprimary:hover{color:#ffffff}
.uvrxmkt263776-btnlight{background:#ffffff;color:#171833;border:1px solid #e2e8f0}
.uvrxmkt263776-btnlight:hover{color:#171833;background:#eef4fb}
.uvrxmkt263776-btnloading{opacity:.75;pointer-events:none}
.uvrxmkt263776-alert{display:flex;align-items:center;gap:12px;padding:16px 18px;border-radius:20px;background:#ffffff;border:1px solid #e2e8f0;box-shadow:0 12px 28px rgba(15,23,42,.05);font-weight:800;margin-bottom:22px}
.uvrxmkt263776-alerterror{border-color:#fecaca;color:#be123c}
.uvrxmkt263776-alertsuccess{border-color:#bbf7d0;color:#15803d}
.uvrxmkt263776-uploadpanel{padding:24px;border:1px solid #e2e8f0;border-radius:28px;background:#ffffff;box-shadow:0 14px 34px rgba(15,23,42,.05);margin-bottom:22px}
.uvrxmkt263776-panelhead{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:18px}
.uvrxmkt263776-panelheadsplit{align-items:center}
.uvrxmkt263776-paneltitle{font-size:1.35rem;margin-bottom:6px;color:#171833}
.uvrxmkt263776-paneltext{margin-bottom:0;color:#64748b}
.uvrxmkt263776-uploadform{display:flex;flex-direction:column;gap:18px}
.uvrxmkt263776-formgrid{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.uvrxmkt263776-field{display:flex;flex-direction:column;gap:8px}
.uvrxmkt263776-field label{font-size:.9rem;font-weight:800;color:#171833}
.uvrxmkt263776-field label span{font-weight:700;color:#94a3b8}
.uvrxmkt263776-field input{height:56px;border:1px solid #dbe3ee;border-radius:18px;background:#ffffff;padding:0 16px}
.uvrxmkt263776-field select{height:56px;border:1px solid #dbe3ee;border-radius:18px;background:#ffffff;padding:0 16px}
.uvrxmkt263776-dropzone{position:relative;min-height:230px;padding:34px;border:2px dashed #cbd8e6;border-radius:26px;background:linear-gradient(135deg,#f8fbff 0%,#ffffff 100%);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:10px;cursor:pointer;transition:border-color .2s ease,background .2s ease,transform .2s ease}
.uvrxmkt263776-dropzone:hover{border-color:#7faed9;background:#f8fbff;transform:translateY(-1px)}
.uvrxmkt263776-dropzone input{position:absolute;inset:0;opacity:0;cursor:pointer}
.uvrxmkt263776-dropzone strong{font-size:1.1rem;color:#171833}
.uvrxmkt263776-dropzone small{max-width:560px;color:#64748b}
.uvrxmkt263776-dropzone em{font-style:normal;font-size:.88rem;font-weight:800;color:#7faed9;margin-top:4px}
.uvrxmkt263776-dropicon{width:64px;height:64px;border-radius:22px;background:linear-gradient(135deg,#171833 0%,#7faed9 100%);color:#ffffff;display:inline-flex;align-items:center;justify-content:center;font-size:1.4rem;box-shadow:0 16px 30px rgba(23,24,51,.14)}
.uvrxmkt263776-dropactive{border-color:#7faed9;background:#eef7ff}
.uvrxmkt263776-uploadactions{display:flex;justify-content:flex-end}
.uvrxmkt263776-switchbar{display:flex;align-items:center;gap:12px;margin-bottom:22px}
.uvrxmkt263776-switch{height:52px;padding:0 18px;border-radius:16px;background:#ffffff;border:1px solid #e2e8f0;color:#171833;display:inline-flex;align-items:center;justify-content:center;gap:10px;font-weight:800;box-shadow:0 10px 24px rgba(15,23,42,.04);transition:background .2s ease,color .2s ease,transform .2s ease,border-color .2s ease}
.uvrxmkt263776-switch:hover{background:#eef4fb;color:#171833;transform:translateY(-1px)}
.uvrxmkt263776-switch i{color:#7faed9}
.uvrxmkt263776-switchactive{background:#171833;border-color:#171833;color:#ffffff}
.uvrxmkt263776-switchactive:hover{background:#171833;color:#ffffff}
.uvrxmkt263776-contentpanel{padding:24px;border:1px solid #e2e8f0;border-radius:28px;background:#ffffff;box-shadow:0 14px 34px rgba(15,23,42,.05)}
.uvrxmkt263776-filters{display:grid;grid-template-columns:2fr 1fr 1fr 1fr auto;gap:14px;margin-bottom:24px}
.uvrxmkt263776-filterfield{position:relative}
.uvrxmkt263776-filterfield i{position:absolute;left:16px;top:50%;transform:translateY(-50%);color:#64748b;font-size:.95rem}
.uvrxmkt263776-filterfield input{height:54px;border:1px solid #dbe3ee;border-radius:18px;background:#ffffff;padding-left:44px;padding-right:16px}
.uvrxmkt263776-filterfield select{height:54px;border:1px solid #dbe3ee;border-radius:18px;background:#ffffff;padding:0 14px}
.uvrxmkt263776-filteractions{display:flex;align-items:center;gap:10px}
.uvrxmkt263776-timeline{position:relative;display:flex;flex-direction:column;gap:20px;padding-left:34px}
.uvrxmkt263776-timeline:before{content:"";position:absolute;left:15px;top:10px;bottom:10px;width:2px;background:linear-gradient(180deg,#7faed9 0%,#dbeafe 100%);border-radius:999px}
.uvrxmkt263776-timelineitem{position:relative}
.uvrxmkt263776-timelinedot{position:absolute;left:-34px;top:24px;width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,#171833 0%,#7faed9 100%);color:#ffffff;display:inline-flex;align-items:center;justify-content:center;font-size:.85rem;box-shadow:0 10px 22px rgba(23,24,51,.14);z-index:2}
.uvrxmkt263776-timelinecard{display:grid;grid-template-columns:280px minmax(0,1fr);gap:0;overflow:hidden;border:1px solid #e9eef5;border-radius:24px;background:#ffffff;box-shadow:0 12px 30px rgba(15,23,42,.05)}
.uvrxmkt263776-timelineimage{display:block;background:#f8fafc;min-height:220px}
.uvrxmkt263776-timelineimage img{width:100%;height:100%;min-height:220px;object-fit:cover}
.uvrxmkt263776-timelinebody{padding:20px;display:flex;flex-direction:column;justify-content:space-between;gap:18px}
.uvrxmkt263776-cardtop{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}
.uvrxmkt263776-cardtop h3{font-size:1.1rem;margin-bottom:5px;color:#171833}
.uvrxmkt263776-cardtop p{margin-bottom:0;color:#64748b;font-size:.9rem}
.uvrxmkt263776-badge{display:inline-flex;align-items:center;justify-content:center;min-height:32px;padding:6px 12px;border-radius:999px;font-size:.78rem;font-weight:900;white-space:nowrap}
.uvrxmkt263776-badgeassigned{background:#fff4db;color:#b7791f}
.uvrxmkt263776-badgepublic{background:#e8f1fb;color:#2b6cb0}
.uvrxmkt263776-personrow{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.uvrxmkt263776-person{display:flex;align-items:center;gap:10px;padding:12px;border-radius:18px;background:#f8fafc;border:1px solid #e9eef5;min-width:0}
.uvrxmkt263776-person img{width:38px;height:38px;border-radius:50%;object-fit:cover;display:block;flex:0 0 auto}
.uvrxmkt263776-person>span{width:38px;height:38px;border-radius:50%;background:linear-gradient(135deg,#171833 0%,#7faed9 100%);color:#ffffff;display:inline-flex;align-items:center;justify-content:center;font-size:.78rem;font-weight:900;flex:0 0 auto}
.uvrxmkt263776-person div{min-width:0}
.uvrxmkt263776-person strong{display:block;font-size:.78rem;color:#64748b;margin-bottom:2px}
.uvrxmkt263776-person small{display:block;font-size:.88rem;color:#171833;font-weight:800;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.uvrxmkt263776-librarygrid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.uvrxmkt263776-photocard{overflow:hidden;border:1px solid #e9eef5;border-radius:24px;background:#ffffff;box-shadow:0 12px 30px rgba(15,23,42,.05)}
.uvrxmkt263776-photoimage{display:block;background:#f8fafc}
.uvrxmkt263776-photoimage img{width:100%;height:240px;object-fit:cover}
.uvrxmkt263776-photobody{padding:16px;display:flex;flex-direction:column;gap:14px}
.uvrxmkt263776-empty{min-height:260px;padding:34px;border:1px dashed #cbd8e6;border-radius:24px;background:#f8fafc;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:8px;color:#64748b}
.uvrxmkt263776-empty i{font-size:2rem;color:#7faed9;margin-bottom:4px}
.uvrxmkt263776-empty strong{font-size:1.05rem;color:#171833}
.uvrxmkt263776-empty span{max-width:520px;color:#64748b}
@media (max-width:1399.98px){.uvrxmkt263776-librarygrid{grid-template-columns:repeat(3,minmax(0,1fr))}.uvrxmkt263776-filters{grid-template-columns:1fr 1fr 1fr}.uvrxmkt263776-filteractions{grid-column:1 / -1}}
@media (max-width:1199.98px){.uvrxmkt263776-main{padding:18px 0 32px}.uvrxmkt263776-container{padding:0 16px}.uvrxmkt263776-hero{flex-direction:column;align-items:flex-start}.uvrxmkt263776-formgrid{grid-template-columns:1fr}.uvrxmkt263776-timelinecard{grid-template-columns:220px minmax(0,1fr)}.uvrxmkt263776-librarygrid{grid-template-columns:repeat(2,minmax(0,1fr))}.uvrxmkt263776-personrow{grid-template-columns:1fr}}
@media (max-width:767.98px){.uvrxmkt263776-hero{padding:22px;border-radius:22px}.uvrxmkt263776-heroright{width:100%;flex-direction:column;align-items:stretch}.uvrxmkt263776-btn{width:100%}.uvrxmkt263776-uploadpanel{padding:18px;border-radius:22px}.uvrxmkt263776-contentpanel{padding:18px;border-radius:22px}.uvrxmkt263776-dropzone{padding:24px;min-height:220px}.uvrxmkt263776-switchbar{flex-direction:column;align-items:stretch}.uvrxmkt263776-switch{width:100%}.uvrxmkt263776-filters{grid-template-columns:1fr}.uvrxmkt263776-filteractions{flex-direction:column;align-items:stretch}.uvrxmkt263776-timeline{padding-left:0}.uvrxmkt263776-timeline:before{display:none}.uvrxmkt263776-timelinedot{display:none}.uvrxmkt263776-timelinecard{grid-template-columns:1fr}.uvrxmkt263776-timelineimage img{height:240px;min-height:240px}.uvrxmkt263776-librarygrid{grid-template-columns:1fr}.uvrxmkt263776-cardtop{flex-direction:column}.uvrxmkt263776-photoimage img{height:260px}}
.uvrxmkt263776-cardactions{display:flex;align-items:center;gap:8px;flex:0 0 auto}
.uvrxmkt263776-cardactions form{margin:0}
.uvrxmkt263776-deletebtn{width:34px;height:34px;border:none;border-radius:999px;background:#feecef;color:#be123c;display:inline-flex;align-items:center;justify-content:center;font-size:.82rem;transition:background .2s ease,transform .2s ease,color .2s ease}
.uvrxmkt263776-deletebtn:hover{background:#be123c;color:#ffffff;transform:translateY(-1px)}
/*END FOTOS MARKETING BY CAM*/