.rld-wrap{--rld-accent:#ff8a00;--rld-accent-2:#ffb347;--rld-ink:#0e2037;--rld-muted:#65748a;--rld-line:#e5ebf2;--rld-soft:#f5f8fc;position:relative;width:100%;box-sizing:border-box;padding:clamp(18px,3vw,32px);border:1px solid var(--rld-line);border-radius:24px;background:linear-gradient(145deg,#fff 0%,#fbfdff 72%,#fff8ed 100%);box-shadow:0 18px 50px rgba(20,44,74,.08);font-family:inherit;color:var(--rld-ink);overflow:hidden}.rld-wrap:before{content:"";position:absolute;width:260px;height:260px;right:-120px;top:-130px;border-radius:50%;background:radial-gradient(circle,rgba(255,138,0,.18),rgba(255,138,0,0) 70%);pointer-events:none}.rld-head{display:flex;gap:16px;align-items:flex-start;position:relative}.rld-head-icon{width:54px;height:54px;flex:0 0 54px;display:grid;place-items:center;border-radius:17px;background:#fff4e4;color:#e67200;border:1px solid #ffd5a0}.rld-head-icon svg{width:27px;height:27px}.rld-kicker{display:block;margin:2px 0 5px;color:#d86500;font-size:11px;font-weight:800;letter-spacing:.14em}.rld-head h2{margin:0;font-size:clamp(24px,3vw,36px);line-height:1.1;letter-spacing:-.025em}.rld-head p{margin:10px 0 0;color:var(--rld-muted);font-size:15px;line-height:1.55}.rld-controls{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin:26px 0 22px;padding:16px;border-radius:18px;background:rgba(245,248,252,.9);border:1px solid var(--rld-line)}.rld-periods{display:flex;gap:6px;padding:4px;border-radius:14px;background:#fff;border:1px solid var(--rld-line)}.rld-period{appearance:none;border:0;border-radius:10px;padding:10px 16px;background:transparent;color:#526177;font-weight:700;cursor:pointer;transition:.2s ease}.rld-period:hover{color:var(--rld-ink);background:#f8fafc}.rld-period.is-active{background:var(--rld-ink);color:#fff;box-shadow:0 6px 18px rgba(14,32,55,.18)}.rld-region-label{min-width:235px}.rld-region-label>span{display:block;margin:0 0 7px;color:#5c6c82;font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.rld-region{width:100%;min-height:44px;padding:0 42px 0 14px;border:1px solid #dbe3ed;border-radius:12px;background:#fff;color:var(--rld-ink);font:600 14px/1 inherit;outline:none}.rld-region:focus{border-color:var(--rld-accent);box-shadow:0 0 0 3px rgba(255,138,0,.14)}.rld-status{min-height:0;color:var(--rld-muted);font-size:14px}.rld-wrap.is-loading .rld-status{min-height:34px;padding:3px 0 12px}.rld-wrap.is-loading .rld-status:before{content:"";display:inline-block;width:16px;height:16px;margin-right:9px;vertical-align:-3px;border:2px solid #ffd7aa;border-top-color:var(--rld-accent);border-radius:50%;animation:rld-spin .8s linear infinite}@keyframes rld-spin{to{transform:rotate(360deg)}}.rld-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px}.rld-card{position:relative;min-width:0;display:flex;flex-direction:column;border:1px solid var(--rld-line);border-radius:18px;background:#fff;overflow:hidden;box-shadow:0 8px 24px rgba(24,48,80,.055);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.rld-card:hover{transform:translateY(-3px);border-color:#ffd09a;box-shadow:0 14px 32px rgba(24,48,80,.11)}.rld-rank{position:absolute;z-index:2;top:10px;left:10px;min-width:28px;height:28px;padding:0 7px;display:grid;place-items:center;border-radius:999px;background:var(--rld-ink);color:#fff;font-size:12px;font-weight:900;box-shadow:0 5px 14px rgba(14,32,55,.24)}.rld-card:nth-child(1) .rld-rank{background:#d99100}.rld-card:nth-child(2) .rld-rank{background:#77879b}.rld-card:nth-child(3) .rld-rank{background:#a96838}.rld-image-box{aspect-ratio:1/1;display:grid;place-items:center;margin:0;background:radial-gradient(circle at 50% 44%,#fff 0,#f5f8fb 58%,#edf2f7 100%);border-bottom:1px solid var(--rld-line)}.rld-image-box img{width:78%;height:78%;object-fit:contain;filter:drop-shadow(0 9px 10px rgba(16,32,54,.13))}.rld-card-body{display:flex;flex-direction:column;flex:1;padding:13px}.rld-category{color:#d66b00;font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rld-card h3{margin:6px 0 10px;font-size:14px;line-height:1.32;min-height:37px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.rld-meta{display:flex;flex-wrap:wrap;gap:7px;margin-top:auto}.rld-meta-pill{display:inline-flex;padding:4px 7px;border-radius:7px;background:#eef3f8;color:#56677d;font-size:10px;font-weight:700}.rld-likes{width:100%;color:#6b7789;font-size:11px}.rld-likes span{color:#ed6b72}.rld-view{display:flex;align-items:center;justify-content:space-between;margin-top:12px;padding-top:10px;border-top:1px solid #eef2f6;color:var(--rld-ink);font-size:11px;font-weight:800;text-decoration:none}.rld-view:hover{color:#dc6800}.rld-empty,.rld-error{grid-column:1/-1;padding:32px;border-radius:16px;text-align:center;background:var(--rld-soft);color:var(--rld-muted)}.rld-error{background:#fff2f2;color:#a92a35;border:1px solid #ffd4d8}@media(max-width:1250px){.rld-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(max-width:850px){.rld-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.rld-controls{align-items:stretch;flex-direction:column}.rld-region-label{min-width:0;width:100%}}@media(max-width:600px){.rld-wrap{padding:16px;border-radius:18px}.rld-head-icon{width:46px;height:46px;flex-basis:46px}.rld-head h2{font-size:25px}.rld-head p{font-size:13px}.rld-controls{margin:20px 0 16px;padding:11px}.rld-periods{display:grid;grid-template-columns:repeat(3,1fr);width:100%}.rld-period{padding:9px 7px;font-size:12px}.rld-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.rld-card{border-radius:15px}.rld-card-body{padding:10px}.rld-card h3{font-size:12.5px;min-height:34px}.rld-category{font-size:9px}.rld-image-box img{width:73%;height:73%}.rld-rank{top:7px;left:7px;min-width:25px;height:25px;font-size:11px}.rld-view{font-size:10px}}
