.vy-glf{
--bg:#f6f8f4;
--card:#fff;
--text:#172019;
--muted:#657267;
--line:#dfe7df;
--green:#2f7d4f;
--green-dark:#256a43;
--green2:#e7f3eb;
--dark:#142018;
--amber:#f2a93b;
--amber2:#fff4dd;
--red:#c75151;
--red2:#fdeaea;
--blue:#3f6f91;
--blue2:#eaf1fa;
--soft:#fafcf9;
--shadow:0 16px 38px rgba(25,40,30,.08);
--shadow-soft:0 8px 24px rgba(25,40,30,.06);
max-width:1120px;
margin:0 auto;
padding:28px 18px 80px;
color:var(--text);
font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
line-height:1.55;
}
.vy-glf *{box-sizing:border-box}
.vy-glf-planner{
max-width:1120px;
}
.vy-glf-card{
background:var(--card);
border:1px solid var(--line);
border-radius:24px;
box-shadow:var(--shadow);
padding:24px;
margin-bottom:18px;
}
.vy-glf-hero{
padding:34px;
margin-bottom:22px;
background:
radial-gradient(circle at top right, rgba(47,125,79,.13), transparent 34%),
linear-gradient(180deg,#fff,#fbfdfb);
}
.vy-glf h1,
.vy-glf h2,
.vy-glf h3{
color:var(--text);
}
.vy-glf h1,
.vy-glf .vy-glf-hero h2{
font-size:clamp(26px,3vw,40px);
line-height:1.15;
letter-spacing:-.035em;
margin:0 0 12px;
}
.vy-glf h2{
font-size:25px;
line-height:1.2;
letter-spacing:-.025em;
margin:0 0 12px;
}
.vy-glf h3{
font-size:18px;
line-height:1.25;
margin:0 0 8px;
}
.vy-glf p{
margin:0 0 12px;
color:var(--muted);
}
.vy-glf a{
color:var(--green);
font-weight:800;
}
.vy-glf-kicker{
display:inline-flex;
align-items:center;
padding:6px 12px;
border-radius:999px;
background:var(--green2);
color:var(--green);
font-size:13px;
font-weight:850;
margin-bottom:14px;
}
.vy-glf-lead{
max-width:840px;
font-size:16px;
}
.vy-glf-section-head{
display:flex;
justify-content:space-between;
gap:14px;
align-items:flex-start;
margin-bottom:16px;
} .vy-glf-layout{
display:block;
}
.vy-glf-filter{
position:static !important;
top:auto !important;
padding:24px;
}
.vy-glf-field{
width:100%;
margin-bottom:14px;
}
.vy-glf-field label,
.vy-glf-sort-wrap label{
display:block;
font-size:13px;
font-weight:850;
margin-bottom:7px;
color:var(--text);
}
.vy-glf input,
.vy-glf select,
.vy-glf .ts-control{
width:100% !important;
max-width:100% !important;
height:48px !important;
min-height:48px !important;
padding:0 16px !important;
border:1px solid var(--line);
border-radius:18px !important;
background:#fff;
color:var(--text);
font-size:16px;
box-shadow:none !important;
}
.vy-glf input[type="number"]{
appearance:textfield;
-moz-appearance:textfield;
}
.vy-glf input[type="number"]::-webkit-outer-spin-button,
.vy-glf input[type="number"]::-webkit-inner-spin-button{
-webkit-appearance:none;
margin:0;
}
.vy-glf-two{
display:grid;
grid-template-columns:1fr 1fr;
gap:12px;
}
.vy-glf-btn{
display:inline-flex;
align-items:center;
justify-content:center;
border:0;
border-radius:14px;
text-decoration:none;
padding:10px 14px;
font-weight:850;
font-size:14px;
cursor:pointer;
transition:transform .12s ease, opacity .12s ease, background .12s ease;
}
.vy-glf-btn:hover{
transform:translateY(-1px);
}
.vy-glf-btn-primary{
width:100%;
min-height:58px;
height:auto !important;
background:var(--green);
color:#fff;
padding:16px 18px;
margin-top:6px;
white-space:normal;
text-align:center;
line-height:1.2;
}
.vy-glf-btn-primary:hover{
background:var(--green-dark);
}
.vy-glf-btn-light{
background:#fff;
color:var(--green);
border:1px solid var(--line);
}
.vy-glf-source{
background:var(--green) !important;
color:#fff !important;
border:1px solid var(--green);
}
.vy-glf-source:hover{
background:var(--green-dark) !important;
}
.vy-glf-message{
font-size:13px;
margin-top:10px;
}
.vy-glf-message.is-error{color:var(--red);font-weight:800}
.vy-glf-message.is-success{color:var(--green);font-weight:800}
.vy-glf-message.is-info{color:var(--muted);font-weight:700}
.vy-glf-plant-info{
display:grid;
grid-template-columns:72px 1fr;
gap:12px;
align-items:start;
margin:6px 0 14px;
padding:14px;
border-radius:18px;
background:var(--soft);
border:1px solid var(--line);
}
.vy-glf-plant-info[hidden]{display:none}
.vy-glf-plant-info img{
width:72px;
height:72px;
object-fit:cover;
border-radius:14px;
}
.vy-glf-plant-info p{
font-size:13px;
margin-bottom:5px;
}
#vy-glf-plant-description{
display:none !important;
}
.vy-glf-profile-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:12px;
margin:14px 0;
}
.vy-glf-hero .vy-glf-profile-grid{
grid-template-columns:repeat(3,1fr);
margin:22px 0 0;
}
.vy-glf-metric{
padding:16px;
border:1px solid var(--line);
border-radius:20px;
background:var(--soft);
min-height:100px;
}
.vy-glf-hero .vy-glf-metric{
background:#fff;
box-shadow:var(--shadow-soft);
}
.vy-glf-metric strong{
display:block;
font-size:22px;
line-height:1.15;
letter-spacing:-.035em;
color:var(--text);
word-break:break-word;
}
.vy-glf-metric span{
display:block;
margin-top:6px;
font-size:13px;
color:var(--muted);
font-weight:700;
}
.vy-glf-card-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:14px;
margin-top:14px;
}
.vy-glf-mini{
padding:16px;
border-radius:20px;
background:var(--soft);
border:1px solid var(--line);
}
.vy-glf-mini strong{
display:block;
margin-bottom:6px;
color:var(--text);
}
.vy-glf-mini p,
.vy-glf-mini li{
font-size:13px;
margin:0 0 5px;
color:var(--muted);
}
.vy-glf-checks{
display:grid;
grid-template-columns:1fr 1fr;
gap:14px;
margin:14px 0;
}
.vy-glf-checks:first-of-type{
grid-template-columns:1fr;
}
.vy-glf-checkbox{
padding:16px;
border-radius:20px;
border:1px solid var(--line);
background:var(--soft);
}
.vy-glf-checkbox strong{
display:block;
margin-bottom:6px;
color:var(--text);
}
.vy-glf-checkbox ul{
padding-left:18px;
margin:8px 0 0;
}
.vy-glf-checkbox li{
margin:5px 0;
color:var(--muted);
}
.vy-glf-products{
display:grid;
gap:16px;
}
.vy-glf-product{
display:grid;
grid-template-columns:220px minmax(0,1fr);
overflow:hidden;
border:1px solid var(--line);
border-radius:24px;
background:#fff;
box-shadow:var(--shadow);
}
.vy-glf-product-img{
min-height:260px;
background:linear-gradient(135deg,#eef3ef,#fff);
border-right:1px solid var(--line);
display:flex;
align-items:center;
justify-content:center;
padding:16px;
}
.vy-glf-product-img img{
max-width:100%;
max-height:200px;
object-fit:contain;
border-radius:16px;
}
.vy-glf-product-body{
padding:20px;
}
.vy-glf-product-top{
display:flex;
justify-content:space-between;
gap:14px;
align-items:flex-start;
}
.vy-glf-score{
font-size:34px;
font-weight:950;
letter-spacing:-.06em;
line-height:1;
color:var(--green);
white-space:nowrap;
text-align:right;
}
.vy-glf-badges{
display:flex;
flex-wrap:wrap;
gap:7px;
margin:0 0 12px;
}
.vy-glf-badge{
display:inline-flex;
align-items:center;
border-radius:999px;
padding:5px 9px;
font-size:12px;
font-weight:900;
background:#f1f5f0;
color:var(--muted);
white-space:nowrap;
}
.vy-glf-badge.good{
background:var(--green2);
color:var(--green);
}
.vy-glf-badge.warn{
background:#fff1d6;
color:#946300;
}
.vy-glf-badge.low{
background:var(--red2);
color:var(--red);
}
.vy-glf-actions{
display:flex;
gap:10px;
align-items:center;
justify-content:flex-start;
border-top:1px solid var(--line);
margin-top:14px;
padding-top:14px;
}
.vy-glf-empty{
padding:22px;
border:1px dashed var(--line);
border-radius:18px;
background:#fafafa;
color:var(--muted);
} .vy-glf .ts-wrapper .ts-control{
min-height:48px !important;
height:48px !important;
display:flex !important;
align-items:center !important;
padding:0 14px !important;
box-sizing:border-box;
}
.vy-glf .ts-wrapper.single .ts-control input{
height:100% !important;
line-height:48px !important;
padding:0 !important;
margin:0 !important;
border:0 !important;
background:transparent !important;
box-shadow:none !important;
}
.vy-glf .ts-wrapper.single .ts-control .item{
line-height:1.2 !important;
display:flex;
align-items:center;
min-height:100%;
}
.vy-glf .ts-wrapper .ts-control > input::placeholder{
line-height:48px !important;
} .vy-glf-planner .vy-glf-sort-wrap,
.vy-glf-planner #vy-glf-show-more,
.vy-glf-planner #vy-glf-compare-section,
.vy-glf-planner #vy-glf-compare-bar{
display:none !important;
}
body .site-content .container,
body .content-area,
body .entry-content{
max-width:none !important;
}
@media(max-width:1000px){
.vy-glf{
padding:18px 12px 90px;
}
.vy-glf-card,
.vy-glf-hero{
padding:20px;
border-radius:22px;
}
.vy-glf-two,
.vy-glf-product,
.vy-glf-profile-grid,
.vy-glf-hero .vy-glf-profile-grid,
.vy-glf-checks,
.vy-glf-card-grid{
grid-template-columns:1fr;
}
.vy-glf-product-img{
min-height:210px;
border-right:0;
border-bottom:1px solid var(--line);
}
.vy-glf-section-head,
.vy-glf-product-top{
display:block;
}
.vy-glf-score{
margin-top:12px;
text-align:left;
}
.vy-glf-actions .vy-glf-btn{
width:100%;
}
} #vy-aquarium-filter-planner-root{
--green:#0f7f88;
--green-dark:#0a6670;
--green2:#e5f5f6;
--blue:#1f6fb2;
--blue2:#e8f3fb;
}
#vy-aquarium-filter-planner-root .vy-glf-hero{
background:
radial-gradient(circle at top right, rgba(15,127,136,.16), transparent 34%),
linear-gradient(180deg,#fff,#f8fcfd);
}
#vy-aquarium-filter-planner-root .vy-glf-stack{
display:grid;
gap:12px;
}
#vy-aquarium-filter-planner-root .vy-afp-fish-row{
display:grid;
grid-template-columns:minmax(0,1.5fr) minmax(90px,.55fr) minmax(0,1fr) auto;
gap:10px;
align-items:end;
padding:14px;
margin-bottom:12px;
border:1px solid var(--line);
border-radius:20px;
background:var(--soft);
}
#vy-aquarium-filter-planner-root .vy-afp-fish-row .vy-glf-field{
margin-bottom:0;
}
#vy-aquarium-filter-planner-root .vy-afp-remove{
min-height:48px;
padding:0 14px;
border-radius:16px;
background:#fff;
color:var(--red);
border:1px solid var(--line);
font-weight:900;
}
#vy-aquarium-filter-planner-root .vy-afp-remove:hover{
background:var(--red2);
transform:translateY(-1px);
}
#vy-aquarium-filter-planner-root .vy-glf-product-card{
display:grid;
grid-template-columns:220px minmax(0,1fr);
overflow:hidden;
border:1px solid var(--line);
border-radius:24px;
background:#fff;
box-shadow:var(--shadow);
}
#vy-aquarium-filter-planner-root .vy-glf-product-image{
min-height:250px;
background:linear-gradient(135deg,#e9f7f8,#fff);
border-right:1px solid var(--line);
display:flex;
align-items:center;
justify-content:center;
padding:16px;
}
#vy-aquarium-filter-planner-root .vy-glf-product-image img{
max-width:100%;
max-height:205px;
object-fit:contain;
border-radius:16px;
}
#vy-aquarium-filter-planner-root .vy-glf-product-card h3{
margin-bottom:10px;
}
#vy-aquarium-filter-planner-root .vy-glf-product-body{
padding:20px;
}
#vy-aquarium-filter-planner-root .vy-glf-product-body .vy-glf-profile-grid{
grid-template-columns:repeat(3,1fr);
margin:12px 0;
}
#vy-aquarium-filter-planner-root .vy-glf-product-body .vy-glf-metric{
min-height:auto;
padding:12px;
}
#vy-aquarium-filter-planner-root .vy-glf-product-body .vy-glf-metric strong{
font-size:18px;
}
#vy-aquarium-filter-planner-root .vy-glf-logic{
padding:16px;
border-radius:20px;
background:var(--soft);
border:1px solid var(--line);
margin-bottom:16px;
color:var(--muted);
font-size:14px;
}
#vy-aquarium-filter-planner-root .vy-glf-products{
display:grid;
gap:16px;
}
@media(max-width:1000px){
#vy-aquarium-filter-planner-root .vy-afp-fish-row{
grid-template-columns:1fr;
}
#vy-aquarium-filter-planner-root .vy-glf-product-card,
#vy-aquarium-filter-planner-root .vy-glf-product-body .vy-glf-profile-grid{
grid-template-columns:1fr;
}
#vy-aquarium-filter-planner-root .vy-glf-product-image{
min-height:210px;
border-right:0;
border-bottom:1px solid var(--line);
}
} @media (min-width: 1001px){
.vy-afp-fish-row{
display:grid;
grid-template-columns: minmax(280px, 1fr) 120px 150px 140px;
gap:16px;
align-items:end;
}
.vy-afp-fish-row > .vy-glf-two{
display:contents;
}
.vy-afp-fish-row .vy-afp-remove{
width:140px;
min-height:48px;
}
} .vy-glf-product-card .vy-glf-btn-primary,
.vy-glf-product-card .vy-glf-btn-primary:visited,
.vy-glf-product-card .vy-glf-btn-primary:hover{
color:#fff !important;
}
.vy-afp-species {
max-width: 60%;
} #vy-aquarium-tank-planner-root{
--green:#2d6fa3;
--green-dark:#225884;
--green2:#eaf3fb;
--blue:#2d6fa3;
--blue2:#eef7ff;
} #vy-aquarium-tank-planner-root .vy-glf-hero{
background:
radial-gradient(circle at top right,
rgba(45,111,163,.16),
transparent 34%),
linear-gradient(180deg,#fff,#f8fbff);
} #vy-aquarium-tank-planner-root .vy-glf-stack{
display:grid;
gap:12px;
}
#vy-aquarium-tank-planner-root .vy-atp-fish-row{
display:grid;
grid-template-columns:
minmax(0,1.5fr)
minmax(90px,.55fr)
minmax(0,1fr)
auto;
gap:10px;
align-items:end;
padding:14px;
margin-bottom:12px;
border:1px solid var(--line);
border-radius:20px;
background:var(--soft);
}
#vy-aquarium-tank-planner-root .vy-atp-fish-row .vy-glf-field{
margin-bottom:0;
}
#vy-aquarium-tank-planner-root .vy-atp-remove{
min-height:48px;
padding:0 16px;
border-radius:16px;
background:#fff;
color:var(--red);
border:1px solid var(--line);
font-weight:900;
}
#vy-aquarium-tank-planner-root .vy-atp-remove:hover{
background:var(--red2);
transform:translateY(-1px);
} @media(min-width:1001px){
#vy-aquarium-tank-planner-root .vy-atp-fish-row{
display:grid;
grid-template-columns:
minmax(280px,1fr)
120px
170px
130px;
gap:16px;
align-items:end;
}
#vy-aquarium-tank-planner-root .vy-atp-fish-row>.vy-glf-two{
display:contents;
}
} #vy-aquarium-tank-planner-root .vy-glf-product-card{
display:grid;
grid-template-columns:240px minmax(0,1fr);
overflow:hidden;
border:1px solid var(--line);
border-radius:24px;
background:#fff;
box-shadow:var(--shadow);
}
#vy-aquarium-tank-planner-root .vy-glf-product-image{
min-height:280px;
background:
linear-gradient(
135deg,
#edf6fc,
#ffffff);
border-right:1px solid var(--line);
display:flex;
align-items:center;
justify-content:center;
padding:18px;
}
#vy-aquarium-tank-planner-root .vy-glf-product-image img{
max-width:100%;
max-height:230px;
object-fit:contain;
border-radius:16px;
}
#vy-aquarium-tank-planner-root .vy-glf-product-body{
padding:22px;
}
#vy-aquarium-tank-planner-root .vy-glf-product-body h3{
margin-bottom:10px;
} #vy-aquarium-tank-planner-root
.vy-glf-product-body
.vy-glf-profile-grid{
grid-template-columns:repeat(4,1fr);
margin:14px 0;
}
#vy-aquarium-tank-planner-root
.vy-glf-product-body
.vy-glf-metric{
min-height:auto;
padding:12px;
}
#vy-aquarium-tank-planner-root
.vy-glf-product-body
.vy-glf-metric strong{
font-size:18px;
} .vy-atp-volume-badge{
display:inline-block;
padding:8px 16px;
margin-bottom:10px;
border-radius:999px;
background:#eaf3fb;
color:#215d89;
font-weight:800;
font-size:15px;
} .vy-atp-dimensions{
margin-top:14px;
padding:14px 16px;
border-radius:16px;
background:#eef7ff;
border:1px solid #d8eafb;
font-size:17px;
font-weight:700;
color:#215d89;
line-height:1.6;
} #vy-aquarium-tank-planner-root .vy-glf-logic{
padding:16px;
border-radius:20px;
background:#eef7ff;
border:1px solid #d8eafb;
margin-bottom:16px;
color:var(--muted);
font-size:14px;
} #vy-aquarium-tank-planner-root
.vy-glf-product-card
.vy-glf-btn-primary,
#vy-aquarium-tank-planner-root
.vy-glf-product-card
.vy-glf-btn-primary:hover,
#vy-aquarium-tank-planner-root
.vy-glf-product-card
.vy-glf-btn-primary:visited{
color:#fff !important;
} @media(max-width:1000px){
#vy-aquarium-tank-planner-root .vy-atp-fish-row{
grid-template-columns:1fr;
}
#vy-aquarium-tank-planner-root .vy-glf-product-card{
grid-template-columns:1fr;
}
#vy-aquarium-tank-planner-root .vy-glf-product-image{
min-height:220px;
border-right:0;
border-bottom:1px solid var(--line);
}
#vy-aquarium-tank-planner-root
.vy-glf-product-body
.vy-glf-profile-grid{
grid-template-columns:1fr;
}
}
.vy-glf-product-media{
display:flex;
align-items:center; justify-content:center; padding:24px; min-height:280px;
background:#f7fcfd;
overflow:hidden;
}
.vy-glf-product-media img{
display:block;
max-width:85%;
max-height:220px;
width:auto;
height:auto;
object-fit:contain;
}
.vy-glf-btn-primary,
.vy-glf-btn-primary:visited,
.vy-glf-btn-primary:hover,
.vy-glf-btn-primary:active{
color:#fff !important;
} #vy-aquarium-feeding-planner-root{--green:#c97722;--green-dark:#a45f18;--green2:#fff1df;--blue:#c97722;--blue2:#fff7ec;}
#vy-aquarium-feeding-planner-root .vy-glf-hero{background:radial-gradient(circle at top right, rgba(201,119,34,.16), transparent 34%),linear-gradient(180deg,#fff,#fffaf4);}
#vy-aquarium-feeding-planner-root .vy-glf-stack{display:grid;gap:12px;}
#vy-aquarium-feeding-planner-root .vy-afd-fish-row{display:grid;grid-template-columns:minmax(260px,1fr) 120px 150px 150px 130px;gap:16px;align-items:end;padding:14px;margin-bottom:12px;border:1px solid var(--line);border-radius:20px;background:var(--soft);}
#vy-aquarium-feeding-planner-root .vy-afd-fish-row .vy-glf-field{margin-bottom:0;}
#vy-aquarium-feeding-planner-root .vy-afd-remove{min-height:48px;padding:0 16px;border-radius:16px;background:#fff;color:var(--red);border:1px solid var(--line);font-weight:900;}
#vy-aquarium-feeding-planner-root .vy-afd-remove:hover{background:var(--red2);transform:translateY(-1px);}
#vy-aquarium-feeding-planner-root .vy-glf-logic{padding:16px;border-radius:20px;background:#fff7ec;border:1px solid #f3dec2;margin-bottom:16px;color:var(--muted);font-size:14px;}
#vy-aquarium-feeding-planner-root .vy-glf-product-media{display:flex;align-items:center;justify-content:center;padding:24px;min-height:260px;background:#fffaf4;overflow:hidden;border-right:1px solid var(--line);}
#vy-aquarium-feeding-planner-root .vy-glf-product-media img{display:block;max-width:85%;max-height:210px;width:auto;height:auto;object-fit:contain;}
#vy-aquarium-feeding-planner-root .vy-glf-btn-primary,#vy-aquarium-feeding-planner-root .vy-glf-btn-primary:visited,#vy-aquarium-feeding-planner-root .vy-glf-btn-primary:hover,#vy-aquarium-feeding-planner-root .vy-glf-btn-primary:active{color:#fff !important;}
@media(max-width:1000px){#vy-aquarium-feeding-planner-root .vy-afd-fish-row{grid-template-columns:1fr;}#vy-aquarium-feeding-planner-root .vy-glf-product-media{min-height:220px;border-right:0;border-bottom:1px solid var(--line);}}