/* ==========================================================================   DEFAULT   Exotic / VUO – responsiiviinen CSS-pääsisäänkäynti   ========================================================================== *//* Perus (kaikki laitteet) */@import url(defaults.css) all;/* Smartphone portrait */@import url(defaultssmart.css)    only screen and (min-width: 300px) and (max-width: 599px)    and (max-device-width: 600px) and (orientation: portrait);/* Smartphone landscape */@import url(defaultssmartland.css)    only screen and (min-width: 600px) and (max-width: 1000px)    and (max-device-width: 1000px) and (orientation: landscape);/* Tablet portrait */@import url(defaultstablet.css)    only screen and (min-width: 600px) and (max-width: 799px)    and (max-device-width: 800px) and (orientation: portrait);/* Tablet landscape */@import url(defaultstabletland.css)    only screen and (min-width: 800px) and (max-width: 1199px)    and (max-device-width: 1200px) and (orientation: landscape);/* Tablet Pro portrait */@import url(defaultstablet.css)    only screen and (min-width: 1020px) and (max-width: 1030px)    and (max-device-width: 1400px) and (orientation: portrait);