:root{--purple:#6e4bbf;--deep-purple:#442a76;--pink:#ff87c8;--rose:#ff6fa9;--lavender:#d9c6ff;--sky:#89ddff;--mint:#a9f0d1;--gold:#ffd76d;--cream:#fffaf4;--white:#ffffff;--ink:#3f3154;--muted:#716783;--shadow:0 18px 45px rgba(68,42,118,.16)}*{box-sizing:border-box}body{margin:0;color:var(--ink);background:linear-gradient(180deg,#fff6fc,#fffdf7 52%,#f6f1ff);font-family:"Trebuchet MS","Segoe UI",Arial,sans-serif}.shell{width:min(1180px,calc(100% - 28px));margin:auto}.top{position:sticky;top:0;z-index:20;background:rgba(16,41,66,.95);color:#fff}.topin{min-height:70px;display:flex;align-items:center;justify-content:space-between;gap:15px}.brand{display:flex;align-items:center;gap:10px;color:#fff;text-decoration:none;font-weight:900}.brand img{width:52px;height:52px;object-fit:contain}.btn,.top a.nav{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:10px 15px;border:0;border-radius:13px;background:var(--gold);color:var(--deep-purple);font:inherit;font-weight:900;text-decoration:none;cursor:pointer}.hero{padding:55px 0 25px}.hero h1{margin:0;color:var(--deep-purple);font-size:clamp(2.7rem,7vw,5rem);line-height:1}.hero p{color:var(--muted)}.tools{display:grid;grid-template-columns:1fr auto auto auto;gap:10px;padding:15px;margin:20px 0;border-radius:20px;background:#fff;box-shadow:var(--shadow)}input,textarea,select{width:100%;min-height:44px;padding:10px 12px;border:2px solid #cfe0ec;border-radius:12px;font:inherit}textarea{min-height:110px}.views{display:flex;gap:7px}.views button{min-width:46px;border:0;border-radius:12px;background:#eadfff;font-weight:900}.views button.active{background:var(--purple);color:#fff}.collections{display:flex;flex-wrap:wrap;gap:8px;margin:15px 0 22px}.collection-chip{padding:7px 12px;border:0;border-radius:999px;background:#f4e8ff;color:var(--deep-purple);font-weight:900;cursor:pointer}.collection-chip.active{background:var(--purple);color:#fff}.gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:18px;padding-bottom:60px}.gallery.list{grid-template-columns:1fr}.card{overflow:hidden;border-radius:22px;background:#fff;box-shadow:var(--shadow);cursor:pointer}.gallery.list .card{display:grid;grid-template-columns:180px 1fr}.card img{width:100%;height:230px;display:block;object-fit:cover}.gallery.list .card img{height:100%;min-height:150px}.copy{padding:16px}.copy h2{margin:0;color:var(--deep-purple);font-size:1.25rem}.copy p{color:var(--muted)}.tags{display:flex;flex-wrap:wrap;gap:6px}.tag{padding:4px 9px;border-radius:999px;background:#f4e8ff;font-size:.78rem;font-weight:800}.meta{margin-top:8px;color:var(--muted);font-size:.82rem}.favorite{color:#d98b00;font-weight:900}.modal{position:fixed;inset:0;z-index:99;display:none;place-items:center;padding:20px;background:rgba(8,24,39,.82)}.modal.open{display:grid}.modalbox{position:relative;width:min(950px,100%);max-height:92vh;overflow:auto;border-radius:22px;background:#fff}.modalbox img{width:100%;max-height:68vh;display:block;object-fit:contain;background:#0f2133}.modalcopy{padding:20px}.close{position:absolute;right:10px;top:10px;z-index:20;width:42px;height:42px;border:0;border-radius:50%;background:#000a;color:#fff;font-size:1.4rem;cursor:pointer;pointer-events:auto}.status{min-height:25px;color:var(--muted);font-weight:800}@media(max-width:760px){.tools{grid-template-columns:1fr}.gallery.list .card{grid-template-columns:110px 1fr}}