<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
body {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f9f9f9;
    color: #333;
}

nav {
    background-color: #e9e9e9;
    color: #333;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 5;    
}

nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
}

nav ul li {
    padding: 1rem;
    margin-right: 1rem;
}

nav ul li a {
    display: inline;
    color: #333;
    text-align: center;
    padding: 1rem;
    text-decoration: none;
}

nav ul li a:hover {
    background-color: #bababa;
  }

.logo img{
    width:3rem;
    height:auto;
}

.logo a{
    text-decoration: none;
    color: #333;
}

.logo{
    margin-left: 5%;
    margin-top: 2.5px;
}

.logo_links{
    margin-left: 10%;
}

.logo_n_links{
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content:flex-start;     
}

/* --- Footer ------------------------------------------------------------------ */

footer {
    background-color: #e9e9e9;
    color: #333;
    padding: 1em;
    text-align: left;
    z-index: 5;
}

footer ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

footer ul li {
    display: inline;
    margin-right: 1.5em;
}

footer ul li a {
    color: #333;
    text-decoration: none;
}

footer ul li a:hover {
    text-decoration: underline;
}


.foot_end{
    display: flex;
    flex-direction: row;
    align-items: top;
    justify-content:center; 
    margin-bottom: 1.5rem;
}

.container{
    max-width: 1140px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
}

.index_container, .terms_container, .privacy_container, .post_container {
    margin-top: 5rem;
    background: url('hero.jpg') no-repeat center center/cover;
    min-height: 100vh;
    margin-bottom: 1rem;
}

.terms_container, .privacy_container{
    margin-bottom: 3rem;
}

.terms_container h1, .privacy_container h1{
    margin-top: 7rem;
    margin-bottom: 2rem;
}


/* ------- Button ------------------------------ */
:root {
  --b-brand: #222222;      /* tweak once, re-used everywhere   */
  --fill-b-hover: #333333;  /* brand @ 8-10 % opacity         */
  --fill-b-active: #444444; /* brand @ 16-20 % opacity        */
}

button {
    background-color:#333333;
    color:#FFF;
    -moz-border-radius:13px;
    -webkit-border-radius:13px;
    border-radius:13px;
    padding:0.375rem 0.85rem 0.375rem 0.85rem;
    text-shadow: 1px 1px 1px #111111; 
    cursor: pointer;
}

.btn {
    background-color:#333333;
    color:#FFF;
    -moz-border-radius:13px;
    -webkit-border-radius:13px;
    border-radius:13px;
    padding:0.375rem 0.85rem 0.375rem 0.85rem;
    text-shadow: 1px 1px 1px #111111; 
    cursor: pointer;
    border: none;
}

.btn:hover {
    background-color:#333333;
    color:#FFF;
    border: none;
}

.btn-outline {
  padding: .55rem 1.15rem;
  color: var(--b-brand);
  background-color: transparent;
  border: 2px solid var(--b-brand);
  border-radius: .4rem;
  cursor: pointer;
  transition: background-color .18s ease, box-shadow .18s ease;
}

.btn-outline:hover {
  background-color: var(--fill-b-hover);
}

.btn-outline:active {
  background-color: var(--fill-b-active);
}

.btn-outline:focus-visible {   /* keyboard focus */
  outline: 3px solid var(--b-brand);
  outline-offset: 2px;
}


/* Newsletter  ------------------------------ */

.newsletter{
    text-align: left;
    margin-top: 3rem;
    margin-bottom: 2rem;

}

.alt_newsletter{
    text-align: center;
    margin-top: 2rem;
    margin-bottom: 3rem;    
}

.newsletter #signup_email:focus {
    border-color:#c5c6bf; 
    background-color:#f9f5d1;
    background-image:none;
    color:#000;
  }

.newsletter .bluebutton{
    background-color:#333333;
    color:#FFF;
    -moz-border-radius:13px;
    -webkit-border-radius:13px;
    border-radius:13px;
    padding:0.375rem 0.85rem 0.375rem 0.85rem;
    text-shadow: 1px 1px 1px #111111;      
}

.newsletter .signup_email{
    max-width: 200px;
    padding: .375rem .75rem;
    font-size: 1rem;
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;    
}



/* ------- No script ------------------------------ */
.javascript-required {
    background-color: #fdd; /* Light red background */
    color: #800; /* Dark red text */
    text-align: center;
    padding: 20px;
    margin: 2rem;
    margin-top: 7rem;
    border: 1px solid #800;
    border-radius: 5px;
    font-size: 1.2em;
}

/* ------- Hero ------------------------------ */

.hero, .hero_in {
    color: black;
    text-align: center;
    display: flex;
    flex-direction: column;
}

.hero h1{
    margin-top: 5rem;
    margin-bottom: 2rem;
    font-size: 3rem;
    font-weight: bold;
}

.hero_in h1{
    margin-top: 3rem;
    margin-bottom: 2rem;
    font-size: 3rem;
    font-weight:bold;    
}

.hero_in_h5{
    margin-bottom: 2rem;
}

.hero_in_h5_2{
    margin-top: 1rem;
    text-align: center;
    max-width: 40%;
    margin-left: auto;
    margin-right: auto;    
}

.hero h6{
    text-align: center;
    max-width: 35rem;
    margin-left: auto;
    margin-right: auto;
}

.hero_in_p{
    margin-top: 5rem;
}

.new_session_btn{
    background-color: #FFA07A !important;
    color: white !important;
    font-size: 1.5rem;
    font-weight: bold;
    padding-left: 3rem;
    padding-right: 3rem;
    margin-top: 1.75rem;
    margin-bottom: 2.5rem;
}

.new_session_btn:hover{
    background-color: #FFA07A;
    border: 1px solid #f85656;
}

/* Timer - Stopwatch switch */

.logged_in_form .mode-selector-form {
    display: flex;             /* 1. Turn the form into a flex container */
    flex-direction: column;    /* 2. Stack the items vertically */
    align-items: center;       /* 3. Center the items horizontally */
    gap: 1.25rem;
    margin-bottom: 20px;       /* Keep the space at the bottom */
}


/* The main container for the toggle */
.logged_in_form  .form-toggle {
    display: inline-block;
    background-color: #c7c7c7; /* Dark background for the track */
    border-radius: 20px;
    padding: 4px;
    user-select: none; /* Prevents text selection on click */
}

/* Hide the actual radio buttons */
.logged_in_form  .form-toggle input[type="radio"] {
    display: none;
}

/* Style for both labels */
.logged_in_form  .form-toggle label {
    display: inline-block;
    padding: 8px 20px;
    cursor: pointer;
    border-radius: 18px; /* Slightly smaller radius to fit inside the container */
    transition: all 0.3s ease; /* Smooth transition for color and background */
}

/* --- The Logic: Style labels based on the checked radio --- */

/* By default, all labels are the "unselected" style */
.logged_in_form  .form-toggle label {
    color: #999; /* Dimmed color for unselected text */
    font-weight: normal;
}

/* Style for the SELECTED label when radio-timer is checked */
.logged_in_form #radio-timer:checked ~ label[for="radio-timer"] {
    background-color: #8af0a2;; /* Blue background for active state */
    color: white; /* Bright white text for active state */
    font-weight: bold;
}

/* Style for the SELECTED label when radio-stopwatch is checked */
.logged_in_form  #radio-stopwatch:checked ~ label[for="radio-stopwatch"] {
    background-color: #8af0a2; /* Green background for active state */
    color: white; /* Bright white text for active state */
    font-weight: bold;
}

/* Session Title Setup */

/* --- The styles for the input box container (from before, still relevant) --- */
.session-title-container {
    margin-top: 25px;
    width: 100%;
    max-width: 400px; /* This is important! It gives the box a size to be centered. */
    text-align: center;
}

/* --- The styles for the input box itself (from before, still relevant) --- */
.session-title-input {
    width: 100%;
    padding: 12px 15px;
    font-size: 1rem;
    border: 1px solid #ced4da;
    border-radius: 8px;
    box-sizing: border-box;
    transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.session-title-input:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.session-title-input::placeholder {
    color: #999;
}

/* --- Anonymous - CSS for Circular Toggle --- */
.mode-selector-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
    margin-top: 4rem;
    margin-bottom: 1rem;
}

.mode-selector-container {
    display: flex;
    justify-content: center;
    gap: 2rem; /* The space between the two circles */
    margin-bottom: 2rem;
}

/* Hide the actual radio buttons */
.mode-selector-container input[type="radio"] {
    display: none;
}

/* The circular card style for each label */
.mode-card {
    display: flex;
    flex-direction: column; /* Stack icon on top of text */
    align-items: center;
    justify-content: center;
    width: 130px;
    height: 130px;
    border-radius: 50%; /* Makes it a circle */
    border: 3px solid #e0e0e0; /* Default, unselected border */
    cursor: pointer;
    transition: all 0.3s ease;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.mode-card span {
    margin-top: 5px;
    font-weight: 500;
    color: #888; /* Default, unselected text color */
    transition: color 0.3s ease;
}

/* We need to transition the SVG's fill and stroke properties */
.mode-card svg path,
.mode-card svg polyline,
.mode-card svg line {
    transition: fill 0.3s ease, stroke 0.3s ease;
}


/* --- The "Magic": Styling the selected state --- */

/* Style for the SELECTED Timer card */
#radio-timer:checked ~ label[for="radio-timer"] {
    border-color: #28a745; /* Active green border */
    box-shadow: 0 4px 12px rgba(40, 167, 69, 0.3); /* Green glow */
}
#radio-timer:checked ~ label[for="radio-timer"] span {
    color: #28a745; /* Active green text */
}
#radio-timer:checked ~ label[for="radio-timer"] svg path {
    fill: #28a745; /* Active green icon fill */
    stroke: #28a745; /* Active green icon stroke */
}

/* Style for the SELECTED Stopwatch card */
#radio-stopwatch:checked ~ label[for="radio-stopwatch"] {
    border-color: #28a745; /* Active green border */
    box-shadow: 0 4px 12px rgba(40, 167, 69, 0.3); /* Green glow */
}
#radio-stopwatch:checked ~ label[for="radio-stopwatch"] span {
    color: #28a745; /* Active green text */
}
#radio-stopwatch:checked ~ label[for="radio-stopwatch"] svg path {
    fill: #28a745; /* Active green icon fill */
    stroke: #28a745; /* Active green icon stroke */
}

/* ----------------- Alarm logic ------------------------------ */

/* --- Styles for Alarm Settings --- */
.timer_inputs, .rest_of_panel {
    margin: 20px 0;
    padding: 15px;
    background-color: #f8f9fa; /* A very light gray background */
    border-radius: 8px;
    border: 1px solid #dee2e6;
}

/* --- Styles for Compact Alarm Settings --- */
.alarm-settings {
    margin: 20px 0;
    padding: 10px 15px 15px 15px; /* Adjust padding */
    background-color: #f8f9fa;
    border-radius: 8px;
    border: 1px solid #dee2e6;
}

.alarm-title {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 0.9em;
    font-weight: 500;
    color: #495057;
    text-align: center;
}

/* This is the main container for the row */
.alarm-controls-container {
    display: flex;
    justify-content: space-around; /* Evenly space the 3 controls */
    align-items: center;
}

/* This styles each individual control group (dot, input, %) */
.alarm-control {
    display: flex;
    align-items: center;
    gap: 8px; /* The space between the dot, input, and % sign */
}

.alarm-control input[type="number"] {
    width: 50px;
    text-align: center;
    border: 1px solid #ced4da;
    border-radius: 4px;
    padding: 2px 4px;
}

.percent-sign {
    color: #6c757d;
    font-weight: 500;
}

/* These color dot styles remain the same */
.color-dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid rgba(0,0,0,0.1);
}

.color-dot.green { background-color: #28a745; }
.color-dot.yellow { background-color: #ffc107; }
.color-dot.red { background-color: #dc3545; }

/* These body styles also remain the same */
body.green { background-color: #28a745; }
body.yellow { background-color: #ffc107; }
body.red { background-color: #dc3545; }

/* --- Boxes -------------------------- */

.boxes {
    display: flex;
    flex-wrap: wrap; /* Ensures boxes stack if there's insufficient space */
    justify-content: center; /* Centers the boxes horizontally */
    gap: 1rem; /* Adds space between boxes */
  }
  
  .box {
    width: 30%; /* Sets a fixed width for all boxes */
    border: 1px solid #ccc; /* Optional: Adds a border for better visibility */
    padding: 1rem; /* Adds space inside each box */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Optional: Adds a subtle shadow */
    background-color: #f9f9f9; /* Optional: Adds a background color */
  }

  .box h3{
    text-align: center; /* Ensures content inside each box is centered */
  }

  .box img {
    max-width: 100%; /* Ensures the image fits within the box */
    height: auto; /* Maintains the aspect ratio */
    display: block; /* Removes extra space around the image */
    margin: 0 auto; /* Centers the image horizontally */
  }

  .box h3{
    margin-top: 1rem;
  }

.used_for{
    margin-top: 4rem;
    width: 100%;
}

.used_for h2{
    text-align: center;
    margin-bottom: 3rem;
    font-weight: bold;
}


.benefits h2{
    margin-top: 5rem;
    margin-bottom: 2rem;
    text-align: center;
}

.benefits ul{
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 4rem;
}




/* --- Time Keeper ------------------------------------------------------------------ */
.timer_container{
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.timer_window {
    font-family: Arial;
    background: #fff;
    padding: 1rem 1rem;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    text-align: center;
    max-width: 700px;
    margin-top: 5rem;
    margin-bottom: 1rem;
    margin-left: 1rem;
    margin-right: 1rem;
}

.timer_window h1{
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 2rem;
}

.timer_display {
    font-size: 4rem;
    margin-bottom: 3rem;
    font-weight: 700;
}

.timer_display_font {
    font-size: 7rem;
}


.timer_window .start {
    background-color: #4CAF50;
    color: #fff;
}

.timer_window .pause {
    background-color: #FFA500;
    color: #fff;
}

.timer_window .pause.green {
    background-color: #4CAF50;
    color: #fff;
}

.timer_window .reset {
    background-color: #f44336;
    color: #fff;
}

#hostControls{
    margin-bottom: 1rem;
}

.timer_window #chatBox {
    width: 100%;
    max-height: 120px;
    min-height: 70px;
    overflow-y: auto;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    padding: 5px;
    text-align: left;
    background-color:white;
}

.timer_window #chatInput {
    width: 80%;
    padding: 5px;
}

.timer_window #sendBtn {
    width: 15%;
    padding: 5px;
}

.timer_window #muteToggle {
    cursor: pointer;
    color: #555;
}

.user_sound{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin: 0.5rem;
    margin-top: 0.75rem;
}

.timer_window .timer_inputs{
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 1rem;
}

.tk_sharing{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin-bottom: 2rem;
}

/* Bacground colors */

body.green {
    background-color: #8bf98b;
}

body.yellow {
    background-color: #FFEF00;
}

body.red {
    background-color: #e85050;
}

/* --- Hiding Things -- */

/* 1. Hide the actual checkbox from view */
.details-toggle-checkbox {
    display: none;
}

/* 2. Style the label to look like a clickable toggle */
.details-toggle-label {
    display: block; /* Make it a block to take up full width */
    cursor: pointer;
    padding: 8px;
    margin-top: 10px;
    margin-bottom: 1rem;
    text-align: center;
    color: #555;
    background-color: #f0f0f0;
    border-radius: 4px;
    user-select: none; /* Prevents text selection on click */
    font-size: 0.9em;
}

.details-toggle-label:hover {
    background-color: #e0e0e0;
}

/* 3. By default, the content is collapsed (hidden) */
.collapsible-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out; /* Smooth slide animation */
}

/* 4. THE MAGIC: When the checkbox is checked, show the content.
   The '~' is the general sibling selector. It selects the .collapsible-content
   that is a sibling of the checked checkbox. */
.details-toggle-checkbox:checked ~ .collapsible-content {
    max-height:35rem; /* Set to a value larger than the content's height */
    transition: max-height 0.4s ease-in;
}


/* 5. Optional: Toggle the text inside the label */
.details-toggle-label .hide-text {
    display: none;
}
.details-toggle-checkbox:checked ~ .details-toggle-label .show-text {
    display: none;
}
.details-toggle-checkbox:checked ~ .details-toggle-label .hide-text {
    display: inline;
}

/* --- Connect to page ------------------------------------------------------------ */
.share_package{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.share_package h1{
    margin-top: 2rem;
    margin-bottom: 2rem;
    font-size: 3rem;
    font-weight: bold;
    display: flex; 
    justify-content: center; 
    align-items: center; 
    height: auto; 
    text-align: center;
}

.share_package .share_link{
    margin-bottom: 0.5rem;
    text-align: center;
}

.share_package .share_url{
    margin-bottom: 1.75rem;
    display: flex; 
    justify-content: center; 
    align-items: center; 
    height: auto; 
    text-align: center;
}

.share_package img{
    width: 25rem;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem;
}

/* *** BLOG ------------------------------------------------------------------ */

/* Blog post list ------------------------------ */

.post-preview {
    margin: 1rem;
}

.post-preview h2 {
    margin: 0;
    font-size: 1.5rem;
}

.post-preview p {
    color: #666;
}

.blog_post_list h1 {
    text-align: center;
    margin-top: 7rem;
    margin-bottom: 2rem;
}

.blog_post_list img{
    width:14rem;
    height:auto;
    margin-right: 1rem;
    margin-bottom: 0.5rem;
}

.blog_post_list img:hover {
    filter: brightness(75%);
  }

.blog_post_list .img_post_table{
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: center;
    margin-top: 1rem;
}

.blog_post_list .small_date{
    padding-top: 5px;
}

/* Pagination */

.pagination {
    display: flex;
    justify-content: center;
    margin: 2rem 0;
}

.pagination a, .pagination span {
    margin: 0 0.5rem;
    padding: 0.5rem 1rem;
    text-decoration: none;
    color: #333333;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.pagination a:hover {
    background-color: #f1f1f1;
}

.pagination .current {
    background-color: #333333;
    color: #fff;
    border: 1px solid #333333;
}

.pagination .ellipsis {
    padding: 0.5rem 1rem;
    color: #999;
}

/* Single Post */

.post {
    margin-bottom: 2rem;
}

.post h1 {
    font-size: 2rem;
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.post p {
    line-height: 1.6;
}

hr.solid {
  border-top: 3px solid #555;
}

.single_post_hero img{
    max-width: 45rem;
    height:    auto;

    display: block;
    margin-left: auto;
    margin-right: auto;  
}

.single_post_end{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    margin: 1rem;
}

/* --- Auth ------------------------------------------------------------------ */

.outer_space{
    display: flex;
    align-items: center;
    justify-content: center;
}

.auth{
    max-width: 500px;
    padding: 20px;
    margin-top: 4rem;
}

.auth_space{
    background: url('hero.jpg') no-repeat center center/cover;
    min-height: 100vh;
}


.login_menu{
    display: flex;
    flex-direction: column;
    gap: 3rem;
    margin-top: 4rem;
    margin-bottom: 8rem;
}


.login_google a, .login_email a{
    width: 100%;
    padding: 0.7rem 0;
    font-size: larger;
    font-weight: 500;
    text-decoration: none;

    -moz-border-radius:13px;
    -webkit-border-radius:13px;
    border-radius:13px;
    text-shadow: 1px 1px 1px #111111;  
}

/* --- Errors ------------------------------------------------------------------ */
.errors_space{
    min-height: 100vh;
}

.errors_container{
    max-width: 500px;
    padding: 20px;
    text-align: center;
}



/* ------- Media ------------------------------ */

@media (max-width: 768px) {
   
    .box {
        width: 80%;
    }

    .hero_in_h5_2{
        max-width: 80%;
    }

}



@media (max-width: 480px) {

    .hero h1, .hero_in h1, .share_package h1{
        font-size: 2.5rem;
    }

    nav ul li {
        padding: 0;
        margin-right: 0;
    }   

    .logo{
        margin-left: 1rem;
    }

    .logo_links{
        margin-left: 1rem;
    }

    .benefits ul{
        max-width: 100%;
    }

    .tk_sharing{
        flex-direction: column;
    }

    .blog_post_list img{
        width:  16rem;
        margin: 1.5rem;
    }

    .blog_post_list .img_post_table {
      flex-direction: column;
    }

    .single_post_hero img{
        width:20rem;
    }
}
</pre></body></html>