/* Presents each Claude Design canvas as a live page: the desktop artboard
   fills the screen on wide viewports, the mobile artboard on phones.
   The design markup itself is untouched. */
html,body{margin:0;background:#0c0c0e!important;height:100%;overflow:hidden}
#dc-root>.sc-host>div{min-width:0!important;padding:0!important;gap:0!important;display:block!important;background:#0c0c0e!important}
#dc-root>.sc-host>div>div{display:block!important}
#dc-root>.sc-host>div>div>div:first-child{display:none!important}
#dc-root>.sc-host>div>div>div:nth-child(2){width:100vw!important;height:100vh!important;height:100dvh!important;border:0!important;border-radius:0!important}
@media (max-width:899px){#dc-root>.sc-host>div>div:nth-child(1){display:none!important}}
@media (min-width:900px){#dc-root>.sc-host>div>div:nth-child(2){display:none!important}}
