:root{--ink:#14231d;--muted:#66756e;--green:#0f6b4f;--green2:#084d39;--mint:#eaf7f1;--soft:#f5f7f5;--line:#dce5df;--white:#fff;--red:#a53737;--shadow:0 18px 55px rgba(15,54,39,.12);--radius:20px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:#fbfcfb;line-height:1.55}a{color:var(--green);text-decoration:none}a:hover{text-decoration:underline}.container{width:min(1160px,calc(100% - 36px));margin-inline:auto}.site-header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.9);backdrop-filter:blur(16px);border-bottom:1px solid rgba(220,229,223,.9)}.nav-wrap{height:76px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{font-size:1.45rem;font-weight:900;letter-spacing:-.045em;color:var(--ink)}.brand b{color:var(--green)}.main-nav{display:flex;align-items:center;gap:6px}.main-nav a{color:var(--ink);font-weight:750;padding:10px 13px;border-radius:11px}.main-nav a:hover{background:var(--mint);text-decoration:none}.menu-toggle{display:none;width:46px;height:46px;padding:11px;background:white;border:1px solid var(--line);border-radius:13px}.menu-toggle span:not(.sr-only){display:block;height:2px;background:var(--ink);margin:5px 0;border-radius:2px}.hero{position:relative;overflow:hidden;background:radial-gradient(circle at 80% 20%,#d9f2e6 0,transparent 35%),linear-gradient(145deg,#eff9f4,#fff 60%,#f5f1e8)}.hero:after{content:"";position:absolute;width:320px;height:320px;border-radius:50%;border:70px solid rgba(15,107,79,.05);left:-140px;bottom:-190px}.hero-inner{position:relative;z-index:1;padding:96px 0 88px;text-align:center}.eyebrow{margin:0 0 12px;color:var(--green);font-size:.76rem;font-weight:900;letter-spacing:.14em;text-transform:uppercase}.hero h1{font-size:clamp(2.7rem,8vw,5.8rem);line-height:.97;letter-spacing:-.065em;margin:0 auto 22px;max-width:930px}.hero h1 span{color:var(--green)}.hero-copy{max-width:720px;margin:0 auto 30px;color:var(--muted);font-size:1.1rem}.search-box{position:relative;display:grid;grid-template-columns:1fr auto;gap:8px;max-width:820px;margin:auto;background:white;border:1px solid var(--line);border-radius:18px;padding:8px;box-shadow:var(--shadow)}.search-box input{border:0;background:transparent;margin:0;min-width:0;font-size:1.04rem}.search-box input:focus{outline:none}.search-box button,.button,button{border:0;border-radius:12px;padding:14px 21px;background:var(--green);color:white;font-weight:850;cursor:pointer;font-size:.96rem}.button{display:inline-flex;align-items:center;justify-content:center}.search-box button:hover,.button:hover,button:hover{background:var(--green2);text-decoration:none}.button.secondary{background:white;color:var(--green2);border:1px solid #bad4c4}.hero-actions{margin-top:19px;display:flex;justify-content:center;align-items:center;gap:12px}.suggestions{position:absolute;top:calc(100% + 9px);left:0;right:0;background:white;border:1px solid var(--line);border-radius:15px;box-shadow:var(--shadow);overflow:hidden;text-align:left;z-index:30}.suggestions a{display:flex;justify-content:space-between;gap:20px;padding:14px 17px;border-bottom:1px solid var(--line);color:var(--ink)}.suggestions span{font-size:.84rem;color:var(--muted)}.suggestions .add-suggestion{color:var(--green);font-weight:850;background:var(--mint)}.section{padding:66px 0}.narrow-top{padding-top:38px}.section-head{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:25px}.section h1,.section h2{letter-spacing:-.04em}.section h1{font-size:clamp(2rem,5vw,3.5rem);line-height:1.04;margin:0}.section h2{font-size:2rem;margin:0}.card-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:17px}.entity-card{padding:23px;border:1px solid var(--line);border-radius:var(--radius);background:white;color:var(--ink);min-height:205px;display:flex;flex-direction:column;box-shadow:0 8px 28px rgba(20,50,33,.04);transition:.2s ease}.entity-card:hover{transform:translateY(-4px);box-shadow:var(--shadow);text-decoration:none}.entity-card h3{font-size:1.28rem;margin:17px 0 5px}.entity-card p{color:var(--muted);margin:0}.type-chip{display:inline-flex;width:max-content;font-size:.72rem;font-weight:900;text-transform:uppercase;letter-spacing:.08em;background:var(--mint);color:var(--green2);padding:6px 9px;border-radius:999px}.rating-line{margin-top:auto;display:flex;align-items:center;gap:7px}.rating-line strong{font-size:1.45rem}.rating-line span,.stars{color:#db9600}.rating-line small{color:var(--muted)}.trust-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--line);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;margin-bottom:66px}.trust-strip div{padding:26px;background:white}.trust-strip strong,.trust-strip span{display:block}.trust-strip span{color:var(--muted);font-size:.91rem;margin-top:6px}.compact{max-width:none;margin-bottom:18px}.filters{display:flex;gap:9px;flex-wrap:wrap;margin:19px 0 37px}.filter{padding:9px 15px;border:1px solid var(--line);border-radius:999px;color:var(--ink);background:white}.filter.active{background:var(--ink);color:white}.result-list{display:grid;gap:13px}.result-row{display:flex;justify-content:space-between;gap:20px;padding:23px;background:white;border:1px solid var(--line);border-radius:17px;color:var(--ink)}.result-row:hover{box-shadow:var(--shadow);text-decoration:none}.result-row h2{font-size:1.25rem;margin:10px 0 3px}.result-row p{margin:0;color:var(--muted)}.score{text-align:right;white-space:nowrap;align-self:center}.score strong,.score span{display:block}.score span{font-size:.84rem;color:var(--muted)}.empty-state{padding:44px;border:1px dashed #b7c8bd;border-radius:var(--radius);text-align:center;background:white}.form-page{max-width:900px}.form-intro{margin-bottom:27px}.panel{background:white;border:1px solid var(--line);border-radius:22px;padding:30px;box-shadow:0 8px 30px rgba(20,50,33,.055)}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.full{grid-column:1/-1}label,legend{font-weight:780}label small{font-weight:500;color:var(--muted)}input,textarea,select{width:100%;margin-top:7px;border:1px solid #cbd6cf;border-radius:12px;padding:13px 14px;font:inherit;background:white;color:var(--ink)}input:focus,textarea:focus,select:focus{outline:3px solid rgba(15,107,79,.12);border-color:var(--green)}textarea{resize:vertical}.check{display:flex;gap:10px;align-items:flex-start;font-weight:500}.check input{width:auto;margin-top:4px}.type-picker,.rating-picker{border:0;padding:0;margin:0}.type-picker{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.type-picker input{position:absolute;opacity:0}.type-picker span{display:block;text-align:center;border:1px solid var(--line);padding:15px 18px;border-radius:13px;background:#fff}.type-picker input:checked+span{background:var(--mint);border-color:var(--green);color:var(--green2);box-shadow:0 0 0 2px rgba(15,107,79,.08)}.dynamic-fields{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr;gap:20px;padding:22px;background:var(--soft);border:1px solid var(--line);border-radius:16px}.dynamic-fields[hidden]{display:none}.dynamic-fields h2{grid-column:1/-1;font-size:1.1rem;margin:0}.field-help{grid-column:1/-1;color:var(--muted);font-size:.9rem;margin:-10px 0 0}.rating-picker{display:flex;flex-direction:row-reverse;justify-content:flex-end}.rating-picker input{display:none}.rating-picker label{font-size:2.4rem;color:#cbd4ce;cursor:pointer}.rating-picker input:checked~label,.rating-picker label:hover,.rating-picker label:hover~label{color:#e09d00}.error-box,.flash{padding:14px 18px;border-radius:12px;margin-top:14px}.error-box{background:#fdeaea;color:#7e2222;margin-bottom:18px}.error-box p{margin:4px}.flash.success{background:#e6f7ed;color:#145f3d}.flash.error{background:#fdeaea;color:#7e2222}.entity-hero{background:radial-gradient(circle at 85% 10%,#dff4e9,transparent 30%),linear-gradient(135deg,#eff8f2,#fbfaf6);border-bottom:1px solid var(--line)}.entity-head{padding:58px 0;display:flex;justify-content:space-between;align-items:center;gap:32px}.entity-head h1{font-size:clamp(2.2rem,6vw,4.2rem);line-height:1;margin:14px 0 9px}.entity-head p{color:var(--muted)}.big-score{text-align:center;min-width:220px;background:white;border:1px solid var(--line);border-radius:22px;padding:23px;box-shadow:0 12px 30px rgba(20,50,33,.07)}.big-score strong,.big-score span,.big-score small{display:block}.big-score strong{font-size:3.2rem;line-height:1}.big-score span{color:#e09d00;letter-spacing:.1em}.big-score small{color:var(--muted)}.big-score hr{border:0;border-top:1px solid var(--line);margin:14px 0}.two-col{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:35px}.review-card{background:white;border:1px solid var(--line);border-radius:19px;padding:23px;margin-bottom:15px}.review-top{display:flex;justify-content:space-between;gap:20px}.review-top time{color:var(--muted);font-size:.87rem}.verified{font-size:.71rem;margin-left:8px;background:var(--mint);color:var(--green2);padding:4px 7px;border-radius:999px}.review-card h3{margin:8px 0}.review-body{white-space:normal}.review-actions{display:flex;justify-content:space-between;border-top:1px solid var(--line);padding-top:13px;color:var(--muted);font-size:.85rem}.side-panel{align-self:start;position:sticky;top:96px;background:white;border:1px solid var(--line);border-radius:19px;padding:23px}.side-panel h3{margin-top:0}.side-panel hr{border:0;border-top:1px solid var(--line);margin:20px 0}.profile-list{display:grid;gap:10px;margin:18px 0}.profile-row{display:grid;grid-template-columns:120px 1fr;gap:12px;padding-bottom:10px;border-bottom:1px solid var(--line)}.profile-row span{color:var(--muted);font-size:.86rem}.profile-row strong{overflow-wrap:anywhere}.prose{max-width:850px}.prose h1{margin-bottom:28px}.prose h2{margin-top:35px;font-size:1.45rem}.prose p{color:#3f4a43}.legal-warning{background:#fff6d9;border:1px solid #ebd389;padding:16px;border-radius:12px}.inline-actions{display:flex;gap:10px;margin-top:14px}.danger{background:var(--red)}.site-footer{border-top:1px solid var(--line);background:#edf3ef;padding:46px 0}.footer-grid{display:grid;grid-template-columns:1fr 1fr;gap:30px}.footer-grid div:last-child{display:grid;gap:8px;justify-content:end}.external-links{display:flex;gap:16px;flex-wrap:wrap;margin-top:12px}.summary-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:22px}.summary-grid div{background:white;border:1px solid var(--line);border-radius:14px;padding:14px}.summary-grid span,.summary-grid strong{display:block}.summary-grid span{font-size:.81rem;color:var(--muted)}.summary-grid strong{font-size:1.14rem;margin-top:4px}.subscore-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;padding:18px;background:#f7faf8;border:1px solid var(--line);border-radius:14px}.recommend-picker{border:0;padding:0;margin:0;display:flex;gap:22px}.recommend-picker input{width:auto;margin-right:6px}.review-meta,.mini-scores{display:flex;flex-wrap:wrap;gap:8px;margin:8px 0}.review-meta span,.mini-scores span{font-size:.77rem;background:#f1f5f2;border-radius:999px;padding:5px 9px;color:#536058}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(max-width:900px){.card-grid{grid-template-columns:repeat(2,1fr)}.two-col{grid-template-columns:1fr}.side-panel{position:static}.trust-strip{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr}.footer-grid div:last-child{justify-content:start}.menu-toggle{display:block}.main-nav{display:none;position:absolute;left:18px;right:18px;top:68px;flex-direction:column;align-items:stretch;padding:12px;background:white;border:1px solid var(--line);border-radius:17px;box-shadow:var(--shadow)}.main-nav.open{display:flex}.main-nav a{padding:14px 15px}.menu-open{overflow:hidden}}@media(max-width:650px){.container{width:min(100% - 24px,1160px)}.nav-wrap{height:68px}.hero-inner{padding:64px 0 58px}.hero h1{font-size:3rem}.search-box{grid-template-columns:1fr;padding:7px}.search-box button{width:100%}.hero-actions{flex-direction:column}.section{padding:46px 0}.card-grid{grid-template-columns:1fr}.form-grid,.dynamic-fields{grid-template-columns:1fr}.panel{padding:20px}.type-picker{grid-template-columns:1fr}.entity-head{flex-direction:column;align-items:flex-start;padding:42px 0}.big-score{width:100%;text-align:left}.result-row{flex-direction:column}.score{text-align:left}.section-head{align-items:flex-start;flex-direction:column}.summary-grid,.subscore-grid{grid-template-columns:1fr}.external-links{flex-direction:column;gap:8px}.profile-row{grid-template-columns:1fr;gap:2px}.review-top,.review-actions{flex-direction:column;gap:8px}}

.theme-toggle{width:44px;height:44px;border:1px solid var(--line);border-radius:13px;background:var(--surface);color:var(--ink);font-size:1.15rem;cursor:pointer;flex:0 0 auto}.entity-image{width:min(390px,36vw);aspect-ratio:4/3;border-radius:24px;overflow:hidden;background:var(--soft);box-shadow:var(--shadow);flex:0 0 auto}.entity-image img{width:100%;height:100%;object-fit:cover;display:block}.entity-copy{min-width:0;flex:1}.image-upload input{padding:12px;background:var(--soft)}[hidden]{display:none!important}
body[data-theme="dark"]{--ink:#edf7f2;--muted:#9badA5;--green:#55d6a3;--green2:#82e9be;--mint:#123329;--soft:#101c18;--line:#29433a;--white:#111d19;--surface:#111d19;--red:#ff8d8d;--shadow:0 18px 60px rgba(0,0,0,.35);background:#09110f;color:var(--ink)}
body[data-theme="light"]{--ink:#14231d;--muted:#66756e;--green:#0f6b4f;--green2:#084d39;--mint:#eaf7f1;--soft:#f5f7f5;--line:#dce5df;--white:#fff;--surface:#fff;--red:#a53737;--shadow:0 18px 55px rgba(15,54,39,.12);background:#fbfcfb;color:var(--ink)}
body[data-theme="dark"] .site-header{background:rgba(9,17,15,.9)}body[data-theme="dark"] .hero{background:radial-gradient(circle at 80% 20%,#153d30 0,transparent 35%),linear-gradient(145deg,#0b1713,#09110f 60%,#17150e)}body[data-theme="dark"] input,body[data-theme="dark"] textarea,body[data-theme="dark"] select,body[data-theme="dark"] .search-box,body[data-theme="dark"] .panel,body[data-theme="dark"] .review-card,body[data-theme="dark"] .side-panel,body[data-theme="dark"] .result-row,body[data-theme="dark"] .big-score{background:#111d19;color:var(--ink)}body[data-theme="dark"] input::placeholder,body[data-theme="dark"] textarea::placeholder{color:#71877e}body[data-theme="dark"] .button{color:#07100d}body[data-theme="dark"] .type-chip,body[data-theme="dark"] .verified{color:#8de9c1}
@media(max-width:800px){.theme-toggle{margin-left:auto}.nav-wrap{gap:10px}.entity-image{width:100%;aspect-ratio:16/10}.entity-head{gap:22px}.entity-copy{width:100%}}

.category-recommendations{display:flex;align-items:flex-start;gap:12px;padding:14px 0}.category-recommendations>span{font-size:.86rem;color:var(--muted);padding-top:7px;white-space:nowrap}.category-recommendations>div{display:flex;flex-wrap:wrap;gap:8px}.category-chip{padding:7px 11px;border-radius:999px;border:1px solid var(--line);background:var(--surface);color:var(--ink);font-size:.82rem}.category-chip:hover{background:var(--mint);color:var(--green2)}@media(max-width:650px){.category-recommendations{flex-direction:column;gap:7px}.category-recommendations>span{padding:0}}

/* Dark theme refinement: charcoal surfaces with white/lemon-yellow typography */
body[data-theme="dark"]{
  --ink:#f7f7f2;
  --muted:#c7c7bd;
  --green:#ffe45c;
  --green2:#ffd21f;
  --mint:#3b3822;
  --soft:#252525;
  --line:#454545;
  --white:#303030;
  --surface:#303030;
  --red:#ff7b7b;
  --shadow:0 18px 60px rgba(0,0,0,.42);
  background:#242424;
  color:var(--ink);
}
body[data-theme="dark"] .site-header{background:rgba(34,34,34,.94);border-bottom-color:#444}
body[data-theme="dark"] .hero{background:radial-gradient(circle at 80% 20%,rgba(255,228,92,.12) 0,transparent 36%),linear-gradient(145deg,#2c2c2c,#242424 60%,#302e24)}
body[data-theme="dark"] .entity-hero{background:radial-gradient(circle at 85% 10%,rgba(255,228,92,.1),transparent 32%),linear-gradient(135deg,#2d2d2d,#242424);border-bottom-color:#444}
body[data-theme="dark"] .site-footer{background:#202020;border-top-color:#444}
body[data-theme="dark"] .search-box,
body[data-theme="dark"] .suggestions,
body[data-theme="dark"] .panel,
body[data-theme="dark"] .entity-card,
body[data-theme="dark"] .result-row,
body[data-theme="dark"] .empty-state,
body[data-theme="dark"] .review-card,
body[data-theme="dark"] .side-panel,
body[data-theme="dark"] .big-score,
body[data-theme="dark"] .summary-grid div,
body[data-theme="dark"] .trust-strip div,
body[data-theme="dark"] .main-nav,
body[data-theme="dark"] .type-picker span,
body[data-theme="dark"] .filter,
body[data-theme="dark"] input,
body[data-theme="dark"] textarea,
body[data-theme="dark"] select,
body[data-theme="dark"] .theme-toggle,
body[data-theme="dark"] .menu-toggle,
body[data-theme="dark"] .category-chip{
  background:#303030;
  color:#f7f7f2;
  border-color:#484848;
}
body[data-theme="dark"] .dynamic-fields,
body[data-theme="dark"] .subscore-grid,
body[data-theme="dark"] .review-meta span,
body[data-theme="dark"] .mini-scores span,
body[data-theme="dark"] .image-upload input{
  background:#292929;
  color:#f7f7f2;
  border-color:#484848;
}
body[data-theme="dark"] .brand,
body[data-theme="dark"] .main-nav a,
body[data-theme="dark"] .entity-card,
body[data-theme="dark"] .result-row,
body[data-theme="dark"] .suggestions a,
body[data-theme="dark"] h1,
body[data-theme="dark"] h2,
body[data-theme="dark"] h3,
body[data-theme="dark"] strong,
body[data-theme="dark"] label,
body[data-theme="dark"] legend{color:#f7f7f2}
body[data-theme="dark"] a,
body[data-theme="dark"] .brand b,
body[data-theme="dark"] .eyebrow,
body[data-theme="dark"] .hero h1 span,
body[data-theme="dark"] .stars,
body[data-theme="dark"] .rating-line span,
body[data-theme="dark"] .big-score span,
body[data-theme="dark"] .suggestions .add-suggestion,
body[data-theme="dark"] .category-chip:hover,
body[data-theme="dark"] .type-chip,
body[data-theme="dark"] .verified{color:#ffe45c}
body[data-theme="dark"] .button,
body[data-theme="dark"] button,
body[data-theme="dark"] .search-box button{
  background:#ffe45c;
  color:#202020;
}
body[data-theme="dark"] .button:hover,
body[data-theme="dark"] button:hover,
body[data-theme="dark"] .search-box button:hover{background:#ffd21f;color:#171717}
body[data-theme="dark"] .button.secondary{background:#303030;color:#ffe45c;border-color:#706829}
body[data-theme="dark"] .main-nav a:hover,
body[data-theme="dark"] .suggestions .add-suggestion,
body[data-theme="dark"] .type-picker input:checked+span,
body[data-theme="dark"] .category-chip:hover{background:#3b3822;border-color:#ffe45c}
body[data-theme="dark"] .filter.active{background:#ffe45c;color:#202020;border-color:#ffe45c}
body[data-theme="dark"] input::placeholder,
body[data-theme="dark"] textarea::placeholder{color:#9f9f96}
body[data-theme="dark"] .prose p{color:#deded7}
body[data-theme="dark"] .legal-warning{background:#3a3420;border-color:#8d792b;color:#fff4bd}
body[data-theme="dark"] .error-box,
body[data-theme="dark"] .flash.error{background:#472828;color:#ffd4d4}
body[data-theme="dark"] .flash.success{background:#30351f;color:#fff2a3}
body[data-theme="dark"] .menu-toggle span:not(.sr-only){background:#ffe45c}

/* Felhasználói fiók és menübe helyezett témaváltó */
.main-nav .menu-theme-toggle{display:flex;align-items:center;gap:.55rem;background:transparent;border:1px solid var(--border);color:var(--text);padding:.72rem .9rem;border-radius:12px;font:inherit;cursor:pointer}
.main-nav .menu-theme-toggle:hover{border-color:var(--accent);color:var(--accent)}
.theme-label{font-size:.95rem}
.verification-code{font-size:2rem;letter-spacing:.45rem;text-align:center;font-weight:800}
.form-foot{text-align:center;color:var(--muted)}
@media (min-width: 861px){.main-nav .menu-theme-toggle{padding:.55rem .75rem}.theme-label{display:none}}
