:root {
  --orange: #D36C1F; --orange-d: #B65D1B; --brun: #584F40; --taupe: #7B6F5A; --creme: #F1EEE8; --texte: #404040;
  --bord: #e5dfd3; --blanc: #fff; --ok: #2f7d4f; --warn: #c9821a; --danger: #b93a3a; --info: #2c6fa8; --muted: #8a8177;
  --r: 12px; --shadow: 0 1px 3px rgba(60, 40, 10, .08), 0 4px 14px rgba(60, 40, 10, .06);
  --nav-h: 62px; --top-h: 54px; --ctl-h: 40px; --ctl-sm: 32px;
}
* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; min-height: 100%; }
body { font-family: Montserrat, "Segoe UI", Roboto, system-ui, -apple-system, sans-serif; color: var(--texte); background: var(--creme); font-size: 15px; line-height: 1.45; -webkit-font-smoothing: antialiased; }
a { color: var(--orange-d); }
button, input, select, textarea { font: inherit; color: inherit; }
:focus-visible { outline: 3px solid rgba(211, 108, 31, .45); outline-offset: 1px; border-radius: 6px; }
h1, h2, h3, h4 { color: var(--brun); margin: 0 0 .5rem; line-height: 1.25; }
h1 { font-size: 1.35rem; } h2 { font-size: 1.1rem; } h3 { font-size: 1rem; }
.hidden { display: none !important; }
.muted { color: var(--muted); } .small { font-size: .85rem; } .tiny { font-size: .78rem; }
.right { text-align: right; } .center { text-align: center; }
.row { display: flex; gap: .5rem; align-items: center; flex-wrap: wrap; }
.row.between { justify-content: space-between; }
.row.top { align-items: flex-start; }
.grow { flex: 1; min-width: 0; }
.mt { margin-top: .75rem; } .mb { margin-bottom: .75rem; } .mt0 { margin-top: 0 !important; }
.prewrap { white-space: pre-wrap; word-break: break-word; }
.nowrap { white-space: nowrap; }

/* --- Structure --- */
#top { position: sticky; top: 0; z-index: 30; height: var(--top-h); background: var(--brun); color: #fff; display: flex; align-items: center; padding: 0 .7rem 0 .9rem; gap: .35rem; box-shadow: 0 2px 8px rgba(0,0,0,.15); }
#top .brand { font-weight: 700; letter-spacing: .3px; display: flex; align-items: center; gap: .5rem; text-decoration: none; color: #fff; margin-right: auto; }
#top .brand .logo { width: 30px; height: 30px; border-radius: 8px; background: var(--orange); display: grid; place-items: center; font-weight: 800; }
#top .brand small { font-weight: 400; opacity: .8; font-size: .75rem; }
#top .icon-btn { background: transparent; border: 0; color: #fff; font-size: 1.15rem; width: 40px; height: 40px; display: grid; place-items: center; border-radius: 10px; position: relative; cursor: pointer; text-decoration: none; line-height: 1; }
#top .icon-btn:hover { background: rgba(255,255,255,.12); }
.badge-count { position: absolute; top: 2px; right: 2px; background: var(--orange); color: #fff; font-size: .68rem; font-weight: 700; border-radius: 999px; min-width: 17px; height: 17px; padding: 0 4px; display: grid; place-items: center; box-shadow: 0 0 0 2px var(--brun); }
#main { max-width: 1100px; margin: 0 auto; padding: .9rem .9rem calc(var(--nav-h) + 1.4rem); }
#nav { position: fixed; bottom: 0; left: 0; right: 0; height: var(--nav-h); background: #fff; border-top: 1px solid var(--bord); display: flex; justify-content: space-around; z-index: 30; padding-bottom: env(safe-area-inset-bottom); }
#nav a { flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 3px; text-decoration: none; color: var(--taupe); font-size: .66rem; font-weight: 600; position: relative; padding: 4px 0; }
#nav a .ic { font-size: 1.3rem; line-height: 1; }
#nav a.active { color: var(--orange); }
#nav a.active .ic { transform: translateY(-1px); }
#nav a .badge-count { top: 4px; right: calc(50% - 22px); box-shadow: 0 0 0 2px #fff; }
#nav .desk { display: none; }
@media (min-width: 900px) {
  body { padding-left: 224px; }
  #top { padding-left: 1.2rem; }
  #nav { top: var(--top-h); bottom: 0; left: 0; width: 224px; height: auto; flex-direction: column; justify-content: flex-start; border-top: 0; border-right: 1px solid var(--bord); padding: .8rem 0; }
  #nav a { flex: 0 0 auto; flex-direction: row; justify-content: flex-start; gap: .7rem; padding: .62rem 1.1rem; font-size: .9rem; border-left: 3px solid transparent; }
  #nav a.active { border-left-color: var(--orange); background: #fdf6ef; }
  #nav a .badge-count { position: static; margin-left: auto; box-shadow: none; }
  #nav .desk { display: flex; }
  #nav .sep { height: 1px; background: var(--bord); margin: .5rem 1rem; }
  #main { padding-bottom: 2rem; }
}

/* --- En-tête de page --- */
.page-head { display: flex; align-items: flex-start; justify-content: space-between; gap: .8rem; margin-bottom: .8rem; flex-wrap: wrap; }
.page-head h1 { margin: 0; display: flex; align-items: center; gap: .45rem; }
.page-head .sub { color: var(--taupe); font-size: .85rem; margin-top: .15rem; }
.page-head .actions { display: flex; gap: .5rem; flex-wrap: wrap; align-items: center; }

/* --- Cartes / grille --- */
.card { background: #fff; border-radius: var(--r); box-shadow: var(--shadow); padding: 1rem 1.05rem; }
.stack > .card + .card, #main > .card + .card, #tabc > .card + .card { margin-top: .8rem; }
.card > h2:first-child, .card > h3:first-child, .card > .card-head:first-child { margin-top: 0; }
.card-head { display: flex; align-items: center; justify-content: space-between; gap: .6rem; margin-bottom: .6rem; min-height: 32px; }
.card-head h2, .card-head h3 { margin: 0; display: flex; align-items: center; gap: .45rem; }
.card-head .count { font-size: .78rem; font-weight: 700; color: var(--taupe); background: var(--creme); border-radius: 999px; padding: .1rem .55rem; }
.grid { display: grid; gap: .8rem; grid-template-columns: 1fr; align-items: stretch; }
@media (min-width: 760px) { .grid { grid-template-columns: 1fr 1fr; } }
.grid > .card { display: flex; flex-direction: column; margin: 0; }
.grid > .card > .list, .grid > .card > .empty { flex: 1; }
.grid .full { grid-column: 1 / -1; }
.kpis { display: grid; gap: .7rem; grid-template-columns: repeat(2, 1fr); margin-bottom: .8rem; }
@media (min-width: 700px) { .kpis { grid-template-columns: repeat(4, 1fr); } }
.kpi { background: #fff; border-radius: var(--r); box-shadow: var(--shadow); padding: .75rem .85rem; text-decoration: none; color: inherit; border-left: 5px solid var(--orange); display: flex; flex-direction: column; justify-content: center; min-height: 82px; transition: transform .12s ease; }
.kpi:hover { transform: translateY(-1px); }
.kpi b { display: block; font-size: 1.6rem; color: var(--brun); line-height: 1.1; }
.kpi span { font-size: .8rem; color: var(--taupe); line-height: 1.25; }
.kpi.danger { border-left-color: var(--danger); } .kpi.ok { border-left-color: var(--ok); } .kpi.info { border-left-color: var(--info); } .kpi.warn { border-left-color: var(--warn); }
.quick { display: flex; gap: .5rem; flex-wrap: wrap; margin-bottom: .8rem; }
.quick .btn { flex: 1 1 auto; }
.file-btn input { display: none; }

/* --- Boutons / puces / badges --- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: .4rem; background: var(--orange); color: #fff; border: 1px solid transparent; border-radius: 9px; padding: 0 .95rem; min-height: var(--ctl-h); font-weight: 600; cursor: pointer; text-decoration: none; line-height: 1.2; white-space: nowrap; }
.btn:hover { background: var(--orange-d); }
.btn:disabled { opacity: .55; cursor: default; }
.btn.secondary { background: #fff; color: var(--brun); border-color: var(--bord); }
.btn.secondary:hover { background: var(--creme); }
.btn.ghost { background: transparent; color: var(--orange-d); padding: 0 .55rem; border-color: transparent; }
.btn.ghost:hover { background: #fdf3ea; }
.btn.danger { background: var(--danger); }
.btn.sm { min-height: var(--ctl-sm); padding: 0 .65rem; font-size: .84rem; border-radius: 8px; }
.btn.block { width: 100%; }
.chips { display: flex; gap: .4rem; flex-wrap: wrap; align-items: center; }
.chip { border: 1px solid var(--bord); background: #fff; border-radius: 999px; min-height: var(--ctl-sm); padding: 0 .75rem; font-size: .82rem; cursor: pointer; color: var(--brun); font-weight: 500; display: inline-flex; align-items: center; gap: .3rem; text-decoration: none; }
.chip:hover { background: var(--creme); }
.chip.active { background: var(--brun); color: #fff; border-color: var(--brun); }
.tag { display: inline-block; background: var(--creme); color: var(--taupe); border-radius: 6px; padding: .1rem .45rem; font-size: .75rem; margin-right: .25rem; text-decoration: none; }
.badge { display: inline-flex; align-items: center; border-radius: 6px; padding: .14rem .5rem; font-size: .7rem; font-weight: 700; text-transform: uppercase; letter-spacing: .3px; color: #fff; background: var(--taupe); line-height: 1.3; vertical-align: middle; cursor: default; }
.badge.info { background: var(--info); } .badge.remontee { background: #a3552f; } .badge.directive { background: var(--orange); } .badge.compte_rendu { background: var(--brun); } .badge.consigne { background: #7a5c9c; }
.badge.p-urgente { background: var(--danger); } .badge.p-haute { background: var(--warn); } .badge.p-normale { background: #9a8f80; } .badge.p-basse { background: #b9b0a3; }
.badge.s-ouvert { background: var(--info); } .badge.s-en_cours { background: var(--warn); } .badge.s-resolu, .badge.s-fait { background: var(--ok); } .badge.s-clos, .badge.s-archive, .badge.s-annule { background: #8a8177; } .badge.s-a_faire { background: var(--info); }
.badge.outline { background: #fff; color: var(--brun); border: 1px solid var(--bord); }
.badges { display: inline-flex; gap: .3rem; flex-wrap: wrap; align-items: center; }

/* --- Listes d'éléments --- */
.list { list-style: none; margin: 0; padding: 0; }
.list li { padding: .65rem 0; border-top: 1px solid var(--bord); }
.list li:first-child { border-top: 0; padding-top: .2rem; }
.list li:last-child { padding-bottom: .2rem; }
.item { display: flex; gap: .7rem; align-items: center; text-decoration: none; color: inherit; }
.item .body { flex: 1; min-width: 0; }
.item .title { font-weight: 600; color: var(--brun); display: block; line-height: 1.3; }
.item .title .badge { margin-right: .3rem; }
.item .meta { font-size: .78rem; color: var(--muted); margin-top: .2rem; display: flex; flex-wrap: wrap; gap: .25rem .45rem; align-items: center; }
.item .excerpt { font-size: .85rem; color: #666; margin-top: .2rem; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.item .side { display: flex; flex-direction: column; align-items: flex-end; gap: .35rem; flex-shrink: 0; }
.item.overdue .title { color: var(--danger); }
.item .chev { color: #c9c0b3; font-size: 1.1rem; }
.pill-ack { font-size: .74rem; padding: .18rem .55rem; border-radius: 999px; background: #fdebd8; color: var(--orange-d); font-weight: 700; white-space: nowrap; }
.pill-ack.done { background: #e2f2e7; color: var(--ok); }
.empty { color: var(--muted); font-style: italic; padding: .8rem .2rem; text-align: center; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: .5rem; }
.empty .btn { font-style: normal; }
.alert { padding: .7rem .9rem; border-radius: 9px; background: #fff7ee; border: 1px solid #f3d3b3; color: #7a4a17; }
.alert.danger { background: #fdeeee; border-color: #f0c2c2; color: #7a2727; }
.alert.ok { background: #eef8f1; border-color: #bfe0c9; color: #1f5f38; }
.alert.info { background: #eef4fb; border-color: #c4d7ee; color: #1f4b7a; }
.progress { height: 8px; background: var(--creme); border-radius: 999px; overflow: hidden; }
.progress > i { display: block; height: 100%; background: var(--ok); border-radius: 999px; }
.welcome { border: 1px solid #f0d5bb; background: linear-gradient(135deg, #fff9f3, #fff); }
.welcome ol { margin: .4rem 0 .4rem 1.1rem; padding: 0; }
.welcome li { margin: .2rem 0; }

/* --- Info-bulles --- */
.hint { display: inline-grid; place-items: center; width: 18px; height: 18px; border-radius: 50%; border: 1.5px solid #c9bfae; background: #fff; color: var(--taupe); font-size: .68rem; font-weight: 800; cursor: help; padding: 0; line-height: 1; vertical-align: middle; flex-shrink: 0; font-family: Georgia, serif; font-style: italic; }
.hint:hover, .hint.on { background: var(--brun); color: #fff; border-color: var(--brun); }
.hint.light { border-color: rgba(255,255,255,.6); color: #fff; background: transparent; }
#tooltip { position: fixed; z-index: 120; max-width: 300px; background: #3d362c; color: #fff; font-size: .8rem; line-height: 1.4; padding: .5rem .7rem; border-radius: 9px; box-shadow: 0 6px 22px rgba(0,0,0,.25); pointer-events: none; opacity: 0; transform: translateY(3px); transition: opacity .12s ease, transform .12s ease; font-weight: 500; }
#tooltip.show { opacity: 1; transform: none; }
#tooltip::after { content: ''; position: absolute; left: var(--ax, 50%); bottom: -6px; width: 12px; height: 12px; background: #3d362c; transform: translateX(-50%) rotate(45deg); border-radius: 2px; }
#tooltip.below::after { bottom: auto; top: -6px; }
#tooltip b { color: #ffd6b3; }
[data-tip] { cursor: help; }
button[data-tip], a[data-tip], .btn[data-tip], .chip[data-tip], .kpi[data-tip], label[data-tip], input[data-tip], select[data-tip] { cursor: pointer; }
.hint[data-tip] { cursor: help; }

/* --- Formulaires --- */
label.f { display: flex; align-items: center; gap: .35rem; font-size: .82rem; font-weight: 600; color: var(--taupe); margin-bottom: .3rem; }
input[type=text], input[type=email], input[type=password], input[type=datetime-local], input[type=date], input[type=number], input[type=file], select, textarea { width: 100%; border: 1px solid var(--bord); border-radius: 9px; padding: .5rem .7rem; background: #fff; min-height: var(--ctl-h); }
select { appearance: none; -webkit-appearance: none; background-image: linear-gradient(45deg, transparent 50%, var(--taupe) 50%), linear-gradient(135deg, var(--taupe) 50%, transparent 50%); background-position: calc(100% - 16px) calc(50% - 2px), calc(100% - 11px) calc(50% - 2px); background-size: 5px 5px, 5px 5px; background-repeat: no-repeat; padding-right: 2rem; }
select.inline { width: auto; min-height: var(--ctl-sm); padding: .2rem 2rem .2rem .6rem; font-size: .84rem; border-radius: 999px; }
input:focus, select:focus, textarea:focus { outline: 2px solid rgba(211,108,31,.35); border-color: var(--orange); }
textarea { min-height: 120px; resize: vertical; line-height: 1.45; }
input[type=file] { padding: .35rem .5rem; font-size: .85rem; }
.field { margin-bottom: .8rem; }
.two { display: grid; grid-template-columns: 1fr 1fr; gap: .8rem; }
@media (max-width: 560px) { .two { grid-template-columns: 1fr; } }
.check { display: flex; align-items: center; gap: .55rem; font-size: .9rem; padding: .3rem 0; cursor: pointer; }
.check input { width: 18px; height: 18px; accent-color: var(--orange); margin: 0; flex-shrink: 0; }
.switch { display: flex; justify-content: space-between; align-items: center; gap: .8rem; padding: .65rem 0; border-top: 1px solid var(--bord); }
.switch:first-of-type { border-top: 0; }
.switch .lbl { display: flex; flex-direction: column; gap: .1rem; }
.switch .lbl b { font-weight: 600; color: var(--brun); display: flex; align-items: center; gap: .35rem; }
.switch .lbl span { font-size: .78rem; color: var(--muted); }
.switch input[type=checkbox] { width: 44px; height: 24px; appearance: none; -webkit-appearance: none; background: #d9d1c4; border-radius: 999px; position: relative; cursor: pointer; flex-shrink: 0; transition: background .15s; }
.switch input[type=checkbox]::after { content: ''; position: absolute; top: 3px; left: 3px; width: 18px; height: 18px; border-radius: 50%; background: #fff; transition: left .15s; box-shadow: 0 1px 3px rgba(0,0,0,.25); }
.switch input[type=checkbox]:checked { background: var(--ok); }
.switch input[type=checkbox]:checked::after { left: 23px; }
.switch input[type=checkbox]:disabled { opacity: .45; cursor: not-allowed; }
.type-picker { display: grid; grid-template-columns: repeat(auto-fit, minmax(100px, 1fr)); gap: .5rem; }
.type-picker button { border: 2px solid var(--bord); background: #fff; border-radius: 10px; padding: .55rem .4rem; cursor: pointer; font-weight: 600; color: var(--brun); font-size: .85rem; min-height: 64px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: .15rem; }
.type-picker button.active { border-color: var(--orange); background: #fdf3ea; }
.type-picker button:disabled { opacity: .5; cursor: not-allowed; }
.type-picker button small { display: block; font-weight: 400; color: var(--muted); font-size: .7rem; }
.people { display: flex; flex-wrap: wrap; gap: .4rem; max-height: 190px; overflow: auto; padding: .45rem; border: 1px solid var(--bord); border-radius: 9px; background: #fff; }
.people label { border: 1px solid var(--bord); border-radius: 999px; padding: .25rem .6rem; font-size: .8rem; cursor: pointer; display: inline-flex; align-items: center; gap: .3rem; min-height: 30px; }
.people label.on { background: var(--brun); color: #fff; border-color: var(--brun); }
.people input { display: none; }
.form-actions { display: flex; justify-content: space-between; align-items: center; gap: .6rem; margin-top: 1rem; flex-wrap: wrap; }

/* --- Détail / contenu --- */
.content { line-height: 1.55; }
.content p { margin: .35rem 0; }
.content ul, .content ol { margin: .3rem 0 .3rem 1.2rem; padding: 0; }
.content h4 { margin: .6rem 0 .2rem; font-size: .95rem; }
.content a.src { background: #fdf3ea; color: var(--orange-d); border-radius: 5px; padding: 0 .3rem; text-decoration: none; font-size: .8rem; font-weight: 700; }
.content code { background: var(--creme); padding: 0 .3rem; border-radius: 4px; font-size: .9em; }
.detail-meta { display: grid; grid-template-columns: max-content 1fr; gap: .25rem .8rem; font-size: .85rem; margin: .5rem 0 .7rem; }
.detail-meta dt { color: var(--muted); display: flex; align-items: center; gap: .3rem; }
.detail-meta dd { margin: 0; color: var(--texte); }
.section { margin-top: 1rem; padding-top: .8rem; border-top: 1px solid var(--bord); }
.section > h3 { display: flex; align-items: center; gap: .45rem; margin-bottom: .5rem; }
.comment { padding: .55rem .75rem; background: var(--creme); border-radius: 9px; margin-top: .5rem; }
.comment .who { font-size: .8rem; color: var(--taupe); font-weight: 600; margin-bottom: .1rem; }
.ai-box { border: 1px dashed #e0c3a5; background: #fffaf5; border-radius: 10px; padding: .75rem .9rem; }
.ai-box h3 { color: var(--orange-d); display: flex; align-items: center; gap: .4rem; }
.att { display: flex; align-items: center; justify-content: space-between; gap: .6rem; padding: .45rem 0; border-top: 1px solid var(--bord); }
.att:first-child { border-top: 0; }

/* --- Chat --- */
.chat { display: flex; flex-direction: column; gap: .6rem; min-height: 120px; }
.msg { max-width: 92%; padding: .65rem .85rem; border-radius: 12px; }
.msg.user { align-self: flex-end; background: var(--brun); color: #fff; border-bottom-right-radius: 4px; }
.msg.assistant { align-self: flex-start; background: #fff; border: 1px solid var(--bord); border-bottom-left-radius: 4px; }
.msg .sources { margin-top: .5rem; display: flex; flex-wrap: wrap; gap: .3rem; }
.msg .sources a { font-size: .75rem; background: #fdf3ea; color: var(--orange-d); border-radius: 6px; padding: .15rem .45rem; text-decoration: none; }
.chat-input { display: flex; gap: .5rem; align-items: flex-end; position: sticky; bottom: calc(var(--nav-h) + .5rem); background: var(--creme); padding-top: .5rem; }
.chat-input textarea { min-height: 44px; max-height: 140px; }
@media (min-width: 900px) { .chat-input { bottom: .5rem; } }
.thinking { display: inline-block; color: var(--muted); font-style: italic; }
.thinking::after { content: '…'; animation: dots 1.2s infinite; }
@keyframes dots { 0% { content: '.'; } 33% { content: '..'; } 66% { content: '...'; } }

/* --- Login --- */
#login { max-width: 400px; margin: 6vh auto; }
#login .logo-big { width: 64px; height: 64px; border-radius: 16px; background: var(--orange); color: #fff; display: grid; place-items: center; font-size: 2rem; font-weight: 800; margin: 0 auto .8rem; }
.toast { position: fixed; left: 50%; bottom: calc(var(--nav-h) + 14px); transform: translateX(-50%); background: var(--brun); color: #fff; padding: .6rem 1rem; border-radius: 999px; box-shadow: var(--shadow); z-index: 60; font-size: .9rem; max-width: 90vw; }
.toast.err { background: var(--danger); }
@media (min-width: 900px) { .toast { bottom: 24px; } }

/* --- Tableaux / onglets / divers --- */
.tbl-wrap { overflow-x: auto; }
table.tbl { width: 100%; border-collapse: collapse; font-size: .85rem; }
table.tbl th, table.tbl td { text-align: left; padding: .5rem .55rem; border-bottom: 1px solid var(--bord); vertical-align: middle; }
table.tbl th { color: var(--taupe); font-weight: 600; font-size: .76rem; text-transform: uppercase; letter-spacing: .3px; white-space: nowrap; }
table.tbl tr:last-child td { border-bottom: 0; }
table.tbl.kv th { width: 34%; text-transform: none; font-size: .85rem; }
.tabs { display: flex; gap: .2rem; border-bottom: 1px solid var(--bord); margin-bottom: .8rem; overflow-x: auto; }
.tabs button { background: none; border: 0; padding: .6rem .85rem; cursor: pointer; font-weight: 600; color: var(--taupe); border-bottom: 3px solid transparent; white-space: nowrap; margin-bottom: -1px; }
.tabs button.active { color: var(--orange-d); border-bottom-color: var(--orange); }
details summary { cursor: pointer; color: var(--brun); font-weight: 600; }
details summary::marker { color: var(--orange); }
.legend { display: grid; grid-template-columns: max-content 1fr; gap: .35rem .6rem; font-size: .85rem; align-items: center; }
.help h2 { margin-top: 1.1rem; padding-top: .8rem; border-top: 1px solid var(--bord); display: flex; align-items: center; gap: .45rem; }
.help h2:first-of-type { margin-top: 0; padding-top: 0; border-top: 0; }
.help p, .help li { line-height: 1.55; }
.help ul { margin: .3rem 0 .5rem 1.2rem; padding: 0; }
.help details { margin: .35rem 0; }
.help details p { margin: .3rem 0 0; }
.footer { text-align: center; color: var(--muted); font-size: .75rem; margin-top: 1.4rem; }
.skel { background: linear-gradient(90deg, #f3efe8 25%, #faf7f2 50%, #f3efe8 75%); background-size: 400% 100%; animation: sk 1.2s infinite; border-radius: 8px; height: 14px; margin: .5rem 0; }
@keyframes sk { 0% { background-position: 100% 0; } 100% { background-position: 0 0; } }
@media (max-width: 520px) { #top .brand small { display: none; } .page-head .actions .btn { flex: 1; } }
@media print { #top, #nav, .chat-input, .quick { display: none !important; } body { padding: 0; background: #fff; } .card { box-shadow: none; border: 1px solid #ddd; } }
