:root{color-scheme:light;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;--bg: #ffffff;--text: #0f1115;--muted: #68707d;--soft: #f5f7f9;--soft-2: #edf1f4;--line: #dbe1e7;--line-strong: #cfd7df;--accent: #0789a8;--accent-strong: #047b98;--shadow: 0 18px 50px rgba(20, 32, 46, .12);--shadow-soft: 0 10px 30px rgba(20, 32, 46, .08)}*{box-sizing:border-box}html{min-width:320px;background:var(--bg)}body{margin:0;min-width:320px;background:linear-gradient(180deg,#f4f7f98c,#fff0 320px),var(--bg);color:var(--text)}button,input{font:inherit}a{color:inherit}.app{min-height:100vh;padding:30px}.site-header{display:flex;align-items:center;justify-content:space-between;max-width:1380px;margin:0 auto}.brand{display:inline-flex;align-items:center;gap:10px;color:var(--text);font-size:22px;font-weight:760;letter-spacing:0;text-decoration:none}.brand-mark{display:grid;width:32px;height:32px;place-items:center}.brand-mark img{display:block;width:32px;height:32px}.brand-dot{width:5px;height:5px;margin-left:-5px;align-self:flex-end;border-radius:999px;background:var(--accent);transform:translateY(-6px)}.hero{display:flex;min-height:calc(100vh - 96px);flex-direction:column;align-items:center;justify-content:center;gap:34px;max-width:1160px;margin:0 auto;padding:34px 0 72px}.hero-copy{max-width:680px;text-align:center}.hero h1{max-width:720px;margin:0;color:#090a0c;font-size:clamp(46px,6.2vw,82px);font-weight:520;line-height:.98;letter-spacing:0}.hero p{max-width:520px;margin:20px auto 0;color:var(--muted);font-size:18px;line-height:1.55}.search-form{position:relative;display:grid;width:min(100%,760px);grid-template-columns:52px 1fr 54px;align-items:center;border:1px solid var(--line);border-radius:999px;background:#fffffff0;box-shadow:var(--shadow-soft)}.search-form-large{width:min(100%,920px);grid-template-columns:64px 1fr 62px;box-shadow:var(--shadow)}.search-form:focus-within{border-color:#0789a875;box-shadow:0 0 0 5px #0789a817,var(--shadow-soft)}.search-icon{justify-self:center;color:#303740}.search-form input{width:100%;min-width:0;height:60px;border:0;outline:none;background:transparent;color:var(--text);font-size:16px}.search-form-large input{height:76px;font-size:18px}.search-form input::placeholder{color:#737c89}.submit-button{display:grid;width:44px;height:44px;place-items:center;border:0;border-radius:999px;background:var(--accent);color:#fff;cursor:pointer;transition:transform .16s ease,background .16s ease,opacity .16s ease}.search-form-large .submit-button{width:52px;height:52px}.submit-button:hover:not(:disabled){background:var(--accent-strong);transform:translateY(-1px)}.submit-button:disabled{cursor:wait;opacity:.62}.suggestions{display:flex;flex-wrap:wrap;justify-content:center;gap:10px}.suggestion,.chip{min-height:40px;border:1px solid var(--line);border-radius:999px;background:#ffffffd6;color:#252a32;cursor:pointer;font-size:14px;font-weight:560;letter-spacing:0;transition:border-color .15s ease,background .15s ease,color .15s ease,transform .15s ease}.suggestion{padding:0 18px}.chip{padding:0 16px}.suggestion:hover,.chip:hover{border-color:var(--line-strong);transform:translateY(-1px)}.chip-active{border-color:var(--accent);background:var(--accent);color:#fff}.trusted{display:flex;flex-wrap:wrap;justify-content:center;gap:clamp(18px,4vw,48px);margin-top:42px;color:#454c55;font-size:17px;font-weight:760;letter-spacing:0}.app-results{padding:28px 30px 54px}.results-shell{max-width:1380px;margin:0 auto;padding-top:26px}.top-search{display:flex;justify-content:center}.filter-row{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:28px}.filter-group{display:flex;flex-wrap:wrap;gap:10px}.view-tools{display:flex;align-items:center;gap:12px;color:var(--muted);font-size:14px;white-space:nowrap}.icon-button{display:inline-grid;width:36px;height:36px;place-items:center;border:1px solid var(--line);border-radius:12px;background:#ffffffdb;color:#222831;cursor:pointer;text-decoration:none;transition:border-color .15s ease,background .15s ease,transform .15s ease}.icon-button:hover{border-color:var(--line-strong);background:#fff;transform:translateY(-1px)}.provider-line{display:flex;min-height:24px;align-items:center;gap:7px;margin:16px 0 18px;color:var(--muted);font-size:14px}.provider-line svg{color:var(--accent)}.gallery{column-gap:18px;columns:4 245px}.result-card,.source-card,.skeleton-card{display:inline-block;width:100%;margin:0 0 18px;break-inside:avoid}.result-card{overflow:hidden;border:1px solid rgba(15,17,21,.08);border-radius:8px;background:#fff;box-shadow:0 10px 26px #121c2814}.image-frame{position:relative;display:block;overflow:hidden;width:100%;min-height:180px;background:var(--soft);color:inherit;text-decoration:none}.image-frame img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .26s ease}.image-frame.is-broken{display:grid;place-items:center;background:linear-gradient(135deg,#0789a814,#11182708),var(--soft)}.image-frame.is-broken:before{content:"";width:42px;height:42px;border:1px solid var(--line-strong);border-radius:12px;background:linear-gradient(135deg,transparent 45%,var(--line-strong) 46%,var(--line-strong) 54%,transparent 55%),#fff;opacity:.92}.result-card:hover img{transform:scale(1.025)}.image-fallback{display:grid;width:100%;height:100%;min-height:220px;place-items:center;color:#8993a0}.card-overlay{position:absolute;right:10px;bottom:10px;left:10px;display:flex;flex-wrap:wrap;gap:6px}.card-overlay span,.source-footer span{min-height:26px;padding:6px 9px;border:1px solid rgba(255,255,255,.5);border-radius:999px;background:#ffffffe0;color:#0e1116;font-size:12px;font-weight:720;line-height:1}.card-meta{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:13px 12px 12px}.card-meta h2,.source-card h2{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;margin:0;color:var(--text);font-size:15px;font-weight:690;line-height:1.25}.card-meta p,.source-card p{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;margin:6px 0 0;color:var(--muted);font-size:12px;line-height:1.35}.card-actions{display:flex;flex-shrink:0;gap:6px}.card-actions .icon-button{width:32px;height:32px;border-radius:10px}.source-card{padding:20px;border:1px solid rgba(15,17,21,.09);border-radius:8px;background:linear-gradient(135deg,#0789a814,#16755f0f),#fff;box-shadow:0 10px 26px #121c2812}.source-mark{display:grid;width:42px;height:42px;margin-bottom:34px;place-items:center;border:1px solid rgba(7,137,168,.22);border-radius:12px;background:#fff;color:var(--accent-strong);font-size:13px;font-weight:800}.source-provider{display:block;margin-bottom:8px;color:var(--accent-strong);font-size:12px;font-weight:760}.source-card .source-creator{color:#313842;font-weight:620}.source-footer{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:28px}.source-footer a{display:inline-flex;align-items:center;gap:6px;color:var(--accent-strong);font-size:13px;font-weight:760;text-decoration:none}.notice,.empty-state{display:flex;align-items:center;justify-content:center;gap:10px;min-height:120px;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--muted)}.empty-state{flex-direction:column;margin-top:18px}.empty-state p{margin:0}.skeleton-card{height:310px;border-radius:8px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.72),transparent),var(--soft-2);background-size:220px 100%,100% 100%;animation:shimmer 1.4s infinite linear}.skeleton-card:nth-child(2n){height:420px}.skeleton-card:nth-child(3n){height:240px}@keyframes shimmer{0%{background-position:-220px 0,0 0}to{background-position:calc(100% + 220px) 0,0 0}}@media(max-width:860px){.app{padding:22px 16px 38px}.hero{min-height:calc(100vh - 78px);gap:26px;padding-bottom:46px}.hero h1{font-size:44px}.hero p{font-size:16px}.search-form,.search-form-large{grid-template-columns:48px 1fr 50px}.search-form input,.search-form-large input{height:60px;font-size:15px}.search-form-large .submit-button,.submit-button{width:42px;height:42px}.filter-row{align-items:flex-start;flex-direction:column}.view-tools{width:100%;justify-content:space-between}.trusted{gap:18px;margin-top:22px;font-size:14px}}@media(max-width:560px){.brand{font-size:20px}.hero h1{font-size:38px}.hero-copy{text-align:left}.hero p{margin-left:0}.suggestions{justify-content:flex-start}.filter-group{width:100%;overflow-x:auto;flex-wrap:nowrap;padding-bottom:4px}.provider-line{flex-wrap:wrap}.provider-break{display:none}.gallery{columns:1}}
