@import url('https://fonts.googleapis.com/css2?family=Edu+VIC+WA+NT+Hand+Pre:wght@400..700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
.figuri_noselect{
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -khtml-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none
}
body{
    background-color:#fafafa;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    margin: 0;
}
body.debug-on {
    display: block;
    min-height: auto;
    padding: 20px;
}
body.debug-on .figuri_section {
    margin: 20px auto;
    max-width: 900px;
    border: 1px dashed #ccc;
    padding: 20px;
    background: #fff;
}
.figuri_section{
    width: 900px;
    text-align: center;
}
.figuri_main_h1{
    padding:11px;
    font-weight:900;
}
.figuri_main_p1{
    padding:11px;
    font-size:20px;
    font-weight:400;
    line-height:40.3px;
}
.figuri_section_1_img {
    opacity: 0.1;
    height: 400px;
    width:400px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index:-0;
}
.figuri_start{
    position: relative;
    padding:11px;
    background-color:rgba(235, 103, 103, 0.7);
    color:#1c1c1c;
    width:120px;
    margin: 0 auto;
    border-radius:8px;
    font-weight:500;
    z-index:1;
    text-align:center;
}
.figuri_start:hover{
    background-color:rgb(235, 103, 103, 0.9);
    cursor:pointer;
}
.figuri_start:active{
    background-color:rgb(235, 103, 103, 0.8);
}
.hidden { display: none; }
.fade-in { animation: fadeIn 350ms ease forwards; }
.fade-out { animation: fadeOut 250ms ease forwards; }
@keyframes fadeIn { from {opacity:0} to {opacity:1} }
@keyframes fadeOut { from {opacity:1} to {opacity:0} }
#loading {
  position: fixed;
  inset: 0;
  display: grid;
  place-items: center;
  gap: 12px;
  background: rgba(0,0,0,0.08);
  backdrop-filter: blur(2px);
  z-index: 9999;
}
#loading.hidden { display: none; }
.spinner {
  width: 48px; height: 48px; border-radius: 50%;
  border: 4px solid #ddd; border-top-color: #eb6767;
  animation: spin 0.9s linear infinite;
}
@keyframes spin { to { transform: rotate(360deg); } }
#loading p { margin: 0; font-weight: 600; color: #1c1c1c; }
.spinClock,
.spinDClock {
  width: 50px;
  height: 50px;
  transform-origin: center;   /* important pt. SVG */
  transform-box: fill-box;    /* important pt. Safari */
  will-change: transform;     /* hint GPU */
}

/* sens orar */
.spinClock {
  animation: spin 5s linear infinite;
}

/* sens anti-orar */
.spinDClock {
  animation: spin2 3s linear infinite;
}

@keyframes spin {
  from { transform: rotate(0deg);    -webkit-transform: rotate(0deg); }
  to   { transform: rotate(360deg);  -webkit-transform: rotate(360deg); }
}

@keyframes spin2 {
  from { transform: rotate(0deg);     -webkit-transform: rotate(0deg); }
  to   { transform: rotate(-60deg);  -webkit-transform: rotate(-60deg); }
}

/* respectă preferința utilizatorului de a reduce animațiile */
@media (prefers-reduced-motion: reduce) {
  .spinClock, .spinDClock { animation: none; }
}
.loadingSvgs{
  padding:20px;
}


.debug-banner{
  position: fixed;
  right: 12px; top: 12px;
  background: #ffcc00;
  color: #1c1c1c;
  font-weight: 700;
  padding: 6px 10px;
  border-radius: 6px;
  z-index: 99999;
  box-shadow: 0 4px 14px rgba(0,0,0,.15);
}
.figuri_proof_section img{
    border-radius:10px;
    box-shadow: 0px 0px 4px 2px #c1c1c1;
    margin-bottom:20px;
}
.figuri_date_before{
    font-size:17px;
    font-weight:500;
}