.pc-tl-page{
    background:#fff;
    color:#171717;
    padding:18px 0 0;
}

.pc-tl-shell{
    width:min(1180px,calc(100% - 32px));
    margin:0 auto;
}

.pc-tl-breadcrumb{
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    gap:8px;
    margin:0 0 14px;
    font-size:14px;
    line-height:1.4;
    color:#777;
}

.pc-tl-breadcrumb a{
    color:#555;
    text-decoration:none;
}

.pc-tl-breadcrumb strong{
    color:#222;
}

.pc-tl-tool{
    border:1px solid #dfdfdc;
    border-radius:18px;
    background:#faf9f6;
    padding:22px;
}

.pc-tl-heading{
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    gap:20px;
    margin-bottom:20px;
}

.pc-tl-kicker,
.pc-tl-results-kicker{
    display:block;
    margin-bottom:5px;
    color:#e52323;
    font-size:13px;
    font-weight:800;
    letter-spacing:.04em;
    text-transform:uppercase;
}

.pc-tl-heading h1{
    margin:0;
    font-size:32px;
    line-height:1.08;
    letter-spacing:-.035em;
    color:#151515;
}

.pc-tl-heading p{
    margin:7px 0 0;
    color:#646464;
    font-size:16px;
    line-height:1.5;
}

.pc-tl-status{
    flex:0 0 auto;
    padding:8px 11px;
    border:1px solid #deddd8;
    border-radius:999px;
    background:#fff;
    color:#555;
    font-size:13px;
    font-weight:750;
}

.pc-tl-search{
    display:grid;
    grid-template-columns:minmax(0,1fr) auto auto;
    gap:12px;
    align-items:end;
    padding:16px;
    border-radius:14px;
    background:#fff;
    border:1px solid #e2e1dc;
}

.pc-tl-search-main label{
    display:block;
    margin:0 0 7px;
    font-size:14px;
    font-weight:800;
    color:#292929;
}

.pc-tl-autocomplete{
    position:relative;
}

.pc-tl-autocomplete input[type="text"]{
    width:100%;
    height:52px;
    box-sizing:border-box;
    border:1px solid #cfcfca;
    border-radius:10px;
    background:#fff;
    padding:0 15px;
    color:#171717;
    font:inherit;
    font-size:16px;
    outline:none;
}

.pc-tl-autocomplete input[type="text"]:focus{
    border-color:#171717;
    box-shadow:0 0 0 3px rgba(0,0,0,.06);
}

.pc-tl-suggestions{
    position:absolute;
    z-index:50;
    top:calc(100% + 6px);
    left:0;
    right:0;
    max-height:360px;
    overflow:auto;
    border:1px solid #dadad6;
    border-radius:12px;
    background:#fff;
    box-shadow:0 16px 35px rgba(0,0,0,.12);
}

.pc-tl-suggestion{
    width:100%;
    display:flex;
    justify-content:space-between;
    gap:15px;
    align-items:center;
    padding:12px 14px;
    border:0;
    border-bottom:1px solid #eeeeeb;
    background:#fff;
    text-align:left;
    cursor:pointer;
}

.pc-tl-suggestion:last-child{
    border-bottom:0;
}

.pc-tl-suggestion:hover{
    background:#f7f6f2;
}

.pc-tl-suggestion strong{
    display:block;
    color:#191919;
    font-size:15px;
}

.pc-tl-suggestion small{
    display:block;
    margin-top:2px;
    color:#777;
    font-size:13px;
}

.pc-tl-suggestion em{
    font-style:normal;
    color:#666;
    font-size:13px;
    font-weight:800;
}

.pc-tl-suggestion-empty{
    padding:16px;
    font-size:14px;
    color:#666;
}

.pc-tl-mode{
    display:flex;
    height:52px;
    padding:3px;
    box-sizing:border-box;
    border:1px solid #d9d9d4;
    border-radius:10px;
    background:#f5f4f0;
}

.pc-tl-mode button{
    min-width:66px;
    border:0;
    border-radius:7px;
    background:transparent;
    padding:0 12px;
    color:#555;
    font-size:14px;
    font-weight:800;
    cursor:pointer;
}

.pc-tl-mode button.is-active{
    background:#171717;
    color:#fff;
}

.pc-tl-submit{
    height:52px;
    border:0;
    border-radius:10px;
    background:#ff2525;
    padding:0 20px;
    color:#fff;
    font-size:15px;
    font-weight:850;
    cursor:pointer;
}

.pc-tl-submit:hover{
    background:#df1515;
}

.pc-tl-results{
    margin-top:14px;
    border:1px solid #e2e1dc;
    border-radius:14px;
    background:#fff;
    overflow:hidden;
}

.pc-tl-results-head{
    display:flex;
    justify-content:space-between;
    align-items:flex-end;
    gap:20px;
    padding:16px 18px;
    border-bottom:1px solid #ededE9;
}

.pc-tl-results-head h2{
    margin:0;
    font-size:22px;
    line-height:1.2;
    color:#171717;
}

.pc-tl-results-date{
    font-size:14px;
    font-weight:750;
    color:#666;
}

.pc-tl-empty{
    min-height:120px;
}

.pc-tl-empty-message{
    min-height:120px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    padding:20px;
}

.pc-tl-empty-message strong{
    color:#222;
    font-size:16px;
}

.pc-tl-empty-message span{
    margin-top:4px;
    color:#717171;
    font-size:14px;
    line-height:1.5;
}

.pc-tl-loading{
    min-height:120px;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    padding:20px;
    color:#555;
    font-size:15px;
}

.pc-tl-loading span{
    width:18px;
    height:18px;
    border:2px solid #ddd;
    border-top-color:#222;
    border-radius:50%;
    animation:pcTlSpin .8s linear infinite;
}

@keyframes pcTlSpin{
    to{
        transform:rotate(360deg);
    }
}

.pc-tl-board{
    display:block;
}

.pc-tl-row{
    display:grid;
    grid-template-columns:88px minmax(0,1fr) auto;
    align-items:center;
    gap:17px;
    padding:15px 18px;
    border-bottom:1px solid #ecece8;
}

.pc-tl-row:last-child{
    border-bottom:0;
}

.pc-tl-time{
    font-size:24px;
    line-height:1;
    font-weight:900;
    letter-spacing:-.04em;
    color:#171717;
}

.pc-tl-service-top{
    display:flex;
    align-items:center;
    gap:7px;
    margin-bottom:5px;
}

.pc-tl-service strong{
    display:block;
    color:#171717;
    font-size:16px;
    line-height:1.3;
}

.pc-tl-origin{
    display:block;
    margin-top:3px;
    color:#747474;
    font-size:14px;
}

.pc-tl-badge{
    display:inline-flex;
    align-items:center;
    min-height:24px;
    padding:0 8px;
    border-radius:999px;
    font-size:12px;
    font-weight:850;
}

.pc-tl-badge--rail{
    background:#171717;
    color:#fff;
}

.pc-tl-badge--bus{
    background:#f0eee7;
    color:#333;
}

.pc-tl-line{
    color:#666;
    font-size:13px;
    font-weight:800;
}

.pc-tl-platform{
    min-width:82px;
    text-align:right;
}

.pc-tl-platform small{
    display:block;
    color:#888;
    font-size:12px;
}

.pc-tl-platform strong{
    display:block;
    margin-top:2px;
    color:#222;
    font-size:15px;
}

.pc-tl-data-note{
    display:flex;
    gap:8px;
    margin-top:12px;
    color:#777;
    font-size:13px;
    line-height:1.5;
}

.pc-tl-data-note strong{
    color:#444;
    white-space:nowrap;
}

.pc-tl-shortcuts{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:10px;
    margin-top:14px;
}

.pc-tl-shortcuts a{
    display:flex;
    justify-content:space-between;
    gap:12px;
    padding:15px 16px;
    border:1px solid #e0e0dc;
    border-radius:12px;
    background:#fff;
    color:#222;
    font-size:14px;
    font-weight:800;
    text-decoration:none;
}

.pc-tl-shortcuts a:hover{
    background:#f7f6f2;
}

.pc-tl-seo{
    display:grid;
    grid-template-columns:minmax(0,1fr) 280px;
    gap:38px;
    margin:54px 0 44px;
    padding-top:36px;
    border-top:1px solid #e8e8e4;
}

.pc-tl-seo h2{
    margin:0 0 14px;
    color:#171717;
    font-size:28px;
    line-height:1.15;
    letter-spacing:-.025em;
}

.pc-tl-seo h3{
    margin:27px 0 8px;
    color:#1c1c1c;
    font-size:20px;
}

.pc-tl-seo p{
    margin:0 0 15px;
    max-width:800px;
    color:#606060;
    font-size:16px;
    line-height:1.72;
}

.pc-tl-seo-side{
    align-self:start;
    padding:20px;
    border:1px solid #e1e1dd;
    border-radius:14px;
    background:#faf9f6;
}

.pc-tl-seo-side strong{
    display:block;
    margin-bottom:10px;
    font-size:16px;
}

.pc-tl-seo-side ul{
    margin:0;
    padding-left:20px;
    color:#555;
    font-size:15px;
    line-height:1.8;
}

.pc-tl-attribution{
    padding:18px 0 26px;
    border-top:1px solid #ecece8;
    color:#737373;
    font-size:13px;
}


@media(max-width:800px){

    .pc-tl-page{
        padding-top:10px;
    }

    .pc-tl-shell{
        width:min(100% - 20px,1180px);
    }

    .pc-tl-breadcrumb{
        margin-bottom:9px;
    }

    .pc-tl-tool{
        padding:14px;
        border-radius:14px;
    }

    .pc-tl-heading{
        display:block;
        margin-bottom:14px;
    }

    .pc-tl-heading h1{
        font-size:25px;
    }

    .pc-tl-heading p{
        font-size:14px;
    }

    .pc-tl-status{
        display:inline-flex;
        margin-top:9px;
    }

    .pc-tl-search{
        grid-template-columns:1fr;
        padding:12px;
    }

    .pc-tl-mode{
        width:100%;
    }

    .pc-tl-mode button{
        flex:1;
    }

    .pc-tl-submit{
        width:100%;
    }

    .pc-tl-results-head{
        align-items:flex-start;
        padding:14px;
    }

    .pc-tl-results-head h2{
        font-size:19px;
    }

    .pc-tl-row{
        grid-template-columns:64px minmax(0,1fr);
        gap:11px;
        padding:13px 14px;
    }

    .pc-tl-time{
        font-size:20px;
    }

    .pc-tl-service strong{
        font-size:15px;
    }

    .pc-tl-platform{
        grid-column:2;
        text-align:left;
        min-width:0;
    }

    .pc-tl-platform small,
    .pc-tl-platform strong{
        display:inline;
    }

    .pc-tl-platform strong{
        margin-left:4px;
    }

    .pc-tl-data-note{
        display:block;
        font-size:13px;
    }

    .pc-tl-data-note strong{
        display:block;
        margin-bottom:3px;
    }

    .pc-tl-shortcuts{
        grid-template-columns:1fr;
    }

    .pc-tl-seo{
        grid-template-columns:1fr;
        gap:22px;
        margin-top:38px;
        padding-top:28px;
    }

    .pc-tl-seo h2{
        font-size:24px;
    }

    .pc-tl-seo p{
        font-size:15px;
    }
}
