.ed-app{--ed-ink:#15231c;--ed-paper:#fffdf8;--ed-cream:#f5f1e8;--ed-green:#244e3b;--ed-lime:#d6ff48;--ed-orange:#f05a31;--ed-line:#d8d3c8;color:var(--ed-ink);font-family:Arial,sans-serif;line-height:1.35}.ed-app *{box-sizing:border-box}.ed-shell{background:var(--ed-cream);border:1px solid var(--ed-line);overflow:hidden}.ed-top{background:var(--ed-ink);color:white;padding:18px 28px;display:flex;align-items:center;justify-content:space-between}.ed-top div b,.ed-top div span{display:block}.ed-top div b{color:var(--ed-lime);letter-spacing:1px}.ed-top div span,.ed-top small{opacity:.65;font-size:11px}.ed-tabs{display:flex;overflow-x:auto;background:var(--ed-paper);border-bottom:1px solid var(--ed-line)}.ed-tabs button{border:0;border-bottom:3px solid transparent;background:none;padding:16px 24px;white-space:nowrap;font-weight:bold;color:#737a76;cursor:pointer}.ed-tabs button.is-active{color:var(--ed-ink);border-color:var(--ed-orange)}.ed-hero{background:var(--ed-green);color:white;padding:36px 6%}.ed-hero>small,.ed-summary>div:first-child small{color:var(--ed-orange);font-weight:bold;letter-spacing:2px}.ed-hero h2{font:700 38px Georgia;margin:8px 0}.ed-hero h2 em{color:var(--ed-lime);font-weight:400}.ed-hero p{color:#d4ded8;margin:0;max-width:650px}.ed-grid{display:grid;grid-template-columns:1.4fr .8fr;gap:20px;padding:24px 4%}.ed-grid section,.ed-results{background:var(--ed-paper);border:1px solid var(--ed-line);padding:22px}.ed-grid h3{font:700 21px Georgia;border-bottom:1px solid var(--ed-line);padding-bottom:15px;margin:0}.ed-grid h3 i{display:inline-grid;place-items:center;width:32px;height:32px;border-radius:50%;background:var(--ed-ink);color:var(--ed-lime);font:700 11px Arial;margin-right:8px}.ed-stock{display:grid;grid-template-columns:1fr 1fr 1fr 62px;gap:12px;align-items:end;padding:14px 0;border-bottom:1px solid #e7e2d9}.ed-stock>b{align-self:center;font:700 17px Georgia}.ed-stock label{font-size:10px;text-transform:uppercase;color:#777}.ed-stock input,.ed-rate input{display:block;width:100%;padding:10px;border:1px solid var(--ed-line);background:#f9f7f1;text-align:center;font-weight:bold}.ed-stock>strong{text-align:center;font:700 19px Georgia}.ed-stock>strong small,.ed-rate small,.ed-summary small{display:block;font:10px Arial;color:#888}.ed-rate{display:grid;grid-template-columns:1fr 70px 20px;gap:8px;align-items:center;padding:15px 0;border-bottom:1px solid #e7e2d9}.ed-rate span b,.ed-rate span small{display:block}.ed-check{display:flex;gap:10px;align-items:center;padding:12px;margin:16px 0}.ed-check.ok{background:#e8f2e5;color:#2f5d3c}.ed-check.bad{background:#fbe5df;color:#8a331f}.ed-check>b{width:25px;height:25px;border-radius:50%;display:grid;place-items:center;background:currentColor;color:white}.ed-check span strong,.ed-check span small{display:block}.ed-calc{width:100%;border:0;background:var(--ed-orange);color:white;padding:14px;font-weight:bold;text-align:left;cursor:pointer}.ed-calc[disabled]{opacity:.45}.ed-results{margin:0 4% 24px}.ed-summary{display:flex;justify-content:flex-end;gap:0;align-items:center}.ed-summary>div:first-child{margin-right:auto}.ed-summary h3{font:700 28px Georgia;margin:4px 0}.ed-summary>div:not(:first-child){min-width:135px;padding-left:20px;border-left:1px solid var(--ed-line)}.ed-summary>div:not(:first-child) strong,.ed-summary>div:not(:first-child) span{display:block}.ed-summary>div:not(:first-child) strong{font:700 30px Georgia}.ed-tables{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-top:22px}.ed-tables h4{font:700 17px Georgia}.ed-tables table{border-collapse:collapse;width:100%;font-size:13px}.ed-tables th,.ed-tables td{padding:10px;border-bottom:1px solid #e7e2d9;text-align:left}.ed-tables th{background:#f0ede5;font-size:9px;text-transform:uppercase}.ed-tables th:last-child,.ed-tables td:last-child{text-align:right}.ed-note{background:#eaf3e5;color:#31583b;padding:13px;margin:18px 0 0}.ed-empty{text-align:center;padding:45px;color:#858b87}.ed-app button,.ed-app input{font:inherit}@media(max-width:800px){.ed-top>small{display:none}.ed-grid,.ed-tables{grid-template-columns:1fr}.ed-summary{display:block}.ed-summary>div:not(:first-child){display:inline-block;margin-top:15px}.ed-stock{grid-template-columns:1fr 1fr}.ed-hero h2{font-size:31px}}

/* Direction artistique sombre et dorée — version 1.1 */
.ed-app{--ed-ink:#0b0c0d;--ed-paper:#141517;--ed-cream:#0d0e0f;--ed-green:#101113;--ed-lime:#ffc845;--ed-orange:#ff0050;--ed-line:#343638;--ed-text:#f7f7f7;--ed-muted:#b9b9b9;--ed-gold:#ffc845;--ed-action:#ff0050;color:var(--ed-text);font-family:"Montserrat","Helvetica Neue",Arial,sans-serif}

.ed-app .ed-shell{background:var(--ed-cream)}.ed-app .ed-grid section,.ed-app .ed-results{background:var(--ed-paper)}.ed-app .ed-top div b,.ed-app .ed-stock>b,.ed-app .ed-hero h2 em,.ed-app .ed-tables h4{color:var(--ed-gold)}.ed-app .ed-hero p,.ed-app .ed-top div span,.ed-app .ed-top small{color:var(--ed-muted)}.ed-app .ed-calc{background:var(--ed-action)}.ed-app .ed-tabs button.is-active{border-color:var(--ed-action)}
.ed-shell{background:#0d0e0f;border-color:#2e3032;box-shadow:0 18px 60px rgba(0,0,0,.35)}
.ed-top{background:#0a0b0c;border-bottom:1px solid #3a3b3d;padding:22px 30px}.ed-top div b{color:#ffc845;font-weight:600}.ed-top div span,.ed-top small{color:#c9c9c9;opacity:1}
.ed-tabs{background:#0d0e0f;border-color:#343638}.ed-tabs button{color:#c8c8c8;font-weight:400;letter-spacing:.3px}.ed-tabs button:hover{color:#fff;background:#151618}.ed-tabs button.is-active{color:#fff;border-color:#ff0050;background:#111214}
.ed-hero{background:linear-gradient(135deg,#111214 0%,#0b0c0d 70%);border-bottom:1px solid #2e3032;text-align:center;padding:46px 6%}.ed-hero>small,.ed-summary>div:first-child small{color:#ffb52e}.ed-hero h2{font-family:"Montserrat","Helvetica Neue",Arial,sans-serif;font-weight:300;font-size:40px}.ed-hero h2 em{color:#ffc845;font-style:normal;font-weight:500}.ed-hero p{margin:0 auto;color:#b9b9b9}
.ed-grid section,.ed-results{background:#141517;border-color:#343638}.ed-grid h3{font-family:"Montserrat","Helvetica Neue",Arial,sans-serif;font-weight:400;border-color:#343638}.ed-grid h3 i{background:linear-gradient(145deg,#ffcf59,#e78b13);color:#17100a;box-shadow:0 0 18px rgba(255,174,42,.18)}
.ed-stock,.ed-rate{border-color:#2e3032}.ed-stock>b{font-family:"Montserrat","Helvetica Neue",Arial,sans-serif;font-weight:500;color:#ffc845}.ed-stock label{color:#a8a8a8}.ed-stock input,.ed-rate input{color:#fff;background:#0d0e0f;border-color:#44474a;border-radius:0}.ed-stock input:focus,.ed-rate input:focus{outline:1px solid #ffb52e;border-color:#ffb52e}.ed-stock>strong{font-family:"Montserrat","Helvetica Neue",Arial,sans-serif;color:#fff}.ed-stock>strong small,.ed-rate small,.ed-summary small{color:#969696}
.ed-check.ok{background:#1c241c;color:#d5b44d;border:1px solid #4d4423}.ed-check.bad{background:#2a171c;color:#ff6b87;border:1px solid #62303c}.ed-calc{background:#ff0050;text-transform:uppercase;letter-spacing:.5px;font-weight:500;transition:.2s}.ed-calc:hover{background:#ff286b;transform:translateY(-1px)}
.ed-summary h3,.ed-summary>div:not(:first-child) strong{font-family:"Montserrat","Helvetica Neue",Arial,sans-serif;font-weight:300}.ed-summary>div:not(:first-child){border-color:#393b3d}.ed-tables h4{font-family:"Montserrat","Helvetica Neue",Arial,sans-serif;font-weight:500;color:#ffc845}.ed-tables th,.ed-tables td{border-color:#303234}.ed-tables th{background:#0d0e0f;color:#c7c7c7}.ed-tables tbody tr:hover{background:#191a1c}.ed-note{background:#191711;color:#e8cd72;border:1px solid #4a4020}.ed-empty{color:#999;background:#111214;border-top:1px solid #2e3032}
