  :root{
      --c360-bg:#041020;
      --c360-bg2:#061326;
      --c360-bg3:#082342;
      --c360-blue:#2378ff;
      --c360-cyan:#00d4ff;
      --c360-green:#30e6b1;
      --c360-white:#ffffff;
      --c360-text:#eaf6ff;
      --c360-muted:#8fb4d6;
      --c360-dark:#07111f;
      --c360-card:#ffffff;
      --c360-card-soft:#f8fbff;
      --c360-border:rgba(148,210,255,.22);
      --c360-border-dark:rgba(15,23,42,.10);
      --c360-shadow:0 28px 90px rgba(0,0,0,.36);
      --c360-shadow-card:0 22px 50px rgba(3,18,38,.14);
      --radius-xl:34px;
      --radius-lg:28px;
      --radius-md:20px;
    }

    *{
      box-sizing:border-box;
    }

    html{
      min-height:100%;
      scroll-behavior:smooth;
    }

    body{
      min-height:100vh;
      margin:0;
      font-family:"Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      color:var(--c360-dark);
      background:
        radial-gradient(850px 420px at 8% 0%, rgba(35,120,255,.30), transparent 62%),
        radial-gradient(760px 420px at 92% 4%, rgba(48,230,177,.20), transparent 62%),
        linear-gradient(145deg, #041020 0%, #061426 42%, #081a33 100%);
      overflow-x:hidden;
    }

    body::before{
      content:"";
      position:fixed;
      inset:0;
      pointer-events:none;
      background-image:
        linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
      background-size:42px 42px;
      mask-image:linear-gradient(to bottom, rgba(0,0,0,.78), transparent 82%);
      z-index:0;
    }

    body::after{
      content:"";
      position:fixed;
      inset:auto -160px -160px auto;
      width:420px;
      height:420px;
      border-radius:999px;
      pointer-events:none;
      background:conic-gradient(from 180deg, var(--c360-blue), var(--c360-cyan), var(--c360-green), var(--c360-blue));
      opacity:.10;
      filter:blur(10px);
      z-index:0;
    }

    .page-wrap{
      position:relative;
      z-index:1;
      padding:28px 0 56px;
    }

    .shell{
      width:min(1080px, calc(100% - 24px));
      margin:0 auto;
    }

    .hero{
      position:relative;
      overflow:hidden;
      border-radius:34px;
      color:#fff;
      background:
        radial-gradient(620px 240px at 8% 8%, rgba(0,212,255,.34), transparent 64%),
        radial-gradient(620px 260px at 95% 0%, rgba(48,230,177,.22), transparent 64%),
        linear-gradient(135deg, rgba(6,19,38,.98), rgba(8,35,66,.96));
      border:1px solid rgba(148,210,255,.24);
      box-shadow:var(--c360-shadow);
      margin-bottom:22px;
    }

    .hero::before{
      content:"";
      position:absolute;
      inset:0;
      pointer-events:none;
      background:
        linear-gradient(115deg, rgba(255,255,255,.14), transparent 35%),
        radial-gradient(430px 170px at 75% 18%, rgba(35,120,255,.28), transparent 62%);
      z-index:1;
    }

    .hero::after{
      content:"";
      position:absolute;
      right:-90px;
      bottom:-115px;
      width:310px;
      height:310px;
      border-radius:50%;
      background:conic-gradient(from 180deg, var(--c360-blue), var(--c360-cyan), var(--c360-green), var(--c360-blue));
      opacity:.18;
      filter:blur(7px);
      pointer-events:none;
      z-index:1;
    }

    .hero-content{
      position:relative;
      z-index:2;
      padding:26px;
      display:grid;
      grid-template-columns:auto 1fr auto;
      gap:18px;
      align-items:center;
    }

    .hero-logo{
      width:78px;
      height:78px;
      border-radius:24px;
      display:flex;
      align-items:center;
      justify-content:center;
      overflow:hidden;
      background:rgba(255,255,255,.08);
      border:1px solid rgba(255,255,255,.18);
      box-shadow:
        inset 0 1px 0 rgba(255,255,255,.16),
        0 18px 40px rgba(0,0,0,.28),
        0 0 34px rgba(0,212,255,.18);
      backdrop-filter:blur(16px);
      flex-shrink:0;
    }

    .hero-logo img{
      width:66px;
      max-height:66px;
      object-fit:contain;
      filter:drop-shadow(0 10px 18px rgba(0,0,0,.28));
    }

    .hero-kicker{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:8px 13px;
      border-radius:999px;
      font-weight:900;
      font-size:12px;
      color:#dffbff;
      background:rgba(255,255,255,.10);
      border:1px solid rgba(148,210,255,.22);
      box-shadow:inset 0 1px 0 rgba(255,255,255,.14);
      margin-bottom:8px;
    }

    .hero-kicker i{
      color:var(--c360-green);
    }

    .hero-title{
      margin:0;
      color:#fff;
      font-size:clamp(25px, 3.5vw, 42px);
      font-weight:950;
      line-height:1.05;
      letter-spacing:-1.1px;
    }

    .hero-subtitle{
      margin:10px 0 0;
      max-width:760px;
      color:rgba(234,246,255,.86);
      font-size:15px;
      line-height:1.6;
      font-weight:650;
    }

    .hero-stats{
      display:flex;
      align-items:center;
      justify-content:flex-end;
      gap:10px;
      flex-wrap:wrap;
    }

    .hero-stat{
      min-width:118px;
      padding:13px 14px;
      border-radius:22px;
      background:rgba(255,255,255,.10);
      border:1px solid rgba(255,255,255,.16);
      box-shadow:inset 0 1px 0 rgba(255,255,255,.12);
      backdrop-filter:blur(14px);
      text-align:center;
    }

    .hero-stat strong{
      display:block;
      color:#fff;
      font-size:24px;
      font-weight:950;
      line-height:1;
    }

    .hero-stat span{
      display:block;
      margin-top:5px;
      color:rgba(234,246,255,.76);
      font-size:11px;
      font-weight:900;
      text-transform:uppercase;
      letter-spacing:.6px;
    }

    .panel{
      position:relative;
      overflow:hidden;
      border-radius:30px;
      background:rgba(255,255,255,.96);
      border:1px solid rgba(148,210,255,.24);
      box-shadow:var(--c360-shadow);
      margin-bottom:20px;
    }

    .panel::before{
      content:"";
      position:absolute;
      inset:0 0 auto 0;
      height:5px;
      background:linear-gradient(90deg, var(--c360-blue), var(--c360-cyan), var(--c360-green));
      z-index:2;
    }

    .panel-header{
      position:relative;
      z-index:3;
      padding:18px 20px;
      border-bottom:1px solid rgba(15,23,42,.08);
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:14px;
      background:
        radial-gradient(420px 150px at 0% 0%, rgba(35,120,255,.10), transparent 62%),
        linear-gradient(180deg, #ffffff, #f8fbff);
    }

    .panel-title{
      margin:0;
      color:#061326;
      font-size:20px;
      font-weight:950;
      letter-spacing:-.4px;
    }

    .panel-title i{
      color:#0879b8;
    }

    .panel-sub{
      margin:4px 0 0;
      color:#64748b;
      font-size:13px;
      font-weight:750;
    }

    .panel-body{
      position:relative;
      z-index:3;
      padding:18px;
      display:flex;
      flex-direction:column;
      gap:13px;
    }

    .badge-count{
      display:inline-flex;
      align-items:center;
      gap:7px;
      padding:8px 11px;
      border-radius:999px;
      font-weight:900;
      font-size:12px;
      border:1px solid transparent;
      white-space:nowrap;
    }

    .badge-pend{
      color:#075985;
      background:rgba(0,212,255,.10);
      border-color:rgba(0,212,255,.20);
    }

    .badge-ok{
      color:#047857;
      background:rgba(48,230,177,.13);
      border-color:rgba(48,230,177,.25);
    }

    .section-hint{
      margin:0;
      color:#64748b;
      font-size:13px;
      font-weight:850;
    }

    .item-card{
      position:relative;
      overflow:hidden;
      display:grid;
      grid-template-columns:auto minmax(0, 1fr) auto;
      align-items:center;
      gap:14px;
      padding:16px;
      border-radius:24px;
      border:1px solid rgba(15,23,42,.10);
      background:
        radial-gradient(360px 130px at 0% 0%, rgba(35,120,255,.09), transparent 62%),
        linear-gradient(180deg, #ffffff, #f8fbff);
      box-shadow:0 18px 38px rgba(3,18,38,.08);
      transition:box-shadow .18s ease, border-color .18s ease, transform .18s ease;
    }

    .item-card::before{
      content:"";
      position:absolute;
      inset:0 0 auto 0;
      height:4px;
      background:linear-gradient(90deg, var(--c360-blue), var(--c360-cyan), var(--c360-green));
      opacity:.85;
    }

    .item-card:hover{
      transform:translateY(-2px);
      border-color:rgba(0,212,255,.34);
      box-shadow:0 24px 54px rgba(3,18,38,.14);
    }

    .item-card.done{
      opacity:.82;
      filter:saturate(.88);
    }

    .item-ico{
      width:54px;
      height:54px;
      border-radius:18px;
      flex:0 0 54px;
      display:flex;
      align-items:center;
      justify-content:center;
      font-size:1.25rem;
      color:#061326;
      box-shadow:0 14px 28px rgba(0,212,255,.16);
    }

    .sondeo-ico,
    .encuesta-ico{
      background:linear-gradient(135deg, var(--c360-cyan), var(--c360-green));
    }

    .done-ico{
      color:#047857;
      background:rgba(48,230,177,.14);
      box-shadow:none;
    }

    .item-meta{
      min-width:0;
      position:relative;
      z-index:2;
    }

    .item-name{
      color:#061326;
      font-size:1rem;
      font-weight:950;
      line-height:1.25;
      white-space:nowrap;
      overflow:hidden;
      text-overflow:ellipsis;
    }

    .item-by{
      margin:4px 0 0;
      color:#64748b;
      font-size:.84rem;
      font-weight:700;
      line-height:1.35;
      white-space:nowrap;
      overflow:hidden;
      text-overflow:ellipsis;
    }

    .tag-pend,
    .tag-ok{
      display:inline-flex;
      align-items:center;
      gap:6px;
      padding:6px 10px;
      border-radius:999px;
      font-weight:900;
      font-size:11px;
      border:1px solid transparent;
    }

    .tag-pend{
      color:#075985;
      background:rgba(0,212,255,.10);
      border-color:rgba(0,212,255,.20);
    }

    .tag-ok{
      color:#047857;
      background:rgba(48,230,177,.13);
      border-color:rgba(48,230,177,.25);
    }

    .btn-start,
    .btn-view{
      min-height:44px;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      border-radius:16px;
      padding:10px 16px;
      font-weight:950;
      white-space:nowrap;
      transition:all .18s ease;
    }

    .btn-start{
      border:0;
      color:#061326;
      background:linear-gradient(135deg, var(--c360-cyan), var(--c360-green));
      box-shadow:0 14px 30px rgba(0,212,255,.22);
    }

    .btn-start:hover{
      color:#061326;
      transform:translateY(-1px);
      filter:brightness(1.04);
      box-shadow:0 18px 42px rgba(48,230,177,.26);
    }

    .btn-view{
      color:#075985;
      background:#fff;
      border:1px solid rgba(0,212,255,.22);
    }

    .btn-view:hover{
      color:#061326;
      background:rgba(0,212,255,.08);
      border-color:rgba(0,212,255,.34);
      transform:translateY(-1px);
    }

    .empty{
      text-align:center;
      padding:48px 20px;
      color:#64748b;
      font-weight:800;
      background:
        radial-gradient(360px 130px at 50% 0%, rgba(0,212,255,.12), transparent 62%),
        linear-gradient(180deg, #ffffff, #f8fbff);
    }

    .empty i{
      display:block;
      margin-bottom:14px;
      color:#0891b2;
      font-size:3rem;
      opacity:.85;
    }

    .all-done{
      position:relative;
      overflow:hidden;
      border-radius:30px;
      color:#fff;
      padding:24px;
      margin-bottom:22px;
      background:
        radial-gradient(520px 190px at 0% 0%, rgba(48,230,177,.26), transparent 62%),
        linear-gradient(135deg, #064e3b, #047857);
      border:1px solid rgba(48,230,177,.25);
      box-shadow:var(--c360-shadow);
      display:flex;
      align-items:center;
      gap:18px;
      flex-wrap:wrap;
    }

    .all-done::before{
      content:"";
      position:absolute;
      inset:0 0 auto 0;
      height:4px;
      background:linear-gradient(90deg, var(--c360-green), #b7fff0, var(--c360-cyan));
    }

    .all-done-ico{
      width:62px;
      height:62px;
      border-radius:20px;
      flex:0 0 62px;
      background:rgba(255,255,255,.18);
      border:1px solid rgba(255,255,255,.20);
      display:flex;
      align-items:center;
      justify-content:center;
      font-size:1.7rem;
      box-shadow:inset 0 1px 0 rgba(255,255,255,.14);
    }

    .all-done h4{
      margin:0;
      font-weight:950;
      color:#fff;
      letter-spacing:-.4px;
    }

    .all-done p{
      margin:5px 0 0;
      color:rgba(255,255,255,.86);
      font-weight:700;
      line-height:1.45;
    }

    .btn-result{
      margin-left:auto;
      color:#064e3b;
      background:#fff;
      border:0;
      border-radius:16px;
      padding:12px 18px;
      font-weight:950;
      box-shadow:0 14px 32px rgba(0,0,0,.16);
    }

    .btn-result:hover{
      color:#064e3b;
      transform:translateY(-1px);
      filter:brightness(1.03);
    }

    @media (max-width:992px){
      .hero-content{
        grid-template-columns:auto 1fr;
      }

      .hero-stats{
        grid-column:1 / -1;
        justify-content:flex-start;
      }
    }

    @media (max-width:768px){
      .page-wrap{
        padding:18px 0 40px;
      }

      .shell{
        width:min(100% - 18px, 1080px);
      }

      .hero{
        border-radius:26px;
      }

      .hero-content{
        grid-template-columns:1fr;
        padding:18px;
      }

      .hero-logo{
        width:64px;
        height:64px;
        border-radius:20px;
      }

      .hero-logo img{
        width:56px;
        max-height:56px;
      }

      .hero-title{
        font-size:28px;
      }

      .hero-subtitle{
        font-size:14px;
      }

      .hero-stats{
        display:grid;
        grid-template-columns:1fr 1fr;
        width:100%;
      }

      .panel{
        border-radius:24px;
      }

      .panel-header{
        align-items:flex-start;
        flex-direction:column;
        padding:16px;
      }

      .panel-body{
        padding:14px;
      }

      .item-card{
        grid-template-columns:auto 1fr;
        border-radius:22px;
      }

      .item-card .btn-start,
      .item-card .btn-view{
        grid-column:1 / -1;
        width:100%;
      }

      .item-name,
      .item-by{
        white-space:normal;
      }

      .all-done{
        border-radius:24px;
        padding:18px;
      }

      .btn-result{
        width:100%;
        margin-left:0;
        text-align:center;
      }
    }

    @media (max-width:420px){
      .hero-stats{
        grid-template-columns:1fr;
      }

      .item-card{
        grid-template-columns:1fr;
        text-align:left;
      }

      .item-ico{
        width:50px;
        height:50px;
      }
    }