:root{--trello-blue: #0079bf;--trello-header: #026aa7;--trello-list: #ebecf0;--trello-text: #172b4d;--trello-muted: #5e6c84;--trello-link: #5e6c84;--trello-green: #5aac44;--trello-danger: #cf513d;--trello-card: #fff;--trello-shadow: 0 1px 0 rgba(9, 30, 66, .25);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;color:var(--trello-text)}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:#f4f5f7}button,input,textarea{font:inherit}.trello-boot{min-height:100vh;display:grid;place-items:center;gap:1rem;background:var(--trello-blue);color:#fff}.trello-muted{color:var(--trello-muted)}.trello-error{background:#fbedeb;color:#ae2a19;border-radius:3px;padding:.6rem .75rem;margin:.5rem 0}.board-banner{margin:.5rem 1rem}.trello-logo,.trello-logo-lg{display:inline-flex;align-items:center;gap:.45rem;font-weight:700;letter-spacing:-.02em;color:inherit;border:0;background:transparent;cursor:pointer}.trello-logo-lg{font-size:1.75rem;color:#0052cc;justify-content:center;width:100%;margin-bottom:1rem}.trello-mark{width:1.15rem;height:1.15rem;border-radius:3px;background:linear-gradient(135deg,#0052cc,#2684ff);box-shadow:inset .28rem 0 #ffffff59;position:relative}.trello-mark:after{content:"";position:absolute;left:.45rem;top:.2rem;width:.28rem;height:.75rem;border-radius:1px;background:#ffffffe6}.trello-header{height:44px;display:flex;align-items:center;gap:.5rem;padding:0 .5rem;background:var(--trello-header);color:#fff}.trello-header.translucent{background:#00000026}.trello-header-left,.trello-header-right{display:flex;align-items:center;gap:.35rem}.trello-header-icon{border:0;background:#fff3;color:#fff;border-radius:3px;width:32px;height:32px;cursor:pointer}.trello-header-search{flex:1;display:flex;justify-content:center}.trello-header-search input{width:min(420px,100%);height:32px;border:0;border-radius:3px;padding:0 .75rem;background:#ffffff4d;color:#fff}.trello-header-search input::-moz-placeholder{color:#ffffffd9}.trello-header-search input::placeholder{color:#ffffffd9}.trello-header-search input:focus{outline:0;background:#fff;color:var(--trello-text)}.trello-create-btn,.trello-btn-primary{border:0;background:var(--trello-green);color:#fff;border-radius:3px;height:32px;padding:0 .85rem;font-weight:600;cursor:pointer}.trello-create-btn{background:#fff3}.trello-btn-primary:disabled{opacity:.55;cursor:default}.trello-avatar{width:32px;height:32px;border-radius:50%;border:0;background:#dfe1e6;color:var(--trello-text);font-weight:700;cursor:pointer}.trello-avatar.sm{width:28px;height:28px;font-size:.75rem;display:inline-grid;place-items:center;flex:0 0 auto}.trello-auth{min-height:100vh;display:grid;place-items:center;padding:1.5rem;background:radial-gradient(circle at 10% 10%,#deebff,transparent 40%),radial-gradient(circle at 90% 0%,#e3fcef,transparent 35%),#f4f5f7}.trello-auth-card{width:min(400px,100%);background:#fff;border-radius:3px;padding:2rem 2rem 1.5rem;box-shadow:0 0 10px #0000001a}.trello-auth-card h1{margin:0 0 1.25rem;text-align:center;font-size:1rem;font-weight:600;color:var(--trello-muted)}.trello-auth-form{display:grid;gap:.75rem}.trello-auth-form input,.trello-create-popover input,.trello-card-modal input,.trello-card-modal textarea,.trello-composer textarea,.trello-add-list input,.trello-comment-form textarea{width:100%;border:2px solid #dfe1e6;border-radius:3px;padding:.55rem .65rem;background:#fafbfc;color:var(--trello-text)}.trello-auth-form input:focus,.trello-create-popover input:focus,.trello-card-modal input:focus,.trello-card-modal textarea:focus,.trello-composer textarea:focus,.trello-add-list input:focus,.trello-comment-form textarea:focus{outline:0;border-color:#4c9aff;background:#fff}.trello-btn-google{margin-top:.85rem;width:100%;height:40px;border:1px solid #dfe1e6;border-radius:3px;background:#fff;cursor:pointer;font-weight:600}.trello-auth-switch{margin:1.25rem 0 0;text-align:center;color:var(--trello-muted);font-size:.9rem}.trello-auth-switch button,.trello-linkish{border:0;background:transparent;color:#0052cc;cursor:pointer;padding:0;text-decoration:underline}.trello-home-main{max-width:1200px;margin:0 auto;padding:2rem 1rem 3rem}.trello-board-section{margin-bottom:2rem}.trello-board-section h2{margin:0 0 1rem;font-size:1rem;display:flex;align-items:center;gap:.5rem;color:var(--trello-text)}.trello-board-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(190px,1fr));gap:1rem}.trello-board-tile{position:relative;min-height:96px;border-radius:3px;color:#fff;font-weight:700;cursor:pointer;box-shadow:var(--trello-shadow);overflow:hidden}.trello-board-tile:hover{filter:brightness(.95)}.trello-board-tile-face{position:relative;width:100%;min-height:96px;text-align:left;padding:.65rem .75rem}.trello-board-tile-actions{position:absolute;top:.35rem;right:.35rem;display:flex;gap:.15rem;opacity:0}.trello-board-tile:hover .trello-board-tile-actions{opacity:1}.trello-board-tile-actions .star,.trello-board-tile-actions .tile-del{border:0;background:transparent;color:#fff;cursor:pointer;font-size:.95rem;line-height:1;padding:.15rem}.trello-board-tile-actions .star.on{color:#f2d600;opacity:1}.trello-board-create-tile{min-height:96px;border:0;border-radius:3px;background:#091e420a;color:var(--trello-muted);cursor:pointer;font-weight:600}.trello-board-create-tile:hover{background:#091e4214}.trello-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000a3;z-index:50;display:grid;place-items:start center;padding:3rem 1rem;overflow:auto}.trello-create-popover{width:min(304px,100%);background:#fff;border-radius:3px;padding:.75rem;display:grid;gap:.65rem;margin-top:10vh}.trello-create-popover h3{margin:0;font-size:.9rem;color:var(--trello-muted);text-align:center}.trello-create-preview{height:96px;border-radius:3px;color:#fff;font-weight:700;padding:.65rem}.trello-color-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:.35rem}.trello-color-swatch{height:28px;border:0;border-radius:3px;cursor:pointer}.trello-color-swatch.active{box-shadow:inset 0 0 0 2px #fff,0 0 0 2px #0079bf}.trello-create-popover label{display:grid;gap:.35rem;font-size:.8rem;font-weight:700;color:var(--trello-muted)}.trello-board-page{min-height:100vh;background:var(--board-bg, var(--trello-blue));display:flex;flex-direction:column}.trello-board-bar{display:flex;align-items:center;gap:.4rem;padding:.5rem .75rem;color:#fff}.trello-board-title{border:0;background:transparent;color:#fff;font-size:1.125rem;font-weight:700;padding:.35rem .5rem;border-radius:3px;max-width:min(420px,55vw)}.trello-board-title:hover,.trello-board-title:focus{background:#fff3;outline:0}.trello-star,.trello-board-menu-btn{border:0;background:#fff3;color:#fff;border-radius:3px;height:32px;padding:0 .65rem;cursor:pointer}.trello-star.on{color:#f2d600}.trello-board-bar-spacer{flex:1}.trello-lists{display:flex;align-items:flex-start;gap:.75rem;overflow-x:auto;padding:.25rem .75rem 1.5rem;flex:1}.trello-list{flex:0 0 272px;background:var(--trello-list);border-radius:3px;padding:.5rem;max-height:calc(100vh - 120px);display:flex;flex-direction:column}.trello-list.drag-over{outline:2px dashed #0079bf}.trello-list-header{display:flex;align-items:center;gap:.25rem;margin-bottom:.35rem}.trello-list-title{flex:1;border:0;background:transparent;font-weight:700;color:var(--trello-text);padding:.35rem .4rem;border-radius:3px}.trello-list-title:focus{outline:0;background:#fff;box-shadow:inset 0 0 0 2px #0079bf}.trello-list-menu{border:0;background:transparent;color:var(--trello-muted);cursor:pointer;border-radius:3px;width:28px;height:28px}.trello-list-menu:hover{background:#091e4214}.trello-list-cards{overflow-y:auto;display:flex;flex-direction:column;gap:.5rem;padding-bottom:.25rem}.trello-card{background:var(--trello-card);border-radius:3px;box-shadow:var(--trello-shadow);cursor:pointer;overflow:hidden}.trello-card:hover{background:#f4f5f7}.trello-card-strip{height:32px}.trello-card-labels{display:flex;flex-wrap:wrap;gap:.25rem;padding:.45rem .5rem 0}.trello-card-labels span{height:8px;min-width:40px;border-radius:4px;display:inline-block}.trello-card-title{margin:0;padding:.45rem .5rem .35rem;font-size:.875rem;line-height:1.35}.trello-card-badges{display:flex;flex-wrap:wrap;gap:.35rem;padding:0 .5rem .45rem}.trello-card-badges .badge{font-size:.75rem;color:var(--trello-muted);background:transparent}.trello-card-badges .badge.due{background:#f2d60033;border-radius:3px;padding:.1rem .3rem}.trello-add-card,.trello-add-list-btn{border:0;background:transparent;color:var(--trello-muted);text-align:left;padding:.5rem .4rem;border-radius:3px;cursor:pointer;margin-top:.25rem}.trello-add-card:hover,.trello-add-list-btn:hover{background:#091e4214;color:var(--trello-text)}.trello-add-list{background:#ffffff3d;color:#fff}.trello-add-list-btn{color:#fff;width:100%;font-weight:600}.trello-add-list-btn:hover{background:#fff3;color:#fff}.trello-composer textarea,.trello-add-list input{margin-bottom:.4rem}.trello-composer-actions{display:flex;align-items:center;gap:.4rem}.trello-x{border:0;background:transparent;font-size:1.4rem;line-height:1;color:var(--trello-muted);cursor:pointer;padding:0 .25rem}.trello-menu{position:fixed;top:44px;right:0;width:min(340px,100%);bottom:0;background:#f4f5f7;z-index:40;padding:.75rem;box-shadow:-2px 0 8px #00000026;overflow:auto}.trello-menu header{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #dfe1e6;padding-bottom:.5rem;margin-bottom:.75rem}.trello-menu header h3{margin:0;font-size:1rem}.trello-menu header button{border:0;background:transparent;font-size:1.4rem;cursor:pointer;color:var(--trello-muted)}.trello-archive-list{list-style:none;padding:0;margin:0 0 1rem;display:grid;gap:.5rem}.trello-archive-list li{background:#fff;border-radius:3px;padding:.5rem;display:flex;justify-content:space-between;gap:.5rem;box-shadow:var(--trello-shadow)}.trello-card-modal{width:min(768px,100%);background:#f4f5f7;border-radius:3px;position:relative;margin-bottom:2rem}.trello-card-cover{height:116px;border-radius:3px 3px 0 0}.trello-modal-close{position:absolute;top:.5rem;right:.5rem;border:0;background:#00000014;width:32px;height:32px;border-radius:50%;cursor:pointer;font-size:1.25rem;z-index:2}.trello-card-modal-grid{display:grid;grid-template-columns:1fr 168px;gap:1rem;padding:1rem 1rem 1.25rem}.trello-card-title-input{width:100%;border:0!important;background:transparent!important;font-size:1.25rem;font-weight:700;padding:.2rem .35rem!important}.trello-card-title-input:focus{background:#fff!important;box-shadow:inset 0 0 0 2px #0079bf}.trello-card-list-ref{margin:.15rem 0 .75rem;color:var(--trello-muted);font-size:.875rem;padding-left:.35rem}.trello-section{margin-bottom:1.1rem}.trello-section h4{margin:0 0 .45rem;font-size:.9rem;color:var(--trello-text)}.trello-label-row{display:flex;flex-wrap:wrap;gap:.35rem}.trello-label-pill{min-width:48px;height:32px;border-radius:3px;color:#fff;font-size:.75rem;font-weight:700;display:inline-flex;align-items:center;padding:0 .5rem}.trello-checklist-head{display:flex;justify-content:space-between;align-items:center}.trello-progress{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem;color:var(--trello-muted);font-size:.75rem}.trello-progress-bar{flex:1;height:8px;background:#dfe1e6;border-radius:4px;overflow:hidden}.trello-progress-bar i{display:block;height:100%;background:var(--trello-green)}.trello-checklist ul{list-style:none;padding:0;margin:0 0 .5rem}.trello-checklist li{display:flex;align-items:center;gap:.35rem;padding:.25rem 0}.trello-checklist li label{display:flex;align-items:center;gap:.5rem;flex:1}.trello-checklist .done{text-decoration:line-through;color:var(--trello-muted)}.trello-comment-form{display:grid;gap:.5rem;margin-bottom:.85rem}.trello-comments{display:grid;gap:.75rem}.trello-comment{display:flex;gap:.65rem}.trello-comment header{display:flex;flex-wrap:wrap;gap:.5rem;align-items:baseline;margin-bottom:.25rem}.trello-comment time{color:var(--trello-muted);font-size:.75rem}.trello-comment p{margin:0;background:#fff;border-radius:3px;padding:.55rem .65rem;box-shadow:var(--trello-shadow);white-space:pre-wrap}.trello-card-sidebar{display:flex;flex-direction:column;gap:.4rem}.trello-sidebar-label{margin:.35rem 0 .15rem;font-size:.75rem;font-weight:700;color:var(--trello-muted);text-transform:uppercase}.trello-card-sidebar>button{border:0;background:#091e420f;color:var(--trello-text);text-align:left;border-radius:3px;padding:.45rem .6rem;cursor:pointer;font-weight:600}.trello-card-sidebar>button:hover{background:#091e421a}.trello-pop{background:#fff;border-radius:3px;padding:.4rem;display:grid;gap:.35rem;box-shadow:0 8px 16px #00000026}.trello-label-option{border:0;border-radius:3px;color:#fff;min-height:32px;display:flex;align-items:center;justify-content:space-between;padding:0 .4rem;cursor:pointer;gap:.35rem}.trello-label-option input{flex:1;border:0!important;background:transparent!important;color:#fff!important;padding:.2rem!important}.trello-label-option input::-moz-placeholder{color:#ffffffbf}.trello-label-option input::placeholder{color:#ffffffbf}.trello-cover-pop{grid-template-columns:repeat(5,1fr)}.trello-cover-pop button[style]{height:32px;border:0;border-radius:3px;cursor:pointer}.trello-cover-pop .trello-linkish{grid-column:1 / -1;text-align:left}@media(max-width:720px){.trello-card-modal-grid{grid-template-columns:1fr}.trello-header-search{display:none}}
