.dop-core-tool{margin:1.5rem 0 2.5rem;padding:clamp(1rem,3vw,1.6rem);border:1px solid #d8dfdb;border-radius:1.1rem;background:#fff;box-shadow:0 14px 42px rgba(22,56,59,.07)}
.dop-core-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}
.dop-core-grid--budget{grid-template-columns:repeat(3,minmax(0,1fr))}
.dop-core-tool fieldset{margin:0 0 1.4rem;padding:0;border:0}
.dop-core-tool legend{margin-bottom:.7rem;font-family:Lora,Georgia,serif;font-size:1.15rem;font-weight:650}
.dop-core-tool label{display:grid;gap:.38rem;color:#39565a;font-size:.82rem;font-weight:750}
.dop-core-tool :where(input[type=text],input[type=number],textarea){width:100%;min-height:46px;padding:.7rem .8rem;border:1px solid #aabbb5;border-radius:.55rem;background:#fffefa;color:#16383b;font:inherit;font-size:1rem;font-weight:400}
.dop-core-tool textarea{min-height:17rem;line-height:1.55;resize:vertical}
.dop-core-suffix{display:flex;align-items:center;border:1px solid #aabbb5;border-radius:.55rem;background:#fffefa;overflow:hidden}
.dop-core-suffix input{border:0!important;border-radius:0!important}
.dop-core-suffix span{padding-right:.8rem;color:#536c6f;font-weight:700}
.dop-core-choices{display:flex;flex-wrap:wrap;gap:.55rem}
.dop-core-choices label{position:relative;display:block}
.dop-core-choices input{position:absolute;opacity:0;width:1px;height:1px}
.dop-core-choices span{display:block;min-height:42px;padding:.62rem .9rem;border:1px solid #aabbb5;border-radius:999px;background:#fffefa;color:#16383b;cursor:pointer}
.dop-core-choices input:checked+span{border-color:#16383b;background:#16383b;color:#fff}
.dop-core-choices input:focus-visible+span{outline:3px solid #b58747;outline-offset:3px}
.dop-core-actions{display:flex;flex-wrap:wrap;gap:.65rem;margin-top:1.25rem}
.dop-core-actions button{min-height:46px;padding:.72rem 1rem;border:1px solid #16383b;border-radius:999px;background:#16383b;color:#fff;font:inherit;font-size:.9rem;font-weight:800;cursor:pointer}
.dop-core-actions button:hover{background:#23565b}
.dop-core-actions .is-secondary{background:#fff;color:#16383b}
.dop-core-result{display:grid;grid-template-columns:1fr auto;gap:.3rem 1rem;margin-top:1.4rem;padding:1.25rem;border-radius:.85rem;background:#16383b;color:#fff}
.dop-core-result span{font-size:.82rem;color:#d3dfda}
.dop-core-result strong{grid-row:1/3;grid-column:2;font-family:Lora,Georgia,serif;font-size:clamp(1.5rem,4vw,2.2rem)}
.dop-core-result small{color:#d3dfda}
.dop-core-output{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #d8dfdb}
.dop-core-output>label{margin-bottom:.55rem;font-family:Lora,Georgia,serif;font-size:1.1rem}
.dop-core-output [role=status]{min-height:1.5em;color:#536c6f;font-size:.85rem}
.dop-core-privacy{margin:.9rem 0 0;color:#536c6f;font-size:.78rem}
@media(max-width:760px){.dop-core-grid--budget{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:520px){.dop-core-grid,.dop-core-grid--budget{grid-template-columns:1fr}.dop-core-result{grid-template-columns:1fr}.dop-core-result strong{grid-row:auto;grid-column:auto}.dop-core-actions button{width:100%}}
@media print{.dop-core-tool{border:0;box-shadow:none;padding:0}.dop-core-output{border:0}.dop-core-output textarea{border:0;min-height:0;height:auto;overflow:visible}.dop-core-tool>*:not(.dop-core-output){display:none!important}.dop-core-output .dop-core-actions,.dop-core-output [role=status]{display:none!important}}
