@import 'https://unpkg.com/ionicons@4.5.10-0/dist/css/ionicons.min.css';@import 'https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600&display=swap';@import 'https://fonts.googleapis.com/css?family=Source+Code+Pro&display=swap';.grid {
	width:100%;
	padding: 0 32px;
	max-width:1024px;
	margin: 0 auto;
	box-sizing: border-box;
}
.row {
	display: flex;
	flex-flow: row;
}
.row:after, .grid:after{
	clear:both;
	content:"";
	display:table;
}
.column{
	display: flex;
	flex-direction: column;
	flex-grow: 0;
	width:100%;
	float:left;
	box-sizing:border-box;
}
@media only all{
    .column:not(.no-margin){margin-right:2%;}
	.column:last-child{margin-right: 0;}
    .column.one{width:6.5%;}
	.column.one.no-margin:not(:last-child){width:8.5%;}
    .column.two{width: 15%;}
	.column.two.no-margin:not(:last-child){width:17%;}
    .column.three{width: 23.5%;}
	.column.three.no-margin:not(:last-child){width:25.5%}
    .column.four{width: 32%;}
	.column.four.no-margin:not(:last-child){width:34%}
    .column.five{width: 40.5%;}
	.column.five.no-margin:not(:last-child){width:42.5%}
    .column.six{width: 49%;}
	.column.six.no-margin:not(:last-child){width:51%}
    .column.seven{width: 57.5%;}
	.column.seven.no-margin:not(:last-child){width:59.5%}
    .column.eight{width: 66%;}
	.column.eight.no-margin:not(:last-child){width:68%}
    .column.nine{width: 74.5%;}
	.column.nine.no-margin:not(:last-child){width:76.5%}
    .column.ten{width:83%;}
	.column.ten.no-margin:not(:last-child){width:85%}
    .column.eleven{width:91.5%}
	.column.eleven.no-margin:not(:last-child){width:93.5%}
    .column.offset-one{margin-left:8.5%;}
    .column.offset-two{margin-left:17%;}
    .column.offset-three{margin-left:25.5%;} 
    .column.offset-four{margin-left:34%;}
    .column.offset-five{margin-left:42.5%;}
    .column.offset-six{margin-left:51%;}
    .column.offset-seven{margin-left:59.5%;}
    .column.offset-eight{margin-left:68%;}
    .column.offset-nine{margin-left:76.5%;}
    .column.offset-ten{margin-left:85%;}
    .column.offset-eleven{margin-left:93.5%;}
} 
@media (max-width: 640px){
	.row:not(.non-responsive) > .column{ 
		width:100% !important;
		margin-right:0;
		margin-left:0;
	}
	.large-only {
		display:none;
	}
	.row:not(.non-responsive){
		flex-direction: column;
	}
}
@media (min-width: 640px){
	.small-only {
		display:none;
	}
}
@font-face {
    font-family: 'Basteleur-Bold';
    src: url('./Basteleur-Bold-DKFKedNb.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Basteleur-Moonlight';
    src: url('./Basteleur-Moonlight-D3aRr0NH.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Ciguatera';
    src: url('./Ciguatera-CimybzUx.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

html {
    font-size: 62.5%;
}

body {
    font-size: 1.6em;
    line-height: 1.5;
    background-color: #7EA0B7;
    color: #FFF9EE;
    font-family: 'Basteleur-Moonlight', 'Source Sans Pro', sans-serif;
    min-height: 100vh;
    box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6, strong, b, th, thead, button, .bold-text {
    font-family: 'Basteleur-Bold', sans-serif;
    font-weight: normal;
}

h1 { font-size: 5rem; }
h2 { font-size: 4.5rem; }
h3 { font-size: 4rem; }
h4 { font-size: 3.5rem; }
h5 { font-size: 3rem; }
h6 { font-size: 2.5rem; }

a {
    color: #FFDCF5;
    text-decoration: none;
    transition: color 0.2s;
}

a:hover {
    color: #FFF9EE;
}

em {
    font-style: italic;
}

/* APP LAYOUT CONTAINER */
.app-container {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    padding: 3rem 0;
    box-sizing: border-box;
}

/* CENTER VERTICALLY AND HORIZONTALLY ON DEFAULT/HOME STATE */
.app-container.default {
    justify-content: center;
    align-items: center;
    height: 100vh;
    padding: 0;
}

.app-container.default .grid {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

/* HEADER IN RESULTS STATE */
.header-results {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0 32px;
    box-sizing: border-box;
    max-width: 1024px;
    margin: 0 auto 3rem auto;
}

.header-star {
    width: 60px;
    height: auto;
    cursor: pointer;
    transition: transform 0.2s;
}

.header-star:hover {
    transform: scale(1.1);
}

.header-results .search-wrapper {
    max-width: 500px;
    margin: 0 2rem;
}

/* SEARCH BAR CONTAINER & INPUT */
.search-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

.search-bar-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    border: 2.5px solid #FFDCF5;
    border-radius: 3rem;
    background: transparent;
    overflow: hidden;
    box-sizing: border-box;
    height: 4.8rem;
}

#url_input {
    flex-grow: 1;
    height: 100%;
    background: transparent;
    border: none;
    outline: none;
    padding: 0 2.5rem;
    color: #FFF9EE;
    font-family: 'Ciguatera', serif;
    font-size: 1.9rem;
}

#url_input::placeholder {
    color: #FFF9EE;
    opacity: 0.3;
}

#url_submit_button {
    width: 5.5rem;
    height: 100%;
    background: #FFDCF5;
    color: #7EA0B7;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.4rem;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
}

#url_submit_button:hover {
    background: #FFF9EE;
    color: #7EA0B7;
}

.go-button {
    margin-top: 2rem;
    background: #FFDCF5;
    color: #7EA0B7;
    border: none;
    border-radius: 2rem;
    padding: 1rem 3.5rem;
    font-family: 'Basteleur-Bold', sans-serif;
    font-size: 1.8rem;
    cursor: pointer;
    transition: background 0.2s, transform 0.1s;
}

.go-button:hover {
    background: #FFF9EE;
    transform: scale(1.05);
}

.error-empty-text {
    color: #FFDCF5;
    font-family: 'Basteleur-Moonlight', sans-serif;
    font-size: 1.6rem;
    margin-top: 1.5rem;
    text-align: center;
}

/* DEFAULT STATE LAYOUT */
.state-default {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
}

.center-star {
    width: 130px;
    height: auto;
    margin-bottom: 3.5rem;
}

.state-default h2 {
    font-family: 'Basteleur-Bold', sans-serif;
    color: #FFDCF5;
    font-size: 3.8rem;
    margin-bottom: 3rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/* ERROR STATE LAYOUT */
.state-error-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 850px;
    margin: 4rem auto;
    padding: 0 32px;
    box-sizing: border-box;
}

.state-error-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 4rem;
}

.error-message-box {
    flex-grow: 1;
    text-align: left;
    padding-right: 3rem;
}

.error-message-box h3 {
    font-size: 3.4rem;
    margin-bottom: 1.5rem;
    font-family: 'Basteleur-Bold', sans-serif;
    color: #FFDCF5;
}

.error-message-box h3 .light {
    font-family: 'Basteleur-Moonlight', sans-serif;
    color: #FFF9EE;
}

.error-desc {
    font-family: 'Basteleur-Moonlight', sans-serif;
    font-size: 1.9rem;
    color: #FFF9EE;
    line-height: 1.6;
}

.error-desc a {
    color: #FFDCF5;
    text-decoration: underline;
}

.error-desc a:hover {
    color: #FFF9EE;
}

.error-heart {
    width: 110px;
    height: auto;
    flex-shrink: 0;
}

/* RESULTS PAGE HEADER BOX */
.results-header-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 2rem 0;
    margin-bottom: 3rem;
    border-bottom: 2px dashed rgba(255, 220, 245, 0.3);
}

.results-header-box .info_container {
    padding-left: 0;
}

.results-header-box h3 {
    font-family: 'Basteleur-Bold', sans-serif;
    color: #FFDCF5;
    font-size: 3.4rem;
}

.results-header-box h3 .light {
    font-family: 'Basteleur-Moonlight', sans-serif;
    color: #FFF9EE;
}

.designer-text {
    font-family: 'Basteleur-Moonlight', sans-serif;
    font-size: 1.8rem;
    margin-top: 0.5rem;
}

.designer-text a {
    color: #FFDCF5;
    text-decoration: underline;
}

.designer-text a:hover {
    color: #FFF9EE;
}

.download-all-button {
    background: #FFDCF5;
    color: #7EA0B7;
    border: none;
    border-radius: 2rem;
    padding: 1rem 2.5rem;
    font-family: 'Basteleur-Bold', sans-serif;
    font-size: 1.6rem;
    cursor: pointer;
    transition: background 0.2s, transform 0.1s;
    display: inline-block;
}

.download-all-button:hover {
    background: #FFF9EE;
    color: #7EA0B7;
    transform: scale(1.05);
}

/* CARDS GRID & BOXES */
.font-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
    margin-top: 3rem;
    width: 100%;
}

@media (max-width: 768px) {
    .font-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
    }
}

@media (max-width: 480px) {
    .font-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
}

.item {
    display: flex;
    flex-flow: column;
    height: 100%;
    border: 2.5px solid #FFDCF5;
    border-radius: 2rem;
    overflow: hidden;
    background: #7EA0B7;
    transition: transform 0.2s;
}

.item:hover {
    transform: translateY(-4px);
}

.item .upper {
    padding: 3rem 2rem;
    font-size: 2.8rem;
    height: 100%;
    background: #7EA0B7;
    color: #FFF9EE;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: none;
}

.item .lower {
    background: #FFDCF5;
    padding: 1.5rem 2rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    border: none;
}

.info_container p {
    color: #7EA0B7 !important;
    font-family: 'Basteleur-Bold', sans-serif;
    font-size: 1.8rem;
    margin: 0;
}

.info_container .small {
    font-size: 1.4rem;
    color: #7EA0B7 !important;
    font-family: 'Basteleur-Moonlight', sans-serif;
    margin-top: 0.3rem;
    opacity: 0.9;
}

.button_container .button {
    background: #7EA0B7;
    color: #FFDCF5;
    border: none;
    border-radius: 1rem;
    width: 4.5rem;
    height: 4.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.2rem;
    cursor: pointer;
    transition: background 0.2s, color 0.2s, transform 0.1s;
    text-decoration: none;
}

.button_container .button:hover {
    background: #FFF9EE;
    color: #7EA0B7;
    transform: scale(1.08);
}

/* FOOTER */
footer {
    width: 100%;
    text-align: center;
    padding: 3rem 0;
    margin-top: auto;
    font-family: 'Basteleur-Moonlight', sans-serif;
    font-size: 1.4rem;
}

footer p, footer a, footer a:active {
    color: rgba(255, 249, 238, 0.6);
}

footer a:hover {
    color: #FFDCF5;
}

.upper p[data-v-47e57bcd] {
        font-family: var(--2b8181af);
}




