body{display:grid;grid-template-areas:"page-header page-header page-header" "article article ads" "page-footer page-footer page-footer";grid-template-rows:80px 1fr 70px;grid-template-columns:20% 1fr 35%;grid-row-gap:10px;grid-column-gap:10px;min-height:100vh;margin:0}header{padding:1.2em;display:flex;justify-content:space-between}#mainArticle,#sitePromo{padding:1.2em}#pageHeader{grid-area:page-header}#pageFooter{grid-area:page-footer}#mainArticle{grid-area:article;display:flex;flex-direction:column;justify-content:flex-start}#sitePromo{grid-area:ads}@media all and (max-width: 768px){body{grid-template-areas:"page-header" "article" "ads" "page-footer";grid-template-rows:80px 1fr 1fr 70px;grid-template-columns:1fr}}nav.nav{max-height:0;transition:max-height .5s ease-out;width:100%;height:100%;position:absolute;left:0;top:80px;background-color:#000;overflow:hidden;z-index:12}nav.nav ul{list-style:none}nav.nav ul.menu{padding:0}nav.nav ul.menu li{padding:0}nav.nav ul.menu li a{text-decoration:none;display:block;position:relative;color:#fff;padding:30px;font-size:1rem;line-height:1.4}nav.nav ul.menu li a:after{content:"";position:absolute;width:100%;transform:scaleX(0);height:2px;bottom:0;left:0;background-color:#0087ca;transform-origin:bottom right;transition:transform .25s ease-out}nav.nav ul.menu li a:hover:after{transform:scaleX(1);transform-origin:bottom left}nav.nav ul.menu li a[aria-current=page]:after{transform:scaleX(1);transform-origin:bottom left}nav.nav ul.menu li a:focus-visible{outline:2px solid #0087ca;outline-offset:4px}@media (min-width: 950px){nav.nav{max-height:none;top:0;position:relative;float:right;width:fit-content;background-color:transparent}nav.nav ul.menu li{float:left;padding-right:30px;padding-top:0}nav.nav ul.menu li:last-child{padding-right:0}nav.nav ul.menu li a{padding:10px 0 0;color:#000}nav.nav ul.menu li a:after{background-color:#000}}@media (min-width: 950px) and (prefers-color-scheme: dark){html:not([data-theme=light]) nav.nav ul.menu li a{color:#e3f2fd}html:not([data-theme=light]) nav.nav ul.menu li a:after{background-color:#0087ca}}@media (min-width: 950px){html[data-theme=dark] nav.nav ul.menu li a{color:#e3f2fd}html[data-theme=dark] nav.nav ul.menu li a:after{background-color:#0087ca}}.hamb{cursor:pointer;float:right;padding:20px 10px}.hamb-line{background:#000;display:block;height:7px;position:relative;width:40px}.hamb-line:before,.hamb-line:after{background:#000;content:"";display:block;height:100%;position:absolute;transition:all .2s ease-out;width:100%}.hamb-line:before{top:12px}.hamb-line:after{top:-12px}.side-menu{display:none}.side-menu:checked~nav{max-height:100%}.side-menu:checked~.hamb .hamb-line{background:transparent}.side-menu:checked~.hamb .hamb-line:before{transform:rotate(-45deg);top:0}.side-menu:checked~.hamb .hamb-line:after{transform:rotate(45deg);top:0}@media (prefers-color-scheme: dark){html:not([data-theme=light]) .hamb-line{background:#e3f2fd}html:not([data-theme=light]) .hamb-line:before,html:not([data-theme=light]) .hamb-line:after{background:#e3f2fd}}html[data-theme=dark] .hamb-line{background:#e3f2fd}html[data-theme=dark] .hamb-line:before,html[data-theme=dark] .hamb-line:after{background:#e3f2fd}@media (min-width: 950px){.hamb{display:none}}header #page-tools{display:flex;align-items:center;gap:.5rem}@media (min-width: 950px){header #page-tools{gap:1rem}}header .theme-toggle{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid #000;background-color:#fff;color:#000;border-radius:999px;width:2.2rem;height:2.2rem;display:inline-flex;align-items:center;justify-content:center;font-size:1rem;line-height:1;cursor:pointer;flex-shrink:0;transition:background-color .2s ease,border-color .2s ease,transform .12s ease}header .theme-toggle:hover{border-color:#0087ca;background-color:#f2f2f2}header .theme-toggle:active{transform:translateY(1px)}header .theme-toggle:focus-visible{outline:2px solid #0087ca;outline-offset:2px}@media (max-width: 768px){header .theme-toggle{width:2rem;height:2rem;font-size:.95rem}}header .logo-image{display:inline-block;background-image:url(/dudes.png);background-size:cover;height:42px;width:42px;vertical-align:text-bottom}header .signOutButtonContainer{display:none}header a{text-decoration:none}header a span.logo-text{font-size:clamp(1.1rem,3.2vw,2.2rem);font-weight:300;display:inline-block;color:#000}header a span.logo-text div{display:inline-block;margin:0;padding:0}header a span.logo-text div.d{opacity:0;animation:drop .4s linear forwards}header a span.logo-text div.o{opacity:0;animation:drop .4s linear forwards .2s}header a span.logo-text div.t{opacity:0;animation:drop .4s linear forwards .4s}header a span.logo-text div.n{opacity:0;animation:drop .4s linear forwards .6s}header a span.logo-text div.e{opacity:0;animation:drop .4s linear forwards .8s}header a span.logo-text div.t1{opacity:0;animation:drop .4s linear forwards .1s}header a span.logo-text div.d1{opacity:0;animation:drop .4s linear forwards .12s}header a span.logo-text div.u{opacity:0;animation:drop .4s linear forwards .14s}header a span.logo-text div.d2{opacity:0;animation:drop .4s linear forwards .16s}header a span.logo-text div.e1{opacity:0;animation:drop .4s linear forwards .18s}header a span.logo-text div.s{opacity:0;animation:drop .4s linear forwards .2s}@media (prefers-color-scheme: dark){html:not([data-theme=light]) header .theme-toggle{border-color:#e3f2fd;background-color:#121212;color:#e3f2fd}html:not([data-theme=light]) header .theme-toggle:hover{border-color:#0087ca;background-color:#181818}html:not([data-theme=light]) header .logo-image{background-image:url(/dudes-dark.png)}html:not([data-theme=light]) header a span.logo-text{color:#e3f2fd}}html[data-theme=dark] header .theme-toggle{border-color:#e3f2fd;background-color:#121212;color:#e3f2fd}html[data-theme=dark] header .theme-toggle:hover{border-color:#0087ca;background-color:#181818}html[data-theme=dark] header .logo-image{background-image:url(/dudes-dark.png)}html[data-theme=dark] header a span.logo-text{color:#e3f2fd}@keyframes drop{0%{transform:translateY(-200px);opacity:0}50%{transform:translateY(0);opacity:1}65%{transform:translateY(-17px);opacity:1}75%{transform:translateY(-22px);opacity:1}to{transform:translateY(0);opacity:1}}footer{border-top:1px solid #d9dcdf;background:linear-gradient(180deg,#fff,#fbfcfd);font-size:.9rem;line-height:1.4}footer .footer-inner{width:100%;max-width:100%;box-sizing:border-box;margin:0 auto;padding:1.35rem 1.6rem 1rem;display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:1.05rem 1.65rem}footer .footer-col{min-width:0}footer .footer-brand{display:inline-block;margin-bottom:.45rem;text-decoration:none;color:#12171c;font-weight:700;font-size:1.02rem;letter-spacing:.012em}footer .footer-tagline{margin:0;color:#5b6570;max-width:34ch}footer .footer-social{margin-top:.8rem;display:flex;align-items:center;gap:.55rem}footer .footer-social-link{--social-color: #2f3d49;--social-icon: none;width:2rem;height:2rem;border-radius:999px;border:1px solid #d3d8dd;background:#fff;color:var(--social-color);display:inline-flex;align-items:center;justify-content:center;text-decoration:none;transition:border-color .2s ease,transform .2s ease,color .2s ease}footer .footer-social-link:before{content:"";width:1rem;height:1rem;background-color:currentColor;-webkit-mask-image:var(--social-icon);mask-image:var(--social-icon);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:contain;mask-size:contain}footer .footer-social-link:hover{border-color:#0087ca;color:#0087ca;transform:translateY(-1px)}footer .footer-social-link:focus-visible{outline:2px solid #0087ca;outline-offset:2px}footer .footer-social-link-github{--social-icon: url(/icons/github.svg)}footer .footer-social-link-linkedin{--social-icon: url(/icons/linkedin.svg)}footer .footer-social-link-facebook{--social-icon: url(/icons/facebook.svg)}footer .footer-social-link-twitter{--social-icon: url(/icons/twitter.svg)}footer .footer-heading{margin:0 0 .45rem;font-size:.76rem;font-weight:650;letter-spacing:.065em;text-transform:uppercase;color:#7b8793}footer .footer-col-nav{display:flex;flex-direction:column;align-items:flex-start;gap:.38rem}footer .footer-col-nav a{display:block;color:#27313a;text-decoration:none;position:relative}footer .footer-col-nav a:after{content:"";position:absolute;left:0;bottom:-.2rem;width:100%;height:1px;background:currentColor;transform:scaleX(0);transform-origin:bottom right;opacity:.7;transition:transform .2s ease,opacity .2s ease}footer .footer-col-nav a:hover:after,footer .footer-col-nav a:focus-visible:after{transform:scaleX(1);transform-origin:bottom left;opacity:1}footer .footer-col-nav a:focus-visible{outline:2px solid #0087ca;outline-offset:3px}footer .footer-col-contact{display:flex;flex-direction:column;align-items:flex-start;gap:.35rem;font-style:normal}footer .footer-col-contact a,footer .footer-col-contact span{color:#3a454f;text-decoration:none}footer .footer-col-contact a:hover,footer .footer-col-contact a:focus-visible{text-decoration:underline;text-underline-offset:2px}footer .footer-col-contact a:focus-visible{outline:2px solid #0087ca;outline-offset:2px}footer .footer-bottom{grid-column:1/-1;border-top:1px solid #ebedf0;margin-top:.55rem;padding-top:.9rem;display:flex;align-items:center;justify-content:space-between;gap:.9rem;flex-wrap:wrap}footer .footer-meta{margin:0;color:#616c77}footer .footer-credit{margin:0;color:#707b86}footer .footer-credit a{color:inherit;text-decoration:underline;text-underline-offset:2px}@media (prefers-color-scheme: dark){html:not([data-theme=light]) footer{border-top-color:#2d343b;background:linear-gradient(180deg,#0f1114,#12161a)}html:not([data-theme=light]) footer .footer-brand{color:#f3f5f7}html:not([data-theme=light]) footer .footer-tagline{color:#b8c5ce}html:not([data-theme=light]) footer .footer-heading{color:#8fa3af}html:not([data-theme=light]) footer .footer-social-link{border-color:#39424a;background:#161b20;color:#d9e8f2}html:not([data-theme=light]) footer .footer-social-link:hover{border-color:#4ba8d8;color:#4ba8d8}html:not([data-theme=light]) footer .footer-social-link-github{--social-icon: url(/icons/github-dark.svg)}html:not([data-theme=light]) footer .footer-social-link-linkedin{--social-icon: url(/icons/linkedin-dark.svg)}html:not([data-theme=light]) footer .footer-social-link-facebook{--social-icon: url(/icons/facebook-dark.svg)}html:not([data-theme=light]) footer .footer-social-link-twitter{--social-icon: url(/icons/twitter-dark.svg)}html:not([data-theme=light]) footer .footer-col-nav a{color:#d9e8f2}html:not([data-theme=light]) footer .footer-col-contact a,html:not([data-theme=light]) footer .footer-col-contact span{color:#ccd8df}html:not([data-theme=light]) footer .footer-bottom{border-top-color:#262d34}html:not([data-theme=light]) footer .footer-meta{color:#aebdc6}html:not([data-theme=light]) footer .footer-credit{color:#9fb0bb}}html[data-theme=dark] footer{border-top-color:#2d343b;background:linear-gradient(180deg,#0f1114,#12161a)}html[data-theme=dark] footer .footer-brand{color:#f3f5f7}html[data-theme=dark] footer .footer-tagline{color:#b8c5ce}html[data-theme=dark] footer .footer-heading{color:#8fa3af}html[data-theme=dark] footer .footer-social-link{border-color:#39424a;background:#161b20;color:#d9e8f2}html[data-theme=dark] footer .footer-social-link:hover{border-color:#4ba8d8;color:#4ba8d8}html[data-theme=dark] footer .footer-social-link-github{--social-icon: url(/icons/github-dark.svg)}html[data-theme=dark] footer .footer-social-link-linkedin{--social-icon: url(/icons/linkedin-dark.svg)}html[data-theme=dark] footer .footer-social-link-facebook{--social-icon: url(/icons/facebook-dark.svg)}html[data-theme=dark] footer .footer-social-link-twitter{--social-icon: url(/icons/twitter-dark.svg)}html[data-theme=dark] footer .footer-col-nav a{color:#d9e8f2}html[data-theme=dark] footer .footer-col-contact a,html[data-theme=dark] footer .footer-col-contact span{color:#ccd8df}html[data-theme=dark] footer .footer-bottom{border-top-color:#262d34}html[data-theme=dark] footer .footer-meta{color:#aebdc6}html[data-theme=dark] footer .footer-credit{color:#9fb0bb}@media all and (max-width: 768px){footer .footer-inner{grid-template-columns:1fr;text-align:center;padding:1.15rem 1rem;gap:.95rem}footer .footer-col-nav{align-items:center;justify-content:center}footer .footer-col-contact{align-items:center}footer .footer-tagline{margin-left:auto;margin-right:auto;text-align:center}footer .footer-social{justify-content:center}footer .footer-bottom{justify-content:center;text-align:center;gap:.45rem}}.about-image{width:100%;height:auto}#sitePromo{display:flex;flex-direction:column;flex:1}#sitePromo #aboutGuy{flex:1;display:flex}#sitePromo #aboutGuy .container{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center}#sitePromo #aboutGuy .avatar{width:150px;height:150px;box-sizing:border-box;border:5px white solid;border-radius:50%;overflow:hidden;box-shadow:0 5px 15px #0009;transform:translatey(0);animation:bobble 6s ease-in-out infinite}#sitePromo #aboutGuy .avatar img{width:100%;height:auto}#sitePromo #aboutGuy .content{box-sizing:border-box;text-align:center;max-width:60ch}#sitePromo #aboutGuy .content p{text-align:left;line-height:1.65}#sitePromo .about-side{flex:1}@keyframes bobble{0%{box-shadow:0 5px 15px #0009;transform:translatey(10px)}50%{box-shadow:0 25px 15px #0003;transform:translatey(-10px)}to{box-shadow:0 5px 15px #0009;transform:translatey(10px)}}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:16px;line-height:1.6;color:#000;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}h1,h2,h3,h4,h5,h6{line-height:1.25;margin-top:.5em;margin-bottom:.25em}h1+h2,h2+h3,h3+h4,h4+h5,h5+h6{margin-top:.1em}p{margin-top:.3em;margin-bottom:.4em}ul,ol{margin-top:.35em;margin-bottom:.5em;padding-left:1.1em}li{margin-top:.15em;margin-bottom:.15em}@media (prefers-color-scheme: dark){html:not([data-theme=light]) body{color:#e3f2fd}}.promo-stack{display:flex;flex-direction:column;gap:1rem}.promo-card{border:1px solid #000;border-radius:1rem;padding:1rem;background-color:#fff;overflow:hidden}.promo-card__image{width:100%;aspect-ratio:16/9;object-fit:cover;display:block}.promo-card__body{padding:1rem}.promo-card h2{margin:0 0 .6rem;font-size:1.25rem;line-height:1.2}.promo-card p{margin:0 0 .75rem;line-height:1.5}.promo-card p:last-child{margin-bottom:0}@media (prefers-color-scheme: dark){html:not([data-theme=light]) .promo-card{background-color:#424242;border:none}html:not([data-theme=light]) .promo-card h2,html:not([data-theme=light]) .promo-card h3,html:not([data-theme=light]) .promo-card p{color:#e3f2fd}}html[data-theme=dark] .promo-card{background-color:#424242;border:none}html[data-theme=dark] .promo-card h2,html[data-theme=dark] .promo-card h3,html[data-theme=dark] .promo-card p{color:#e3f2fd}@media all and (max-width: 768px){.promo-stack{gap:.75rem}.promo-card__body{padding:.75rem}.promo-card h2{margin-bottom:.5rem;font-size:1.1rem}.promo-card p{margin-bottom:.65rem;font-size:.95rem;line-height:1.45}}.main-header-image{display:block;width:100%;height:auto;border-radius:1rem}picture.main-header-image img,.main-header-image img{display:block;width:100%;height:auto;border-radius:1rem}@media all and (max-width: 768px){.main-header-image{border-radius:.75rem}picture.main-header-image img,.main-header-image img{border-radius:.75rem}}html,body{min-height:100vh}#mainArticle #calltoaction{--cta-accent: #e65c00;--cta-accent-strong: #c63d00;--cta-foreground: #1b110c;--cta-border: #f3b187;--cta-shadow: rgba(198, 61, 0, .18);position:relative;margin:1rem 0 1.3rem;padding:1.4rem;border:1px solid var(--cta-border);border-radius:16px;box-shadow:0 14px 35px -20px var(--cta-shadow);color:var(--cta-foreground);overflow:hidden}#mainArticle #calltoaction:after{content:"";position:absolute;inset:auto -90px -75px auto;width:220px;height:220px;border-radius:50%;background:#ffffff52;pointer-events:none}#mainArticle #calltoaction h2{margin-top:.35rem;margin-bottom:.55rem;font-size:clamp(1.3rem,2.5vw,1.75rem);line-height:1.2}#mainArticle #calltoaction p{max-width:62ch;font-size:1.02rem;margin-bottom:.7rem}#mainArticle #calltoaction .cta-badge{display:inline-flex;align-items:center;gap:.55rem;background-color:#ffffffc7;border:1px solid rgba(198,61,0,.22);border-radius:999px;font-weight:700;font-size:.86rem;letter-spacing:.03em;text-transform:uppercase;padding:.3rem .75rem .3rem .48rem;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}#mainArticle #calltoaction .cta-icon{width:1.5rem;height:1.5rem;display:block}#mainArticle #calltoaction .cta-button{display:inline-block;margin-top:.25rem;text-decoration:none;font-weight:700;letter-spacing:.01em;color:#fff;background:linear-gradient(125deg,var(--cta-accent),var(--cta-accent-strong));border:1px solid transparent;border-radius:10px;padding:.65rem 1rem;transition:transform .18s ease,box-shadow .18s ease,filter .18s ease}#mainArticle #calltoaction .cta-button:hover{transform:translateY(-1px);box-shadow:0 8px 18px -12px #00000073;filter:saturate(1.06)}#mainArticle #calltoaction .cta-button:focus-visible{outline:2px solid #0087ca;outline-offset:2px}#mainArticle #calltoaction.cta-style-banner{background-image:linear-gradient(110deg,#fff2e4f5,#ffd8bce6),url(/images/Perth-City.webp);background-position:center;background-size:cover;background-repeat:no-repeat}#mainArticle #calltoaction.cta-style-banner .cta-badge{background-color:#ffffffc7;border-color:#c63d0038}#mainArticle #calltoaction.cta-style-minimal{border:2px solid #3c9bb4;background:linear-gradient(180deg,#eef9fc,#dff2f7);box-shadow:0 14px 35px -24px #16526259}#mainArticle #calltoaction.cta-style-minimal:after{background:#3c9bb42e}#mainArticle #calltoaction.cta-style-minimal .cta-badge{background-color:#fff;border-color:#75becf;color:#114857}#mainArticle #calltoaction.cta-style-minimal .cta-button{background:linear-gradient(125deg,#0c728e,#0a5468)}@media (prefers-color-scheme: dark){html:not([data-theme=light]) body{color:#e3f2fd}html:not([data-theme=light]) #mainArticle #calltoaction{--cta-foreground: #fef0e9;--cta-border: #8d3f22;--cta-shadow: rgba(0, 0, 0, .45)}html:not([data-theme=light]) #mainArticle #calltoaction.cta-style-banner{background-image:linear-gradient(120deg,#401607eb,#1f0a02e6),url(/images/perth-night.webp)}html:not([data-theme=light]) #mainArticle #calltoaction.cta-style-banner .cta-badge{background-color:#ffffff14;border-color:#ffffff2e}html:not([data-theme=light]) #mainArticle #calltoaction .cta-icon{filter:brightness(0) saturate(100%) invert(85%) sepia(56%) saturate(3190%) hue-rotate(332deg) brightness(103%) contrast(102%)}html:not([data-theme=light]) #mainArticle #calltoaction.cta-style-minimal{--cta-foreground: #dff6ff;--cta-border: #2d7f96;background:linear-gradient(180deg,#0b2d38,#08212a);box-shadow:0 14px 35px -22px #00000094}html:not([data-theme=light]) #mainArticle #calltoaction.cta-style-minimal:after{background:#49b3cf26}html:not([data-theme=light]) #mainArticle #calltoaction.cta-style-minimal .cta-badge{background-color:#ffffff14;border-color:#9de5fa47;color:#dff6ff}html:not([data-theme=light]) #mainArticle #calltoaction.cta-style-minimal .cta-button{background:linear-gradient(125deg,#49b3cf,#2d8fac);color:#001b24}}html[data-theme=dark] body{color:#e3f2fd}html[data-theme=dark] #mainArticle #calltoaction{--cta-foreground: #fef0e9;--cta-border: #8d3f22;--cta-shadow: rgba(0, 0, 0, .45)}html[data-theme=dark] #mainArticle #calltoaction.cta-style-banner{background-image:linear-gradient(120deg,#401607eb,#1f0a02e6),url(/images/perth-night.webp)}html[data-theme=dark] #mainArticle #calltoaction.cta-style-banner .cta-badge{background-color:#ffffff14;border-color:#ffffff2e}html[data-theme=dark] #mainArticle #calltoaction .cta-icon{filter:brightness(0) saturate(100%) invert(85%) sepia(56%) saturate(3190%) hue-rotate(332deg) brightness(103%) contrast(102%)}html[data-theme=dark] #mainArticle #calltoaction.cta-style-minimal{--cta-foreground: #dff6ff;--cta-border: #2d7f96;background:linear-gradient(180deg,#0b2d38,#08212a);box-shadow:0 14px 35px -22px #00000094}html[data-theme=dark] #mainArticle #calltoaction.cta-style-minimal:after{background:#49b3cf26}html[data-theme=dark] #mainArticle #calltoaction.cta-style-minimal .cta-badge{background-color:#ffffff14;border-color:#9de5fa47;color:#dff6ff}html[data-theme=dark] #mainArticle #calltoaction.cta-style-minimal .cta-button{background:linear-gradient(125deg,#49b3cf,#2d8fac);color:#001b24}@media all and (max-width: 768px){#mainArticle #calltoaction{padding:1.2rem}#mainArticle #calltoaction .cta-badge{font-size:.78rem}#mainArticle #calltoaction p{font-size:.98rem}}
